Difference between revisions of "Lazbro"

From Free Pascal wiki
Jump to navigationJump to search
m (fix spelling mistakes)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=About=
+
== About ==
 +
 
 
Lazbro is HTML viewer component which is 100% Lazarus based.
 
Lazbro is HTML viewer component which is 100% Lazarus based.
  
 
Author: Derek John Evans
 
Author: Derek John Evans
  
=Download=
+
== Download ==
Website:  http://www.wascal.net/
+
 
 +
Website:  http://www.wascal.net/ [Defunct]
 +
 
 +
File: https://web.archive.org/web/20150329000536/http://www.wascal.net/bin/lazbro.zip [Internet Archive Link]
  
File: http://www.wascal.net/bin/lazbro0.1.zip
+
== Story ==
  
=Story=
 
 
Lazbro was written because I wasn't happy with the state of the TIpHTMLPanel control which comes with Lazarus, so as usual, if you don't like it, rewrite it.
 
Lazbro was written because I wasn't happy with the state of the TIpHTMLPanel control which comes with Lazarus, so as usual, if you don't like it, rewrite it.
  
Lazbro is still young, so it will take a few months for all the bugs to be ironed out. Most of the core features are written. For the inner design, I choose to align the HTML attributes directly to Lazarus control properties. Which means there are a number of HTML attributes which are not standard. In order to provide the best compatiblity with standard HTML, I convert a subset of standard HTML attributes to the internal custom attributes. This makes for a clean/tidy implementation while providing a lot of extra layout features to get around compatiblity restrictions.
+
Lazbro is still young, so it will take a few months for all the bugs to be ironed out. Most of the core features are written. For the inner design, I choose to align the HTML attributes directly to Lazarus control properties. Which means there are a number of HTML attributes which are not standard. In order to provide the best compatibility with standard HTML, I convert a subset of standard HTML attributes to the internal custom attributes. This makes for a clean/tidy implementation while providing a lot of extra layout features to get around compatibility restrictions.
 +
 
 +
== Screenshots ==
  
=Screenshots=
 
 
[[File:lazbro1.png]]
 
[[File:lazbro1.png]]
  
 
[[File:lazbro2.png]]
 
[[File:lazbro2.png]]
  
 
+
[[Category:Lazarus]]
 
 
 
[[Category:Components]]
 
[[Category:Components]]
 
[[Category:Software created with Lazarus]]
 
[[Category:Software created with Lazarus]]

Latest revision as of 16:05, 10 August 2022

About

Lazbro is HTML viewer component which is 100% Lazarus based.

Author: Derek John Evans

Download

Website: http://www.wascal.net/ [Defunct]

File: https://web.archive.org/web/20150329000536/http://www.wascal.net/bin/lazbro.zip [Internet Archive Link]

Story

Lazbro was written because I wasn't happy with the state of the TIpHTMLPanel control which comes with Lazarus, so as usual, if you don't like it, rewrite it.

Lazbro is still young, so it will take a few months for all the bugs to be ironed out. Most of the core features are written. For the inner design, I choose to align the HTML attributes directly to Lazarus control properties. Which means there are a number of HTML attributes which are not standard. In order to provide the best compatibility with standard HTML, I convert a subset of standard HTML attributes to the internal custom attributes. This makes for a clean/tidy implementation while providing a lot of extra layout features to get around compatibility restrictions.

Screenshots

lazbro1.png

lazbro2.png