define latching
Stewart
Posts: 37
What is the significance of this? Is it similiar to define toggling?
I was hoping to mute the picture using one button and then by pressing same button again cause an unmute condition.
perhaps a status variable and some if /elses?
Also in TP design 3 is there a way to have the on properties of a particuliar button have different text then the off properties?
Thanks in advance.
I was hoping to mute the picture using one button and then by pressing same button again cause an unmute condition.
perhaps a status variable and some if /elses?
Also in TP design 3 is there a way to have the on properties of a particuliar button have different text then the off properties?
Thanks in advance.
0
Comments
(***********************************************************)
(* LATCHING DEFINITIONS GO BELOW *)
(***********************************************************)
DEFINE_LATCHING
[dvTP,1]..[dvTP,9]
(***********************************************************)
(* MUTUALLY EXCLUSIVE DEFINITIONS GO BELOW *)
(***********************************************************)
DEFINE_MUTUALLY_EXCLUSIVE
([dvTP,1]..[dvTP,19])
define_toggling
[dvTP,11]..[dvTP,19]