I was wondering if anyone would be interested in a UI editor. Kind of like a more basic version of what visual studio has. I have been working on one due to bhagyavendras mention that there wasn't one. I thought to myself, no there's not and that would be useful. To have to spend almost no time at all creating an interface layout. Obviously you would still need to make the widgets do what you want on your own, but no time laying it out or programming the code for that layout would save time. So I started pecking away (several days after pondering it) and have a use able result finally. It's not really ready for a release but it does actually work. I can draw my ui in my app and export a .cpp file that i just make a new mosync project with. It compiles right away with no errors after adding MAUI.lib to project settings. You can view the ui on your phone immediately and it's waiting for you, the programmer, to add functionality to it all. I've attached a screen shot to show its current status. I plan to continue developing it for my own use but if people would have use for it I have no problem releasing it for everyone.
Currently has:
Edit resolution for several phone resolutions because everyone's developing for different screen sizes.
Edit Screen Orientation of backing rectangle to develop gui's for different orientations.
Supports Labels, EditBoxes,ListBoxes, Buttons almost done.
Exports ready to compile mosync code.
Saving and loading of gui's to a simple format made if you want to change it later.
Currently needs:
Add Combobox and Image widget functionality
Finish small portion of button widgets (drawing etc)
Add resize controls after they are placed
Add advanced editing of placed controls. (variable name in the exported code etc)
Undo\Redo
| Attachment | Size |
|---|---|
| Dsc01962.jpg | 55.49 KB |