Carlos M wrote:
Terry,

Unfortunately it seems Robert is right! It happens the same with my
projects - what a BIG mess! And this bug also happens with ComboBoxes.

I think I'm doing everything right when setting up menu items with
shortcuts. Example:
 1. Create a menu item "Open" and add the "O" key for the shortcut
 2. On the window add a menu handler for the Open menu item and add
for example the following code:
    MsgBox "Open"
 3. Add an editifield to a window
 4. Run an use the keyboard shortcut "Ctrl+O" while the focus is on
the EditField.
 The letter "o" is added to the editfield.


Are you returning True from your menu handler(s)? I had this same problem with an app that has an array of 44 editfields, and invoking my FileOpen or FIleSave via the ctrl-O and Ctrl-S would either put the "o" or "s" in the EF or cause it to beep. Adding a Return True in my menu handlers cured that for me.

Using 2k6R2 on XP home. (My license expired, and I haven't seen the need to re-up yet)

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to