GlideX - Glide loader for TinyCLR UI Library

This is an early preview of GlideX, the glide xml loader for TinyCLR UI. So, the aim is to use your existing glide file and render as WPF (Current TinyCLR UI Library).

To-do:

  1. add ID property in UIElement class, so we can find the component using ID (name of component) by traversing the UI tree.
  2. Add support for Grid, Slider and PasswordBox.
  3. … ?

if you have a free time, please join and contribute : GitHub - Gravicode/GlideX: This is Glide Loader for TinyCLR UI Library. So, now you can load your existing glide xml and then render as WPF form in TinyCLR

7 Likes


today updates:

  1. you can get the control by using GetChildByName method, just like glide
  2. so, you can set the properties or assign an event to it
1 Like

Hurray, now tinyclr UI library have datagrid component, imported from glide library haha…

please watch the demo:

Hopefully you like it…

Next:
Add support for Slider Control

4 Likes

That is great. Keep them coming. Are you going to contribute your work back? We welcome a PR.

How about slider and password box support ?

how to use it?

Let me know if there is bugs, these code need to be refactored and cleaned up. So, now we can render your old glide app to the new tinyclr ui graphics.

2 Likes

add paging in combobox / dropdown to handle more items…

5 Likes