Open New Panel in User Interface

  • Thread starter Thread starter simchajoy2000
  • Start date Start date
S

simchajoy2000

Hi,

I am working on a user interface where I have made it possible for
users to open a new panel in the main form. However, since this
occurs after the main form has already loaded, the new panel opens up
next to the toolbar and status bar instead of between them. Does
anyone know how I can fix this problem?

Joy
 
* (e-mail address removed) scripsit:
I am working on a user interface where I have made it possible for
users to open a new panel in the main form. However, since this
occurs after the main form has already loaded, the new panel opens up
next to the toolbar and status bar instead of between them. Does
anyone know how I can fix this problem?

Use the code you use to "open" the panel.
 
I don't understand how that would be helpful since the problem occurs
when the Open function is called by the user after the main form has
been loaded.

Joy
 
Joy,

* Joy Labadie said:
I don't understand how that would be helpful since the problem occurs
when the Open function is called by the user after the main form has
been loaded.

Oh, sorry, I made an ugly "typo". I wanted to say that it would be
great if you could /post/ the code you use to show the panels.
 
Wow, well that gets more complicated because I am using many different
classes (object-oriented approach) to do the job and you probably
wouldn't be able to make sense of my code if I did post it. Is there
any advice you could offer me without actually seeing the code?

Basically it looks fine when it initially loads the main form - but the
form in question is a dockable/floatable form, so when the user pulls
the form away from the dock and then puts it back - the form is no
longer between the status bar and toolbar - it's right next to them if
that makes sense.

Joy
 
Back
Top