Hello Devart Team,
My TORAlerter is waiting for Events, so I assume it uses some kind of Thread for this.
Is it save to update GUI Elements from the OnEvent - Procedure or do I have to use some Kind of synchronize/queue-thing (like I would use to access GUI Elements from a Thread) ?
thanks
Marcus
ORAAlerter Event
Re: ORAAlerter Event
Hello,
The onEvent event occurs in the main thread of the application, therefore you can work in it with GUI elements.
The onEvent event occurs in the main thread of the application, therefore you can work in it with GUI elements.
-
- Posts: 13
- Joined: Fri 05 Apr 2013 08:43
Re: ORAAlerter Event
Thanks,
this is what I was hoping for!
DKM+
this is what I was hoping for!
DKM+
Re: ORAAlerter Event
You are welcome. Feel free to contact us if you have any further questions about ODAC.