Thread: GUI Explorer
View Single Post
  #2  
Old 02-12-2010, 01:56 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Cool stuff

I like how you set up the tree system... does it take into consideration children of children? If it doesn't, I think that'd be a good set-up.

Also, while the dump is useful I think it's fairly messy. I think it should be better formatted. For one, use a fixed width font like courier new. Two, better divide the GUI's. Maybe a format like:

PHP Code:
NameOfGui (typeGUIWindowCtrl):
  var = 
[integer]
  
var2 "foo" [string]
  
var3 = {0,0} [array] 
As well as spacing between the GUI's, to quickly differentiate one GUI from the next.
Reply With Quote