Thursday, May 7, 2009

Hello World Application in Gumbo

I thought I should follow up on my previous post with a very simple Hello World application.

Here is the code:



<Application xmlns="http://ns.adobe.com/mxml/2009">
<Button label="Hello World">
</Button>
</Application>

Thats it. As you can see there is no more <mx:…> stuff. Just plain <Button/>. There aren’t many Gumbo components ,so this is just the beginning. I’ll put up more stuff once I make them.

No comments:

Post a Comment