View Single Post
  #4  
Unread 07-08-2012, 07:06 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
Try this:

First, put this near the start of the code for the icon:
Code:
import "Deusdictum.UI";
Then add this somewhere in the setup for the icon:

Code:
   self.DragBar = Deusdictum.UI.DragBar( self, "{name of icon}" );
I think that is all there is to it, let me know how it works.
Reply With Quote