Page 1 of 1

AlarmViewer1.TogglePause();

Posted: Fri Mar 22, 2013 4:47 am
by jcjelektro
Hello

I'm using the AlarmViewer1.TogglePause(); function, and i can get the function to work, but i can't see if the function is activated.
Is there a smart/simple solution for make a symbol visible, or change from a Play icon to a Pause icon?

Re: AlarmViewer1.TogglePause();

Posted: Fri Mar 22, 2013 8:16 am
by mark.monroe
You might want to use a multi-picture rather than a button. Then you could toggle a tag as well as the pause function. That tag could be associated with different pictures.

Code: Select all

AlarmViewer1.TogglePause();
Globals.Tags.Tag1.ToggleTag();