The first problem happens when I start up Macro Buttons, it doesn't restore the window size to what it was when I initially saved the macros file. When it does start, it shows the first four buttons in a window that's about 650x180, instead of the 924x436 window with 18 buttons showing. The snippet inside the file shows this size on line 3:
Code: Select all
<MacroButtonConfiguration dx="918" dy="426" />
Here's the XML snippet out of my MacroButtonConfig.xml:
Code: Select all
<MacroButton index='26' type='1' key='0' ctrl='0' shift='0' alt='0' anyway='0' exclusive='0' trigger='0' xinput='0'>
<MB_MIDI b1='00' b2='00' b3='00' b4='00' b5='00' b6='00' />
<MB_TRIGGER tchannel='0' tin='-20.0' tout='-20.0' tmsHold='1000' tafterMute='0' />
<MB_XINPUT nctrl='0' nbutton='0' />
<MB_Name>Power</MB_Name>
<MB_Subname>Deactivate</MB_Subname>
<MB_InitRequest>System.Execute("C:\Users\viking\bin\AEPC\Release\EndPointController.exe", "", " 3");</MB_InitRequest>
<MB_OnRequest>System.Execute("C:\Users\viking\bin\AEPC\Release\EndPointController.exe", "", " 6");
Command.Shutdown=1;</MB_OnRequest>
<MB_OffRequest>System.Execute("C:\Users\viking\bin\AEPC\Release\EndPointController.exe", "", " 3");</MB_OffRequest>
</MacroButton>
Regards, BrickViking
(Post 16)