View Single Post
Posts: 207 | Thanked: 552 times | Joined on Jul 2011
#23
Originally Posted by Fuzzillogic View Post
But still ugly. Stuff like
Code:
{kind: "Control", layoutKind: "HFlexLayout",
      style: "width: 500px; height: 100px;",
      pack: "center", align: "start", components: [
          {kind: "Button", caption: "Open", onclick: "openPopup"},
          {kind: "Button", caption: "Close", onclick: "closePopup"}
      ]
  }
I like the look of that