Difference between revisions of "JvXPBar"

From Lazarus wiki
Jump to navigationJump to search
Line 42: Line 42:
  
 
=== Installation ===
 
=== Installation ===
 +
Should be as simple as:
 +
* Open JvXPBarLaz.lpk.
 +
* Compile.
 +
* Install.
  
 
=== The JvXPBar Example Application ===
 
=== The JvXPBar Example Application ===
 
Still hasn't one.
 
Still hasn't one.

Revision as of 00:41, 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

Should be as simple as:

  • Open JvXPBarLaz.lpk.
  • Compile.
  • Install.

The JvXPBar Example Application

Still hasn't one.