chat.freenode.net #tryton log beginning Fri Nov 25 00:00:01 CET 2011 | ||
2011-11-25 12:20 <ndn_pit> hello | ||
2011-11-25 12:21 <nicoe> hello | ||
2011-11-25 12:22 <ndn_pit> how can I set photo field for my model? I want place it on form view | ||
2011-11-25 12:27 <udono> ndn_pit: hi, take a look in ir/attachment, there is a use case | ||
2011-11-25 12:59 <ndn_pit> udono: ir/attachment - its attachment, but I want really image field with image widget on form view | ||
2011-11-25 13:01 <bechamel> ndn_pit: line 25 of attachment.xml: ue ".... | ||
2011-11-25 13:02 <bechamel> woups | ||
2011-11-25 13:02 <cedk> ndn_pit: you can use a Binary fields | ||
2011-11-25 13:02 <udono> ndn_pit: take a deeper look to field data in attachment.py and attachment.xml | ||
2011-11-25 13:02 <bechamel> sorry the pasted text should have been: ue ".... | ||
2011-11-25 13:02 <bechamel> damn ! | ||
2011-11-25 13:03 <bechamel> <field name="data" widget="image" readonly="1"/> | ||
2011-11-25 13:06 <ndn_pit> so, I can use Binary field and image widget on form, right? | ||
2011-11-25 13:06 <bechamel> ndn_pit: yes | ||
2011-11-25 13:08 <ndn_pit> thank you, it is beautiful... | ||
2011-11-25 13:09 -!- ndn_pit(~ndn@92.47.242.249) has left #tryton | ||
2011-11-25 16:11 <pheller> cedk: I'm trying to chase down the last issue with the Mac. I'm not sure if I know enough to troubleshoot this, though. | ||
2011-11-25 16:11 <pheller> cedk: I'm not very well versed in multi-threaded pygtk dev. | ||
2011-11-25 16:12 <pheller> cedk: for some reason, the login window and others are always created under the main window | ||
2011-11-25 16:12 <pheller> cedk: until click the main window (or try to move it, or whatever), then the login dialog underneath is brought above | ||
2011-11-25 17:40 <cedk> pheller: strange | ||
2011-11-25 17:40 <cedk> pheller: don't think it is linked to thread | ||
2011-11-25 17:40 <cedk> pheller: but more about transient | ||
2011-11-25 17:49 <pheller> cedk: ok, this is weird. When you create the Mac bundle, and run the Mac bundle, this problem happens. But, when you run the binary inside the Mac bundle, it doesn't. | ||
2011-11-25 17:56 <cedk> pheller: very strange | ||
2011-11-25 17:56 <cedk> pheller: perhaps you can ask to py2app devs? | ||
2011-11-25 17:56 <pheller> cedk: yeah, I'll try that | ||
2011-11-25 17:57 <pheller> cedk: I can fix a couple of problems by putting call to main.sig_login into gobject.idle_add …. is this ok for you? | ||
2011-11-25 18:07 <cedk> pheller: depends how it looks :-) | ||
2011-11-25 18:07 <pheller> cedk: yep, ok. it looks identical from my perspective. | ||
2011-11-25 22:17 <cedk> It could interest some of you (the real geeks): https://code.google.com/p/roundup-cli/ |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!