![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Edit Layout DXL Window Topic Summary: Suggestion for DXL Interaction Window Created On: 11-May-2006 19:05 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Workaround Click in the output pane. CTRL A to select all CTRL C to copy selection Paste into the editor of your choice. | |
![]() |
|
It would be really nice if the Error/Display pane of the DXL Interaction Window could be re-sizeable to be able to see more of the output.
![]() |
|
![]() |
|
![]() |
|
Dear Kim,
Please submit an enhancement request This part of the forum only covers suggestions on the forums - not for the product. Steve ------------------------- Forum Administrator Telelogic Product Support |
|
![]() |
|
![]() |
|
Workaround
Click in the output pane. CTRL A to select all CTRL C to copy selection Paste into the editor of your choice. |
|
![]() |
|
![]() |
|
2nd workaround, write your own dialog that allows you to resize the entire dialog. Pretty easy actually. Just need two text boxes, one for code, other for errors. A "Run" button that gets the text of the code box and calls runStr. First have it call checkDXL though on the passed in string of code. And a "Check" button that calls checkDXL. Both instances of checkDXL put any resulting string in the error text box.
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
That will capture interpret errors, but will it capture run-time errors and print statements?
|
|
![]() |
|
![]() |
|
I didn't think about print statements. Could you overload the print function to print to your dialog box? As far as run time errors, could you run the code after a noError() statement and then put any errors in your output box? I was also wrong. The run button would have to call eval_().
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
Telelogic DOORS
» Suggestions/Feedback
»
Edit Layout DXL Window
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.