I just tried the -configdir trick that you mentioned a while back in the "can you make this portable PLZ?" thread. Everything works great, except for a few minor bugs.
Going to Help > About leads to the error:
Code: Select all
Traceback (most recent call last):
File "D:\Applications\EventGhost\eg\MainFrame\__init__.py", line 958, in OnCmdAbout
eg.AboutDialog.ShowModeless(self)
File "D:\Applications\EventGhost\eg\Classes\Dialog.py", line 35, in ShowModeless
self = cls(*args, **kwargs)
File "D:\Applications\EventGhost\eg\Classes\AboutDialog.py", line 334, in __init__
notebook.AddPage(AboutPanel(notebook), Text.tabAbout)
File "D:\Applications\EventGhost\eg\Classes\AboutDialog.py", line 153, in __init__
animatedWindow = eg.AnimatedWindow(self)
File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 46, in __init__
self.OnSize(None)
File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 107, in OnSize
self.UpdateDrawing()
File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 112, in UpdateDrawing
self.Draw(dc)
File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 124, in Draw
image = self.image.AdjustChannels(1.0, 1.0, 1.0, alpha)
AttributeError: 'Image' object has no attribute 'AdjustChannels'Choosing to "Wiki" "Home Page" and "Support Forums" all crash Eventghost.
"Check new version",however, works fine.
Hope this helps Bit!
Eventghost forever!