Some suggestions

Started by Martin Francom, November 23, 2009, 11:30:59 PM

Previous topic - Next topic

Martin Francom

I would like to see:

1)  A menu item on the FF Help menu for SQLitening.CHM

2) A user defined menu item on the FF Help menu for the users favorite CHM

3) A new property for Command Controls .  I would like to be able to set a "hot key" for a command control button in the "Properties" section for that control.  So, that a Keyboard Shortcut can be created for a command button.

Rolf Brandt

Hi Marty,

you could add your favourite help files to the user tools. Like that you have them always ready. Also about SQLitening the major part of the help file text is included in the SQLitening include for the Functions Library so that is always on your hand at F8.

Rolf
Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)

Rolf Brandt

Quote3) A new property for Command Controls .  I would like to be able to set a "hot key" for a command control button in the "Properties" section for that control.  So, that a Keyboard Shortcut can be created for a command button.

Really that functionality is there, provided by Windows. If you add an ampersand "&" before any character in the caption of a command button then <ALT><YourCharacter> will be the hotkey for that CommandButton. Example:

If you set the caption to "&Quit" then <ALT><Q> will be the hotkey.

You need of course be carefull that you assign the same hotkey only once and don't get it mixed up with topmenu hotkeys.

Rolf
Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)

Martin Francom

Thanks Rolf, I didn't realize that.  That will be very useful. Thank you.

Martin Francom

Quote from: Rolf Brandt on November 24, 2009, 02:09:51 AM
Hi Marty,

you could add your favourite help files to the user tools. Like that you have them always ready. Also about SQLitening the major part of the help file text is included in the SQLitening include for the Functions Library so that is always on your hand at F8.

Rolf

I tried that.  Pressed F8 and got the Functions Popup  but I don't see anything about SQLitening nor SQLite there.  Is there a way to add the SQLitening.CHM to the Function's popup?   I don't see how to do that.

I added the SQLitening INC file to the Functions Library but that realy is of no help.  But now I can't delet that structure from the Functions Library.

Paul, Picture shows what I have in the Fuctions Library.  How do I delete the C:\ path?     The delete button stays greyed out.

Rolf Brandt

Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)