A new online open-source silverlight-based XAML interface designer has been added to wiki-os.org
It can be launched from:
https://www.wiki-os.org/InterfaceDesigner/InterfaceDesigner
Some of the features include:
- Ability to create, position, resize, and delete controls
- Ability to nest controls one within the other
- Properties panel
- Events panel (ability to generate code-behind event handlers automatically)
- Integration with wiki-os to write code-behind in C# and to compile Silverlight applications online
The source code of the new XAML designer can be accessed by clicking "Edit Source Code" in the top-right corner of the development environment window, and then clicking the "InterfaceDesigner" referenced project.
Applications created with the new XAML designer can be compiled and tested by clicking the "Save All and Run" button in the toolbar, and then shared by clicking the "Share/Embed" button in the top-right corner of their window while they are running.