codepunkschmidt / lcdhost

Automatically exported from code.google.com/p/lcdhost
3 stars 0 forks source link

Cursor Plugin - Incorrect XML data written #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Unfortunately, I can't tell you what produces the following difference.

I've figured out my problems with the Quick Action (Cursor plugin)

Under unknown circumstances, it writes the wrong data to the XML file:

What's being written as the key when it's not working.  I used EOS and created 
a new quick action to get this:

<setupitem>
            <identity name="Trigger key" type="12"/>
            <value type="QString">Menu released @ Logitech QVGA device</value>
            <extra str="" int="1780318407"/>
        </setupitem>

What should be written, and what's written in plugins that use it correctly:
<value type="QString">Menu pressed @ Logitech QVGA device</value>
            <extra str="Menu" int="32773"/>

If use notepad to edit the key to the proper value, the quick action works 
properly.

Original issue reported on code.google.com by jkosso...@gmail.com on 16 May 2011 at 8:01

GoogleCodeExporter commented 9 years ago
I have seen this issue occur for other users also. I believe this is problem 
with the LH_Qt_InputState setup item and is therefore a problem within LCDHost 
not the plugin per se.

Original comment by a...@bridgesuk.com on 26 Jun 2011 at 1:16

GoogleCodeExporter commented 9 years ago
I'll need a way to reproduce this in order to fix it.

Original comment by jo...@linkdata.se on 3 Jul 2011 at 10:05

GoogleCodeExporter commented 9 years ago
i have some sort of same issue. i'm trying to make a new lay-out with cursor 
pages... but when i try to do it in the LCD Host layout designer it wont work, 
when i copy + paste the details of the keys from the chalkboard layout it 
works. so i know the problem isn't about forgetting to set up something. when i 
use LCD Host layout designer with the cursor controller if i assign the buttons 
to the options, it just doesn't get saved... i can press it, it shows the 
correct key press, and when i click on another instance and back on the cursor 
controller it doesn't show the key i assigned...

Original comment by knak...@gmail.com on 12 Sep 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Same issue here, the input selection via keyboard doesnt work. Manually change 
it to <extra str="Menu" int="5"/> and works fine. Int was like 61232141 
someething strange.

Original comment by pHan...@gmail.com on 15 Jun 2012 at 4:30