Hi , i just add day/night but something not working, the buttons don't refresh
if i ad this
self.RefreshShowNightText()
in
class OptionDialog(ui.ScriptWindow):
def __init__(self):
ui.ScriptWindow.__init__(self)
self.__Initialize()
self.__Load()
i get this error in syserr :
0120 12:20:29629 :: Traceback (most recent call last):
0120 12:20:29629 :: File "ui.py", line 1029, in CallEvent
0120 12:20:29629 :: File "ui.py", line 87, in __call__
0120 12:20:29629 :: File "ui.py", line 69, in __call__
0120 12:20:29629 :: File "uiSystem.py", line 111, in __ClickSystemOptionButton
0120 12:20:29630 :: File "uiSystemOption.py", line 30, in __init__
0120 12:20:29630 :: File "uiSystemOption.py", line 300, in RefreshShowNightText
0120 12:20:29630 :: AttributeError
0120 12:20:29630 :: :
0120 12:20:29630 :: 'module' object has no attribute 'Night'
0120 12:20:29630 ::
this is my uisystemoption.py :
[Hidden Content]