Cmd-A doesn't work from Keyboard in Standalone

Sivakatirswami katir at hindu.org
Thu Nov 17 00:27:52 EST 2005


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
> _______




More information about the use-livecode mailing list