Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - flag xtpPaneNoFloatable
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

flag xtpPaneNoFloatable

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


Joined: 22 August 2006
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdubois Quote  Post ReplyReply Direct Link To This Post Topic: flag xtpPaneNoFloatable
    Posted: 20 September 2006 at 1:55pm

Hi,

I have to disable the floating state of panes in my application. So, when some panes are docked, their state can't be modified to floated. But I would also like to make sure that panes that are already floated can't keep this state. I tried the flag "xtpPaneNoFloatable" and there was a little problem : Panes that were floated couln't be moved. I solved this problem by putting the flag "xtpPaneNoFloatable" to docked panes only (not to floated panes). But, there is another problem that I can't solve.

The problem is when two panes are docked together in a MiniWnd (Floated but tabbed together). If I don't put the flag  "xtpPaneNoFloatable" to these panes, they can be detached from the other pane, it ends up alone in a new MiniWnd (Bad, I don't want this behaviour). But if I put the flag "xtpPaneNoFloatable" to these panes, the whole MiniWnd is not movable.

Is it possible to mix some flags to get the result that i want ? Is antoher solution possible ?

Thank you !

Maxime Dubois

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