Archive: .onGUIEnd


.onGUIEnd
Hi All--

Trying to use .onGUIEnd function to do a couple of administrative things. If I try to compile my script with .onGUIEnd defined, I get an error stating that a function called .onGUIEnd already exists. Any ideas?

Thanks

Allen


Are you sure it doesn't complain about .onGUIInit in which case you should use MUI_CUSTOMFUNCTION_GUIINIT?

If it really complains about .onGUIEnd, then your script defines it somewhere.