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.

Shifting <text > along with a bitmap

Featured Replies

Hi Guys, I've got a little problem here .. Im trying to generate a fokker70/100 PFD in xml. All is well but one thing. I want to shift the value of the (A:Autopilot altituse lock var,feet) to display along with the altitude bug but sofar i'm getting nowhere. The code as it is now: (P:Units of measure, enum) 2 == if{ (A:Indicated Altitude, meters) (A:Autopilot altitude lock var, meters) - } els{ (A:Indicated Altitude, feet) (A:Autopilot altitude lock var, feet) - } Is there a way to put this : %((A:Autopilot altitude lock var, feet) %!s! to shift along with the underlying bitmap? Or do I have to revert to bitmaps?The locked altitude has to display over that little bug over the strip , you'll get the idea....regards Gert Polkerman http://forums.avsim.net/user_files/170924.jpg

Hi,I shift a lot of text this way:...........May be helpful?Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

I've got it .....(P:Units of measure, enum) 2 == if{ (A:Indicated Altitude, meters) (A:Autopilot altitude lock var, meters) - } els{ (A:Indicated Altitude, feet) (A:Autopilot altitude lock var, feet) - } %((A:Autopilot altitude lock var, feet)) %!05d!(P:Units of measure, enum) 2 == if{ (A:Indicated Altitude, meters) (A:Autopilot altitude lock var, meters) - } els{ (A:Indicated Altitude, feet) (A:Autopilot altitude lock var, feet) - } in the end it comes down to a forgotten close bracket ..) .....aaaargh xml.....and thanx for pointing out that it is possible to shift text Jan !! It made me look once again to the code! of gewoon in plain nederlands ... Bedankt Jan...( zag net in je profiel dat je net zo'n noorderling bent als ik ) regardsGert Polkerman

  • Author

Hello Gert This puts the text on the bitmap and then moves with it. (P:Units of measure, enum) 2 ==if{ (A:Indicated Altitude, meters) (A:Autopilot altitude lockvar, meters) - } els{ (A:Indicated Altitude, feet)(A:Autopilot altitude lock var, feet) - } %((A:Autopilot altitude lock var, feet))%!d! Change the Position & text sizes to suit your needs

Paul EGLD

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.