*** holycow has quit IRC *** holycow has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** btami has joined #gnuenterprise good morning morning all *** johannesV has joined #gnuenterprise *** kilo has joined #gnuenterprise guten Morgen hello btami.. :) hello kilo.. btami: i have tested navitator for win32.. when i see the code there is no embed option for win32 not like wt... can we have the option? :) hi ccfiel s/navitator/navigator s/wt/wx hi ccfiel afaik it is problematic ccfiel: you are right the win32 uidriver doesn't support embedded mode yet :( ic .. ive seen the code of the wx it envolves a panel(panel2). ccfiel: btw. i committed a possible fix for your dropdown bug, can you test it? yes i have tested..its now ok.. ok, thx also let jamest..let a commit something in navigator in win32 i found a simple bug.. yes, i'v just read yesterday log thanks for testing on win! no problems..it my pleasure.. :) btami: when i test the navigator every time you launch a form.. it will be overlap with the navigator form. my main problem with embed, that i'm using win32 api, not MFC, so it's a bit complicated to implement embed hmm, yes imho, can we not used wxWindows? :) i will try to do something with that i found a wxWindows sample its look fine with me..its has an embed..:) yes, you can use wx, or gtk2 ui too but you can't mix different uis for navigator and forms at the same time but when i used wx in windows..its has many problems.. yes the wx uidriver for forms not a better one :( why? very hard to trace bugs too many layers of abstraction ic.. win32 mfc, wx, python so wx is not a good one..:) wx is good, just hard to program it to real cross platform s/to/to be i plan to write another uidrivers for win in .net/mono, but not now :) .net mono? what is that? that new to me..:) .net OR mono :) thats cool... btami: have you used gnue in a production mode ? not yet are you planning one? yes ic..im planning also..in windows platform want to reimplement our payroll/tax app in gnue me i want to make a account payable module.. ic.. i hope it could be done..:) im now studying python..:) sure so that i could help more in gnue.. *** sjc has joined #gnuenterprise or contribute..:) kilo is working on it for me just to make a proof of concept before start a biigger project like payroll heh, that is almost working... :) thats cool.. i need a decent report for that... what i think is lacking for now imho, is browsing..:) in gnue you mean a grid ? yes a grid..but used sa browsing.. as a data bound widget i think gnue lacks a standard button, text='$' and if you press it, it would spit out a 100$ note from the floppy drive... like you put a edit box with a button in tthe right.. ccfiel: could you plz show us an example image of it? ok..i will make it..:) for a while.. thx you mean not a multi column grid, but just broese that 1 field ? browse btami, kilo i made a screen shot ..for the example.can i have your emails..:) my nick at freemail.hu btami..sent.. i will look at it on btami's display got it imho, its nice if would could add a tag for XML browseDataSource. :) we have something similar, you can use rows=xxx for fields or blocks to simulate a grid as you can see in states.gfd but this is not a real grid, koz you have to predefine the fields of the "grid" btw. ther is a scrollbar widget too in gnue, just not used on states.gfd so you mean i have to define a event.. for the the event button and show another form..:) for the grid? : :) who likes to have a google email? :) i have to 5 invites..:) yes, you can use this workaround imo ic..thats cool.. you can embed a dialog in your .gfd look into gauntlet.gfd in gnue-samples dir how can i? ok..il try to look at it.. but i agree it would be better to have a real grid and a browseDataSource tag with a magic online grid :) yes... it would be best..imho.. :) a scrollbar samle: http://www.gnuenterprise.org/~btami/scrollbar.gfd ok..ill try to look at it.. :D btami: can i see the sample you made with kilo? :) kilo made it, ask him :) ok..kilo..:) can i test it? :) emmm. no 8-)) :) i will publish i asap ok.. thanks..:) i hereby swear that *** jproby has joined #gnuenterprise :) bbl... *** ccfiel has quit IRC *** holycow has quit IRC *** jproby_ has joined #gnuenterprise *** jproby has quit IRC reinhard: do you know if it is possible to access another block's datasource from a block's trigger? i have no idea i am lost *** jproby_ has quit IRC *** lekma has joined #gnuenterprise hello hi lekma hi kilo bbl *** btami has quit IRC anybody out there i would like to add dynamic filtering of a block in a form, but i dont get it how it should be done l8r all *** reinhard has quit IRC *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** jamest has joined #gnuenterprise *** kilo has quit IRC *** jamest has quit IRC *** SachaS has joined #gnuenterprise *** jamest has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** wayneg has joined #gnuenterprise jamest, you there ? after svn up i get this message on commit: Traceback (most recent call last): File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/forms/uidrivers/gtk2/MenuBar.py", line 121, in _menuHandler self.driver.dispatchEvent (event, _form = self.form) File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/common/events/EventController.py", line 111, in dispatchEvent handler(event) File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/forms/GFInstance.py", line 1173, in executeCommit message = event._form.commit () File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/forms/GFForm.py", line 569, in commit block.processCommit () File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/forms/GFObjects/GFBlock.py", line 526, in processCommit self._resultSet.post() File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/common/datasources/drivers/Base/ResultSet.py", line 317, in post self._postingRecord.post(recordPosition) File "/home/johannes/prj/gnue/.cvsdevelbase/gnue/common/datasources/drivers/Base/RecordSet.py", line 266, in post self._postChanges(recordNumber) TypeError: _postChanges() takes exactly 1 argument (2 given) where is derek gone? *** johannesV has quit IRC *** cilkay has joined #gnuenterprise *** SachaS has quit IRC *** johannesV_ has quit IRC *** johannesV has joined #gnuenterprise argh johannesV: give me a sec to svn up here i must have missed a file last night or something jamest, no problem johannesV: um it's working here w/o issue jamest, hmm that's strange ... what's your backend? well, maybe i've to change the appserver-db-driver as well i'm trying to find where to look in appserver as the appserver.appserver.recordSet didn't have a post so I didn't think it'd impact all this change I commited does is pass the current record position in a resultset to the recordset it's telling to post so if the recordset encounters an error it adds that record # to the thrown exception text so you know which record actually caused the error yeah, i saw that in the commit-mail jamest, you call _postChanges in Base/RecordSet line 352 with a record number but the function's signature is: def _postChanges (self): ? so maybe this get's overriden if one uses postgres-driver for example or at least a dbsig2-one but appserver extends base driver directly right, dbsig2 overrides the _postChanges function my RecordSet isn't that big as line 352 is last line in file hmmmm oh, i've looked in Base/RecordSet.py that's wierd oh, sorry it's line 266 why is it _PostChanges in Base/RecordSet but _postChanges elsewhere sigh ignore me that function should reference recordNumber as well right :) i did change that in DBsig and left Base along alone you can smack me now if you guys don't have an objection to that change could you fix Base/RecordSet? ok, i'll change base/recordset then but thanks for lookin at it ... :) sorry for the breakage jamest, no problem *** wt has quit IRC *** jcater has joined #gnuenterprise *** dimas has quit IRC *** johannesV has quit IRC *** wt has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** kilo has joined #gnuenterprise hi kilo how are you? hi. tired. dropped 80 kgs on my chest... and you? where are you atm? jamest: i would like to add dynamic filtering of a block in a form, but i dont get it how it should be done any thought? *** wendall911 has joined #gnuenterprise *** SachaS has quit IRC *** kilo has quit IRC kilo: i'll need more info *** jamest has quit IRC *** holycow has joined #gnuenterprise *** lekma has quit IRC *** MiXi^ has joined #gnuenterprise *** holycow has quit IRC *** wt has quit IRC *** mixi has quit IRC *** sjc has quit IRC *** jamest has joined #gnuenterprise *** holycow has joined #gnuenterprise *** jamest has quit IRC *** mdean has joined #gnuenterprise *** jcater has quit IRC *** wendall911 has quit IRC *** wendall911 has joined #gnuenterprise *** wendall911 has quit IRC *** holycow has quit IRC *** wendall911 has joined #gnuenterprise