Posted 19 years ago
by Wyatt Albiston
-
Software Engineer,
Bill Good Marketing
help, I can't get UIStudio's toolwindows to stick around for design view!!!
I am continually getting this problem. Before I was able to just do and redo until it stuck, but now it won't keep any of the tool windows I am adding.
I have a form with 8 existing tool windows on it, and am trying to add another.
To do this I drag a listview to the form, right click it and choose dock control. It then is placed inside a newly created toolwindow and is, at least at this point, visible and dragable.
When I try to run it, however, sometime during the course of running, closing then returning back to the design window the toolwindow along with the control inside it (in this case a listview) are removed from the designer. If I check the code the listview, toolwindow, toolwindowcontainer and dockmanager all appear to be there, however if I run the code again I get an error on some code referencing the toolwindow and intellisense doesn't show that the toolwindow even exists anymore. This even though I verify the toolwindow declaration is intact and has valid syntax.
any help will of course be much appreciated
-Dave
I am continually getting this problem. Before I was able to just do and redo until it stuck, but now it won't keep any of the tool windows I am adding.
I have a form with 8 existing tool windows on it, and am trying to add another.
To do this I drag a listview to the form, right click it and choose dock control. It then is placed inside a newly created toolwindow and is, at least at this point, visible and dragable.
When I try to run it, however, sometime during the course of running, closing then returning back to the design window the toolwindow along with the control inside it (in this case a listview) are removed from the designer. If I check the code the listview, toolwindow, toolwindowcontainer and dockmanager all appear to be there, however if I run the code again I get an error on some code referencing the toolwindow and intellisense doesn't show that the toolwindow even exists anymore. This even though I verify the toolwindow declaration is intact and has valid syntax.
any help will of course be much appreciated
-Dave