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 General Discussion » Question picture properties paint problem (use version 2.93) Collapse All
Subject Author Date
park byung yup Feb 6, 2012 - 6:41 PM

Hello.


I’m developer of GIS at Shinhan Aerial Survey Co.


1 Question :


To send two versions of the attachment.


One version is used profuis


The other one did not use version.


Invisible on the screen issues.


How do you solve the problem?


Please answer.


 


 

Technical Support Feb 10, 2012 - 3:25 AM

We are sorry for the delay with this reply. Your app draws a map in the CGMDLL_TesterDlg::OnPaint() method using the mMapWindow.Draw( . . . code. But the CExtResizableDialog class handles the WM_PAINT message in the WindowProc() virtual method for providing a themed dialog background. So, you should not try to draw directly into the surface of the CExtResizableDialog window. Please do the following:

1) Add the WS_CLIPSIBLINGS|WS_CLIPCHILDREN styles in the properties of the dialog template resource.

2) Code new CWnd-derived map control which should handle the WM_PAINT message for map painting.

3) Create your CWnd-derived map control inside CExtResizableDialog window.

park byung yup Oct 18, 2012 - 12:12 AM

i try again


 






but it does not work.


 


ask for a sample check. Attach a file.


 


http://www.shas.co.kr/prof-uis/prof-uis_1.zip


 


please check again


 

park byung yup Oct 13, 2012 - 8:42 PM

i try again




but it does not work.


ask for a sample check. Attach a file.


http://www.shas.co.kr/prof-uis/prof-uis_1.zip


please check again