On Wed, Jan 22, 2003 at 11:02:48AM +0100, Daniele Pizzoni wrote: > On Tue, 2003-01-21 at 17:45, Micah Dowty wrote: > > I just wrote that demo in python because I was in a hurry, it would actually > > be very easy to do the same thing in C. The program that loads the pages and > > flips between them would need rewriting in C, and you would want to precompile > > the .xwt files to .wt files using xwtcompiler.py. After that, the C binary and > > the .wt files are self-contained. > > I have to admit that the xml templating mechanism is not so clear to me. > Yes I know about the wiki pages but they made me think it was tied to > the python api... Any fast clues?
The xwt compiler is a module, part of the python client library. However, once you compile the widget template, the .wt file is self-contained and it can be used easily from any language. There are some apps that use this. A simple one written in C is 'picosm'. > > -- > Daniele Pizzoni --- Ascensit Linux Solutions > email: <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
