| Blockland Forums > Suggestions & Requests |
| Server History |
| << < (4/8) > >> |
| Pacnet2012³:
--- Quote from: Zeblote on July 05, 2013, 03:34:43 PM ---screenshot pls --- End quote --- Can't get on my computer till tommorow (dumb fireworks) unless my dad leaves the house for something |
| Zeblote:
--- Quote from: Pacnet2012³ on July 05, 2013, 03:45:02 PM ---Can't get on my computer till tommorow (dumb fireworks) unless my dad leaves the house for something --- End quote --- what how are fireworks related to a computer |
| Pacnet2012³:
--- Quote from: Zeblote on July 05, 2013, 03:49:08 PM ---what how are fireworks related to a computer --- End quote --- Have to go to some stupid firework show so I lost my night computer time today' I'll get pictures as soon as possible |
| Zeblote:
--- Quote from: Pacnet2012³ on July 05, 2013, 03:56:21 PM ---computer time --- End quote --- what the hell is that |
| Pacnet2012³:
Open the GUI yourself to see it : --- Code: ---//--- OBJECT WRITE BEGIN --- new GuiControl(ServerHistory) { profile = "GuiDefaultProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "640 480"; minExtent = "8 2"; enabled = "1"; visible = "1"; clipToParent = "1"; new GuiWindowCtrl() { profile = "GuiWindowProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "124 70"; extent = "300 400"; minExtent = "8 2"; enabled = "1"; visible = "1"; clipToParent = "1"; text = "Server History"; maxLength = "255"; resizeWidth = "1"; resizeHeight = "1"; closeCommand = "canvas.popDialog(ServerHistory);"; canMove = "1"; canClose = "1"; canMinimize = "1"; canMaximize = "1"; minSize = "50 50"; new GuiBitmapButtonCtrl(joinHistory) { profile = "BlockButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "10 362"; extent = "140 30"; minExtent = "8 2"; enabled = "1"; visible = "1"; clipToParent = "1"; command = "joinHistory();"; text = "Join Server"; groupNum = "-1"; buttonType = "PushButton"; bitmap = "base/client/ui/button1"; lockAspectRatio = "0"; alignLeft = "0"; alignTop = "0"; overflowImage = "0"; mKeepCached = "0"; mColor = "0 255 0 255"; }; new GuiScrollCtrl(serverHistoryScroll) { profile = "GuiScrollProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "4 26"; extent = "292 329"; minExtent = "8 2"; enabled = "1"; visible = "1"; clipToParent = "1"; willFirstRespond = "0"; hScrollBar = "alwaysOn"; vScrollBar = "alwaysOn"; constantThumbHeight = "0"; childMargin = "0 0"; rowHeight = "40"; columnWidth = "30"; new GuiTextListCtrl(serverHistoryList) { profile = "GuiTextListProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "1 1"; extent = "275 2"; minExtent = "8 2"; enabled = "1"; visible = "1"; clipToParent = "1"; enumerate = "0"; resizeCell = "1"; columns = "0"; fitParentWidth = "1"; clipColumnText = "0"; }; }; new GuiBitmapButtonCtrl(clearHistory) { profile = "BlockButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "154 361"; extent = "140 30"; minExtent = "8 2"; enabled = "1"; visible = "1"; clipToParent = "1"; command = "clearHistory();"; text = "Clear History"; groupNum = "-1"; buttonType = "PushButton"; bitmap = "base/client/ui/button1"; lockAspectRatio = "0"; alignLeft = "0"; alignTop = "0"; overflowImage = "0"; mKeepCached = "0"; mColor = "255 0 0 255"; }; }; }; //--- OBJECT WRITE END --- --- End code --- |
| Navigation |
| Message Index |
| Next page |
| Previous page |