Refresh UI display during event processing

Posted by oedev on 01-Apr-2014 06:40

Hi All

I have an event handler configured to capture images from a scanner. As each event is processed, I'm adding the image onto a thumbnail UI control. However, unless I put a message into the event handler, the UI is not refreshed until all the images have been processed. 

I've tried forcing a refresh of the UI component and the form it is contained in, but that does not work.

How can I force a refresh of the UI ?

Thanks!

Posted by Peter van Dam on 01-Apr-2014 07:34

PROCESS EVENTS.

All Replies

Posted by Peter van Dam on 01-Apr-2014 07:34

PROCESS EVENTS.

Posted by oedev on 01-Apr-2014 08:08

Thanks, does the trick.

This thread is closed