Hi all,
I've just made an plugin for (to) Notify My Android app for android. It is working HOW EVER this is my first plugin i've made and i ran into some problems.
The plugin is woking, but to use this plugin you have to edit the apikey in the plugin source code. this is because it my first plugin ...
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.
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 30 matches
- Thu Oct 11, 2012 6:20 pm
- Forum: Plugin Support
- Topic: Notify My Android
- Replies: 0
- Views: 1567
- Fri Sep 28, 2012 8:48 am
- Forum: Coding Corner
- Topic: Condition + mouse location
- Replies: 2
- Views: 2395
Re: Condition + mouse location
Did you even search the internet for something like: "get mouse position in python"?
cause i just did and found this:
http://stackoverflow.com/questions/3698635/geting-cursor-position-in-python
i did not test this with eventghost, you may need another library, but should work i think.
good luck
cause i just did and found this:
http://stackoverflow.com/questions/3698635/geting-cursor-position-in-python
i did not test this with eventghost, you may need another library, but should work i think.
good luck
- Wed Sep 19, 2012 8:17 pm
- Forum: Coding Corner
- Topic: [Android] Speechcontrol EGSpeech
- Replies: 11
- Views: 6194
Re: [Android] Speechcontrol EGSpeech
Hi,
i don't exacly know what charset encoding Excel and Android uses, but i think you could encode the data into another charset.
I search the internet for a while and found an charset encoder for android on the official android developers site:
Transforms a sequence of 16-bit Java characters to a ...
i don't exacly know what charset encoding Excel and Android uses, but i think you could encode the data into another charset.
I search the internet for a while and found an charset encoder for android on the official android developers site:
Transforms a sequence of 16-bit Java characters to a ...
- Sat Sep 15, 2012 6:21 pm
- Forum: Coding Corner
- Topic: [Android] Speechcontrol EGSpeech
- Replies: 11
- Views: 6194
Re: [Android] Speechcontrol EGSpeech
Hi,
I made an little javascript tool to easily add commands and generate the config code.
I made this with the idea in mind that i want to be able to approach one action with different voice commands.
for example:
Volume up
Play louder
Increase volume
Turn the volume up
Turn up the value
ect ...
I made an little javascript tool to easily add commands and generate the config code.
I made this with the idea in mind that i want to be able to approach one action with different voice commands.
for example:
Volume up
Play louder
Increase volume
Turn the volume up
Turn up the value
ect ...
- Wed Sep 05, 2012 6:26 pm
- Forum: Coding Corner
- Topic: [Android] Speechcontrol EGSpeech
- Replies: 11
- Views: 6194
Re: [Android] Speechcontrol EGSpeech
Hi Timo,
One big config file included events, payloads and actions, is fine with me if that is easier for you.
But i think xml seems the best bet, since it has an hierarchical structure. There are simple frameworks for java like: http://simple.sourceforge.net/ , for reading / writing xml files ...
One big config file included events, payloads and actions, is fine with me if that is easier for you.
But i think xml seems the best bet, since it has an hierarchical structure. There are simple frameworks for java like: http://simple.sourceforge.net/ , for reading / writing xml files ...
- Sun Aug 19, 2012 2:30 pm
- Forum: Coding Corner
- Topic: [Android] Speechcontrol EGSpeech
- Replies: 11
- Views: 6194
Re: [Android] Speechcontrol EGSpeech
very nice concept. i'm playing with it now. for simple commands this program is great.
My feature request list, if i may :lol:
Option for payloads(payloads load from a list maybe xml or csv. That way its easy editable with any computer for easy adding large lists for example an movie list, or ...
My feature request list, if i may :lol:
Option for payloads(payloads load from a list maybe xml or csv. That way its easy editable with any computer for easy adding large lists for example an movie list, or ...
- Mon Dec 05, 2011 10:25 am
- Forum: General Support
- Topic: Basic question from a newbie, please help
- Replies: 1
- Views: 772
Re: Basic question from a newbie, please help
you can send event by http / get you need the dynamic web server plugin....
http://www.eventghost.org/forum/viewtop ... d6a#p19082
good luck
http://www.eventghost.org/forum/viewtop ... d6a#p19082
good luck
- Mon Jan 31, 2011 3:39 pm
- Forum: Plugin Support
- Topic: VLC media player
- Replies: 78
- Views: 75985
Re: VLC media player
thanks for the update Pako!
digg it!
digg it!
- Wed Jan 19, 2011 3:41 pm
- Forum: General Support
- Topic: SVN builds of EventGhost & the SatoriHub fork
- Replies: 24
- Views: 7782
Re: SVN builds of EventGhost & the SatoriHub fork
if the domain name expire, than we can buy eventghost.org right?
i think copy as many as possible from the forum and svn.
if bitmonster let this domain expire we will buy it and move every thing back.
also good to see that people are busy on this.
i think eventghost is great and i'm hoping that ...
i think copy as many as possible from the forum and svn.
if bitmonster let this domain expire we will buy it and move every thing back.
also good to see that people are busy on this.
i think eventghost is great and i'm hoping that ...
- Tue Oct 26, 2010 3:04 pm
- Forum: General Support
- Topic: run once at keypress but not again at keypress
- Replies: 3
- Views: 1108
Re: run once at keypress but not again at keypress
in the autoRun put a python command:
eg.globals.TVisON="false"
make a macro with python script:
if eg.globals.TVisON=="true":
eg.plugins.EventGhost.TriggerEvent(u'Event_If_TV_is_on', 0.0)
else:
# here you need to switch the tv on
eg.globals.TVisON="true"
eg.plugins.EventGhost.TriggerEvent ...
eg.globals.TVisON="false"
make a macro with python script:
if eg.globals.TVisON=="true":
eg.plugins.EventGhost.TriggerEvent(u'Event_If_TV_is_on', 0.0)
else:
# here you need to switch the tv on
eg.globals.TVisON="true"
eg.plugins.EventGhost.TriggerEvent ...
- Mon Oct 25, 2010 3:42 pm
- Forum: General Support
- Topic: Check if Excel is running within a plugin
- Replies: 9
- Views: 2404
Check if Excel is running within a plugin
hello,
i'm working on a plugin, in that plugin i want to check if excel is running
here is my code for so far:
class ifExcelIsRunning(eg.ActionBase):
def __call__(self):
eg.globals.Excel_Check="false"
eg.globals.ActiveMacro="Excel"
alOpen=eg.plugins.Window.FindWindow(u'EXCEL.EXE', None ...
i'm working on a plugin, in that plugin i want to check if excel is running
here is my code for so far:
class ifExcelIsRunning(eg.ActionBase):
def __call__(self):
eg.globals.Excel_Check="false"
eg.globals.ActiveMacro="Excel"
alOpen=eg.plugins.Window.FindWindow(u'EXCEL.EXE', None ...
- Thu Oct 21, 2010 11:14 am
- Forum: General Support
- Topic: check if file exist
- Replies: 2
- Views: 1360
Re: check if file exist FIXED
oke so i copied the code from an website,
all the TABS ware SPACES!
i figuered this out when i posted my topic, because the code didn't fit right
class Test(eg.ActionBase):
def __call__(self):
print "Test!"
filename = "LogFile.txt"
if os.path.exists(filename):
print "file exists"
else ...
all the TABS ware SPACES!
i figuered this out when i posted my topic, because the code didn't fit right
class Test(eg.ActionBase):
def __call__(self):
print "Test!"
filename = "LogFile.txt"
if os.path.exists(filename):
print "file exists"
else ...
- Thu Oct 21, 2010 11:00 am
- Forum: General Support
- Topic: check if file exist
- Replies: 2
- Views: 1360
check if file exist
hello,
i cannot post any topics inthe plugin support forum so i post this here....
i'm working on my fist plugin and i want to check if an file exist,
this is my code for now:
import eg
import datetime
import time
import os
eg.RegisterPlugin(
name = "My New Plugin",
author = "Me",
version ...
i cannot post any topics inthe plugin support forum so i post this here....
i'm working on my fist plugin and i want to check if an file exist,
this is my code for now:
import eg
import datetime
import time
import os
eg.RegisterPlugin(
name = "My New Plugin",
author = "Me",
version ...
- Tue Oct 12, 2010 1:50 pm
- Forum: General Support
- Topic: BSPlayer Plugin?
- Replies: 9
- Views: 3095
Re: BSPlayer Plugin?
i've made a couple little changes, added some things:
GetFileName
OpenFile
GetVol
GetStatus
GetMovPos
GetMovLen
OpenURL
MovSubDown
MovSubUp
MoveLeft
MoveRight
MoveUp
MoveDown
i made a macro: shutdown after currently playing video is finished
but i don't know how i can implement it in ...
GetFileName
OpenFile
GetVol
GetStatus
GetMovPos
GetMovLen
OpenURL
MovSubDown
MovSubUp
MoveLeft
MoveRight
MoveUp
MoveDown
i made a macro: shutdown after currently playing video is finished
but i don't know how i can implement it in ...
- Sat Sep 18, 2010 1:40 am
- Forum: General Support
- Topic: TriggerEvent a variable time
- Replies: 2
- Views: 1698
Re: TriggerEvent a variable time
Thanks! this worked great for me:
Code: Select all
eg.scheduler.AddTask(eg.timeLeft, eg.TriggerEvent, 'hello')