On Mon, Feb 9, 2009 at 2:37 PM, George <[email protected]> wrote: >>> The objectlist is a kiwi widget, but is not a proxy-widget. So, you can't >>> attach a model to it. If you don't have any proxy-widgets, I suggest you to >>> use GladeDelate class instead of ProxyDelegate and populate the objectlist >>> manually. >> >> Yeah I realized that some minutes after I sent the email message :) It >> is working correctly now and I am so much in love with Kiwi + Elixir. >> > > Sounds good :) > >> A little question: can I put combo boxes inside an objectlist cell? >> > > If the data type is kiwi.python.enum, the attribute will appear in a combo > box. Let me suggest you this link[1] that might be usefull.
But if I want to show a simple list of numbers from 1 to 5, the enum type is not going to help (it is converted to a string, right?). Also, I want to display and 'print' reports inside my app, aside from Geraldo report engine and reportlab I dont have a lot of experience with this kind of stuff. Like, what can I use to show a 'print preview' inside the app (or at least show a nice formated report before printing or exporting to PDF?). I was looking at stoq's code and seems like it uses reportlab to print, but does it show it anywhere? -- José de Paula Eufrásio Júnior (coredump) MCSO, GRC Professional http://core.eti.br _______________________________________________ Kiwi mailing list [email protected] http://www.async.com.br/mailman/listinfo/kiwi
