Hi list...
Thanks for pointing me in the right direction for the flash function stuff.

Now, a MUI question:

In a callback handler, I have a drop down menu that if certain items are
selected, they should enable a button in the MUI.  Is this possible?  From
within the callback, can you alter the initialized MUI?

Thanks,
Michael M.


Here's my callback handler:
=====================================
on chooser(event, itemNumber, itemPropList)
  if (itemNumber = 4) and (itemPropList.value <> void) then
    -- in this case itemNumber 4 is the dropdown menu, and I want it to
enable a button.
    -- enable the button    
  end if
End



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to