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 » __EXTTAB_MDI_UPDATE_TIMER_ID Collapse All
Subject Author Date
Raffaele Cappelli Jun 21, 2006 - 3:17 PM

Hello,

is there a reason for using PostMessage(WM_TIMER,__EXTTAB_MDI_UPDATE_TIMER_ID,0); in exttabwnd.h instead of
SetTimer(__EXTTAB_MDI_UPDATE_TIMER_ID,__EXTTAB_MDI_UPDATE_TIMER_PERIOD,NULL); ?

I noted that my application slowed down very much due to multiple __EXTTAB_MDI_UPDATE_TIMER_ID being posted and received: if I use SetTimer instead of PostMessage it seems much better, since only one update is received even in case more accumulate.

Technical Support Jun 22, 2006 - 11:20 AM

Thank you for your suggestion. We will see if it is possible and notify you about this.