You can manange as many windows as you like with LiTE. Just look at the examples code, you see that you create a window with the function lite_new_window(). Simply create all the windows you like with this function, and then run the event loop with lite_window_event_loop(). You must pass 1 window to the event loop function, if you do not use special event functions, you can take any window you like.
Greets Niels askhao wrote: > Dear Sir: > First , thank you very much that your open source code, that let me > learn much more knowledge. > Now I am using the LiTE to do my UI in the embedded OS , In the > development , I meet some difficulty in how to manage more than one > windows , and I write my code about more windows management code, > then i want to get the answer that do you have the framework to do the > work, maybe i didnot find it. > Could you have some advice for me ? > thank you very much ! waiting for you letter! > ------------------------------------------------------------------------ > askhao > 2008-12-01 > ------------------------------------------------------------------------ > > _______________________________________________ > LiTE mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/lite > -- .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ LiTE mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/lite
