View Single Post
  #1  
Old 06-09-2010, 08:34 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Buttons in the Taskbar (Graal)

HTML Code:
  with(Serverlist_TaskBar) {
    new GuiButtonCtrl("Bravo_GPTool") {
      useownprofile = true;
      for (temp.i: Serverlist_TaskButton_Main.getvarnames()) {
        if (temp.i != icon) (@ temp.i) = Serverlist_TaskButton_Main.(@ temp.i);
      }
      x = 500;
      text = "GP Tools"; 
      seticonsize(20, 20);
      icon.clearall();
      icon.drawimagestretched(0, 0, icon.width, icon.height, "login_icon_developer4.png", 0, 0, 32, 32);
      width += 10;
      
      thiso.catchevent(this, "onAction", "onDisplayFunctions");
    }
  }
Helped with by Dusty (adds a button to your graal taskbar)
__________________
Reply With Quote