> What I'm trying to do is to create one tab that describes the whole software > solution, and will be available all the time regardless the currently > selected item or diagram. It should contains few text areas. When user > selects a menu item (that I have added to the main menu), these data from > the text areas should be passed to the remote server. > I would appreciate if you can suggest me how to make this on some siplier > way than I have used now.
Check out one of the other tabs as an example. You chosen the most complex example, TabProps not only has to enable/disable depending on what is selected but can also have to change its entire layout. So you're trying to duplicate logic you don't actually need. Maybe look at TabDocumentation. Bob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
