Autodesk Navisworks API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Help with DockPanePl ugin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi
I am new to Navisworks API and would like help on using the DockPanePlugin. I have read the "DockPane Tutorial" by Le Zhang (http://lezhang.net/2012/06/13/navisworks-2013-api-
However I have not found pointers on how to access gui controls on the panel. For example, how can I set/get the text content on a textblock on the panel ?
regards
Tales
Solved! Go to Solution.
Re: Help with DockPanePl ugin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Tales
Once you have GUI controls on the panel, you can access it in the same way you would have accessed a GUI located on a Windows Form from the class which initializes the Form. So the options are -
Making the GUI control's (say TextBox) modifier public and acessing it from the, say, BasicDockPanePlugin.cs class in the BasicDocPanePlugin SDK sample.
Or Passing the variable parameter to the Panel and using that to get/set the values of a TextBox - just like it has been done for the Label in the same SDK sample.
Hope this helps.
Saikat Bhattacharya
Re: Help with DockPanePl ugin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Saikat,
Thanks for helping. Following your advice I succeeded accessing the wpf control.
regards
Re: Help with DockPanePl ugin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thats great to hear, Tales. Thanks for letting me know.
regards
Saikat Bhattacharya
