Hey!
I have several embedded modules in an interface I'm designing. On the top is an embedded "title" module that is supposed to pull up information about whatever panel is pulled up in the main module. Any time you click on a menu button, the panel inside that main module changes, and the info in the top title module should update.
My question is, how do I retrieve information about a panel inside a different module at any given point? (EG: How can I pull the name from the panel that is currently in the main module so I can use that information to update another panel in an entirely different module on the same screen?)
Thanks!
Retrieve embedded module\'s panel\'s name
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Retrieve embedded module\'s panel\'s name
Use the function
string rootPanel ([string ModuleName])
and pass the module name of your main module.
string rootPanel ([string ModuleName])
and pass the module name of your main module.