Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - AxDockingPane Options ignored after AttachToWindow
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

AxDockingPane Options ignored after AttachToWindow

 Post Reply Post Reply
Author
Message
Joe Calabrese View Drop Down
Newbie
Newbie
Avatar

Joined: 06 June 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Joe Calabrese Quote  Post ReplyReply Direct Link To This Post Topic: AxDockingPane Options ignored after AttachToWindow
    Posted: 08 June 2007 at 4:49pm
Before attaching the AxDockingPane to a Windows Panel, the AxDockingPane options worked well.  But after attaching to a Windows Panel, they do not have any effect.
 
Is there something else I need to do?
 
Here is some code (VB.NET) ...
DockingPaneManager.Options.AlphaDockingContext = True
DockingPaneManager.Options.ShowDockingContextStickers = True
DockingPaneManager.Options.ShowCaptionMaximizeButton = True
DockingPaneManager.VisualTheme = VisualTheme.ThemeWhidbey
DockingPaneManager.AttachToWindow(Me.Controls("ContentPanel").Handle)
 
In this example, the VisualTheme continues to work well, but the Options do not. 
Back to Top
apuhjee View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 September 2005
Location: United States
Status: Offline
Points: 130
Post Options Post Options   Thanks (0) Thanks(0)   Quote apuhjee Quote  Post ReplyReply Direct Link To This Post Posted: 18 June 2007 at 11:15am
I'm having a similar problem in that I'm not able to get the CommandBar to stretch the entire width of the Panel that it's attached to.
 
Have you been able to solve this problem?
 
Regards ~ jp
Back to Top
Joe Calabrese View Drop Down
Newbie
Newbie
Avatar

Joined: 06 June 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Joe Calabrese Quote  Post ReplyReply Direct Link To This Post Posted: 18 June 2007 at 11:23am
I was not able to resolve it, so I submitted it to Codejock as an issue.  They wrote back last week saying that they will look into debugging it.
 
Joe
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.141 seconds.