View Single Post
  #31  
Old 04-12-2009, 05:41 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by WhiteDragon View Post
Stefan, if you give us the name of the scripted PM window GUI objects we could probably do it ourselves.
I'm sure you could just loop through like this...

PHP Code:
for (temp.control GUIContainer.controls) {
  echo(
control.name SPC "(" control.objecttype()  @ ")");

__________________
Reply With Quote