Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Use of size menu item from control menu (title bar) creates problem to the x- axis and y-axis of UI Collapse All
Subject Author Date
howard liu Oct 14, 2008 - 6:42 AM

Hi,


I have applied Prof-UI over many of the UI in my application. When i have the UI open and click on the title bar to see the control menu items


(like , Restore, Move, size, minimize, maximize,close) and try to use the ’Size’ menu item and then try to resize the interface either through the cursor or through the key i see some irregularity in the x axis (length) and y axis (height) of user interface. The user interface is not regular 


 


Thanks, 


Howard 

Technical Support Oct 14, 2008 - 11:56 AM

Resizing can be slow if the resized window contains a complicated layout of child windows similar to what you see in the ProfUIS_Controls sample. If you have some heavy timer based code which also re-paints the window, you should handle the WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages in order to determine when your window is resized. At this moment, just pause your timer-based operations.