[00:03] Last message repeated 1 time(s). psu (~psu@manorcon.demon.co.uk) joined #gnuenterprise. http://kt.zork.net/GNUe/gnue20020727_39.html is now up some late-nite reading ;-) hi psu or, for aj, some early-eve reading ;-) ;-) hi ajmitch Action: ajmitch has read it now :) Action: psu wonders if any of KC is relevant enough to ajmitch's course that he can claim credits for reading it or cite it in an essay ;-) rofl i wish it were :) jhs_ (~jhs@cs6668105-78.austin.rr.com) left irc: Read error: 110 (Connection timed out) psu (~psu@manorcon.demon.co.uk) got netsplit. gnuebot (~eggdrop@65.101.4.211) got netsplit. Maniac (~User@h24-82-132-209.wp.shawcable.net) got netsplit. bkuhnIdle (~user@ns1.canonical.org) got netsplit. gnuebot (~eggdrop@65.101.4.211) returned to #gnuenterprise. psu (~psu@manorcon.demon.co.uk) returned to #gnuenterprise. Maniac (~User@h24-82-132-209.wp.shawcable.net) returned to #gnuenterprise. bkuhnIdle (~user@ns1.canonical.org) returned to #gnuenterprise. #gnuenterprise: mode change '+o gnuebot' by bear.openprojects.net jhs_ (~jhs@cs6668105-78.austin.rr.com) joined #gnuenterprise. klog (~fd@modemcable135.68-201-24.mtl.mc.videotron.ca) joined #gnuenterprise. Nick change: klog -> klg psu (~psu@manorcon.demon.co.uk) left irc: Read error: 113 (No route to host) klg (~fd@modemcable135.68-201-24.mtl.mc.videotron.ca) left irc: jhs_ (~jhs@cs6668105-78.austin.rr.com) left irc: Read error: 110 (Connection timed out) jhs_ (~jhs@cs6668105-78.austin.rr.com) joined #gnuenterprise. siesel (jan@dial-213-168-92-147.netcologne.de) joined #gnuenterprise. morning siesel (jan@dial-213-168-92-147.netcologne.de) left irc: "later" morning siesel! bah siesel (jan@dial-213-168-92-147.netcologne.de) joined #gnuenterprise. jhs_ (~jhs@cs6668105-78.austin.rr.com) left irc: Read error: 110 (Connection timed out) Zamolxe (zamo@millennium13.cr.terrasat.ro) joined #gnuenterprise. Zamolxe (zamo@millennium13.cr.terrasat.ro) left #gnuenterprise. btami (~btami@dial-5-28.emitel.hu) joined #gnuenterprise. hi all! hey btami hello ajmitch how are you? hi btami fine thakns/ hi siesel siesel: can you pick up attachments from DCL tickets? no :) i sended firebird/interbase xsl and an enhanced dbdriver for it Action: ajmitch looks btami: if you send me a mail, I can commit it Action: ajmitch wonders where attachments disappear to :) to siesel@gnue.org ? or mail@jan-ischebeck.de ? yes, the last one. sending... siesel: so what's the 'project' menu going to have? Action: ajmitch wonders if we shoudl have talked in here so psu could log & KC it ;) I'm not shure what the Chief Developer (Jason) is up to :) I think it will become a way to handle multiple files in one project like big IDE can do ok great siesel: gone Action: ajmitch thinks debug->run could do a schema->sql translation for schemas? :) * thx, siesel is checking source, and then commit it thanks if you think they OK, ticket #116 and #117 is outdated yeah, something like that would be great. But it should be included in a transaction which is not commited, to difference DEBUG and COMMIT alright btami: does the driver needs kinterbaseDB > 3.0 or >= 3.0 Action: ajmitch looks at the new stuff in designer to learn >3.0 , there is a 3.01RC3 out there are some "must have" errorfix in RC Action: ajmitch looks at how to build a proxy object at runtime with C# with WSDL you need to run the exported services definition thru a processor which outputs a static assembly (.dll) i want to do this at runtime & cache it :) btami: you have removed the native type to datatype conversion, is that ok? siesel: think we can sort out datatypes? will we be passing psuedo-objects around, or just exporting methods? I mean, does schema creation by introspection work? ajmitch: xmlrpc is using object handles to allow the executing of methods of remotly created objects siesel: right reminds me that i need to hack the gadfly driver up a bit Action: ajmitch hopes fsf docs come in the next few days it is based on kinterbasedb now nativetype = lower(d[SIG2api.DESCRIPTION_TYPE_CODE].__name__) the gadfly driver uses a flat file to emulate a sql database right? btami: elif nativetype in ('DATE','TIME','TIMESTAMP'): -# attrs['datatype']='date' except of that nativetype a datatype is created too siesel: no, it uses marshalling in python so it can do quite a bit of real SQL stuff jhs_ (~jhs@cs6668105-78.austin.rr.com) joined #gnuenterprise. Action: ajmitch wonders if he shoudl try & add stuff to gadfly to get it DBSIG 2.0 compliant btami: sorry, I've done you wrong, no problem with datatype etc. Action: siesel should open both eyes looking at code :) siese: you made me some headeche :) but i'm stop heavy thinking now :) headeche=headache Action: ajmitch wonders why the 'grid' layout from a designer-created form a few weeks back has the same items of data repeated constantly btami (~btami@dial-5-28.emitel.hu) left irc: "lunch-time" starts with this: sigh ok, it *used* to do that, from what i recalled now it just dumps on me [ajmitch @ ajmitch src] gfcvs invoices.gfd Gdk-ERROR **: BadWindow (invalid Window parameter) serial 3990 error_code 3 request_code 15 minor_code 0 Action: ajmitch blames a shoddy wxPython Action: ajmitch hacks navigator who wants to rewrite some of navigator? :) you? i might Action: ajmitch thinks we need a navigator plugin for designer :) ok, cool, don't have to hack navigator to load forms in current dir but have to do location="./customer.gfd", for example Action: ajmitch needs to override that boat image & test s/test/text/ btw. at the moment its not easy to embbed forms into other applications (like navigator) because forms is calling its own Mainloop :( ok Action: siesel has to do some home work so for now we can't have forms in the side pane of the default navigator? Action: ajmitch can handle that seems like i can't override that ship & text unless i hack UIwxpython.py in navigator the common code from that needs to be put in a UIbase.py file, and each UI driver should inherit from that Action: ajmitch likes how one can call the unbound method from the base class to access it's functionality :) navigator is 0.1.0 yet :) i know :) Action: ajmitch considers hacking navigator up a bit time for me to sleep tho the main problem with embedding or using forms is that if you want to share the data connection you have to call form in a new thread yup is wxPython thread-safe with gtk+? -> problems with wxpython :( Action: ajmitch has had crash issues before with that so, it shouldn't be called in a new thread, just called directly -> forms shouldn't have a mainloop :) right, so how do we rewrite forms to do that? ;) add some code in so that if it's called from the command line, it does app.mainloop(), but otherwise not? yes, something like that :) Action: siesel should do some hacking/testing eg from the wxpython demos... if __name__ == '__main__': import sys app = wxPySimpleApp() frame = TestFrame(None, sys.stdout) frame.Show(true) app.MainLoop() so one can run the small demos separately or embed them in the demo.py looks quite simple, no? ;) yep, hope that forms is doing it that simple too :) hehe grep -> GFInstance.py: ui.mainLoop() def mainLoop(self): self._wxapp.MainLoop() # simply call the wxApp's MainLoop method in forms/src/uidrivers/wx/UIdriver.py so we can put it in there & test it out :) Action: ajmitch suggests looking at the demo.py from wxPython to see how it embeds the stuff ok, Main.py :) Action: siesel has to look after child ok, i'm going to sleep now have a good day :) Action: siesel wishes ajmitch a good night :) siesel (jan@dial-213-168-92-147.netcologne.de) left irc: "later" SachaS (~Sacha@dialup-196-175.wasp.net.au) joined #gnuenterprise. SachaS (~Sacha@dialup-196-175.wasp.net.au) left irc: "Client Exiting" jhs_ (~jhs@cs6668105-78.austin.rr.com) left irc: Read error: 110 (Connection timed out) jbailey (jbailey@CPE014260028338.cpe.net.cable.rogers.com) joined #gnuenterprise. sup jbailey dneighbo (~dneighbo@cpe-24-221-112-50.az.sprintbbd.net) left irc: "Client Exiting" psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. err guys forms does not create its own MainLoop UIwxpython creates one which the other tools can easily intercept (that's what Designer does) ok, I'm away again jbailey (jbailey@CPE014260028338.cpe.net.cable.rogers.com) left irc: "Client Exiting" Grantbow (~grantbow@12-233-20-180.client.attbi.com) joined #gnuenterprise. dres__ (~dres@mail.lewismoss.org) joined #gnuenterprise. dres_ (~dres@mail.lewismoss.org) left irc: Read error: 104 (Connection reset by peer) reinhard (~rm@62.47.246.222) joined #gnuenterprise. brolly3k (~brolly3k@24.221.112.50) joined #gnuenterprise. help how do i add a user to an existing group? i cant recall syntax for the life of me btw: this is derek nevermind got right syntax, gave stupid option that was killing me brolly3k (~brolly3k@24.221.112.50) left irc: Client Quit reinhard (~rm@62.47.246.222) left irc: "Don't contradict a woman -- wait until she does herself" psu (psu@manorcon.demon.co.uk) left #gnuenterprise ("nite..."). siesel (jan@dial-195-14-250-10.netcologne.de) joined #gnuenterprise. hi! siesel (jan@dial-195-14-250-10.netcologne.de) left irc: "IBM: It's Bugging Me" rdean (~rdean@chcgil2-ar2-4-64-030-076.chcgil2.dsl-verizon.net) joined #gnuenterprise. Grantbow (~grantbow@12-233-20-180.client.attbi.com) left irc: "Download Gaim [http://gaim.sourceforge.net/]" jamest (~jamest@fh-dialup-201185.flinthills.com) joined #gnuenterprise. jcater_ (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. wassup, peeps? hi Action: ajmitch sees jcater's comment above about MainLoop :) jamest_ (~jamest@fh-dialup-201096.flinthills.com) joined #gnuenterprise. jamest (~jamest@fh-dialup-201185.flinthills.com) left irc: Read error: 113 (No route to host) rdean (~rdean@chcgil2-ar2-4-64-030-076.chcgil2.dsl-verizon.net) left irc: "Client Exiting" jamest_ (~jamest@fh-dialup-201096.flinthills.com) left #gnuenterprise. jcater_ (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home" Maniac (~User@h24-82-132-209.wp.shawcable.net) left irc: Read error: 110 (Connection timed out) jcater (~jason@cpe-024-165-223-104.midsouth.rr.com) left irc: "Client Exiting" Nick change: dres__ -> ders Nick change: ders -> dres --- Mon Jul 29 2002