Page 1 of 1

Copy paste code does not work v0.4.1.r1544

Posted: Fri Mar 02, 2012 3:20 pm
by molitar
I copied a piece of code but no matter where I click on in EventGhost the paste command will not show so I can not paste the code in at all. Only the current commands I have created myself that I do a copy and paste works but try to copy and paste any xml code it does not work. Example command from my EG.

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1544">
    <Macro Name="Volume Up" Expanded="True">
        <Event Name="DXusbPCR.Volume+" />
        <Action>
            System.ChangeMasterVolumeBy(1.0, 0)
        </Action>
        <Action>
            EventGhost.ShowOSD(u'Master Volume {int(round(eg.result))}%', u'0;-64;0;0;0;700;0;0;0;0;3;2;1;34;Arial', (255, 255, 255), (0, 0, 0), 6, (0, 60), 1, 3.0, True)
        </Action>
        <Action>
            EventGhost.AutoRepeat(0.5, 0.20000000000000001, 0.029999999999999999, 0.0)
        </Action>
    </Macro>
</EventGhost>
The above code I am not able to paste into EG at all I have to manually edit the xml file to use the above code. Windows 7 Ultimate 32bit.

Re: Copy paste code does not work v0.4.1.r1544

Posted: Fri Mar 02, 2012 4:13 pm
by Pako
I do not understand what does not work.
I tried it and it worked the first time.

Pako

Re: Copy paste code does not work v0.4.1.r1544

Posted: Fri Mar 02, 2012 7:15 pm
by molitar
Well I am not sure why it's not working on mine.. Ever since I upgraded to this version the paste command does not display unless I copy something from itself. I copied the above code and than try to paste in EventGhost and paste is grayed out. I have attached a screenshot showing the notepad it pasted to just fine but noticed that the paste command is grayed out in my EventGhost.

Re: Copy paste code does not work v0.4.1.r1544

Posted: Fri Mar 02, 2012 9:28 pm
by jonib
Looks like EventGhost is very sensitive, using Firefox 8 depending on how I select the code I get some extra spaces in the code and then EventGhost don't enable the paste option.
If I select manually (not using the select all option) it works and there is no extra spaces.

jonib

Re: Copy paste code does not work v0.4.1.r1544

Posted: Fri Mar 02, 2012 10:02 pm
by molitar
jonib wrote:Looks like EventGhost is very sensitive, using Firefox 8 depending on how I select the code I get some extra spaces in the code and then EventGhost don't enable the paste option.
If I select manually (not using the select all option) it works and there is no extra spaces.

jonib
Thanks I have Firefox 3 and when I tried to manually select and copy to be sure no spaces appeared to work for me also.