Search found 64 matches
- Fri Nov 16, 2007 11:21 am
- Forum: Feature Requests
- Topic: LCD Panel Support
- Replies: 2
- Views: 4278
Re: LCD Panel Support
For all it's worth, I'm developing a serial LCD / VFD plugin. Currently got it working with my (2) Noritake VFD 40x2 and also build an on screen (simulation) LCD... It's only serial at the moment, haven't looked into parallel or USB yet, only cause I have none of those devices... :( I've just finali...
- Tue Aug 14, 2007 3:46 pm
- Forum: General Support
- Topic: SerialPortChoice
- Replies: 1
- Views: 1519
SerialPortChoice
I think this maybe a python related question so please don't slap me... :\ I am using the lines portCtrl = eg.SerialPortChoice(dialog, value=port) Add(portCtrl, (1, 1), flag=0) in my plugin's 'Configure' dialog (I think portCtrl is a dropdown list). What i want to do it add some more items to portCt...
- Sat Aug 11, 2007 2:43 pm
- Forum: Feature Requests
- Topic: 'Goto Macro' for a Jump Macro
- Replies: 1
- Views: 2126
'Goto Macro' for a Jump Macro
On the context menu (Right click) of a Jump Macro, could you add an additional menu item called 'Goto Jump to Macro' or even 'Goto Macro' so that it sets focus (but not execute) to the Macro that's been chosen to jump to inside that Jump Macro ? :roll: (i hope i haven't confused you ;) ) I find it f...
- Thu May 10, 2007 2:13 pm
- Forum: Feature Requests
- Topic: Import and Export
- Replies: 2
- Views: 3256
In a way, EG already has an import / export feature... via the clipboard. right click on an entry / folder on your Configuration Tree. select copy (or Menu Edit->Copy in EG). run notepad. select menu Edit->Paste (in notepad). save off to an xml file (or post to the forums in a code segment). it's al...
- Sat Mar 31, 2007 3:07 pm
- Forum: Plugin Support
- Topic: Winamp
- Replies: 24
- Views: 26240
I wouldn't say bad practice, obviously not the best, but until an easier method comes along we are all stuck with this one. :) I use it, I use it every 250ms, so 4 times a second i get the new values. It doesn't talk to winamp directly, it uses the winapi (GetWindowtText) to return the title of wina...
- Mon Mar 12, 2007 1:59 pm
- Forum: Feature Requests
- Topic: Save config tree when in python script editor.
- Replies: 1
- Views: 3205
Save config tree when in python script editor.
I more often than not work in the python script editor to create scripts and test big code F4 then F5, sometimes EG crashes out on me because i get some sort of coding error or something, and I lose my entire script :cry:, other than when I click across to EG's main window and press CTRL+S (to save ...
- Sun Mar 11, 2007 2:35 pm
- Forum: Bug Reports
- Topic: [FIXED] Press 'Delete' when renaming item in tree clears all
- Replies: 1
- Views: 2494
[FIXED] Press 'Delete' when renaming item in tree clears all
Hi, for v895 When renaming (F2) an item (any item), in the configuration tree, pressing delete, when there is no selected (highlighted) text, clears all text for that item. :cry: It's like the delete key thinks that everything is still selected (highlighted) so it removes it all from the text box. C...
- Sun Mar 11, 2007 2:28 pm
- Forum: General Support
- Topic: Send events via external webpage?
- Replies: 2
- Views: 2656
Send events via external webpage?
Hi, I want to see if I can get a home automation web page up and running, you know, click a button on a web page, from work, and my mediabox responds. :) I have a server (PC1) and a mediabox (PC2) both inside my firewall. PC1 has a web server (visible on the internet port 80) but not EG. PC2 has EG ...
- Tue Feb 27, 2007 3:58 pm
- Forum: Bug Reports
- Topic: [FIXED] Log window "Clear All" doesn't
- Replies: 4
- Views: 3880
- Tue Feb 27, 2007 3:15 pm
- Forum: Bug Reports
- Topic: [FIXED] Log window "Clear All" doesn't
- Replies: 4
- Views: 3880
[FIXED] Log window "Clear All" doesn't
Sorry, found an o' so small bug,
894
In the log window, right click on an entry, the Copy and Clear All context menu pops up.
Selecting "Clear All" clears the log window.
The next log entry (in the log window) puts back all that was cleared.

894
In the log window, right click on an entry, the Copy and Clear All context menu pops up.
Selecting "Clear All" clears the log window.
The next log entry (in the log window) puts back all that was cleared.
- Tue Feb 27, 2007 2:41 pm
- Forum: Bug Reports
- Topic: [FIXED] Where did 'print' go?
- Replies: 2
- Views: 2829
- Tue Feb 27, 2007 2:26 pm
- Forum: Bug Reports
- Topic: [FIXED] Where did 'print' go?
- Replies: 2
- Views: 2829
[FIXED] Where did 'print' go?
Was using print extensively to debug plugins and python scripts but now in 892 i get :- Traceback (most recent call last): Python script "128", line 2, in <module> print (eg.EventString + ':Down') File "C:\Program Files\EventGhost\eg\MainLogger.py", line 103, in write AttributeError: 'LoggerCtrl' ob...
- Sun Feb 25, 2007 2:12 pm
- Forum: Feature Requests
- Topic: [DONE] Plugin request : HID & TIRA2 devices
- Replies: 46
- Views: 30109
Well, As you know the Tira2 can transmit recorded IR. :D I have a different IR receiver (+Fusion HDTV remote) which receives my remote transmit codes, bad thing is that, the Tira2 gets them too, because they are both in the same glass fronted cabinet (where all my remote controllable equipment is). ...
- Sat Feb 24, 2007 4:02 pm
- Forum: General Support
- Topic: Tira2 in Vista
- Replies: 3
- Views: 2751
That's excellent! Well this version was from home-electro a long, loooong time ago, they are just generic VCP drivers. I'm just mad, I keep just about every driver version I download. On my new install I dl'd the new drivers from home-electro and bam EG & Tira2 stopped working. :shock: I have a fair...
- Sat Feb 24, 2007 3:22 pm
- Forum: General Support
- Topic: Tira2 in Vista
- Replies: 3
- Views: 2751
This is nothing to do with vista, but more to do with the drivers for Tira2, only because i hit a small issue with Tira2 and EG just yesterday on WINXP (after reinstalling everything). :roll: A specific version of the Tira2 drivers need to be installed for EG to work properly with Tira2, well at lea...