Difference between revisions of "OrphPort"

From Free Pascal wiki
Jump to navigationJump to search
(Links at bottom of page no longer needed.)
(Updated SVN URL.)
 
(4 intermediate revisions by 3 users not shown)
Line 20: Line 20:
 
You can download the ported Orpheus source using Subversion:
 
You can download the ported Orpheus source using Subversion:
  
   svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/orpheus [local dir]
+
   svn co https://svn.code.sf.net/p/lazarus-ccr/svn/components/orpheus [local dir]
  
 
=== License ===
 
=== License ===
Line 28: Line 28:
 
=== More Information ===
 
=== More Information ===
  
Installation instructions and a .zip of the source files are available at the OrphPort home page:
+
Documentation is in file <B>OrphStatus.html</B> in the source.
  
  http://web.fastermac.net/~MacPgmr/OrphPort/OrphStatus.html
+
[[Category:Components]]
 +
[[Category:Lazarus-CCR]]

Latest revision as of 18:12, 25 May 2014

English (en)

About

OrphPort is a ported subset of TurboPower's Orpheus controls for Lazarus and Free Pascal. Several enhanced label controls and most of the table (grid) controls have been ported and can be used with Windows, OS X and Linux. The source for several example applications is also included.

Screenshots

TOvcLabel control with gtk widgetset


TOvcRotatedLabel control with qt widgetset


TOvcTable control with win32 widgetset


Download

You can download the ported Orpheus source using Subversion:

 svn co https://svn.code.sf.net/p/lazarus-ccr/svn/components/orpheus [local dir]

License

MPL 1.1

More Information

Documentation is in file OrphStatus.html in the source.