I had a very obscure bug some time back where the style of the button was causing the pull down not to work... some GUI property of the button made if fail....try the same thing in a different button..

J. Landman Gay wrote:

On 8/20/2014, 8:08 PM, revolut...@duncansoftware.on-rev.com wrote:

Why doesn't this code work?

on menuPick pItemName
go card pItemName
end menuPick

where the comboBox has a list of card names.


Set a breakpoint at the "go" line and when it pauses, see what's in
pItemName and whether there's a card with that name. You can also
temporarily add "answer the result" after the "go" statement; maybe
there's a silent error happening.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to