Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Limiting the Docking Stickers
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Limiting the Docking Stickers

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


Joined: 01 December 2005
Location: United Kingdom
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Keith Quote  Post ReplyReply Direct Link To This Post Topic: Limiting the Docking Stickers
    Posted: 15 December 2005 at 5:01pm

 

I need some help in restricting the number of docking stickers which appear on the screen. In my current implementation of docking panes I have used the functions:

 m_paneManager.SetAlphaDockingContext(TRUE);
 m_paneManager.SetShowDockingContextStickers(TRUE);
 m_paneManager.SetDefaultPaneOptions(xtpPaneHasMenuButt on);

This creates the four sets of sticker which represent top,bottom,left and right. I have implementted a function to restrict docking to the left and right edges of the frame. Is there anyway to only diisplay the left and right sitckers when dragging a docking pane.

thanks

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: 16 December 2005 at 4:17am

Hi,

Yes, but you need update to last version. It will show only available stickers automatically.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.187 seconds.