Difference between revisions of "FileMenuHandler"

From Lazarus wiki
Jump to navigationJump to search
(New page: === About === ''My Component'' is a ... Its main caracteristics are : * ... * ... * etc The download contains the component, an installation package and a demo application, that illust...)
 
(Categorized.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=== About ===
 
=== About ===
''My Component'' is a ...  
+
Component for handling Recent files list and Open, Save, Save As, Exit Commands. Uses a ini file for the recent list.
  
Its main caracteristics are :
+
The download contains the component, an installation package and a demo application.
 
 
* ...
 
* ...
 
* etc
 
 
 
The download contains the component, an installation package and a demo application, that illustrates the features of the component along with some instrumentation for evaluating the chart on a given system.
 
 
 
 
 
=== Screenshot ===
 
 
 
Here is an exemple of ''My Component''.  
 
  
 
=== Author ===
 
=== Author ===
 
+
v1.0 by Harry Kakoulidis 11/1999.
 +
Ported to Lazarus by Juha Manninen 11/2009
 +
<juha dot manninen (at) phnet dot fi>
  
 
=== License ===
 
=== License ===
[http://svn.freepascal.org/svn/lazarus/trunk/COPYING.modifiedLGPL modified] [http://svn.freepascal.org/svn/lazarus/trunk/COPYING.LGPL LGPL] (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.
+
This is Freeware. The original author Harry Kakoulidis has given permission to port and publish it for Lazarus.
 +
Original Windows package name is FilMen10.zip and it can be found in many Delphi sites (eg. Torry's).
  
 
=== Download ===
 
=== Download ===
The latest stable release can be found on ''link to the lazarus-ccr sf download location''.
+
The latest stable release can be found on http://sourceforge.net/projects/lazarus-ccr/files/FileMenuHandler/FileMenuHandler.tar.gz/download.
  
 
=== Change Log ===
 
=== Change Log ===
* Version 1.0 ''date''
+
* Version 1.0, Date 2009.11.06
  
 
=== Dependencies / System Requirements ===
 
=== Dependencies / System Requirements ===
 
* None
 
* None
  
Status: ''Stable / Alpha''
+
Status: Stable
  
 
Issues:  
 
Issues:  
 
  
 
=== Installation ===
 
=== Installation ===
* step 1
+
* Open package FileMenuHandler.lpk from Lazarus manu Package -> Open Package file
* step 2
+
* Click install.
 +
* Follow instructions given by Lazarus.
  
=== The ''My Component'' Example Application ===
+
=== The Example Application ===
  
'''Installation'''
+
* First install the package (see *Installation*).
* Open TestMyComponent.lpi
+
* Open FileMenuTest.lpi
 
* compile
 
* compile
 
* run
 
* run
 +
 +
[[Category:Components]]
 +
[[Category:Lazarus-CCR]]

Latest revision as of 19:44, 23 September 2013

About

Component for handling Recent files list and Open, Save, Save As, Exit Commands. Uses a ini file for the recent list.

The download contains the component, an installation package and a demo application.

Author

v1.0 by Harry Kakoulidis 11/1999. Ported to Lazarus by Juha Manninen 11/2009 <juha dot manninen (at) phnet dot fi>

License

This is Freeware. The original author Harry Kakoulidis has given permission to port and publish it for Lazarus. Original Windows package name is FilMen10.zip and it can be found in many Delphi sites (eg. Torry's).

Download

The latest stable release can be found on http://sourceforge.net/projects/lazarus-ccr/files/FileMenuHandler/FileMenuHandler.tar.gz/download.

Change Log

  • Version 1.0, Date 2009.11.06

Dependencies / System Requirements

  • None

Status: Stable

Issues:

Installation

  • Open package FileMenuHandler.lpk from Lazarus manu Package -> Open Package file
  • Click install.
  • Follow instructions given by Lazarus.

The Example Application

  • First install the package (see *Installation*).
  • Open FileMenuTest.lpi
  • compile
  • run