Search found 11 matches
- Thu Nov 22, 2018 12:15 pm
- Forum: Feature Suggestions
- Topic: AND/OR operator for filters
- Replies: 2
- Views: 3982
Re: AND/OR operator for filters
I thinks that is a good option. Just adding the SQL string option on the drop down menu can do it. (I don't know anything about SQL, but if can use I'll learn. lol) At this time, if I want to see an Air Tank (identified as Civil) and the Mil plane beside him, I can't see just the both on the feed. O...
- Wed Dec 07, 2016 11:38 pm
- Forum: Plugins
- Topic: Help - Java - CustomContent
- Replies: 2
- Views: 2317
Re: Help - Java - CustomContent
Thank you agw ! Sorry about the wrong spelling, you can guess my skill level. :D I want this to the Mobile List, to compress all the information that I 'like' or think is 'useful on the go' in a narrow space as possible. https://s15.postimg.org/gvjwzk9ef/2016_12_07_23_29_40.jpg "Created" also the 'T...
- Fri Dec 02, 2016 7:53 pm
- Forum: Plugins
- Topic: Manufacturer as squadron logo source in Custom Content Plugin?
- Replies: 28
- Views: 16970
Re: Manufacturer as squadron logo source in Custom Content Plugin?
I'm using the Silhouette to be shown as "Operator"+"ModelIcao" (ex. BAW+A320 to get the BAWA320.bmp), function customFormatTypeIcaoImageHtml(aircraft) { var codeToUse = ''; codeToUse = customPipeSeparatedCode(codeToUse, aircraft.registration.val); codeToUse = customPipeSeparatedCode(codeToUse, aircr...
- Thu Dec 01, 2016 10:54 pm
- Forum: Plugins
- Topic: Manufacturer as squadron logo source in Custom Content Plugin?
- Replies: 28
- Views: 16970
Re: Manufacturer as squadron logo source in Custom Content Plugin?
I was looking for something similar. I am looking to be able to bring up the Operator Flag based on both the Operator and Aircraft type. I have file names like TOMB788.bmp so that flag would show for Thomson Airway Boeing 787-800's, etc Is there a way to alter the script to do this or do I need to ...
- Tue Nov 29, 2016 2:51 am
- Forum: Plugins
- Topic: Help - Java - CustomContent
- Replies: 2
- Views: 2317
Help - Java - CustomContent
Hi guys! My java skills are none. :!: I want to add to this code a return option of: If Mlat is 'Yes' -> show 'Yes' If Mlat is 'No' or 'null' -> show "receiverId" VRS.renderPropertyHandlers[VRS.RenderProperty.Mlat] = new VRS.RenderPropertyHandler({ property: VRS.RenderProperty.Mlat, surfaces: VRS.Re...
- Sun Nov 27, 2016 12:44 pm
- Forum: Bug Reports
- Topic: "Species"
- Replies: 17
- Views: 11787
Re: "Species"
It's done... 8-) You were sweet..! ahah Just had to change the code to my own case. codeToUse = customPipeSeparatedCode(codeToUse, aircraft.operatorIcao.val + '' + aircraft.modelIcao.val); No dash and change the order. A big "thank you" to you! https://s13.postimg.org/uythy7nuv/2016_11_27_12_42_59.j...
- Sun Nov 27, 2016 11:34 am
- Forum: Bug Reports
- Topic: "Species"
- Replies: 17
- Views: 11787
Re: "Species"
Theoretically, I understood it.
But I truly can't reverse engineering the custom content that I saw.
It's too much for me... ahah
But I'll try to follow your assumption. Thanks!
But I truly can't reverse engineering the custom content that I saw.

It's too much for me... ahah
But I'll try to follow your assumption. Thanks!
- Sat Nov 26, 2016 6:27 pm
- Forum: Bug Reports
- Topic: "Species"
- Replies: 17
- Views: 11787
Re: "Species"
I actually use the "aircraft class" field to hold my custom silhouette code (operator code + type code; eg BAWB772) and have modified the code provided in that thread to create a custom content plugin that uses the following order to determine the silhouette to display - registration, "aircraft cla...
- Wed Oct 19, 2016 8:42 am
- Forum: General Discussion
- Topic: Linking ICAO and/or Reg #'s to operator flags
- Replies: 9
- Views: 5665
Re: Linking ICAO and/or Reg #'s to operator flags
My 'problem' is solved. If I change the "(null)" (in the "AircraftOnlineLookupCache.sqb" file) to the OperatorIcao that I want, it is actualized in the list and can get the flag right. Thanks. 

- Tue Oct 18, 2016 11:23 pm
- Forum: General Discussion
- Topic: Linking ICAO and/or Reg #'s to operator flags
- Replies: 9
- Views: 5665
Re: Linking ICAO and/or Reg #'s to operator flags
I don't have any "BaseStation.sqb" file. I'm running the VRS in a Rpi (headless) and can't get the database plug-in running. :/
Just got confuses with same getting the AFP and another didn't.
The "StandingData.sqb" have anything about this data?
Just got confuses with same getting the AFP and another didn't.
The "StandingData.sqb" have anything about this data?