Hi all,
I got another PS3 remote for use with EventGhost, the newer version Sony PS3 remote, but I'm running into a problem with this one...
I can pair it with my PC using [start][enter], and it works fine, but if I remove the battery even for a split second, it seems to forget the pairing ...
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.
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 21 matches
- Wed Feb 27, 2013 8:15 pm
- Forum: Plugin Support
- Topic: PlayStation 3 Bluetooth Remote
- Replies: 267
- Views: 180360
- Thu Aug 16, 2012 5:32 am
- Forum: Bug Reports
- Topic: Crash after openeing a RDP session
- Replies: 2
- Views: 4529
Re: Crash after openeing a RDP session
Hi,DoXer wrote:Hi,
I'm using Win7. EG will be started after boot via AUTOSTART (EventGhost.exe" -h -e OnInitAfterBoot). IF I connect with the same user via RemoteDesktop (mstsc.exe) EG crashes.
In case its missed, try the following:
viewtopic.php?f=10&t=3744#p22522
- Thu Aug 16, 2012 5:27 am
- Forum: Coding Corner
- Topic: New Events - Volume, Mute and Unmute (Vista/7)
- Replies: 17
- Views: 16981
Re: New Events - Volume, Mute and Unmute (Vista/7)
Hi,Luca Brasi wrote:Hi guys,
could you please have a look at this one:
viewtopic.php?f=2&t=3949
It is VistaVolEvents related....
Thanks
Luca
Try the following and see if it fixes the problem... Copy VistaVolEvents.pyd to the plugins\system folder.
- Fri Aug 03, 2012 5:12 pm
- Forum: Bug Reports
- Topic: [FIXED] Change master volume eg.result
- Replies: 8
- Views: 7022
Re: Change master volume eg.result
Same here, System.Volume shows the right value. I'm struggling to use this to handle my OSD.
On System.Volume events, what works for me is using eg.event.payload:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1572">
<Macro Name="Changed" Expanded="True">
<Event Name="System ...
On System.Volume events, what works for me is using eg.event.payload:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1572">
<Macro Name="Changed" Expanded="True">
<Event Name="System ...
- Fri Aug 03, 2012 4:13 pm
- Forum: Bug Reports
- Topic: [FIXED] Change master volume eg.result
- Replies: 8
- Views: 7022
Re: Change master volume eg.result
Hello,
Maybe this will help... This is what I use:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1572">
<Macro Name="Down" Expanded="True">
<Event Name="ARW.VolumeDown" />
<Event Name="PS3.Button.Green" />
<Action>
System.ChangeMasterVolumeBy(-2.0, 0)
</Action>
<Action ...
Maybe this will help... This is what I use:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1572">
<Macro Name="Down" Expanded="True">
<Event Name="ARW.VolumeDown" />
<Event Name="PS3.Button.Green" />
<Action>
System.ChangeMasterVolumeBy(-2.0, 0)
</Action>
<Action ...
- Wed Jul 04, 2012 11:03 pm
- Forum: Bug Reports
- Topic: Right mouse button + emulate keystroke = bug
- Replies: 2
- Views: 3984
Re: Right mouse button + emulate keystroke = bug
I don't know why it's like that, but yes I can confirm the menu doesn't pop-up with a right-click until the end.
This seems to be ok:
Keyboard: {Apps}
Sleep: 0.1
Keyboard: n
The desktop must have focus for this to work.
This seems to be ok:
Keyboard: {Apps}
Sleep: 0.1
Keyboard: n
The desktop must have focus for this to work.
- Wed Jul 04, 2012 5:38 pm
- Forum: Bug Reports
- Topic: EG total hang when editing certain items - 0.4.1.r1568
- Replies: 6
- Views: 4732
Re: EG total hang when editing certain items - 0.4.1.r1568
Great! Thanks!
- Wed Jul 04, 2012 2:53 pm
- Forum: Bug Reports
- Topic: EG total hang when editing certain items - 0.4.1.r1568
- Replies: 6
- Views: 4732
Re: EG total hang when editing certain items - 0.4.1.r1568
I recently became the owner of the PS3 remote control (model CECHZR1E).
I tried different versions of the plugin PS3.
Versions newer than 4.0.0 have a bug, unfortunately. It does not work with my remote control.
Pako
I wonder if it's because of the power saving code? The rest of the difference ...
I tried different versions of the plugin PS3.
Versions newer than 4.0.0 have a bug, unfortunately. It does not work with my remote control.
Pako
I wonder if it's because of the power saving code? The rest of the difference ...
- Mon Jul 02, 2012 9:52 pm
- Forum: Bug Reports
- Topic: EG total hang when editing certain items - 0.4.1.r1568
- Replies: 6
- Views: 4732
Re: EG total hang when editing certain items - 0.4.1.r1568
=> 0.4.1.r1572
Thanks! :D
In the new version, I noticed the PS3 plugin was updated to 4.0.0. There is a newer one in the PS3 thread. Could you maybe check and merge the changes if it looks OK?
http://www.eventghost.org/forum/viewtopic.php?f=9&t=640&start=165
I think the difference are ...
Thanks! :D
In the new version, I noticed the PS3 plugin was updated to 4.0.0. There is a newer one in the PS3 thread. Could you maybe check and merge the changes if it looks OK?
http://www.eventghost.org/forum/viewtopic.php?f=9&t=640&start=165
I think the difference are ...
- Wed Jun 13, 2012 1:58 am
- Forum: EventGhost News
- Topic: New release 0.4.1.r1568 is out !
- Replies: 9
- Views: 14442
Re: New release 0.4.1.r1568 is out !
If anyone wants a temporary work-around for the jump hang bug, reverting back to the old code worked for me...
Edit EventGhost\eg\Classes\UndoHandler\Configure.py with a text editor and look for:
#oldArgs = newArgs = ActionThreadFunc(item.GetArguments)()
newArgs = ActionThreadFunc(item ...
Edit EventGhost\eg\Classes\UndoHandler\Configure.py with a text editor and look for:
#oldArgs = newArgs = ActionThreadFunc(item.GetArguments)()
newArgs = ActionThreadFunc(item ...
- Wed Jun 13, 2012 1:50 am
- Forum: General Support
- Topic: GlobalGetAtomName/GlobalDeleteAtom from EventGhost?
- Replies: 2
- Views: 1861
Re: GlobalGetAtomName/GlobalDeleteAtom from EventGhost?
I forgot to reply a long time... Thanks for the help. 
- Tue Apr 17, 2012 6:16 pm
- Forum: EventGhost News
- Topic: New release 0.4.1.r1568 is out !
- Replies: 9
- Views: 14442
Re: New release 0.4.1.r1568 is out !
The change in UndoHandler/Configure.py seems to be causing a hang in EventGhost when I edit any Jump (Jump If Long, Jump if Double or plain Jump) action. Adding a new Jump is OK, but if I right-click Configure, I get an immediate hang.
If I revert back to the old code, it works again.
If I revert back to the old code, it works again.
- Tue Apr 17, 2012 6:12 pm
- Forum: Plugin Support
- Topic: PlayStation 3 Bluetooth Remote
- Replies: 267
- Views: 180360
Re: PlayStation 3 Bluetooth Remote
Sorry to say, I personally don't know the inner workings that well. Maybe someone else can answer in depth...
My batteries last much more than that though, so maybe it is working.
My batteries last much more than that though, so maybe it is working.
- Sun Apr 15, 2012 5:25 pm
- Forum: Plugin Support
- Topic: PlayStation 3 Bluetooth Remote
- Replies: 267
- Views: 180360
Re: PlayStation 3 Bluetooth Remote
There is a very serious issue with this plug-in and Windows 7 64bit (these issues didn't occur in the 32bit).
Are you using the one included in the EventGhost package? Try the newer ones posted in the previous pages. I'm using it with Windows 7 x64 that is up 24/7 and haven't noticed any major ...
Are you using the one included in the EventGhost package? Try the newer ones posted in the previous pages. I'm using it with Windows 7 x64 that is up 24/7 and haven't noticed any major ...
- Sat Apr 07, 2012 3:07 pm
- Forum: EventGhost News
- Topic: New release 0.4.1.r1568 is out !
- Replies: 9
- Views: 14442
Re: New release 0.4.1.r1568 is out !
Thanks for this! 
BTW, while looking in WinUsb.py earlier, I noticed GetDevicePathes & ListDevices may be missing a call to SetupDiDestroyDeviceInfoList at the end.
BTW, while looking in WinUsb.py earlier, I noticed GetDevicePathes & ListDevices may be missing a call to SetupDiDestroyDeviceInfoList at the end.