Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - How to control Auto-Hide option
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to control Auto-Hide option

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


Joined: 03 July 2013
Location: Seoul, Korea
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote parcorea Quote  Post ReplyReply Direct Link To This Post Topic: How to control Auto-Hide option
    Posted: 14 August 2013 at 5:54am
Hello

I have a question about control auto-hide option.

In my program, a pane has a button to open a modaless dialog.

If push the button to open the modaless dialog 

and click the dialog then pane disappears because of auto-hide option and focus of the dialog.

I want to keep opening the pane while dialog has a focus 

or change pane's option from auto-hide to normal while dialog has a focus

Is it possible to change the auto-hide option or keep opening the pane?

I already tried to use a Function "ToggleDocking(pPane)".

However, when I used the function, my program occurred error.
Back to Top
Willowmaster View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 July 2010
Location: Netherlands
Status: Offline
Points: 180
Post Options Post Options   Thanks (0) Thanks(0)   Quote Willowmaster Quote  Post ReplyReply Direct Link To This Post Posted: 17 October 2013 at 7:07am
With the ActiveX version I whould check the Action event of the DockingPaneManager. You can react to the Action PaneActionCollapsing and cancel it when your modeless form has the focus.
Product: Xtreme SuitePro (ActiveX) version 15.3.1

Platform: Windows XP (32bit) - SP 3 (on VMWare)

Language: Visual Basic 6.0



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.