I would like to launch an Event Ghost plugin command from an Excel cell. The command would transmit from a USB_UIRT device. In a Python script, the command would be
eg.plugins.USB_UIRT.TransmitIR (u'0000 0067 000..............................................).
Suggestions would be greatly ...
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 15 matches
- Fri Jun 15, 2012 9:55 pm
- Forum: General Support
- Topic: Launch Python command from an an Excel cell.
- Replies: 0
- Views: 976
- Tue Feb 08, 2011 6:02 pm
- Forum: General Support
- Topic: PLEASE HELP-Editing and Saving Phython in EG
- Replies: 2
- Views: 1525
Re: PLEASE HELP-Editing and Saving Phython in EG
Thank you jitterjames that was it!
- Sun Feb 06, 2011 11:33 pm
- Forum: General Support
- Topic: PLEASE HELP-Editing and Saving Phython in EG
- Replies: 2
- Views: 1525
PLEASE HELP-Editing and Saving Phython in EG
In 2008, I wrote a Python script in EventGhost and have used it successfully ever since to control all kinds of things. Unfortunately I have forgotten how to edit and save the script in the EG environment. When I open EG my script is visible and opens on double clicking. I can then edit the code in ...
- Tue Dec 08, 2009 11:02 pm
- Forum: General Support
- Topic: Can forms with buttons similar to Visual Basic be created
- Replies: 1
- Views: 725
Can forms with buttons similar to Visual Basic be created
Can forms with buttons similar to Visual Basic be created in the EventGhost or Python?
- Mon Dec 07, 2009 3:39 pm
- Forum: General Support
- Topic: Command line option to run an eg macro at PC start up
- Replies: 1
- Views: 1001
Command line option to run an eg macro at PC start up
Please tell me how to run an eg macro at PC start up.
Thank you
Peter
Thank you
Peter
- Fri Dec 05, 2008 5:51 pm
- Forum: Bug Reports
- Topic: BUG or a weird syntax error? PLEASE HELP
- Replies: 4
- Views: 2772
Re: BUG or a weird syntax error? PLEASE HELP
Thanks Bitmonster! Unfortunately the new version would not install initially - I got the attached error message half way through installation.
About an hour later I downloaded the latest installation file again and this time it completed and compiled and executed my code correctly!!
PS Please let ...
About an hour later I downloaded the latest installation file again and this time it completed and compiled and executed my code correctly!!
PS Please let ...
- Thu Dec 04, 2008 2:53 am
- Forum: Bug Reports
- Topic: BUG or a weird syntax error? PLEASE HELP
- Replies: 4
- Views: 2772
Re: BUG or a weird syntax error? PLEASE HELP
Bartman, I am using the Home Electronics Tira plugin as implemented in whatever EventGhost I have installed. The earlier version works fine both with and without remote desktop connection. I was misled into believing it did not because at the time the script configuration window was lost on a single ...
- Wed Dec 03, 2008 1:16 am
- Forum: Bug Reports
- Topic: BUG or a weird syntax error? PLEASE HELP
- Replies: 4
- Views: 2772
BUG or a weird syntax error? PLEASE HELP
This bug report is a follow-on from the topic at http://www.eventghost.org/forum/viewtopic.php?f=2&t=1122 .
I have simplified my Python script and checked the Python syntax as best I can. The script is attached and found in "PL Simplified.xml" as "IR CONTROLLER". As soon as I run the script without ...
I have simplified my Python script and checked the Python syntax as best I can. The script is attached and found in "PL Simplified.xml" as "IR CONTROLLER". As soon as I run the script without ...
- Tue Dec 02, 2008 3:12 am
- Forum: General Support
- Topic: PUZZLED -How to configure item via Remote Desktop Connection
- Replies: 2
- Views: 1891
Re: PUZZLED -How to configure item via Remote Desktop Connection
Hi Jinxdone!
Thanks for the suggestions: But now I am really PUZZLED. I did the following.
I uninstalled EventGhost_0.3.5c which faithfully executed my script even via remote desktop (but I could not configure it via remote desktop).
I installed EventGhost_0.3.6.1486 and found I could reconfigure ...
Thanks for the suggestions: But now I am really PUZZLED. I did the following.
I uninstalled EventGhost_0.3.5c which faithfully executed my script even via remote desktop (but I could not configure it via remote desktop).
I installed EventGhost_0.3.6.1486 and found I could reconfigure ...
- Mon Dec 01, 2008 3:38 am
- Forum: Coding Corner
- Topic: Call EventGhost macros and functions from a Python script
- Replies: 4
- Views: 2640
Re: Call EventGhost macros and functions from a Python script
Pako,
Thank you that helps a little but what I want to do would be like this with your example:
<Folder Name="TEST 2 scripts" Expanded="True"><Macro Name="Python Script 1" Expanded="True"><Action>EventGhost.PythonScript(u"def myScript(txt):\n print txt\neg.globals.myProcedure=myScript\n#test:\neg ...
Thank you that helps a little but what I want to do would be like this with your example:
<Folder Name="TEST 2 scripts" Expanded="True"><Macro Name="Python Script 1" Expanded="True"><Action>EventGhost.PythonScript(u"def myScript(txt):\n print txt\neg.globals.myProcedure=myScript\n#test:\neg ...
- Sun Nov 30, 2008 4:09 pm
- Forum: General Support
- Topic: PUZZLED -How to configure item via Remote Desktop Connection
- Replies: 2
- Views: 1891
PUZZLED -How to configure item via Remote Desktop Connection
I have used Windows Remote Desktop Connection to run EventGhost (0.3.5c.908) without a problem on the remote host until I tied to change a Python script contained in an EventGhost macro on the remote machine. I seem to able to do everything (execute, rename, delete etc) but could not edit the script ...
- Thu Nov 27, 2008 8:21 pm
- Forum: Coding Corner
- Topic: Call EventGhost macros and functions from a Python script
- Replies: 4
- Views: 2640
Re: Call EventGhost macros and functions from a Python script
Thanks for your helpful response. I understand your answer to my second question but my first question remains unresolved - If I create an EventGhost macro named XYZ, how do I just call/execute XYZ from a Phython script in another macro in the same xml file without replicating the contents of XYZ ...
- Tue Nov 25, 2008 6:43 pm
- Forum: Coding Corner
- Topic: Call EventGhost macros and functions from a Python script
- Replies: 4
- Views: 2640
Call EventGhost macros and functions from a Python script
I am new to EventGhost and Python but have used them successsfully to control "my living room" but I am stuck.
Where do I find answers to the following:
1 How do I call an EventGhost macro from an EventGhost hosted Python script?
2 How do I call the Event Ghost function ShowOSD and other functions ...
Where do I find answers to the following:
1 How do I call an EventGhost macro from an EventGhost hosted Python script?
2 How do I call the Event Ghost function ShowOSD and other functions ...
- Thu Oct 09, 2008 3:56 pm
- Forum: General Support
- Topic: PROBLEM PROGRAMMING Tira-2 in EventGhost: SUGGESTIONS PLEASE
- Replies: 2
- Views: 1664
Re: PROBLEM PROGRAMMING Tira-2 in EventGhost: SUGGESTIONS PLEASE
I have made some progress but uncovered a new and perhaps serious memory management problem in Event Ghost when starting Tira.:
The following is using EventGhost 0.3.5c.908 on a 3GHz 3GB RAM Windows XP Pro SP3 machine:
Open EG, create new xml file which has no content but Autostart which is empty ...
The following is using EventGhost 0.3.5c.908 on a 3GHz 3GB RAM Windows XP Pro SP3 machine:
Open EG, create new xml file which has no content but Autostart which is empty ...
- Sat Sep 27, 2008 1:33 am
- Forum: General Support
- Topic: PROBLEM PROGRAMMING Tira-2 in EventGhost: SUGGESTIONS PLEASE
- Replies: 2
- Views: 1664
PROBLEM PROGRAMMING Tira-2 in EventGhost: SUGGESTIONS PLEASE
I just purchased the Tira-2 IR tranceiver. I tried using Girder and HIP to program the unit but it would not initialize in either application. Technical support at http://www.home-electro.com provided me with TiraHost2.exe which worked as long as Tira was assigned to com3 and the USB connector was ...