I have an ap where I have three menus, and several selections from
those three menus. I'm trying to keep everything within the Event
Structure, but it seems that ALL of the events fired from the Menu must
be contained within one "frame" of the Event Structure, that being the
Menu Selection (user) Event. In other words, if I have 16 events that
can be fired from the menu, do I have to put them ALL in this one event
frame?
I can't seem to use a T/F indicator within the Menu Selection (user)
Event to access another Event. For example, within the Menu Selection
(user) Event, I placed a boolean named X and can turn it on with a menu
selection. Now, make a new Event Structure to look for X Value Change -
doesn't work.
Message Edited by Broken Arrow on 11-30-2005 10:24 AM
Richard