View Single Post
  #1  
Unread 12-17-2010, 11:53 PM
MrJackdaw's Avatar
MrJackdaw MrJackdaw is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Location: Lancaster, England
Posts: 249
Re-sizeable quickslot icons now possible!

I am working on a new version of BevyOBars - completely new from the ground up - and was messing with SetStretchMode. The following lines allows re-sizeable quickslot icons!

self.Quickslot[n]:SetStretchMode(1)

No doubt others will get a workable product out faster than I as this new version is going to take a *lot* of work - but hooray! At Last!

And if this is common knowledge I will feel such a fool...

EDIT: Any size setting must come AFTER the SetStretchMode line...
EDIT: Any time a shortcut is changed the quickslot re-sets. To overcome this the ShortCutChanged() event has proved useful.
__________________
************************************************** ************************************************** **
"Our ideals may never be realised, But they indicate what we are trying to do." Dick Tahta

Last edited by MrJackdaw : 12-18-2010 at 11:17 AM.
Reply With Quote