Page 1 of 1

ORAAlerter Event

Posted: Thu 13 Mar 2014 17:38
by Dunkelmann
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

Re: ORAAlerter Event

Posted: Fri 14 Mar 2014 09:52
by AlexP
Hello,

The onEvent event occurs in the main thread of the application, therefore you can work in it with GUI elements.

Re: ORAAlerter Event

Posted: Fri 14 Mar 2014 22:08
by Dunkelmann
Thanks,

this is what I was hoping for!

DKM+

Re: ORAAlerter Event

Posted: Wed 19 Mar 2014 14:40
by AlexP
You are welcome. Feel free to contact us if you have any further questions about ODAC.