> LiveCode help?

LiveCode help?

Posted at: 2014-12-18 
1) how do you change contents of combo box menu in livecode?

a) menu items in the dialog box

b) a keyboard event

c) an event handler

d) dialog selection

2) Buttons and fields can be identified by what?

a) Name (internal to app)

b) label (external to app, shown to user)

c) number

d) all of the above

3) The “control panel” for the user creating the app

a) Main Card

b) Application Browser

c) Main Event Script

d) Geometry Manager

4) Which is not an event to trigger an event (cause a script to execute)

a) mouseEnter

b) mouseLeave

c) mouseTrigger

d) mouseWithin

Thanks!