Air Manager 3.7

Latest Information on Sim Innovation's flagship product Air Manager

Moderators: russ, Ralph

Message
Author
SimPassion
Posts: 5339
Joined: Thu Jul 27, 2017 12:22 am

Re: Air Manager 3.7

#61 Post by SimPassion »

Corjan wrote: Sat Oct 19, 2019 10:42 am I'll probably do a new release by the start of next week.
Will make sure to add all windows application, incl. AP.

Corjan
I'm still on AM 3.6 Beta 12 awaiting versions consistency for checking along the chain (AM/AP/Rasp/Android...) and there's currently the fourth AM 3.7 Beta release for Desktop only
then wondering when we could get an automated process to bring aligned versions for all applications at the same time ? ;-)

Regards
Gilles

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Air Manager 3.7

#62 Post by Ralph »

I think that Air Player is always going to be behind, as are the other operating systems (OSx and Linux). Those come when Air Manager is nearing final.

User avatar
Sling
Posts: 5239
Joined: Mon Sep 11, 2017 2:37 pm
Contact:

Re: Air Manager 3.7

#63 Post by Sling »

New Bug found. Just spotted this as its broke lots of my instruments.

AM 3.7 Beta 4. Run this code and click the button a few times in quick succession. It should print immediately to the console after every click of the button. It seems to do the first couple then it gets bogged down waiting for the timer to complete.

If you run this in AM 3.6 you get an instant response from every click of the button which is how its supposed to work.

For some reason the button callback is not being called while the timer is running?

Code: Select all

function timer_func()
    timer_stop(timer_id)
    timer_id = timer_start(4000, 0, function()
    end)
end

button_add(nil, nil, 100, 100, 300, 300, function()
    print("button pressed")
    timer_func()
end)
Last edited by Sling on Sun Nov 17, 2019 9:37 am, edited 1 time in total.

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Air Manager 3.7

#64 Post by Ralph »

It also slows down the whole GUI. Good find! I'll add it to the to-do list.

User avatar
Corjan
Posts: 2939
Joined: Thu Nov 19, 2015 9:04 am

Re: Air Manager 3.7

#65 Post by Corjan »

Hi,

This will be fixed in the next AM BETA. I have found & fixed the issue hopefully :).

Corjan

User avatar
Sling
Posts: 5239
Joined: Mon Sep 11, 2017 2:37 pm
Contact:

Re: Air Manager 3.7

#66 Post by Sling »

Nice one Corjan.

User avatar
Sling
Posts: 5239
Joined: Mon Sep 11, 2017 2:37 pm
Contact:

Re: Air Manager 3.7

#67 Post by Sling »

I sent these in so just recording here for others to see. AM 3.7 beta 7

The transparent areas in panel png’s are not displayed as totally transparent. They make the item behind darker than it should be. Try it with the xpl G1000 or gns popouts.

For transparency to work, click through needs to be enabled. Not sure if it’s related to the issue above.

The GI-106 and C172 CDI’s do not operate correctly when using touch. If you touch the dial and then pull your finger out to do a wider rotation the corresponding compass dial moves a little then snags and jumps back. It sort of works if you keep the finger rotation diameter very small (size of the dial, no larger). From what I can tell other instruments seem to be fine with the larger diameter rotation.

IBI101
Posts: 5
Joined: Sun Dec 15, 2019 7:21 pm

Re: Air Manager 3.7

#68 Post by IBI101 »

Good morning.
Do you know when the new update will be, AM3,7? The transponder on the cessna 172 on xplane now doesn't work with either the REP or the Airforlabas version. Regards.

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Air Manager 3.7

#69 Post by Ralph »

That's not related to an Air Manager release. You can report this is a separate topic or a support ticket.

SimPassion
Posts: 5339
Joined: Thu Jul 27, 2017 12:22 am

Re: Air Manager 3.7

#70 Post by SimPassion »

Does anyone noticed new filling in the AM Beta logs since Beta 32 ?

Gilles

Post Reply