Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Paint Problem 10.0.4
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Paint Problem 10.0.4

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


Joined: 01 June 2005
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote hologram Quote  Post ReplyReply Direct Link To This Post Topic: Paint Problem 10.0.4
    Posted: 28 December 2006 at 7:06pm
Hi.
 
I have a CommandBar and DockingBar control on the same form. Until now, I have always had the DockingPane control on the form 'sent to back' and the CommandBar in the front. This gives me the particular layout I need.
 
With 10.0.4, suddenly, resizing or moving panes causes there to be gaps where the pane was. The only way it beahves nicely is if I send the DockingPane Manager to the back.. but that is not what I want.
 
Can you please advise?
 
Jason
Back to Top
LittleJK View Drop Down
Senior Member
Senior Member
Avatar

Joined: 13 April 2006
Status: Offline
Points: 168
Post Options Post Options   Thanks (0) Thanks(0)   Quote LittleJK Quote  Post ReplyReply Direct Link To This Post Posted: 02 January 2007 at 11:17am
Indeed we came across the same issue when we switched to 10. You have to do a manual re-calculate in the dockingpanemanger_actions event for the docking panes to work with the command bar when set to the back and the docking pane is set to the front ...

Examples:
'When Pinning a Pane

If Action = PaneActionPinned Then DockingPaneManager.RecalcLayout

'When attaching a pane

If Action = PaneActionDocked Then DockingPaneManager.RecalcLayout

'When closing out a pane

If Action = PaneActionClosed Then DockingPaneManager.RecalcLayout



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.047 seconds.