![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: dialogue box with multiple tabs and labels Topic Summary: How do I get each individual label to show up on it's appropriate tab? Created On: 24-May-2006 22:15 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Nevermind. I found the answer I was looking for in the tabs_example.dxl THANKS! | |||
![]() |
|||
I have a dialogue box with 5 tabs. ------------------------- Heather Linsk Lead Engineer General Dynamics AIS 413-494-7095 |
|||
![]() |
|||
![]() |
|||
You have to handle hiding and showing the elements associated with each tab in your code.
DBE elements are not actually created "on" the tab, so by default they are all visible, piled on top of each other. To do this, you have a skip list for each tab. This holds all the DBE elements that are on that tab. When a tab is selected, your callback looks at the skip lists and hides elements on other tabs and shows elements on the selected tab. The following example should give you a good starting point.
------------------------- Tony Goodman http://www.smartdxl.com |
|||
![]() |
|||
![]() |
|||
Tony -
Thank you. That gave me a good start. Do you by any chance have an example that shows multiple items on a single frame? I am not quite sure how to place one item under another within a frame. See attached code for a snippet of what I am currently doing with my original implementation of tabs. Thanks so much! Heather. ------------------------- Heather Linsk Lead Engineer General Dynamics AIS 413-494-7095 |
|||
![]() |
|||
![]() |
|||
Nevermind. I found the answer I was looking for in the tabs_example.dxl
THANKS! ------------------------- Heather Linsk Lead Engineer General Dynamics AIS 413-494-7095 Edited: 25-May-2006 at 14:44 by Heather Linsk |
|||
![]() |
Telelogic DOORS
» DXL Exchange
»
dialogue box with multiple tabs and labels
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.