Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Where is Whidbey Style?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Where is Whidbey Style?

 Post Reply Post Reply
Author
Message
kent_t View Drop Down
Groupie
Groupie


Joined: 15 July 2008
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote kent_t Quote  Post ReplyReply Direct Link To This Post Topic: Where is Whidbey Style?
    Posted: 18 September 2008 at 7:21pm

On my recommendation my company has purchased the full 2008 Xtreme ToolKit Pro. v12.0.0.

I anticipated using a docking pane that looks and works like the linked example below.

http://www.codejock.com/products/dockingpane/tour_2.asp

I have compiled each and every one of the samples under the \..\Samples\DockingPane\*. folders. And I do not see anything like this.

Where would I find the example that matches the above url example? And to confirm, I did get the control above in the full toolkit, right?

Thank you.

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: 19 September 2008 at 1:59am
Hello,
 
Thanks for your choice :)
 
You need Samples\DockingPane\PaneSample  sample and in Menu click
DockingPane->Docking Context->Alpha Context and
DockingPane->Docking Context->DOcking Stickers.
 
or just add
 
m_paneManager.SetAlphaDockingContext(TRUE);
m_paneManager.SetShowDockingContextStickers(TRUE);
 
in code.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
kent_t View Drop Down
Groupie
Groupie


Joined: 15 July 2008
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote kent_t Quote  Post ReplyReply Direct Link To This Post Posted: 24 September 2008 at 3:01pm
That works. Thank you.

I have actually enjoyed working with the CodeJock controls so far.

On another note, I noticed in all the docking pane examples that when a docking pane - and its text - is initially displayed in the horizontal and then the pane is docked in the vertical, that the text will then be displayed vertically as well.

Bad example follows:

Text - in the horizontal.

T
e
x
t
- in the vertical. Or in fact, the entire label will go vertical.

Is there a setting where I can keep the text horizontal? I will keep the pane wide enough to accommodate the text.

If not, I'm hoping I can rotate the text label internally to do this.

Thanks again.
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.172 seconds.