mob
verb
resize()
Problem description: How would I call the above function in the Resize Command field of the skin interface.
I have tried
resize
mob.resize
client.resize
client.mob.resize
.resize
All give me the following error Unrecognized or inaccessible verb
Decided to make my own post after searching the forums for about 2hrs.
Thanks for your help
It will automatically look for a matching verb defined under the client object like so:
You should also note that this is NOT called when winset is called to resize an element. Only client-driven resize events will trigger this verb.