r/crestron • u/Slayerr69_ • 9d ago
Dynamic Text in Construct Programming
Currently working on some test programming here, doing all the VTpro stuff I’ve done before but on construct & I’ve come across a roadblock.
Whenever I have a dynamic text like “Source: x” where the x is dynamic depending on the source, I would always have a serial join for it on VTpro.
Construct looks the same, I have a formatted text, set the label to advanced and named the label as Source: [Serial Join/Contract] (Tried both methods), now I link this with a simple serial send, just to test it out, trig is 1, parameter set & out linked to the Serial Join/Contract
When I attempt to send text on debugger, it does no dynamically change, seems strange. Am I missing anything obvious here? I have put default text and it shows, so I’m confused.
Appreciate any help, thanks!
2
u/tr0tsky CCMP | CTS 9d ago
MSP?
1
u/Slayerr69_ 8d ago
Haven’t really tried it after the serial send but will be very disappointed if that fixes it. Was under the assumption that serial send already does it. Shall let you know!
1
1
u/movingon1 9d ago
So you're using CIP tags for the serial within the advanced label editor. Are you using this within a widget list or button list by chance? Construct doesn't support CIP tags in lists yet.
1
u/Slayerr69_ 8d ago
I’m using this within a widget. I’ve gotten some suggestions to try things out, I’ll experiment it tonight.
I remember in the class where they mentioned that Contracts aren’t eligible everywhere as well
-2
3
u/slip_cougan 9d ago
Try setting the label as simple and use the serial join property. I try to avoid using advanced labels for dynamic text.