Problem with pinnable panes and hidden client |
Post Reply |
Author | |
Baucad
Newbie Joined: 16 November 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 30 November 2006 at 5:55am |
Visual Basic 6.0 (SP6) I expeced a problem in my application with my docking panes. Simple sample to show you what I mean: 1. Put a DockingPane-Control on an empty form 2. Copy & paste this: DockingPane1.Options.HideClient = True
Dim PaneA As XtremeDockingPane.Pane End Sub 3. Run the application 4. Drag the mouse over the tab on the bottom and lock the pane by clicking the pin. The pane has now the size of the form 5. Now unlock the pane again by clicking the pin. Try to repeat step four! You will see, that you never again can click the pin because the tab bar is not reachable anymore. It looks like the size of the pane is too big now. Any help with this would be great. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
hmm...
Actually it works as expected... if you set HideClient option, pane will fill whole client..... In your application do you also use one pane which can be hidden? I think if developer set HideClient option, there must be at least one pane that can't be floated and hide.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Baucad
Newbie Joined: 16 November 2006 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
I'm still testing and thinking about it.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |