Difference between revisions of "CalLite"

From Free Pascal wiki
Jump to navigationJump to search
Line 23: Line 23:
 
====Installation====
 
====Installation====
 
In Lazarus, go to ''"Package"'' > ''"Open Package File .lpk"''. Navigate to the folder with the callite sources, and select '''callight_pkg.lkp'''. Click ''"Compile"'', then ''"Use"'' > ''"Install"''. This will rebuild the IDE (it may take some time). When the process is finished the IDE will restart, and you'll find TCalendarLite in the component palette '''[[Misc_tab|Misc]]'''.
 
In Lazarus, go to ''"Package"'' > ''"Open Package File .lpk"''. Navigate to the folder with the callite sources, and select '''callight_pkg.lkp'''. Click ''"Compile"'', then ''"Use"'' > ''"Install"''. This will rebuild the IDE (it may take some time). When the process is finished the IDE will restart, and you'll find TCalendarLite in the component palette '''[[Misc_tab|Misc]]'''.
 +
 +
== Navigation ==
 +
* Click on any date
 +
* Use the arrow keys on the keyboard
 +
* Click on the arrow keys above the calendar; the single arrow advances by one month, the double arrow advances by one year
 +
* Click on the month name to open a popdown menu with month names, or click on the year number to open a popdown menu with the last and next ten years.
 +
  
 
==Documentation==
 
==Documentation==

Revision as of 22:29, 11 September 2017

English (en) suomi (fi) русский (ru)

About

CalLite

TCalendarLite is a lightweight calendar component, a TCustomControl descendant which consequently is not dependent on any widgetset. It is not a fixed-size component, as are most calendars, but will align and resize as needed. Various properties give access to almost every aspect of its appearance.

Authors

Howard Page-Clark, Ariel Rodriguez and Werner Pamler

License

Modified LGPL (with linking exception, like Lazarus LCL)

Download and Installation

Release version

A zip file with the most recent release version can be found at Lazarus CCR at SourceForge. Unzip the file into any folder.

The current release version is 0.3.1

Development version

Use an svn client to download the current trunk version from svn://svn.code.sf.net/p/lazarus-ccr/svn/components/callite/

Installation

In Lazarus, go to "Package" > "Open Package File .lpk". Navigate to the folder with the callite sources, and select callight_pkg.lkp. Click "Compile", then "Use" > "Install". This will rebuild the IDE (it may take some time). When the process is finished the IDE will restart, and you'll find TCalendarLite in the component palette Misc.

Navigation

  • Click on any date
  • Use the arrow keys on the keyboard
  • Click on the arrow keys above the calendar; the single arrow advances by one month, the double arrow advances by one year
  • Click on the month name to open a popdown menu with month names, or click on the year number to open a popdown menu with the last and next ten years.


Documentation

See also