Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 7 matches

by cichmen
Thu Feb 11, 2010 8:13 am
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78471

Re: Plugin for USB PC Remote Controller


Ok here is how mine is identified in device manager...

USB\VID_073A&PID_2230&REV_0200

Also did you install the driver in the HID devices titled DAnschis Ebay Fernbedienung? Mine did not work correctly until I manually installed this driver in the right device. Also make sure to have ignore ...
by cichmen
Wed Feb 10, 2010 5:05 pm
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78471

Re: Plugin for USB PC Remote Controller

Hi molitar,

your plugin does not work well for me.

Only mouse left button is working.

Instead of right button I've got:
254 1 0 2

Instead of up button I've got:
254 255 0 2
254 255 0 2
254 255 0 2

Instead of down button I've got:
2 0 0 2

Moreover other buttons stopped working after playing ...
by cichmen
Tue Feb 09, 2010 6:31 pm
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78471

Re: Plugin for USB PC Remote Controller

Hi molitar,

your plugin does not work well for me.

Only mouse left button is working.

Instead of right button I've got:
254 1 0 2

Instead of up button I've got:
254 255 0 2
254 255 0 2
254 255 0 2

Instead of down button I've got:
2 0 0 2

Moreover other buttons stopped working after playing ...
by cichmen
Mon Feb 08, 2010 11:09 pm
Forum: Coding Corner
Topic: Plugin for USB PC Remote Controller
Replies: 111
Views: 78471

Re: Plugin for USB PC Remote Controller

Hi all,

I've bought this remote http://www.dealextreme.com/details.dx/sku.14380

It seems similar to what Pako mentioned in this thread before, but it has different ID: USB\VID_073A&PID_2230.

So I added it to the USB driver inf file, it is in attached zip. Works well under Win7 64bit!

I've also ...
by cichmen
Mon Dec 28, 2009 11:53 am
Forum: Plugin Support
Topic: DVBViewer
Replies: 91
Views: 56308

Re: DVBViewer

Further update: COM-API is working on another computer with Win7 64bit.
by cichmen
Mon Dec 28, 2009 10:45 am
Forum: Plugin Support
Topic: DVBViewer
Replies: 91
Views: 56308

Re: DVBViewer

Solved issue with DVBViewer GE (SendMessage-API) by adding this line into the plugin code:


gWindowMatcher = eg.WindowMatcher( u'dvbviewer.exe',
winName=u'DVB Viewer{*}' )


Any Idea with the COM-API issue? This part of the plugin code is too complicated for me to debug.

Cichmen
by cichmen
Mon Dec 28, 2009 9:31 am
Forum: Plugin Support
Topic: DVBViewer
Replies: 91
Views: 56308

Re: DVBViewer

Hi,

I'm new to EventGhost and need some help.

I'm trying to get working EventGhost 0.3.7.r1262 with DVBViewer via DVBViewer plugin. OS: XP 32bit, SP 2.

I'm trying it with DVBViewer GE 2.8.0.0 and DVBViewer Pro 4.2.1.0.

DVBViewer GE 2.8.0.0:
- DVBViewer plugin set to SendMessage-API
- DVBViewer ...