View Single Post
  #6  
Old 07-26-2011, 10:01 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
Quote:
Originally Posted by Twinny View Post
I dunno...quite honestly i think the 'CuteGS2' code is more ugly that the original. Seems it just adds an unnecessary wrapper?
To each their own, I just really like to chain function calls together.

Pretty sure my code should/would work like this too:

PHP Code:
with (createWindow("Test")) {
  
with (createButton("A")) {
    
// stuff...
    
built();
  }
  
built();

__________________
Quote:
Reply With Quote