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

Floating Pane resize

 Post Reply Post Reply
Author
Message
Сы& View Drop Down
Newbie
Newbie


Joined: 09 October 2007
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote Сы& Quote  Post ReplyReply Direct Link To This Post Topic: Floating Pane resize
    Posted: 30 October 2007 at 3:21am
Hi!
I have a probelm for Floating Pane resizing.
I want create floating pane with same size.
My code:

...
m_paneManager.FloatPane(pwndPane, CRect(x, y, x + 240, y + 360));
pwndPane->SetMinTrackSize(CSize(240, 360));
pwndPane->SetMaxTrackSize(CSize(240, 360));
m_paneManager.RecalcFramesLayout();
...

Pane showing in one size, but if I try to resize the pane, its reduced to another size.

Thanks!



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.