Lionscribe wrote:

> How about using EvtAddUniqueEvent?
> Even better, have your handler for winredraw enque a custom event
> using EvtAddUnique, handle the redraw in the unique event.
> When you return from the progress screen, use EvtAddUnique for
> your custom event.


Yes. I had thought of that. Currently, I draw the map upon a frmUpdateEvent, 
which I must do anyway. But this same
frmUpdateEvent is likely fired after the progress dialog closes,
and after the DIA display is expanded again. So if I could ignore
a frmUpdateEvent when I see a winDisplayChangedEvent is in the
queue, that would do it.

Maybe there is no real neat solution. Even Palm apps have problems
with the DIA. I sometimes see the current day change in the
Datebook when I open my T3 slider.


Luc Le Blanc
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to