Difference between revisions of "Lazbro"

From Lazarus wiki
Jump to navigationJump to search
(Fix heading levels; fixed broken download link with Internet Archive link; categorised)
m (fix spelling mistakes)
 
Line 15: Line 15:
 
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 ==
Line 23: Line 23:
 
[[File:lazbro2.png]]
 
[[File:lazbro2.png]]
  
[[Categry:Lazarus]]
+
[[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