Im having a similar issue with a barcode scanner, any chance anybody got anywhere with this?
cheers
Search found 120 matches
- Mon Feb 07, 2022 8:13 pm
- Forum: General Support
- Topic: Is it possible to tell apart event's device source?
- Replies: 10
- Views: 6806
- Fri Aug 13, 2021 11:33 am
- Forum: EventGhost News
- Topic: Locale fixes
- Replies: 4
- Views: 6369
Re: Locale fixes
Im having this error when I try to open the options menu. Any update on this front? 6:29:31 AM Traceback (most recent call last) (WIP-2020.05.11-06.47.41): 6:29:31 AM File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 180, in ProcessingTask 6:29:31 AM self.Configure(*args, **...
- Sun Jun 27, 2021 2:02 am
- Forum: Plugin Support
- Topic: Chrome Browser Events
- Replies: 18
- Views: 10729
Re: Chrome Browser Events
Nice! I use this alot. I would love to use it more tho, would you want to share any of your macros using this?
Even just general stuff for syntax examples and stuff? idk
Even just general stuff for syntax examples and stuff? idk
- Tue May 25, 2021 7:53 pm
- Forum: Anything Goes... Almost Anything
- Topic: Windows Optimized Services
- Replies: 9
- Views: 13923
Re: Windows Optimized Services
This is such a great post. I still pulling secrets out of it. cheers, hope you guys are well.
- Sat Feb 06, 2021 2:56 am
- Forum: Coding Corner
- Topic: EG Backup script
- Replies: 4
- Views: 7830
Re: EG Backup script
Everyone's trees are stored in different locations. So it's probably a factor of where you keep it. store it in a plugin folder lol
- Sat Feb 06, 2021 2:46 am
- Forum: General Support
- Topic: Copy marked Text and do a Google-Search
- Replies: 3
- Views: 3091
Re: Copy marked Text and do a Google-Search
I use the first section of it constantly to do all kinds of things with the clipboard, let me see if I can find you some other snippets!
- Sat Feb 06, 2021 2:42 am
- Forum: General Support
- Topic: Copy marked Text and do a Google-Search
- Replies: 3
- Views: 3091
Re: Copy marked Text and do a Google-Search
Can do this. (obviously need to change the execute but you get the idea) import win32clipboard win32clipboard.OpenClipboard() eg.globals.clip = win32clipboard.GetClipboardData() win32clipboard.CloseClipboard() eg.plugins.System.Execute(u'C:\\Windows\\System32\\cmd.exe', u'/k {eg.globals.clip}', 0, F...
- Mon Feb 01, 2021 2:54 pm
- Forum: General Support
- Topic: Desktop Remote 'Add Button' Event
- Replies: 6
- Views: 5101
Re: Desktop Remote 'Add Button' Event
I might clean this up and post in the share section, but here it is as is atm! Adds remote buttons for each directory in the {eg.globals.jobs} folder. Than each button sets jobname to it's name, and everything in my network places files or names photos, etc, into the active job location. another rem...
- Mon Feb 01, 2021 2:46 pm
- Forum: General Support
- Topic: Desktop Remote 'Add Button' Event
- Replies: 6
- Views: 5101
Re: Desktop Remote 'Add Button' Event
Exactly what I was looking for!!
I knew it existed, just couldn't put my pen on it haha.
Cheers!
I knew it existed, just couldn't put my pen on it haha.
Cheers!
- Mon Feb 01, 2021 2:39 pm
- Forum: General Support
- Topic: Desktop Remote 'Add Button' Event
- Replies: 6
- Views: 5101
Re: Desktop Remote 'Add Button' Event
Hello, reusing old thread because relevance, when I fire events from my Lcore logitech software it's easy to send it through command line example eventghost.exe -e "job jobname" which then lets me use eg.globlas.jobname = eg.event.payload[0] Nice and easy. But when I try to do the same with these re...
- Thu Oct 22, 2020 3:12 pm
- Forum: Coding Corner
- Topic: WSL mqtt EG command pipe
- Replies: 1
- Views: 2271
Re: WSL mqtt EG command pipe
TLDR version
mosquitto_sub -h $MOSHOST -p $MOSPORT -t ghost | xargs -t -I {} cmd.exe /c eg.bat {}
mosquitto_sub -h $MOSHOST -p $MOSPORT -t ghost | xargs -t -I {} cmd.exe /c eg.bat {}
- Thu Oct 22, 2020 3:10 pm
- Forum: Coding Corner
- Topic: WSL mqtt EG command pipe
- Replies: 1
- Views: 2271
WSL mqtt EG command pipe
Hey thought I'd share my MQTT command pipeline. I used to use the mqtt plugin, but had issues with running multiple machines on the same access point. Also, this is independent of EG, and will start it up if not already running. I find this very useful if I need to restart it remotely. Events are se...
- Thu Sep 10, 2020 1:25 am
- Forum: Coding Corner
- Topic: Python 3.7
- Replies: 23
- Views: 14737
Re: Python 3.7
Yeah okay me neither,
I'm going to try setting it up on a fresh machine tomorrow instead.
I've done terrible things to this one so who knows
I'm going to try setting it up on a fresh machine tomorrow instead.
I've done terrible things to this one so who knows

- Tue Sep 08, 2020 2:40 pm
- Forum: Coding Corner
- Topic: Python 3.7
- Replies: 23
- Views: 14737
Re: Python 3.7
I keep getting 'C:\Users\Dan.Edens\Envs\eg-py27\Scripts\activate.bat' is not recognized as an internal or external command,
operable program or batch file.
D:
Any idea what might cause it not to build an activate?
operable program or batch file.
D:
Any idea what might cause it not to build an activate?
- Tue Sep 01, 2020 1:57 am
- Forum: Feature Requests
- Topic: Event on external monitor on/off
- Replies: 12
- Views: 7612
Re: Event on external monitor on/off
snap I knew I was saving that stack of rs232s for something. lol