Why "invisible mode" for any button DONT activate in wincc
-
- Posts: 13
- Joined: Mon May 23, 2011 8:43 pm
Why "invisible mode" for any button DONT activate in wincc
Why "invisible mode" for any button DONT activate in wincc professional?
-
- Posts: 96
- Joined: Fri Nov 16, 2007 3:18 pm
- Location: Europe
Re: Why "invisible mode" for any button DONT activate in wi
Maybe buttons are covered by other object(s)? Bring them to front, also check layers.
-
- Posts: 13
- Joined: Mon May 23, 2011 8:43 pm
Re: Why "invisible mode" for any button DONT activate in wi
tks but you misunderstoodkriztof wrote:Maybe buttons are covered by other object(s)? Bring them to front, also check layers.
button Visible - but MODE inVisible - DONT work
Tks
button properties have Transparency and other design method,
BUT if I make button 100% Transparency - I CANT see it in working area
This makes it impossible to detect buttons when programming
Maybe there are some more opportunities to make a button invisible
in RunTime, but visible in the working window?
-
- Posts: 258
- Joined: Fri Apr 03, 2009 3:24 pm
- Location: Bosnia and Herzegovina
Re: Why "invisible mode" for any button DONT activate in wi
Use Animation/Visibility.
Create a system tag Bool_0 and put tha element is visible when Bool_0 is true.
Create a system tag Bool_0 and put tha element is visible when Bool_0 is true.
-
- Posts: 13
- Joined: Mon May 23, 2011 8:43 pm
Re: Why "invisible mode" for any button DONT activate in wi
Homeroid_BL wrote:Use Animation/Visibility.
Create a system tag Bool_0 and put tha element is visible when Bool_0 is true.
Tks
BUT: Im not need visibility object!!!!!!!!!!!!!!!!!!!!!!!!!!!
Im need invisible MODE for Button - its mean - button EXIST and I CAN click it - but its not visible!!!!!!!!!!!!!!