i m working on LM3S9D96 LCD screen interface, i had a form with 6 fields, 3 with textboxs(rect), and other three with a radio button, a checkbox and a listbox. Can anybody help me to create these three controls in the same form. I need code for listbox as well integrating them in same form.
Shashi,
You will find example code showing how to use the widgets in the graphics library in the StellarisWare release for the dk-lm3s9d96 board. Start with the "hello_widget" example since it's the simplest. Once you understand this and have read the Graphics Library User's Guide (C:\StellarisWare\docs\SW-GRL-UG-xxxx.pdf), take a look at the sd_card example (which uses a listbox) then qs-checkout (which is an example with a rather complex UI).