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.

Problems Adding Arrows to Taxiway Signs in FSX

Featured Replies

Hi,I'm have a problem adding arrows to taxiway signs in FSX. Specifically, the BGL complier gives an error when I insert an up, left or right (haven't tried down) arrow character in to the sign xml. The SDK says to use <, > or ^ for these arrows, but every time I use one of these I get an error.It's probably some small thing, but I wonder if there's anyone out there that can help.An example of the code (for adding a taxiway direction sign) I am using is:ThanksLowell

>Hi,>>I'm have a problem adding arrows to taxiway signs in FSX.>Specifically, the BGL complier gives an error when I insert an>up, left or right (haven't tried down) arrow character in to>the sign xml. The SDK says to use <, > or ^ for these arrows,>but every time I use one of these I get an error.>>It's probably some small thing, but I wonder if there's anyone>out there that can help.>>An example of the code (for adding a taxiway direction sign) I>am using is:>> lat="22.155009"> lon="-159.684099"> heading="215"> label="d[ size="SIZE5"> justification="LEFT"/>>>Thanks>>LowellUse "& lt" (without the quotes and remove the space after & ) for "<".Use "& gt" (without the quotes and remove the space after & ) for ">".-Doug

>Hi,>>I'm have a problem adding arrows to taxiway signs in FSX.>Specifically, the BGL complier gives an error when I insert an>up, left or right (haven't tried down) arrow character in to>the sign xml. The SDK says to use <, > or ^ for these arrows,>but every time I use one of these I get an error.>>It's probably some small thing, but I wonder if there's anyone>out there that can help.>>An example of the code (for adding a taxiway direction sign) I>am using is:>> lat="22.155009"> lon="-159.684099"> heading="215"> label="d[ size="SIZE5"> justification="LEFT"/>>>Thanks>>Lowellhi Lowell,Ofcourse Doug has it right, but myself i had some problems too and it took some time before all worked right. So i give my reply as a rooky...label="d<"Should read as followed. Please see attachement!Finally i am not 100% sure you got the coordinates right!I have used this kind of notation:lat="N52.266346"lon="E6.891181"RegardsBert

  • Commercial Member

There is nothing wrong with the coordinates. This is a valid notation as well.As Doug pointed out the problem at the brackets, they are processed as XML tags now.

Arno

If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done.

FSDeveloper.com | Former Microsoft FS MVP | Blog

Thank you very much for the help guys. (Sorry I didn't reply sooner, but I must have forgotten to check the email notifications box!)Lowell

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.