Page 1 of 1

ShortCuts

Posted: Tue May 08, 2012 8:26 pm
by rdonnay
Here is a new sample program that is designed to allow users to create their own shortcuts on the application desktop and/or toolbar. Implementation is simple - just one line of code:

Code: Select all

oShortCuts := ShortCuts():new(GetList):BuildShortcuts()
Put this code after you have created your menu system.

Look at the attached sample.
Unzip the file into your \exp19\samples\menu folder and run Shortcuts.exe.

I am eager to make this both simpler and more powerful.
Feedback will be appreciated.