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.

Blinking Bitmaps

Featured Replies

HelloI have searched through the forums for a solution but without success.I am trying to make a simple gauge, which consists of a signal lamp that blinks continuously when the door is open. However, I am having difficulty in understanding the timer function.Here is my code without the timer code for the blinking function.<Gauge Name="Red Signal Lamp" Version="0.1"><Image Name="Door Lamp.bmp" Luminous="No" ImageSizes="159,159"/><!-- DISPLAY =============================================== --><Element><Image Name="Red_Lamp_Off.bmp" Luminous="Yes" ImageSizes="93,93"/><Position X="33" Y="32"/></Element><Element><Visible>(A:CANOPY OPEN,bool)</Visible><Image Name="Red_Lamp_On.bmp" Luminous="Yes" ImageSizes="93,93"/><Position X="33" Y="32"/></Element></Gauge>My question is, how can I insert code in the above to make the gauge blink when the door is open?Thanks in advance for any help.Terry

Hi,Try:<Element><Position X=".." Y=".."/><Visible>(A:CANOPY OPEN,bool) (P:Absolute time,seconds) 1 % 0.7 > ! and</Visible><Image Name="On.bmp" Bright="Yes"/></Element>Hope it helps,Jan

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author
Hi,Try:<Element><Position X=".." Y=".."/><Visible>(A:CANOPY OPEN,bool) (P:Absolute time,seconds) 1 % 0.7 > ! and</Visible><Image Name="On.bmp" Bright="Yes"/></Element>Hope it helps,Jan
Hallo Jan,I have tried your code and it works perfectly.Thanks a lot for your help.Terry

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.