Reloading the GUI/ profile?

Post Reply
prahaai
Posts: 10
Joined: Tue Jan 11, 2011 7:16 am

Reloading the GUI/ profile?

Post by prahaai »

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.

User avatar
Vadi
Posts: 5048
Joined: Sat Mar 14, 2009 3:13 pm

Re: Reloading the GUI/ profile?

Post by Vadi »

instead of createLabel(blah...) use createLabel(0,...) and then moveWindow and resizeWindow calls right after it.

Post Reply