We are having a blast with this!
Are you all making an entirely bespoke UI designer?
We had Glide many years ago. It is about time we have something new!
Is this separate and apart from Avalona? Like, is this for TinyClr Only?
Yes — TinyCLR only.
It’s true WYSIWYG (What You See Is What You Get): you design the screen and see how it will look on the device, instead of adding a control, deploying to the device, going back to the code to adjust it, deploying again…
The XML is WPF-friendly (familiar if you know XAML), though cross-framework reuse isn’t the tool’s goal.
Will we be able to attach event handlers via the GUI?
If I understand your question correctly, then yes. Enter the desired function name in the Properties window. The UI designer will automatically create the event handler method (if it doesn’t already exist) and connect the event to it.
It’s similar to how WinForms works.
When do you think we can play with it ?
Hi, we are expecting a decision sometime this week.
That looks great!
Is there any chance you will add a Grid and/or DockPanel to the UI, like in desktop .NET? ![]()
How will fonts be prepared for use in the designer?
- the designer will need to manually specify the fonts to use;
- the designer will use the installed fonts. And then, as before, the converted font will need to be manually placed into the resources;
- there will be end-to-end font generation;

- some other method.
It’s just that every change in size or style is a pain. ![]()
Hi,
The UI Designer comes with the default font droid_reg10 .
If you add additional fonts, they will automatically appear in the Properties window, allowing you to select from multiple fonts, as shown in the picture below.
Adding a new font is the same as adding any other resource, just as before.




