RE: cross-thread update requests
"Greg Hewgill" <[email protected]> Thu, 12 May 2005 12:35:24 -0500
| Newsgroups | gmane.comp.lib.wxwindows.wxnet |
|---|---|
| Message-ID | <[email protected]> |
Thanks, that seems to do the trick. However, I had to not use the EventHandler reference because I got a "Unhandled Exception: System.MissingMethodException: Constructor on type wx.EvtHandler not found." exception at runtime when using that. Calling the AddPendingEvent member of the (in this case) HtmlListBox seemed to work. Thanks! Greg Hewgill -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of nummish Sent: Thursday, May 12, 2005 11:51 To: [email protected] Subject: Re: [Wxnet-users] cross-thread update requests I usually use: this.EventHandler.AddPendingEvent(new UpdateUIEvent(_GuiUiId)); where _GuiUiId is assigned in the constructor by calling this.UniqueID();
smime.p7s
(application/x-pkcs7-signature, 2.8 KB) - not displayed