I wish... (I found a blocking handler) but no... there is nothing in the stack to block the key down msg. I'm also getting this in a nother button with "Save/S"

Case "Save"
  save this stack
   break


which appears fine in the menu, works fine from the menu, but doing cmd-S from the keyboard does nothing... which, is scary because users are thinking the app is being saved, but it's not...

I could send the stack for testing if that would help, would that be OK? (who would like to test it for me?)

Sivakatirswami



On Nov 16, 2005, at 3:24 PM, Sarah Reichelt wrote:

Select All/A

the cmd symbol for the Mac appears as expected to the right of the
menu item in the pull down.

case "Select All"
if the selected fld is not empty then select text of the selected field.
break

If I run this stack from m stand alone player, the item to select all
text in a field only works if the user mouses up to the button and
pulls it down and chooses that item. So the script it OK... But, if
the user puts his cursor into a fld and clicks cmd-A from the
keyboard it doesn't work??



If the script is OK, then it has to be a key problem. Do you have a
commandKeyDown handler that could be blocking the command key? Or a
keyDown, keyUp, rawKeyDown or rawKeyUp handler that could be blocking
the 'A'?

Sarah
_______

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to