Is It possible to Create a dynamically changing GUI using Glide?

Hi all,
I’m using glide for my GUI program.
Is there a possibility that the GUI will display number of buttons that are variable?

Thanks.

@ bioengproject - Yes.

Instead of defining buttons with XML, you can instantiate them with code and add them to the Window object with the AddChild method.

Can I see an example ?

@ andre.m - Already did it, just wanted to see a short example of what he means.
Thanks.

Grab the source and check out the Loader function. As this parses the XML it creates them and you will see what is required to create them.

A problem arouse, is there a XmlWritererSettings in .netmf?