April 24, 20251 yr Given this script --(A:AUTOPILOT FLIGHT LEVEL CHANGE, Bool) 1 == if{'FLC'} els{''}. How can on change the color of the 'FLC' string from default to a different color? Thx.
April 24, 20251 yr Commercial Member 48 minutes ago, n116dh said: Given this script --(A:AUTOPILOT FLIGHT LEVEL CHANGE, Bool) 1 == if{'FLC'} els{''}. How can on change the color of the 'FLC' string from default to a different color? Thx. In RPN (as in most computer languages), strings are just a sequence of characters. They have neither color nor size nor font nor anything. All those attributes only become relevant when a string is displayed somewhere, and they are the responsibility of that "somewhere". So - in what output medium do you want to display this string and set the color? Gauge, StreamDeck Action, WebPage - ? Edited April 24, 20251 yr by Lorby_SI LORBY-SI
April 25, 20251 yr Commercial Member 1 hour ago, n116dh said: In the Value Variable in a Rotary Encoder. Thx. That is not possible, that attribute doesn't have a color option in the StreamDeck SDK. For full flexibility you will have to use the "Rotary Encoder Canvas" Action instead. LORBY-SI
Create an account or sign in to comment