09-23-2020
02:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-23-2020
02:03 AM
Hi,
How can I keep the DrawingBaseViewCmd visible, to give the user the possibility to directly change drawing view settings.
Part of ilogic code:
sFileName = oPartTest.FullFileName ThisApplication.CommandManager.PostPrivateEvent(kFileNameEvent, sFileName) oTest = ThisApplication.CommandManager.ControlDefinitions.Item("DrawingBaseViewCmd") oTest.Execute
Solved! Go to Solution.