nope really? yep how's it going d00d? ok flat out.. you? *** jearl has joined #gnuenterprise ok...ready for this wedding thing to be over with :) heh :) it can't be long now... *** jearl has quit IRC *** jearl has joined #gnuenterprise nope, not too long *** jearl has left #gnuenterprise *** dsmith has quit IRC *** johannesV has joined #gnuenterprise *** sjc has joined #gnuenterprise *** kilo has joined #gnuenterprise *** havoc has quit IRC *** kilo has quit IRC another sample: http://www.gnuenterprise.org/~johannes/sample.png (it's great to make use of the themes in forms :) hi johannesV hi SachaS johannesV any news on the list property ? no, not really, i've talked a bit with reinhard about this but we thought this would happen after the 0.1.0 release anyway i'm starting some work on 'appserver-generated forms' which means another xml-file (GNUe Layout Definitions [gld]) this file holds information about tab-order, translation, page-info and the like it get's integrated into the gnue_* classes and then a 'calculated field' called 'gnue_form' is added to 'gnue_class' class, returning a complete xml-code usable by forms if we then introduce another url-type like 'appserver://host/forms/classname' we can slightly change the forms-client to read a 'generated' forms-definition from appserver the same applys to something like 'appserver://host/reports/classname' which would give access to a generated report for that class does this go into 0.1.0 ? or also past 0.1.0 i think kilo was keen on having the list property for packages i'll start with that now, but i think it goes into 0.1 (which will happen in about two weeks, anyway) lots to do :) well, we just move on ... :) please dont forget about the list property :) no we don't, since this is a quite importaint one yeah i would think so. specially for someone who wants to write a gnue application and the .gcd file *** lekma has joined #gnuenterprise *** lekma has quit IRC *** lekma has joined #gnuenterprise *** dimas has joined #gnuenterprise *** kilo has joined #gnuenterprise morning hi kilo hi johannesV ok, i've just found out how to fix mouse-selections in gtk2 :() oh, that is great news *** lekma has quit IRC *** btami has joined #gnuenterprise johannesV: aftre you removed monospaced font support from gtk2 ui look at: http://www.gnuenterprise.org/~btami/gtk2-wx.png i think until forms has no layout based namspace only char based we need mono fonts just look at "Ember", "Becenév" labels i right aligned them next to corresponding entries it's OK in wx, but look ugly in gtk2 now... *** lekma has joined #gnuenterprise hi everybody hi lekma hi btami what is the gnue- script corresponding to gcdcvs? is it gcd2sql? yep hello all btami: do you working with .dbf files under linux? *** dimas has quit IRC *** dimas has joined #gnuenterprise btami: this is a change made by reinhard, which has fixed the size- and position of box-widgets right-alignment doesn't work in gtk2 alignment would be fixed automatically when layout-management works so i didn't put any effort into that; problem seems to be in gtk2 if a gtk.Label has a size_request () given, the positioning in it's fixed-container won't work anymore *** holycow has quit IRC i'll fix mouse-selection first and check the lables again, maybe i'll find something btami: can i have a copy of that gfd (from screen-dump); i'd like to check the coordinates dimas: no, i don't btami: would you please re-check your form after svn-update ? * btami svn up btami is very very anxious... about what ? http://www.gnuenterprise.org/~btami/ugyfel.gfd and http://www.gnuenterprise.org/~btami/ugyfel.gdb btami your .gdb link crashed firebird :( johannesV: i like to see fixedWidthFont/faceName config option support in gtk2 ui too, just for consistency silly question is someone testing python and gtk2 on windoze? SachaS: maybe http://www.gnuenterprise.org/~btami/ugyfel.gsd will be useful SachaS: yes, me it works well btami: gtk2 on windoze? yes cool. and there is gtk2 on mac as well, right? python and gtk2 on mac? don't know, but i think yes unfortunately we have no macs around here :( ok. is gtk2 on windoze realised through cygwin or native? native http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html btami: have you wrote this gsd manually or is it generated ? seems generated with designer... is gdb not working for you too? hi hi (-802, 'fetch.isc_dsql_fetch: arithmetic exception, numeric overflow, or string truncation. Cannot transliterate character between character sets. ') this error appears after login-handler but before the form appears use encoding=iso8859-2 in connections.conf and for textEncoding in gnue.conf too btami: the boxes in your gfd-file are overlapping the first one starts in row 2 and has 6 rows (-> from 2 to 7) the next box starts in row 7 and goes down to 12 and the third start in row 12 correct starting rows would be 2, 8, 14 i've made a simple gfd for checking boxes ... i'll upload in a sec ok johannesV: do you see anything that can cause problems if i call a .gcd module 'GNUE'? http://www.gnuenterprise.org/~johannes/box.gfd try this box.gfd with gtk2 and with wx :) so you'll see the difference kilo: in principle there's no problem in doing this, although i cannot see which advantages this will have (other than confusing people :) providing a commonly-useable typedef module in packages what kind of typedef ? just don't forget, my original complaint was about labels, not boxes :) btami: i've fixed that label-alignment already please svn-up and re-check ok or have i missed something? btami: using a fixed-width font won't solve that label-stuff like amount, measure, quantity... johannesV: about boxes, you find a bug in wx ui :) i wouldn't do that in gnue-module since this is somewhat reserverd for appserver why don't you introduce another module btami: yeah, i think so :) johannesV: about labels, in Char based forms only mono fonts can solve the label problem IMO why ? have you tried your form again ? yes *** reinhard has joined #gnuenterprise ah, now i see you haven't used the alignment-attribute of the label so there's the problem gotcha i would then prefer the following johannesV: so that one could use a GNUE_Amount as a property type