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

by mikkokh
Sun Apr 12, 2015 9:21 am
Forum: General Support
Topic: Location of EventGhost config file?
Replies: 5
Views: 2603

Re: Location of EventGhost config file?

Pako wrote:

Code: Select all

from os.path import split
print split(eg.document.filePath)[0]
Yep. This is what I looked for. Thanks you both for helping!
by mikkokh
Fri Apr 10, 2015 3:28 pm
Forum: General Support
Topic: Location of EventGhost config file?
Replies: 5
Views: 2603

Re: Location of EventGhost config file?

Thanks krambriw, but your script seems to give wrong result...
It gives 'C:\Users\User\AppData\Roaming\EventGhost' when it should to give 'D:\Temp', where config tree XML file is located. What could be problem?
by mikkokh
Sun Apr 05, 2015 7:38 pm
Forum: General Support
Topic: Location of EventGhost config file?
Replies: 5
Views: 2603

Location of EventGhost config file?

Is there way to get directory location of current EventGhost config file?
by mikkokh
Sun Feb 15, 2015 11:25 am
Forum: Plugin Support
Topic: Telldus TellStick
Replies: 11
Views: 17742

Re: Telldus TellStick

Hi.

Yes, I tested your TellStickClassic plugin, because I have only regular TellStick device (Model: TS001 ).

Device seems to work with TellStickDuo plugin also... Turn off , Turn on and Toggle on/off works like them should... Toggle on/off will notice current state of remote device in ...
by mikkokh
Thu Feb 12, 2015 4:58 pm
Forum: Plugin Support
Topic: Telldus TellStick
Replies: 11
Views: 17742

Re: Telldus TellStick

Thanks!

Your TellStickClassic plugin seems to work nice.
It should to be included to coming EventGhost installers, because original version is out of date, like we know.

Still, I would have some additional feature requests for your plugin:
- After some testing, I have noticed that there is now ...
by mikkokh
Fri Jan 16, 2015 4:41 pm
Forum: Plugin Support
Topic: Telldus TellStick
Replies: 11
Views: 17742

Re: Telldus TellStick

This is not new news, but by some reason, DLL file TellUsbD101.dll is dropped out from TelldusCenter v2.1 and newer installation ( http://www.telldus.com/forum/viewtopic.php?f=14&t=1402 ). Problem is that current EventGhost plugin still needs it to be in system.

Is there any possibly to get new ...
by mikkokh
Mon Sep 02, 2013 1:19 pm
Forum: General Support
Topic: load dll error on startup
Replies: 5
Views: 1915

Re: load dll error on startup

+2
I have same problem in (both of my) two PC's with EventGhost v0.4.1.r1638...
- Desktop PC with Windows 7 Pro (SP1) x64 OS
- Laptop PC with Windows 7 Home Premium (SP1) x64 OS

Edit:
Corrected in EG v4.0.1.r1640...
by mikkokh
Fri Mar 22, 2013 8:11 pm
Forum: Feature Requests
Topic: SSI support for Webserver plugin
Replies: 1
Views: 3076

Re: SSI support for Webserver plugin

So, No hope for this?

Some way to include (static) extra HTML codes to opened HTML file would be strongly needed...

I tested to load files that I want to include my document into variable and then print it to document, but with that way 'included' files are not parsed any static content by Web ...
by mikkokh
Sun Feb 10, 2013 6:51 pm
Forum: Feature Requests
Topic: SSI support for Webserver plugin
Replies: 1
Views: 3076

SSI support for Webserver plugin

Hi

How about Server Side Includes support for Webserver plugin?
- I use two different Webserver user interfaces - one for browsers with good feature support and one for other browsers like Opera Mini.
In those documents has alot of similarities, so SSI and its #include directive could make ...
by mikkokh
Tue Oct 26, 2010 6:31 pm
Forum: Bug Reports
Topic: FindWindow Tanking
Replies: 14
Views: 9597

Re: FindWindow Tanking

Yep. Reboot will "fix" this problem for short time, but same error will repeat quite often. It would be nice to know how I could get rid this whole problem, but it seems to be so that there is no hope about it.
by mikkokh
Mon Oct 11, 2010 7:58 pm
Forum: Bug Reports
Topic: FindWindow Tanking
Replies: 14
Views: 9597

Re: FindWindow Tanking

you are posting in a thread that is over 2 years old... I don't believe there are any issues with Find Window anymore. Hi.

Yes - I know that this is quite old topic, but searching of forum with error message code has directed me to it. This problem has been long lasting from many, many EG versions ...
by mikkokh
Sun Oct 10, 2010 10:29 pm
Forum: Bug Reports
Topic: FindWindow Tanking
Replies: 14
Views: 9597

Re: FindWindow Tanking

I have also same kind problem with EventGhost v0.3.7.r1462:
......
TCP.Winamp.VolumeUp ['127.0.0.1', u'withoutRelease']
Volume Up Command
Jump to "Volume Up"
Volume Up
Find Window: winamp.exe
Error in Action: "Find Window: winamp.exe"
Traceback (most recent call last) (1462):
File "C ...
by mikkokh
Sun Dec 14, 2008 8:49 pm
Forum: Feature Requests
Topic: My 4 feature reguests...
Replies: 2
Views: 2107

Re: My 4 feature reguests...

I don't get the first one.
Why do need such complex switching capabilities? Looking at the last point makes me wonder if you did get the full power of the task plug in conjunction with enable exclusive.
Sometimes in large and complicated config is much nicer to make some things fully working with ...
by mikkokh
Sat Dec 13, 2008 10:07 pm
Forum: Feature Requests
Topic: My 4 feature reguests...
Replies: 2
Views: 2107

My 4 feature reguests...

Hi.

I would like to see these features in future EventGhost version:
- Support to "Exec with Event" (Not direct macro execution, I mean - Execution of macro with some Event)... It would be very needed example with "If button is held down" and "Jump (if)..." actions. I know how to do this kind "Jump ...
by mikkokh
Wed May 21, 2008 4:35 pm
Forum: General Support
Topic: About "Trigger Event" action...
Replies: 2
Views: 2636

Re: About "Trigger Event" action...

Bartman wrote:Do you mean the payload of the event?
You can use the python command macro like this:

Code: Select all

eg.TriggerEvent("EventName", payload="payload")
Yes, this it what I mean. It seems to work. Thanks!