I am trying to make my own labels/ gui elements, but once they are drawn in MUDLET, they never update, unless i close MUDLET and re-open it and re-login... It takes a lot of time to position them...
Is there a solution for that?
Thank you.
Reloading the GUI/ profile?
Re: Reloading the GUI/ profile?
instead of createLabel(blah...) use createLabel(0,...) and then moveWindow and resizeWindow calls right after it.