Surabaya wrote: > so I can't call application.processmessages at all? Don't process messages directly or indirectly from within event handlers, because the event may be reentered, this isn't an ICS issue but Windows design. Same applies to a OnClick event as well. > what can I call if I need my user interface updated? for example I > changed a Label's caption and need it refreshed when accepting data?
TLabel.Update might work. Arno > > > On 2/20/06, Wilfried Mestdagh <[EMAIL PROTECTED]> wrote: >> >> Hello Arno, >> >>>> what is message pump? >>> For instance Application.ProcessMessages or anything else that >>> processes messages. >> >> Or creating a modal form. ShowMessage etc, are also modal forms. Often >> done for logging whilst developping. Better is to log to a console >> window or a memo or whatever. >> >> --- >> Rgds, Wilfried [TeamICS] >> http://www.overbyte.be/eng/overbyte/teamics.html >> http://www.mestdagh.biz >> >> -- >> To unsubscribe or change your settings for TWSocket mailing list >> please goto http://www.elists.org/mailman/listinfo/twsocket >> Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
