Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setting string color in a script quandry...

Featured Replies

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.

  • 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 by Lorby_SI

LORBY-SI

  • Author

In the Value Variable in a Rotary Encoder.  Thx.

  • 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

  • Author

Copy.  Thx

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.