Close button on floating pane |
Post Reply |
Author | |
rconn
Groupie Joined: 16 May 2007 Location: United States Status: Offline Points: 77 |
Post Options
Thanks(0)
Posted: 27 December 2007 at 2:51pm |
I have some windows that I want the users to be able to undock / move around / hide, but I don't want them closed.
I use SetDefaultPaneOptions( xtpPaneNoCloseable ), which keeps the close button from appearing when the window is docked -- but when the window is floating the disabled X appears in the corner. Is there a means to hide / remove the X altogether? (My users are complaining that they can't click on the X!)
Thanks for your help.
Rex Conn
JP Software
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
m_paneManager.SetThemedFloatingFrames(TRUE);
That did the trick for me!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |