New AddEventDialog
Posted: Sat Dec 31, 2016 2:45 pm
The new AddEventDialog is not working for me in EG 0.5 beta 5
-Here is the error when I open it:
-The OK button is grayed out if you try to enter en Event manually
-A Description for the input field where you actually see the Event would be nice (maybe above), it looks a search field currently
-The Hint is missing that you can use also drag and drop to add events
-Here is the error when I open it:
Code: Select all
15:20:15: 37 MainThread: Create(cls=<class 'eg.Classes.AddEventDialog.AddEventDialog'>)
15:20:15: 38 MainThread: AddEventDialog.ProcessingTask()
15:20:15: 38 MainThread: AddEventDialog.Configure(parent=<eg.Classes.MainFrame.MainFrame; proxy of <Swig Object of type 'wxFrame *' at 0x8ed0340> >)
15:20:15: 38 MainThread: AddEventDialog.__init__(style=536877120, id=-1, parent=<eg.Classes.MainFrame.MainFrame; proxy of <Swig Object of type 'wxFrame *' at 0x8ed0340> >, title='Add Event...')
15:20:15: 38 MainThread: AddEventDialog.__init__ => None
15:20:15: 38 MainThread: AddEventDialog.Affirmed()
15:20:15: 38 MainThread: AddEventDialog.FinishSetup()
15:20:15: 37 MainThread: Create => <eg.Classes.AddEventDialog.AddEventDialog; proxy of <Swig Object of type 'wxDialog *' at 0x8ef1a18> >
15:20:15: 37 MainThread: AddEventDialog.GetEvent()
Traceback (most recent call last) (0.5.0-beta5):
File "C:\Program Files (x86)\EventGhost\eg\Classes\AddEventDialog.py", line 159, in OnExpanded
self.tree.GetPyData(event.GetItem()).expanded = True
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginModuleInfo.py", line 81, in __setattr__
"%s has no attribute %s" % (self.__class__.__name__, name)
AttributeError: PluginInstanceInfo has no attribute expanded
Traceback (most recent call last) (0.5.0-beta5):
File "C:\Program Files (x86)\EventGhost\eg\Classes\AddEventDialog.py", line 156, in OnCollapsed
self.tree.GetPyData(event.GetItem()).expanded = False
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginModuleInfo.py", line 81, in __setattr__
"%s has no attribute %s" % (self.__class__.__name__, name)
AttributeError: PluginInstanceInfo has no attribute expanded-A Description for the input field where you actually see the Event would be nice (maybe above), it looks a search field currently
-The Hint is missing that you can use also drag and drop to add events