View Single Post
  #2  
Old 02-22-2010, 09:04 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Here's a GUI hack version:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with (F2LogWindow_Tab) {
    
removerowbyid(10);
    
addrow(10"Clear Logs");
  }
}

function 
F2LogWindow_Tab.onSelect(entryid) {
  if (
entryid == 10) {
    for (
temp.0temp.6temp.i++) {
      (
"F2LogWindow_Text" temp.i).text "Text Cleared!";
    }
    
F2LogWindow_Tab.setselectedbyid(0);
  }

__________________
Quote:
Reply With Quote