On Tue, 2007-29-05 at 06:30 -0400, spoody_goon > Is there a tool for converting the Glade xml that comes with Mono for windoz > into C# code or a class similar to what Stetic does for Monodevelop. > > Did I miss it? >
Glade# is platform-neutral and (of course !) works perfectly on Linux. Since both Glade and Stetic relies on XML I guess a possible conversion solution /could/ be to write an XSL transformation (XSLT) if you find one. Could be a bit long work if you want to cover everything :-/ Btw, what are the advantages of Stetic over Glade ? I have seen small demos, but I do not see what they bring : noticeable performance issues (as Stetic uses precompiled code) ? Cleaner application design ? I am used a bit with Glade but it requires some additional application design if you want to keep you application internals "tidied". Kind regards, Adrien _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
