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

by IceGothic
Thu Apr 05, 2012 10:21 pm
Forum: Bug Reports
Topic: Eventghost freeze on Resume
Replies: 6
Views: 5874

Re: Eventghost freeze on Resume

Found it!

I was calling "wx.CallAfter(eg.app.Exit())" on System.Suspend.

I think I used this to prevent a issue with the keyboard plugin on Resume; but the thing is... I can't remember what was the problem! :shock:

So thanx! :o)
by IceGothic
Thu Apr 05, 2012 6:31 pm
Forum: Bug Reports
Topic: Eventghost freeze on Resume
Replies: 6
Views: 5874

Re: Eventghost freeze on Resume

Hah! :-) Sorry for that!

I did'nt have much info to provide!

Seems logical that plugins are most likely what's causing the problem; I'll make some tests!

On a side note: For me, EventGhost is a real wonder! :-)
by IceGothic
Tue Apr 03, 2012 11:36 am
Forum: Bug Reports
Topic: Eventghost freeze on Resume
Replies: 6
Views: 5874

Eventghost freeze on Resume

The problem is simple; Eventghost freezes when resuming from system StandBy!

The only way to make it work again is to kill the eventghost.exe and start it again.

Anyone else is having this problem? Anyone found a solution yet?

Thanx
by IceGothic
Fri Sep 17, 2010 5:43 pm
Forum: General Support
Topic: Pasting string with carriage return and tans in it
Replies: 3
Views: 1773

Re: Pasting string with carriage return and tans in it

Awesomeeeeee!! Thanx :o)

you woudn't happen to know how to get before and reset after the old clipboard content (text, files,image,data etc)?
by IceGothic
Fri Sep 17, 2010 1:25 pm
Forum: General Support
Topic: Pasting string with carriage return and tans in it
Replies: 3
Views: 1773

Pasting string with carriage return and tans in it

Hi guys,

Basically, I want EG to paste a predefined block of text when I press a certain shortcut. This text might include carriage return, new line and tabs.

Example of textblock :

"
This is Line 1,
[.....]This is a tabbed line 2,
This is the last line.
"

* in this block text, there is 2 ...
by IceGothic
Mon Feb 15, 2010 3:41 pm
Forum: General Support
Topic: "Start Program" + "Focus a window"
Replies: 0
Views: 1174

"Start Program" + "Focus a window"

Hey guys;

I'm having trouble using EventGhost in Windows 7, again! lol Maybe some one could help here:

The issue is that when I start a new application using the "Start Application" action; the started application appears behind the current focused window! It should be focused automatically.

I ...
by IceGothic
Fri Feb 05, 2010 2:51 pm
Forum: General Support
Topic: No-Button-In-Taskbar-Winamp macro exclusivity workaround
Replies: 2
Views: 1112

Re: No-Button-In-Taskbar-Winamp macro exclusivity workaround

Found a solution!! I had to make a dll loaded in winamp and use a DirectoryWatcher macro to make it work! :o)

If you'd like to have this dll; just ask!
by IceGothic
Fri Feb 05, 2010 2:49 pm
Forum: General Support
Topic: Keyboard.Space vs Youtube Fullscreen problem
Replies: 8
Views: 3103

Re: Keyboard.Space vs Youtube Fullscreen problem

Would you have a sample xml nearby?
by IceGothic
Thu Dec 03, 2009 3:10 pm
Forum: General Support
Topic: Keyboard.Space vs Youtube Fullscreen problem
Replies: 8
Views: 3103

Re: Keyboard.Space vs Youtube Fullscreen problem

Great idea! :)

But how do you know when Adobe Flash Player is running, and that it came from Youtube ?
by IceGothic
Wed Dec 02, 2009 5:00 pm
Forum: General Support
Topic: Keyboard.Space vs Youtube Fullscreen problem
Replies: 8
Views: 3103

Re: Keyboard.Space vs Youtube Fullscreen problem

Is'nt there a way to catch when an ie.FullScreenOff event is triggered? this way EG sound triggers a Keyboard.Space event and that would fix the issue until next EG release.
by IceGothic
Mon Nov 23, 2009 1:43 am
Forum: General Support
Topic: What is the python code for...
Replies: 2
Views: 990

Re: What is the python code for...

Sweet!! :) thanx
by IceGothic
Sun Nov 22, 2009 9:59 pm
Forum: General Support
Topic: What is the python code for...
Replies: 2
Views: 990

What is the python code for...

I need to jump to a macro depending on the payload value of a directoryWatcher plugin event; Ie:

on DirectoryWatcher.Created (u'C:\\fileA.txt',) : Jump to macroA
on DirectoryWatcher.Created (u'C:\\fileB.txt',) : Jump to macroB

EG have limited conditionnal actions so I had to go with python. It ...
by IceGothic
Fri Nov 20, 2009 3:27 pm
Forum: General Support
Topic: Event: Keyboard.*
Replies: 2
Views: 961

Re: Event: Keyboard.*

Well, the plugin seems really simple! I'm confused though; it's like EG dosen't support 2 keyboard hook running at the same time. I can't make it do what I want :o( Could you help me with an example?

Thank you
by IceGothic
Mon Nov 16, 2009 2:09 pm
Forum: General Support
Topic: Keyboard.Space vs Youtube Fullscreen problem
Replies: 8
Views: 3103

Keyboard.Space vs Youtube Fullscreen problem

Hi,

I wonder if anyone is getting the same thing as me, I believe it concerns the keyboard plugin. I could'nt find the exact circomstences but I gotta a clue tu reproduce it:

What happened is when I watch a video from youtube (or some other video streaming websites) in fullscreen, sometimes the ...
by IceGothic
Sat Nov 14, 2009 2:41 pm
Forum: General Support
Topic: Event: Keyboard.*
Replies: 2
Views: 961

Event: Keyboard.*

Hi,

I'm making a "KeyStroke Macro Redorder/Player" with EG and I need to know if there is a way to set something like "Keyboard.*" as an event (executing the macro when any keyboard key is pressed).

I could add one event per Key but that would load up the .xml, so is there any way to do it?

Thank ...