Is there a Corona GUI Toolkit with Layout Managers?

I have used some GUI tookits before such as Java’s Swing, and Google Web Toolkit. I am used to the concept of using layout managers for UIs. It seems like you would need to build something like this from scratch to work with Corona, I was wondering if there was an available GUI toolkit to do these sort of things? It would be nice to just ad components to a layout and have it position the elements for me accordingly, without me having to explicitly always provide x and y values for each UI component. Any suggestions?

~
Thanks
Alex [import]uid: 38858 topic_id: 7397 reply_id: 307397[/import]

Yes. Both Gumbo and SpriteDeck does this. Search for them and you’ll find them. [import]uid: 13180 topic_id: 7397 reply_id: 26188[/import]

I looked into those, they seem more like WYSIWYG editors rather than programmable GUI toolkits. I guess there isn’t yet something like what I am talking about. [import]uid: 38858 topic_id: 7397 reply_id: 26199[/import]

No, there isn’t. [import]uid: 5712 topic_id: 7397 reply_id: 26242[/import]