![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Activate In-Place editing from DXL Topic Summary: Created On: 18-Dec-2006 21:54 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Is it possible to get into "in-place edit mode" for object text, from within DXL?
I've investigated the following, which I found in the ASCII dump, but none of them do what I need. bool inplaceDisable(Module, bool) //disables ability to edit objects bool inplaceEditing(Module) //tells you if you're editing an object bool inplaceEditOff(Module, bool) //takes you out of inplace; true = save changes, false=don't bool inplaceEnabled(Module) //tells you if you've disabled it void inplaceEnable(Module) //re-enables ability All I need is to do the same thing that happens when you click on Edit->In-Place->Edit Text. formal.dxl uses "createItem inplaceTextItem" to put it in the menu..... Chris |
|
![]() |
|
![]() |
|
Hi Chris,
you can use: callStdItem_ (inplaceTextItem); It will invoke inplace edit of Object Text of current Object. You can find the other item names in formal.dxl in config directory ![]() Greetings Reik ------------------------- Evosoft GmbH for Siemens Industry Sector Berlin, Germany |
|
![]() |
|
![]() |
|
Ah, handy! And upon further investigation I notice that:
I've added a menu item under my addins path to Edit DXL (editDXLItem) and mapped it to Ctrl-D. Thanks! Edited: 19-Dec-2006 at 18:01 by Chris Jones |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Activate In-Place editing from DXL
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.