.onGUIInit ???
There is always an Errormessage when I use:
Function .onGUIInit
...
FunctionEnd
But there is no Problem with:
Function .onInit
...
FunctionEnd
but why?
Archive: .onGUIInit ???
.onGUIInit ???
There is always an Errormessage when I use:
Function .onGUIInit
...
FunctionEnd
But there is no Problem with:
Function .onInit
...
FunctionEnd
but why?
If you're using MUI, that function is already reserved, you should use MUI_CUSTOMFUNCTION_GUIINIT, it's explained on MUI documentation.