Graphical library with a designer (second surprise)

Fixes have been made along with revisions. Documentation is also more complete. Not all components contain code examples but they will very soon. The Glide Designer also includes a Load XML option so you can paste previously created windows in to edit them. Please reply with any bugs you find so they can be fixed immediately. This weekend will be a good time to test! :smiley:

http://www.ghielectronics.com/glide/

I’ve used the popup keyboard in my project as follows below. However when I type on the keyboard the characters are not displayed just above the keyboard (as they had been previously). They did show up in my text box once I returned back from the popup keyboard. I’m not sure if this is a problem or I am just doing something wrong.


        private void txtUserID_TapEvent(object sender)
        {
            Glide.ShowKeyboard(sender);
        }

The development will continue in a new stickied thread:

http://www.tinyclr.com/forum/12/3627/

[LOCKED]