Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Problem with pinnable panes and hidden client
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with pinnable panes and hidden client

 Post Reply Post Reply
Author
Message
Baucad View Drop Down
Newbie
Newbie


Joined: 16 November 2006
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Baucad Quote  Post ReplyReply Direct Link To This Post Topic: Problem with pinnable panes and hidden client
    Posted: 30 November 2006 at 5:55am

Visual Basic 6.0 (SP6)
Docking Pane Control 10.3.1

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:
Private Sub Form_Load()

  DockingPane1.Options.HideClient = True

  Dim PaneA As XtremeDockingPane.Pane
  Set PaneA = DockingPane1.CreatePane(1, 0, 200, DockBottomOf)
  PaneA.Title = "myPane"
  PaneA.Hidden = True

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.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 30 November 2006 at 2:29pm
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
Back to Top
Baucad View Drop Down
Newbie
Newbie


Joined: 16 November 2006
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Baucad Quote  Post ReplyReply Direct Link To This Post Posted: 19 December 2006 at 8:41am
I'm still testing and thinking about it. 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.201 seconds.