Print Page | Close Window

Floating Pane resize

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=8589
Printed Date: 27 July 2024 at 3:15am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Floating Pane resize
Posted By: Сы&
Subject: Floating Pane resize
Date 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!






Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net