Search found 48 matches
- Sun Aug 05, 2012 10:03 am
- Forum: General Support
- Topic: problam with mouse macro
- Replies: 13
- Views: 8581
Re: problam with mouse macro
@nakneket, just to clarify, the snippet you pasted above is a more comprehensive control of Auvisio's mouse features, including the additional button logic. If you want to get more background why it's been done the way it has, have a look at the Auvisio plugin thread: http://www.eventghost.net/forum...
- Sat Aug 04, 2012 3:35 pm
- Forum: Plugin Support
- Topic: Auvisio VRC-1100 plugin
- Replies: 58
- Views: 47923
Re: Auvisio VRC-1100 plugin
If you are using the latest EG version (r1572) there is a new feature for OnScreenMenu (OSM) that makes some of this plugin's menus not acquire window focus by default. I plan to release an update to this plugin shortly that should fix it. <EDIT> Done and uploaded at the beginning of the thread.
- Sat Aug 04, 2012 2:15 pm
- Forum: Plugin Support
- Topic: OSM (On Screen Menu)
- Replies: 123
- Views: 89146
Re: OSM (On Screen Menu)
Pako, Sorry for coming back to your new version so late. I have just downloaded r1572 and it works well. Many thanks. A small issue is that the default value for the option and the function parameter ("Show a menu without stealing focus...") is currently True. I would have expected the default value...
- Mon Jan 16, 2012 3:39 pm
- Forum: Plugin Support
- Topic: Auvisio on Windows 7 X64
- Replies: 1
- Views: 1729
Re: Auvisio on Windows 7 X64
What error message are you getting? Which user account did you use to install the Auvisio driver?
- Mon Jan 09, 2012 3:29 am
- Forum: Plugin Support
- Topic: OSM (On Screen Menu)
- Replies: 123
- Views: 89146
Re: OSM (On Screen Menu)
Hi Pako,
Just wanted to check if you have made any progress about my post from 17 July 2011 in regards to the focus option when creating the OSM window:
Thanks in advance.
Just wanted to check if you have made any progress about my post from 17 July 2011 in regards to the focus option when creating the OSM window:
Code: Select all
# self.Show(True)
# self.Raise()
eg.WinApi.Dynamic.ShowWindow(self.GetHandle(), 4)
- Sat Oct 15, 2011 1:25 am
- Forum: Feature Requests
- Topic: EventGhost as a service
- Replies: 28
- Views: 30501
Re: EventGhost as a service
This is a show stopper for me. For the moment I am sticking with the psexec method mentioned above that works quite well on Win7.eatmeimadanish wrote:I could not get the desktop OSD to work, despite being logged in as the same user the EG instance is opened in.
- Fri Sep 23, 2011 12:53 pm
- Forum: Feature Requests
- Topic: EventGhost as a service
- Replies: 28
- Views: 30501
Re: EventGhost as a service
Thanks avalonai2. What did you put in the following fields?: Service type Start mode Logon account I left the Logon account empty and it automatically used "LocalSystem" account. Having ticked the Interactive service option, EG still does not show up. I also tried another account but it says the acc...
- Sun Sep 18, 2011 3:12 am
- Forum: General Support
- Topic: Eventghost Does not work on system restart
- Replies: 1
- Views: 1316
- Sat Sep 03, 2011 4:05 pm
- Forum: Plugin Support
- Topic: Auvisio VRC-1100 plugin
- Replies: 58
- Views: 47923
Re: Auvisio VRC-1100 plugin
fizz, that happened to me as well. I may have plugged the receiver into a different USB port (not sure). I remember that I then had to run eventghost as administrator to install the driver correctly. There was a plugin update in the latest eventghost but the updated plugin just adds a few events to ...
- Tue Aug 30, 2011 7:34 am
- Forum: Feature Requests
- Topic: EventGhost as a service
- Replies: 28
- Views: 30501
Re: EventGhost as a service
Thanks molitar, I will have a look at eltima. It is quite expensive though. In the meantime I have switched to using the Windows Task Scheduler where I can start EG when a user logs on and it runs under a specified user priviledges. Of course the problem is again the desktop interaction if you have ...
- Tue Aug 30, 2011 2:14 am
- Forum: Feature Requests
- Topic: EventGhost as a service
- Replies: 28
- Views: 30501
Re: EventGhost as a service
I did try to enable the destkop interaction in both but to no avail. What were your results molitar? I did a bit of research on this now and think that due to the security changes since Vista, the interaction with desktop may not be possible: http://social.msdn.microsoft.com/forums/en-US/windowssdk/...
- Sun Aug 28, 2011 11:51 am
- Forum: Feature Requests
- Topic: EventGhost as a service
- Replies: 28
- Views: 30501
Re: EventGhost as a service
Thanks for the tip molitar but I tried both and the problem is that EG does not get to interact with the desktop at all. I run Windows7.
- Sat Aug 27, 2011 11:32 am
- Forum: Plugin Support
- Topic: OSM (On Screen Menu)
- Replies: 123
- Views: 89146
Re: OSM (On Screen Menu)
Thanks Pako, it would be great to have that option.
- Sat Aug 27, 2011 11:02 am
- Forum: Feature Requests
- Topic: EventGhost as a service
- Replies: 28
- Views: 30501
Re: EventGhost as a service
Is there an application available or would it be possible to develop an application that would run as a Windows service and provide the following features: - restart EG automatically if it stops responding - start EG (as Administrator or other user) when a specific user is logged on - allow only one...
- Fri Aug 26, 2011 6:36 am
- Forum: Plugin Support
- Topic: Auvisio VRC-1100 plugin
- Replies: 58
- Views: 47923
Re: Auvisio VRC-1100 plugin
The vrc1100.xml attached in the OP supports a remote call serving through a simple directory watcher. The idea is that you have a network file share set up and everytime you create a specifically named file in that share from any computer (client), the EG machine (server) will detect it and will run...