Difference between revisions of "TJvNavigationPane"

From Free Pascal wiki
Jump to navigationJump to search
Line 3: Line 3:
  
 
=== Screenshot ===
 
=== Screenshot ===
Demo of JVCL compiled with Turbo Delphi 2006:
+
Demo of JVCL compiled with Turbo Delphi 2006:<br>
 
[[Image:JvNavigationPane_delphi.JPG.jpg]]
 
[[Image:JvNavigationPane_delphi.JPG.jpg]]
  
Demo converted to LCL:
+
Demo converted to LCL:<br>
 
[[Image:JvNavigationPane_laz.JPG.jpg]]
 
[[Image:JvNavigationPane_laz.JPG.jpg]]
  

Revision as of 04:17, 26 September 2007

About

JVCL's TJvNavigationPane conversion to lazarus. Still not ready but almost, just wait a few days.

Screenshot

Demo of JVCL compiled with Turbo Delphi 2006:
JvNavigationPane delphi.JPG.jpg

Demo converted to LCL:
JvNavigationPane laz.JPG.jpg

Author

Sergio Samayoa.

License

JVCL + Lazarus + FPC I guess.

Download

Comming soon.

Change Log

  • Version 1.0 (soon)...

Dependencies / System Requirements

  • LCL 1.0
  • FPC 2.1
  • Lazarus 0.9.23 on Windows XP SP2.

Status: Alpha.

Issues:

  • It seems that LM_NCPAINT (frame paint) message isn't routed to components.
  • Still have a minor problem with icon button paint.
  • Must implement StripHotkey().

Installation

Comming soon...

The My Component Example Application

Comming soon...