![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: placement of text box elements in dialog box Topic Summary: the placement of dialog boxes seem to differ from ne normal palcement Created On: 15-Sep-2005 09:03 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: I think that a "splitter" DBE will do the job for you...here's the example of its use from the DXL reference manual that shows a list and a tree view side-by-side. | |
![]() |
|
Hello,
I am trying to do a attribute comparison. For this I would like to load two attributes into richText elements that are placed side by side not beneath each other. I tried the different ways described in the dxl-Manual but could not find a solution for this problem. Has this something to do with the richtText elements?? Actually, what I really would like to have is a dialogbox with this two richText elements side by side having the same size and filling out the dialog box. And resizing should resize the elements in it, too. I think someone here has to be stumbled on something like this. Hendrik Preiss |
|
![]() |
|
![]() |
|
I think that a "splitter" DBE will do the job for you...here's the example of its use from the DXL reference manual that shows a list and a tree view side-by-side.
|
|
![]() |
|
![]() |
|
A slightly different approach.
The attached creates 2 richText boxes, side-by-side on the dialog. When the dialog is resized the boxes expand/contract evenly. ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
Dialog Element placement is a nightmare partly because some elements behave differently. In this case Text Elements are automatically connected to the right hand side of the box. So you need something like this:
dbeTextLeft = text(db, yaddy, Height, Width) dbeTextLeft ->right ->unattached // Detaches right side so the next one can connect to the right beside db dbeTextRight = text(db, yaddy, Height, WidthDoesn'tMatter) left db I've been doing this for years and still struggle over each and every line of DBE placement code. Other problems with placement are [1] some placement origins are the DBE sides while others originate with the DBE's label [2] some placement relates to the left side while other's relate to the right. - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
placement of text box elements in dialog box
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.