I am coming from a .net background where the programmer can easily add/
edit buttons to the GUI programatically.
I will be using Crestron with CF. Is there a way to set the visibility
of buttons dynamically with CommandFusion at runtime? Is there a way
to set the x/y coordinates dynamically at runtime?
For example, lets say I have a screen that says "select device to
control" and I would like to add buttons for bluray, dvd, etc using
code/SIMPL.
In .Net, the code would be like this
if (something is true)
{
buttonA.visible = true
buttonA.x = 11
buttonA.y = 22
}
Thanks in advance, I am trying to figure out what the limitations are.
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.


Comments
0 comments to "feedback to commandfusion"
Post a Comment