Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu Glitch Still not fixed in VFP8?
Message
 
 
À
05/02/2004 11:08:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00874480
Message ID:
00874662
Vues:
11
Hi Harry,

There're a few issues here.

1. The help for ON KEY LABEL command doesn't include combinations of ALT key with any of extended keys but they're accepted and work.
ON KEY LABEL ALT+LEFTARROW WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+RIGHTARROW WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+UPARROW WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+DNARROW WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+HOME WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+END WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+INS WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+DEL WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+PGDN WAIT WIND NOWAIT LASTKEY()
ON KEY LABEL ALT+PGUP WAIT WIND NOWAIT LASTKEY()
The question is, is it a help omission or undocumented/unsupported feature.

2. The help for DEFINE BAR KEY clause states that list of available keys and key combinations is provided in ON KEY LABEL topic so the same questiom applies to the above listed keys.

3. Depending on the answer on the above question, it's a bug in Menu designer that it accepts ALT+HOME and other key combinations from above or that it generates incorrect key label for it.



>I've lived with this one for years in version 6. Example:
>
>setting ALT+HOME as a hot key in the menu designer produces code like this:
>DEFINE BAR 2 OF globalpref PROMPT "Set \<Starting Date for Various" ;
>	KEY x4197, "ALT+HOME"
>
>which will crash. So I save the mpr as a prg and edit it to read
>
>DEFINE BAR 2 OF globalpref PROMPT "Set \<Starting Date for Various" ;
>	KEY ALT+HOME, "ALT+HOME"
>which works.
>
>Just thought I'd recompile it in VFP8 to see if the problem has been sorted and it hasn't.
>
>Do we have an explanation?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform