Article | 70000771 |
Type | Wish |
Product | Engine |
Version | 7007 |
Date Added | 4/6/2016 12:00:00 AM |
Fixed | 7.7008.0.2 (4/6/2016 12:00:00 AM) |
Submitted by | vgiorspiros |
Summary
I would like cmdEditText to handle more objects
Solution
In version 7008 CmdEditTxT can do the following
1) Edit a Text inside a vdInsert , If the user clicks a vdText which is inside an Insert then the Edit sequence will start. Note that the change will be applied to all Inserts that have this block.
2) Edit a MultiText inside a vdInsert , If the user clicks a vdMText which is inside an Insert then the Edit sequence will start. Note that the change will be applied to all Inserts that have this block.
3) Edit an Attribute that is inside a vdInsert.
4) Edit the text of a vdDimension , If the user clicks a Dimension's Text then the Edit sequence will start for this Text.
For vdShape objects the Developer must make his own command in order to handle the Texts or inner entities inside a custom object.