Code is not work for ipad (TPControl programming by TP Design 4). Are you understand?
Here's the command from the documentation.
Show or hide a button with a set variable text range.
Syntax:
"'^SHO-<vt addr range>,<command value>'"
Variable:
variable text address range = 1 - 4000.
command value = (0= hide, 1= show).
Example:
SEND_COMMAND Panel,"'^SHO-500.504&510.515,0'"
Hides buttons with variable text address range 500-504 & 510-515.
One common error I make in this regard is that I forget to assign the button an Address code. I put the channel code but forget to fill in the Address code. This is most common on buttons where I already have the text on the buttton and don't need variable text. None of the button commands will work unless you've assigned an Address code.
I don't think the TP Contorl app has any issues with this command. It should work.
Comments
{
PUSH:
{
SEND_COMMAND dvPanel, "'^SHO-12.13&14.15,0'"
}
}
-Is this commands?
Code is not work for ipad (TPControl programming by TP Design 4). Are you understand?
Here's the command from the documentation.
One common error I make in this regard is that I forget to assign the button an Address code. I put the channel code but forget to fill in the Address code. This is most common on buttons where I already have the text on the buttton and don't need variable text. None of the button commands will work unless you've assigned an Address code.
I don't think the TP Contorl app has any issues with this command. It should work.