11-01-2019
06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-01-2019
06:32 PM
Hello,
@bradeneuropeArthur wrote:Think that the UserControls are not modeless (showdialog), that is why it is not funcioning!
You can use UserControl also.
Following app which I made uses UserControl instead of Form. (See the video on the page)
https://apps.autodesk.com/INVNTOR/en/Detail/Index?id=2638190254159513577&appLang=en&os=Win64
Keep mind that the dockable window with user control may have trouble about control keys such as 'Enter' or 'Tab'.
Dockable window with user control is not catching enter key press?
I wrote the difference between Form and UserControl in the above thread.
=====
Hideo Yamada