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

by baruchno
Wed Sep 22, 2010 8:02 am
Forum: General Support
Topic: using Findwindow with a eg.globals variable or a python scri
Replies: 1
Views: 810

using Findwindow with a eg.globals variable or a python scri

Hello ,

I tried to use find window with the argument ({(eg.globals.LastTask)})

but it was converted to :

Window.FindWindow(u'({(eg.globals.LastTask)}).exe', u'', None, None, None, None, False, 0.0, 0)

doest any one know how to use a variable in findwindow command

or the python script ...
by baruchno
Wed Sep 22, 2010 6:38 am
Forum: General Support
Topic: restoring focus to the last active window
Replies: 3
Views: 1721

Re: restoring focus to the last active window

I'm looking for something more general that can be implemented to other apps that do not have a plugin like Boxee and MCE

if anyone has any clue please reveal it

Tx.
by baruchno
Tue Sep 21, 2010 9:02 pm
Forum: General Support
Topic: restoring focus to the last active window
Replies: 3
Views: 1721

restoring focus to the last active window

Hi, i'm trying to control windows 7 media center without stealing the focus (or stealing and restoring it right back without anyone notice)
Is there an example for a python script to find the last deactivated task and bring it to front ???


Tx!
by baruchno
Sat Sep 18, 2010 10:14 am
Forum: Plugin Support
Topic: Windows Media Center (MCE) - Beta
Replies: 58
Views: 48319

Re: Windows Media Center (MCE) - Beta

I would like to join to the request to create a plugin for Windows7 WMC

I tried the plugin suggested in this thread but unfortunately it works only when WMC is in focus...

please post a replay if you have any new info

Tx
by baruchno
Sat Sep 18, 2010 10:10 am
Forum: General Support
Topic: Windows Media Center & "Keyboard.U00"
Replies: 2
Views: 2101

Windows Media Center & "Keyboard.U00"

I see that i get U00 attached to every keyboard event

this makes the EG not to work upon keyboard events since they are different now

what can be done ?

http://www.mediabrowser.tv/forum/viewto ... rt=0#p9769

please help

tx, Baruchno
by baruchno
Fri Sep 03, 2010 6:26 am
Forum: General Support
Topic: Macro:(Get) Master Volume-Actions- (insert) Master Volume???
Replies: 8
Views: 3270

Re: Macro:(Get) Master Volume-Actions- (insert) Master Volume???

Hi im using this command to get my master volume

eg.WinApi.SoundMixer.GetMasterVolume()

and when i use this command to disaply it

OSD: Vol Up ({int(eg.result)}%)

it works but always gives me 100%

any suggestions please ?
by baruchno
Sat Jul 31, 2010 9:30 pm
Forum: General Support
Topic: Need help with eventghost for a newbie...
Replies: 3
Views: 4132

Re: Need help with eventghost for a newbie...

is there a boxee plugin for evenghost ?
by baruchno
Thu Sep 03, 2009 10:06 pm
Forum: General Support
Topic: eg GetMasterVolume gets the wrong volume
Replies: 0
Views: 869

eg GetMasterVolume gets the wrong volume

When using eg.WinApi.SoundMixer.GetMasterVolume()

i always get 100.0 regardless to the volume level

apparently i will need to get the speakers volume and not the master volume...

is there any way of doing this.

i'm trying to create some kind of volume OSD

thanks for your support,