Posted 20 years ago
by Jake Pearson
-
Software Developer,
Alion Science and Technology
Hi,
I got the update to UIStudio this morning. The drop down and arrows feature works great, thanks. Developers at my office can now use the designer on inherited forms, but now the tabs of document area windows get their tabs hidden behind the tool bars at the top of the application. I tracked it down to some code that gets added like this:If I comment out those lines it seems to work fine. I will email you a screen shot to the support address.
thanks,
Jake
I got the update to UIStudio this morning. The drop down and arrows feature works great, thanks. Developers at my office can now use the designer on inherited forms, but now the tabs of document area windows get their tabs hidden behind the tool bars at the top of the application. I tracked it down to some code that gets added like this:
this.Controls.SetChildIndex(this.c1MainMenu, 0);
this.Controls.SetChildIndex(this.c1CommandDock, 0);
this.Controls.SetChildIndex(this.statusBar, 0);
thanks,
Jake