Can someone take a look at this please?
Posted: Fri Oct 04, 2013 6:37 pm
I am getting some type of UI error on this:
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 59, in ProcessingTask
14:34:48 self.Configure(*args, **kwargs)
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 165, in Configure
14:34:48 treeItem.Configure(*args)
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 101, in Configure
14:34:48 return self.executable.Configure(*args)
14:34:48 File "C:\Program Files (x86)\EventGhost\plugins\ISYEvent\__init__.py", line 560, in Configure
14:34:48 style=wx.SL_HORIZONTAL )
14:34:48 File "wx\_controls.pyc", line 2661, in __init__
14:34:48 TypeError: in method 'new_Slider', expected argument 3 of type 'int'
14:34:48 Traceback (most recent call last) (1610):
14:34:48 File "wx\_core.pyc", line 14660, in <lambda>
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Core.py", line 197, in Notify
14:34:48 listener(value)
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 844, in OnNodeSelected
14:34:48 path = node.GetPath()
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\TreeItem.py", line 368, in GetPath
14:34:48 path.append(parent.childs.index(item))
14:34:48 AttributeError: 'NoneType' object has no attribute 'childs'
Thank you very much for the help in advance..
Here is the plugin:
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 59, in ProcessingTask
14:34:48 self.Configure(*args, **kwargs)
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 165, in Configure
14:34:48 treeItem.Configure(*args)
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 101, in Configure
14:34:48 return self.executable.Configure(*args)
14:34:48 File "C:\Program Files (x86)\EventGhost\plugins\ISYEvent\__init__.py", line 560, in Configure
14:34:48 style=wx.SL_HORIZONTAL )
14:34:48 File "wx\_controls.pyc", line 2661, in __init__
14:34:48 TypeError: in method 'new_Slider', expected argument 3 of type 'int'
14:34:48 Traceback (most recent call last) (1610):
14:34:48 File "wx\_core.pyc", line 14660, in <lambda>
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Core.py", line 197, in Notify
14:34:48 listener(value)
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 844, in OnNodeSelected
14:34:48 path = node.GetPath()
14:34:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\TreeItem.py", line 368, in GetPath
14:34:48 path.append(parent.childs.index(item))
14:34:48 AttributeError: 'NoneType' object has no attribute 'childs'
Thank you very much for the help in advance..
Here is the plugin: