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 17 matches

by joaomgcd
Wed Apr 02, 2014 1:53 pm
Forum: Plugin Support
Topic: Snarl
Replies: 99
Views: 53862

Re: Snarl

So there's no chance of me getting this to work, other than to use another user? :)
by joaomgcd
Tue Apr 01, 2014 3:34 pm
Forum: Plugin Support
Topic: Snarl
Replies: 99
Views: 53862

Re: Snarl

Thanks Pako.

That's probably my home folder (João Dias). Are you maybe reading or writing files there?
by joaomgcd
Tue Apr 01, 2014 12:38 pm
Forum: Plugin Support
Topic: Snarl
Replies: 99
Views: 53862

Re: Snarl

Hi Pako. :)

I'm getting an exception after adding the Snarl Plugin to EventGhost now.
Don't know if it matters, but I didn't use the plugin before.
Thanks!
Here's the stack trace:

Exception in thread SnarlWorkerThread:
Traceback (most recent call last):
File "threading.pyc", line 532, in ...
by joaomgcd
Mon Dec 09, 2013 2:14 pm
Forum: Bug Reports
Topic: Errors when I try to add plugins
Replies: 5
Views: 5163

Re: Errors when I try to add plugins

Any info on this? The problem seems to have to do with the spinner control.
by joaomgcd
Wed Jan 09, 2013 12:11 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Better than that, you'll get all my apps for free. :)
by joaomgcd
Wed Jan 09, 2013 10:54 am
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Awesome, that did it!! :mrgreen:

Brilliant! thank you you very much.

The other bug you mentioned I was able to figure out myself as well but thanks for fixing it nonetheless. :)

Awesome, awesome support, thanks!

By the way, how do I apply to be part of the "official" EventGhost plugins? Or is ...
by joaomgcd
Tue Jan 08, 2013 5:56 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Thanks again Pako.

Unfortunately EventGhost hangs at

eg.actionThread.Func(trItem.SetArguments)(args)

and eventually times out with this error:

Traceback (most recent call last) (1582):
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
self.HandleAction ...
by joaomgcd
Tue Jan 08, 2013 2:38 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Pako, I have to say, AWESOME!! :mrgreen:
Your latest version works as expected, thanks so much.

Any idea why pickler doesn't correctly support the AutoRemoteDevice class?

Anyway, now I want to keep backwards compatibility with the previous version so I changed

self.devices = [AutoRemoteDevice ...
by joaomgcd
Mon Jan 07, 2013 5:27 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Thank you very much.

I appreciate it.
by joaomgcd
Mon Jan 07, 2013 12:13 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Ok, here's the updated file.
Hope this one is better. Forgive my pythonian ignorance. :oops:

Here's how to reproduce the error:

- Create a new EventGhost configuration
- Add the AutoRemote plugin
- Fill in "Device name" as fake
- Fill in "Device Personal URL" with http://goo.gl/BFbcy ; Press ...
by joaomgcd
Fri Jan 04, 2013 8:09 am
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Thank you both very much for helping with this.
I will try and make a compatible version soon and link to a tutorial on how to get it working so you can easily reproduce the error.

Thanks again!
by joaomgcd
Thu Jan 03, 2013 1:12 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Thanks very much Walter. I really appreciate you helping!
Hope Pako sees this...
by joaomgcd
Thu Jan 03, 2013 8:45 am
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Walter, thank you very much for your response.

I agree, the code is not pretty. But in part the problem is that this was the first time I ever worked with python, and I didn't even know those basic rules you mentioned.
I'll clean up the code a bit and see if that solves it.

Thanks again!
by joaomgcd
Mon Dec 31, 2012 3:09 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Ok, here it is.

The AutoRemoteDevice class is at the end of the file.

Thanks.
by joaomgcd
Mon Dec 31, 2012 2:56 pm
Forum: Plugin Support
Topic: AutoRemote EventGhost plugin:EG->Android and Android->EG
Replies: 29
Views: 16590

Re: AutoRemote EventGhost plugin:EG->Android and Android->EG

Hi again.

Maybe you can help me with a problem I'm having.

I can add the AutoRemote plugin to the EventGhost tree with no problem, and add an Android device within the plugin.
After this, I can save the EventGhost tree and it will save and restore settings correctly.

After using AutoRemote though ...