Difference between revisions of "CmdLine"

From Free Pascal wiki
Jump to navigationJump to search
Line 31: Line 31:
 
=== Change Log ===
 
=== Change Log ===
 
* Version 0.2 10.2.2007
 
* Version 0.2 10.2.2007
  -LGPL Licence
+
  * LGPL Licence
  -Added History
+
  * Added History
  -Added Password Input mode
+
  * Added Password Input mode
  -Added Fixed Promt Description infront of Input
+
  * Added Fixed Promt Description infront of Input
  -Fixed Bugs (Resizing, other)
+
  * Fixed Bugs (Resizing, other)
 
* Version 0.1 9.27.2007
 
* Version 0.1 9.27.2007
  -Published, Component works on Win32, hopefully everywhere else too
+
  * Published, Component works on Win32, hopefully everywhere else too
  
 
=== Dependencies / System Requirements ===
 
=== Dependencies / System Requirements ===

Revision as of 22:38, 2 October 2007

About

CmdLine is a prompt component, which has a few extra features to fit better into a VCL environment.

Its main caracteristics but these of an ordinary promt are :

  • Dynamic line length, lines which are to long are wrapped
  • Independent input buffer so you can still write during input
  • History

Screenshots

Example Application:

ucmdline.png

Author

Julian Schutsch

License

LGPL (please contact the author if the LGPL doesn't work with your project licensing)

Example Program:GPL

Download

The latest stable release can be found on the Lazurus CCR download page.

An Example Application is included !

Change Log

  • Version 0.2 10.2.2007
* LGPL Licence
* Added History
* Added Password Input mode
* Added Fixed Promt Description infront of Input
* Fixed Bugs (Resizing, other)
  • Version 0.1 9.27.2007
* Published, Component works on Win32, hopefully everywhere else too

Dependencies / System Requirements

  • LCL >=1.0

Status: Beta

Installation

  • Open cmdline.lpk
  • Press Install