Difference between revisions of "JvXPBar"

From Free Pascal wiki
Jump to navigationJump to search
Line 26: Line 26:
  
 
=== Dependencies / System Requirements ===
 
=== Dependencies / System Requirements ===
* LCL
+
* LCL 1.0.
* Just tested with Lazarus 0.9.23 svn revision 12082 for Windows XP SP2.
+
* Tested with Lazarus 0.9.23 svn revision 12082 for Windows XP SP2.
 +
* Tested with Lazarus 0.9.23 svn revision 12076 for Linux with GTK 2.x IDE.
 +
* Linux: Threads required (add -dUseCThreads in "other" tab of project's compiler options).  
  
 
Status:  
 
Status:  
Stable.
+
* Stable.
  
Issues:  
+
Issues in Windows:
* Still dont tested on linux.
+
* None as far as I known.
* Uses DrawText() WinAPI (2 or 3 calls).
+
 
 +
Issues in Linux:
 +
* Minor paint error of the header.
 +
* DrawText() ignores DT_VCENTER then text are at top of the canvas instead of vertically centered.
  
 
=== Installation ===
 
=== Installation ===

Revision as of 00:40, 25 September 2007

About

JvXPBar port for lazarus.

Screenshot

  • Designing:

JvXPBarLaz design.JPG

  • Running:

JvXPBarLaz run.JPG

  • Running on openSuse 10.2 inside VirtualPC 2007 compiled with GTK 2.x (at this time doesn't work with GTK 1.x):

JvXPBarLaz run lin.JPG

Author

Sergio Samayoa

License

I guess the same as JVCL + Lazarus + FPC.

Download

I haven't site for it... Please some coordinator / administrator contact me at sergiosamayoa -at- icon /dot/ com +dot+ gt

Change Log

  • Version 1.0 (23.09.2007) - Initial version.

Dependencies / System Requirements

  • LCL 1.0.
  • Tested with Lazarus 0.9.23 svn revision 12082 for Windows XP SP2.
  • Tested with Lazarus 0.9.23 svn revision 12076 for Linux with GTK 2.x IDE.
  • Linux: Threads required (add -dUseCThreads in "other" tab of project's compiler options).

Status:

  • Stable.

Issues in Windows:

  • None as far as I known.

Issues in Linux:

  • Minor paint error of the header.
  • DrawText() ignores DT_VCENTER then text are at top of the canvas instead of vertically centered.

Installation

The JvXPBar Example Application

Still hasn't one.