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 » Refresh of CExtGridWnd inside a view Collapse All
Subject Author Date
jb lee Apr 24, 2006 - 10:51 AM

I made a CExtGridWnd derived class ( likes the sample SimpleGrid ).
Add a owner-drawn control into a formview, and subclassed the control into the class.

In a Formview’s function, I add some lines into the control.
The problem is : the function works for a long time, so, I wanna view each added line when the line is added.
But, before the function return, lines are not shown at all(only scroll bar is redrawn).

How do I force the added line be drawn on the control?

Technical Support Apr 25, 2006 - 11:51 AM

Would you send us a test project that shows the problem?