Difference between revisions of "Lazbro"

From Free Pascal wiki
Jump to navigationJump to search
(New page)
 
(Fix heading levels; fixed broken download link with Internet Archive link; categorised)
(6 intermediate revisions by 2 users 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 ==
 +
 
 +
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 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.
 +
 
 +
== Screenshots ==
 +
 
 +
[[File:lazbro1.png]]
  
=Download=
+
[[File:lazbro2.png]]
Website: http://www.wascal.net/
 
  
File: http://www.wascal.net/bin/lazbro0.1.zip
+
[[Categry:Lazarus]]
 +
[[Category:Components]]
 +
[[Category:Software created with Lazarus]]

Revision as of 04:12, 10 August 2020

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 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.

Screenshots

lazbro1.png

lazbro2.png

Categry:Lazarus