Stinger2k3 Posted February 28, 2019 Report Posted February 28, 2019 (edited) Hi, I have tried to create a mouse macro with this aircraft but FSUIPC doesn't seem to recognise that I have pressed a button in the VC(whatever button I try). Here is the XML code for the button that I am trying to replicate. Is there a way to make a macro from it please? Here's the code.... -<MouseArea id="MouseArea"> <FloatPosition>0.000,0.000</FloatPosition> <Size>2634,1690</Size> -<MouseArea id="Letter A"> <FloatPosition>16.000,151.000</FloatPosition> <Size>45,30</Size> <CursorType>Hand</CursorType> -<MouseClick id="MouseClick"> <Script>65 chr (>@c:IcaoSearchEnterChar) 1 (>L:BUFFER_BTN_FMC,number)</Script> <ClickType>LeftSingle</ClickType> <ClickRepeat>True</ClickRepeat> </MouseClick> </MouseArea> I am using FSX and a registered copy of FSUIPC 4.974 Thanks for looking Stinger Edited February 28, 2019 by Stinger2k3
John Dowson Posted February 28, 2019 Report Posted February 28, 2019 Hi. mouse macros do not work with xml gauges in FSX, only those build using the C/C++ Guages SDK. You should maybe investigate if any L:vars are available instead. Regards, John
Stinger2k3 Posted February 28, 2019 Author Report Posted February 28, 2019 35 minutes ago, John Dowson said: Hi. mouse macros do not work with xml gauges in FSX, only those build using the C/C++ Guages SDK. You should maybe investigate if any L:vars are available instead. Regards, John Mmm, unfortunately an Lvar trace produced nothing. Ok thanks. Keith
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now