Search found 63 matches

by auditdata
Wed Aug 09, 2023 9:42 am
Forum: General Instrument Help
Topic: FS2020 control view
Replies: 3
Views: 1553

Re: FS2020 control view

Thanks Ralph. Was not me in the support ticket but good to know it is a bug and not me. :-)
by auditdata
Wed Aug 09, 2023 9:17 am
Forum: General Instrument Help
Topic: FS2020 control view
Replies: 3
Views: 1553

FS2020 control view

Hi, I am slowly moving over to FS2020 from X-Plane and I am familiar with moving the view in X-plane. I can use sim variables in FS2020 to move between view types fs2020_variable_write("CAMERA STATE", "Enum", 2) to move to cockpit view and fs2020_variable_write("CAMERA STATE...
by auditdata
Tue Aug 09, 2022 12:14 pm
Forum: Under development and finished work
Topic: X-Plane View Control
Replies: 2
Views: 698

X-Plane View Control

x_plane view control - view2.siff Developed for my own need but if anyone wants to try it and comment then welcome. Saves fiddling to remember the key combinations. I use it on a touch screen. I don't have the iPad version or air manager android so can't test it on there but guess the orientation m...
by auditdata
Mon Aug 08, 2022 2:22 pm
Forum: General Instrument Help
Topic: Button Repeat
Replies: 3
Views: 616

Re: Button Repeat

As there was a missing statement in the answer I had some time ago I will just repeat the correct code for this using embedded functions for completeness or if theist is stumbled across button_2_6=button_add("BGreen.png", "BRed.png", 560, 120, 100, 100, function(press) xpl_comman...
by auditdata
Mon Aug 08, 2022 10:44 am
Forum: General Instrument Help
Topic: Button Repeat
Replies: 3
Views: 616

Re: Button Repeat

Ignore me I am a fool!!!
I already asked this question and had a response.
Doh
by auditdata
Mon Aug 08, 2022 10:42 am
Forum: General Instrument Help
Topic: Button Repeat
Replies: 3
Views: 616

Button Repeat

I do feel a fool for asking but I just can't find if this is possible! If you press a button can it repeat the command until released. For Example button_2_6=button_add("BGreen.png", "BRed.png", 560, 120, 100, 100, function() xpl_command("sim/general/up") end) text_2_6 ...
by auditdata
Thu Apr 28, 2022 3:08 pm
Forum: Under development and finished work
Topic: Generic switches Toliss A321 for touchscreen
Replies: 0
Views: 604

Generic switches Toliss A321 for touchscreen

There are some superb implementations of instruments and panels for aircraft reproducing the cockpit in detail. This takes a different approach in that the instruments can be seen in the sim itself but enables a simple touch screen to carry out the majority of functions when flying. I doubt most sim...
by auditdata
Thu Apr 28, 2022 2:19 pm
Forum: Air Manager Help
Topic: Display a dataref in textadd
Replies: 14
Views: 1620

Re: Display a dataref in textadd

That worked perfect.
:-)
by auditdata
Thu Apr 28, 2022 9:54 am
Forum: Air Manager Help
Topic: Display a dataref in textadd
Replies: 14
Views: 1620

Re: Display a dataref in textadd

I know I said I would stop bothering you guys but can you give me a quick pointer how to repeat a function as a button is held down. I want to increase decrease the set speed in the autopilot while the button is still being pressed. A sort of do while Is this possible or is there another object type...
by auditdata
Thu Apr 28, 2022 9:31 am
Forum: Air Manager Help
Topic: Display a dataref in textadd
Replies: 14
Views: 1620

Re: Display a dataref in textadd

Thanks for taking the time to reply. So helpful for a non-programmer. I searched the web for Lua integer and only came up with math functions to do it which seemed to require a library. INT seems such a simple function to be omitted from Lua Now reading up about string format which seems to be a pow...