1
Support Questions / Re: Can advancedHMI run as a console application?
« on: September 17, 2015, 04:32:47 PM »
Yeah I noticed that it should raise the event without the synchronizing object, but I never received any events at my on my main thread.
I am unable to set it to "Me" because in a console app, its running in a module, and if I made it a singleton, that creates its own issues.
Your second option does work however, only issue here is that it sends me all the tags whether they changed or not. But that's not a big deal as I'll track and look for changes myself. So
Thanks!
Awesome framework by the way! I'm impressed with its internals.
I am unable to set it to "Me" because in a console app, its running in a module, and if I made it a singleton, that creates its own issues.
Your second option does work however, only issue here is that it sends me all the tags whether they changed or not. But that's not a big deal as I'll track and look for changes myself. So
Thanks!
Awesome framework by the way! I'm impressed with its internals.