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.

customdraw color question

Featured Replies

what is the story on custom draw colors?i use #ac3628 and get apple red, but the same value in; CustomDraw Name="fs9gps:rose" and i get a blueish color. is there a factor by which the custom draw colors are different from colors used in strings?

Did you try "0xac3628" instead? Strings can work with html-colour code (#....), whereas most CustomDraws need direct hex-syntax 0x....

thanks for the responce.yes i did. here are 2 snipets, 1st the custom draw, and then the string. while the values are the same i get 2 different colors. (L:hudcolor,enum) 0 == if{ 0xac3628 } (L:hudcolor,enum) 1 == if{ 0x00ff00 } (L:hudcolor,enum) 2 == if{ 0xffffff }+

#.. and 0x.. are different syntaxes. It is #rrggbb, but it is 0xbbggrr. You should use 0x2836ac, maybe both times to avoid irritation.

thanks! i did not know the reverse trick. my other colors ooffoo and ffffff were palindromes so i did get the reversal.

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.