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.
Where did Autoscroll go???
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
I think what your problem is that you have the startup icon name exactly the same as what EG would use when it makes one in there. and you happen to possibly be going into the options dialog at some point.. i am taking a stab here.. because that is when EG will check for the startup icon and make adjustments.
which reminds me..... you have to close EG first.. then put the icon.. and don't make the icon name the same as what the default one would be. because when you close EG it writes the config file. and it may look for that icon being there and do things it shouldn't be doing based on that...
which reminds me..... you have to close EG first.. then put the icon.. and don't make the icon name the same as what the default one would be. because when you close EG it writes the config file. and it may look for that icon being there and do things it shouldn't be doing based on that...
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
the one i grabbed off my desktop is one i created form the actual exe file. so the name of it is "EventGhost.exe - Shortcut" and i am betting that is why mine didn't have a problem.
Re: Where did Autoscroll go???
Did you actually restart computer or just re-run EG? The problem happens at startup
Re: Where did Autoscroll go???
Interesting! Mine is named "Eventghost".kgschlosser wrote:I think what your problem is that you have the startup icon name exactly the same as what EG would use when it makes one in there. and you happen to possibly be going into the options dialog at some point.. i am taking a stab here.. because that is when EG will check for the startup icon and make adjustments.
which reminds me..... you have to close EG first.. then put the icon.. and don't make the icon name the same as what the default one would be. because when you close EG it writes the config file. and it may look for that icon being there and do things it shouldn't be doing based on that...
Let me rename to "EventGhost TEST" and restart and see what happens. I hope it's that simple!!
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
yes i restarted. I have a lot of computers. not just the one i am on now.. and most of them only have a 6-7 second boot time.
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
personally i dislike the use of startup icons. i use the task manager for a lot of startup type things. you have much better control that way.
Re: Where did Autoscroll go???
You nailed it! The shortcut renaming trick helped perfectly.
Two more things and I think one is a bug as well (2nd one), but I can't reproduce it every single time.
1) I get this every time I launch EG:
Here are my list of plugins, but it happens even I disabled ALL of them!

2) there is definitely something wrong with the system tray icon with latest beta of EG.
This started in beta 6!
Here's the error when trying to close EG:
EDIT: happened again. Looks like same error
Happens when I try to close Eventghost using tray:

Two more things and I think one is a bug as well (2nd one), but I can't reproduce it every single time.
1) I get this every time I launch EG:
Code: Select all
21:54:10 Unable to establish COM dispatch!
2) there is definitely something wrong with the system tray icon with latest beta of EG.
This started in beta 6!
Here's the error when trying to close EG:
Code: Select all
21:56:00 Traceback (most recent call last) (0.5.0-beta6):
21:56:00 File "D:\Applications\EventGhost\eg\Classes\TaskBarIcon.py", line 69, in OnCmdExit
21:56:00 if len(eg.mainFrame.openDialogs) == 0:
21:56:00 AttributeError: 'NoneType' object has no attribute 'openDialogs'Code: Select all
21:57:24 Traceback (most recent call last) (0.5.0-beta6):
21:57:24 File "D:\Applications\EventGhost\eg\Classes\TaskBarIcon.py", line 69, in OnCmdExit
21:57:24 if len(eg.mainFrame.openDialogs) == 0:
21:57:24 AttributeError: 'NoneType' object has no attribute 'openDialogs'
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
that's funny. I just posted a bug up about that and said i was going to fix that in a couple of hours LOL
viewtopic.php?f=4&t=9574
it's at the bottom
viewtopic.php?f=4&t=9574
it's at the bottom
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
This is an error message that is generated from CLI arguments.stisev wrote: 1) I get this every time I launch EG:Code: Select all
21:54:10 Unable to establish COM dispatch!
have you tried running EG without any command line options?.. try that and see if the error is still there. that will give me a direction to look in.
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
ok here is the file for the fixed taskbar icon
just replace the file in you eg.Classes folder
***edit*** there was an error in the last one i posted.. this has been updated to work properly now.
just replace the file in you eg.Classes folder
***edit*** there was an error in the last one i posted.. this has been updated to work properly now.
- Attachments
-
- TaskBarIcon.py
- (4.32 KiB) Downloaded 114 times
Re: Where did Autoscroll go???
LOL! Wow, you are so on top of everything! So awesome...kgschlosser wrote:that's funny. I just posted a bug up about that and said i was going to fix that in a couple of hours LOL
viewtopic.php?f=4&t=9574
it's at the bottom
This didn't fix it FYI:kgschlosser wrote:ok here is the file for the fixed taskbar icon
just replace the file in you eg.Classes folder
Here's the error:
Code: Select all
22:25:43 Traceback (most recent call last) (0.5.0-beta6):
22:25:43 File "D:\Applications\EventGhost\eg\Classes\TaskBarIcon.py", line 70, in OnCmdExit
22:25:43 eg.app.Exit(event)
22:25:43 File "D:\Applications\EventGhost\eg\Classes\App.py", line 60, in Exit
22:25:43 eg.taskBarIcon.Close()
22:25:43 File "D:\Applications\EventGhost\eg\Classes\TaskBarIcon.py", line 61, in Close
22:25:43 eg.mainFrame.Iconize(False)
22:25:43 AttributeError: 'NoneType' object has no attribute 'Iconize'
22:25:45 Traceback (most recent call last) (0.5.0-beta6):
22:25:45 File "D:\Applications\EventGhost\eg\Classes\TaskBarIcon.py", line 70, in OnCmdExit
22:25:45 eg.app.Exit(event)
22:25:45 File "D:\Applications\EventGhost\eg\Classes\App.py", line 60, in Exit
22:25:45 eg.taskBarIcon.Close()
22:25:45 File "D:\Applications\EventGhost\eg\Classes\TaskBarIcon.py", line 61, in Close
22:25:45 eg.mainFrame.Iconize(False)
22:25:45 AttributeError: 'NoneType' object has no attribute 'Iconize'Just ran it directly from the app with no shortcuts and it still shows up. It doesn't do any harm (AFAIK) but it is a new error I didn't see before.This is an error message that is generated from CLI arguments.
have you tried running EG without any command line options?.. try that and see if the error is still there. that will give me a direction to look in.
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
if you used the last file i posted for the tray icon it had a glitch. i ahve fixed it and swapped out the file to one that works properly
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
and I like to try and be as efficient as possible. if you read my forum signature. one of the things you can never get back is time.. so if it makes it faster for you to use the tray icon to exit EG then i just gave you a HUGE gift by fixing it right away.. because the time you spend closing it the normal way is time you have lost forever. and now it can be spent doing something else.. now I know it's a small amount.. but it is still one of the best gifts someone can give someone else.
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: Where did Autoscroll go???
I am however off to bed now. I am really interested in what is causing that com error. i find it extremely odd. maybe we can investigate it further sometime tomorrow
Re: Where did Autoscroll go???
Confirmed. Looks like it's fixed. Thank you!kgschlosser wrote:if you used the last file i posted for the tray icon it had a glitch. i ahve fixed it and swapped out the file to one that works properly
I work nights the next 3 days. Let me try installing Eventghost in a sandbox and running it as OEM and see if it happensI am however off to bed now. I am really interested in what is causing that com error. i find it extremely odd. maybe we can investigate it further sometime tomorrow
EDIT: Confirmed still happens. Beta 6 install (OEM using example tree) and v1722 here (http://www.eventghost.org/downloads/). Funny thing - it shows up twice in v1722. lol!
