[00:05] Last message repeated 1 time(s). guess no one helped poor jerry? 24.221.112.50 oops nope missed him designer now has decent mouse support for layout alteration at least it works for me we need to get 0.1.1 out the door anyway I need sleep l8r jamest (jamest@fh-dialup-201030.flinthills.com) left irc: "[x]chat" jcater (jason@24.92.70.201) left irc: "sleepytime" Action: derek is away: zZZZ fitzix (fitzix@30.128.252.64.snet.net) left irc: "Client Exiting" Yurik (~yrashk@gw.telcos.net.ua) left #gnuenterprise. War[Clone] (~myPhpBot@APh-Aug-101-1-3-51.abo.wanadoo.fr) joined #gnuenterprise. War[Clone] (~myPhpBot@APh-Aug-101-1-3-51.abo.wanadoo.fr) left #gnuenterprise. ajmitch__ (~me@p7-max6.dun.ihug.co.nz) joined #gnuenterprise. ra3vat (ds@195.239.204.226) joined #gnuenterprise. ajmitch (me@p19-max4.dun.ihug.co.nz) left irc: Killed (NickServ (Ghost: ajmitch__!~me@p7-max6.dun.ihug.co.nz)) Nick change: ajmitch__ -> ajmitch Jii (~jajvirta@spy.hole.fi) joined #gnuenterprise. Jii (~jajvirta@spy.hole.fi) left #gnuenterprise ("agh buggy software"). War[Clone] (~myPhpBot@APh-Aug-101-1-3-51.abo.wanadoo.fr) joined #gnuenterprise. War[Clone] (~myPhpBot@APh-Aug-101-1-3-51.abo.wanadoo.fr) left #gnuenterprise. Jii (~jajvirta@spy.hole.fi) joined #gnuenterprise. War[Clone] (~myPhpBot@APh-Aug-101-1-3-51.abo.wanadoo.fr) joined #gnuenterprise. War[Clone] (~myPhpBot@APh-Aug-101-1-3-51.abo.wanadoo.fr) left #gnuenterprise. Jii (~jajvirta@spy.hole.fi) left #gnuenterprise ("something else"). FunkyTrix (~Fun@62.211.176.137) joined #gnuenterprise. alexey (alex@ns.techkran.vladimir.ru) left #gnuenterprise. alexey (alex@195.151.214.33) joined #gnuenterprise. baux (~baux@scambio2.zucchetti.com) joined #gnuenterprise. hi all! hey! I've a question... there's anyonce who could help me? hello baux s/anyonce/anyone I'd like to implement a python methos which retrive all fields in a table and return them. Then write a client which use this method and print out results are there some similar examples? baux: you using geas? ra3vat: yes! ra3vat: could you help me? it was months ago when I played with geas ra3vat: so you don't remember how do this? more productive would be to wait for reihard hey ajmitch: could you help me? baux: umm, nope, i've not played with GEAS much at all oki Action: ra3vat is updating gnue from cvs chillywilly (~danielb@d96.as15.nwbl0.wi.voyager.net) joined #gnuenterprise. reinhard (~rm@N809P002.adsl.highway.telekom.at) joined #gnuenterprise. hi reinhard reinhard: baux have a question o ok i am here now hey reinhard Action: dsmith hands reinhard a cup of coffee alexey (alex@195.151.214.33) left irc: "[x]chat" Hi reinhard hi baux you have a question? I'd like to implement a python methos which retrive all fields in a table and return them. Then write a client which use this method and print out results how can I do? are here some similar examples? baux: retrieve all fields means a) retrieve the field names b) retrieve all data for all fields and all rows? b you know the field names? if yes you can look at examples/python/addrbook.py reinhard: this is a serverside method? it has a possibility to list all people no i don't see how you would do this with a serverside method actually you don't need a method at all here at least this is my understanding you only need a client that requests and reads and outputs the data reinhard: this was only an example... reinhard: my final idea is to have all insert and cheks methos serverside and call them from remote client checks method i understand insert method i don't understand because for insert you need to provide the data however serverside methods are IMPORTANT and even more they are UNFINISHED :-( we had someone starting to look at it but he left again too quick oki, thank you, I think this is a good thing, delegate insert to client chillywilly (danielb@d96.as15.nwbl0.wi.voyager.net) left irc: Remote closed the connection chillywilly_ (~danielb@d96.as15.nwbl0.wi.voyager.net) joined #gnuenterprise. Nick change: chillywilly_ -> chillywilly FunkyTrix (Fun@62.211.176.137) left irc: "Client Exiting" chillywilly (danielb@d96.as15.nwbl0.wi.voyager.net) left irc: ToyMan (~stuq@c5300-2-ip76.albany.thebiz.net) joined #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. hey jamest hey jamest dsmith (dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) left irc: Read error: 110 (Connection timed out) hey dsmith (~dsmith@208.40.56.34) joined #gnuenterprise. joebullhead (joe@68.53.168.33) left irc: "Client Exiting" roby (~jrobiez@APh-Aug-102-1-1-205.abo.wanadoo.fr) joined #gnuenterprise. hello hi simple (newbie?) question, i am testing the windows version of gfclient against a simple sqlserver database, the query generated is "select something form atable where (0=1)" so i dont have any result, where is the pb ? do i have to set an option in the datasource or the database to avoid the insertion of ((1=0)) in the where clause jamest (jamest@hobbes.math.ksu.edu) left irc: Remote closed the connection i don't have the source here so i am not able to actually look how the query is constructed by gfclient not sure, you'll have to hope jamest comes back :) (or jcater) jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. wb jamest thanks jamest: able to help roby? :) i can't :) what's the problem? jamest: simple (newbie?) question, i am testing the windows version of gfclient against a simple sqlserver database, the query generated is "select something form atable where ((1=0))" so i dont have any result, where is the pb ? ah no problem well jamest : as i said a few minutes ago : i don't have the source here so i am not able to actually look how the query is constructed by gfclient i take it this happens at startup correct? jamest : correct I'm sorry but my client locked up hard so I didn't see the previous info what happens in the system is that when we need an empty record we run a query like the one above and it returns a blank resultSet i don't recall why we did it this way so if it's giving you problems we can readdress the issue however that query looks like normal operatoin the form on startup typically doesn't pull the data from the table until you request a query instead it creates a single empty new record (via that query) to get it to pull your data you have to entry query mode then execute the query (or add prequery="" to the tag in the gfd file) query mode works like this jamest : ok i thought it queried at startup, it works perfect thx cool you need me to describe query mode any? jamest : btw: what are the different "modes" available ? also - I seriously recommend using forms 0.1.1 over 0.1.0 which is bundled for release just not released yet :( www.gnuenterprise.org/~jamest/pre-release modes in forms are normal and query query mode works like this (i'll describe keyboard usage not menu ) roby: i second, third and fourth jamest's recommendation ESPECIALLY if you plan on using designer forms and common 0.1.0 to 0.1.1 are minor cleanups but designer 0.1.0 to 0.1.1 is almost an entirely new product :) and cvs designer vs designer 0.1.1 is a newer new product anyway press f8 to entery query mode jamest: There is only a .deb for Forms? then fill in fields using sql92 wildcards dsmith: my understanding is baux made debs for gnue-common, gnue-forms, gnue-designer in unstable so if i have a name field and I wanted to search for all names begining w/ J I'd put in J% but reports have been that they dont work jamest: is this in the user guide for forms? fill as many or as few fields as you like derek: yes Action: derek knows we need a user guide w/ screen shots then press f9 derek: I started a users guide derek: They are 0.1.0 debs. jamest: if its documented we should probably point him there as well dsmith: yes, baux is here though :) Would you guys be interested in texinfo manuals? so we can tie him down and ask him about 0.1.1 debs and getting sources for deb packages dsmith: no please well let me rephrase that no one knows about the 0.1.1 so we can't blame him for not making them :) argh if we dont have a manual already and you are offerring to do documentation i need to run the quick, quick ref then please feel free to do in what you like :) and send to us f8 once : entry query mode f8 again while in query mode : recall last query settings however we prefer docbook or lyx(tex) alexey (~alexey@195.151.214.34) joined #gnuenterprise. i must go as well bye bye f8 yet again while in query mode : cancel query, return to normal f9 : execute query Action: derek is away: work i have my assistants masters defense to attend jcater (~jason@65.105.10.202) joined #gnuenterprise. but I'll be back a bit later this morning good timing jcater roby - jcater can help you as well Action: jamest is away: I'm busy ok thx for the tips hey jcater i am going to play with gfclient and come back later with more questions ;-) bye jcater (jason@65.105.10.202) left irc: "Client Exiting" jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. morning all morning jcater, i have a question about gfclient, when i query data i have the good result number but the field (the only field of my test form) stays blank ? eek this from cvs? no 0.1.0 windows binary ok what database are you running against? sqlserver actually, did you discuss this w/jamest? I can read the backlogs if so and not duplicate questions :) no he just explain to me the query mode ! ok when i add "rows" option to the datasource i randomly have one row with the data in it hang on... I'm having to help some ppl here at work no prob Action: ra3vat is away: I'm busy Action: ra3vat is back (gone 00:15:31) FunkyTrix (~Fun@62.211.176.225) joined #gnuenterprise. joebullhead (~joe@h-64-105-244-252.ATLNGAHP.covad.net) joined #gnuenterprise. ToyMan (stuq@c5300-2-ip76.albany.thebiz.net) left irc: "Client Exiting" alexey (alexey@195.151.214.34) left irc: "Client Exiting" roby (jrobiez@APh-Aug-102-1-1-205.abo.wanadoo.fr) left irc: ToyMan (~stuq@c5300-2-ip76.albany.thebiz.net) joined #gnuenterprise. FunkyTrix (Fun@62.211.176.225) left irc: "Client Exiting" madlocke (madlocke@pD9E0A28A.dip.t-dialin.net) joined #gnuenterprise. hi ToyMan (stuq@c5300-2-ip76.albany.thebiz.net) left irc: "Client Exiting" ToyMan (~stuq@c5300-2-ip76.albany.thebiz.net) joined #gnuenterprise. ToyMan (stuq@c5300-2-ip76.albany.thebiz.net) left irc: Client Quit ToyMan (~stuq@c5300-2-ip76.albany.thebiz.net) joined #gnuenterprise. ToyMan (stuq@c5300-2-ip76.albany.thebiz.net) left irc: Client Quit ToyMan (~stuq@c5300-2-ip76.albany.thebiz.net) joined #gnuenterprise. dneighbo (~dneighbo@tech-200078.flinthills.com) joined #gnuenterprise. ToyMan (stuq@c5300-2-ip76.albany.thebiz.net) left irc: "Client Exiting" ToyMan (~stuq@c5300-2-ip76.albany.thebiz.net) joined #gnuenterprise. ivan (~ivan@hlebokom.dp.ua) joined #gnuenterprise. hi hi ivan i try to compile geas derek: (re: laurie are you here) ivan: ok, from cvs or else where from cvs and get an error ivan: tell me the error please it wants -lpython2.2 i am just going to leave i don't know where is it you have python 2.2 installed? yes from sources find / -name "libpython*" ivan: fwiw: geas is not production ready so unless you are looking to 'develop' on geas however i will be back in an hour or so you might want to look into running 2 tier for now Nick change: reinhard -> rm-away i.e. w/o application server thats clear ok just didnt want you to struggle with a GEAS install but it interesting then be like hey you mean I can not use this with forms or reports etc... if you wish to help it along GREAT i certainly do NOT want to discourage that :) i don't want to try just gui building it's easy ;) but aproach to oo binding to sql - thats cool thing so geas droped down now ? you just build one more delphi ? ivan (ivan@hlebokom.dp.ua) left irc: Remote closed the connection geas droped down now? I don't understand the question joebullhead (joe@h-64-105-244-252.ATLNGAHP.covad.net) left irc: "I'm too lame to make a quit message" kdog (~keith@novainstruments.com) joined #gnuenterprise. Derek, waz up? (this is "keith" from yesterday) Nick change: rm-away -> reinhard Which Postgresql-python package is recommended for a Red Hat system? baux (baux@scambio2.zucchetti.com) left irc: Remote closed the connection jamest ? kdog: i have only used pygresql on red hat but i didnt like it i like pyscopg a lot but have not used on redhat I'll see if I can find an RPM of it as far as forms is concerned it does well with both as well as bummer that ivan ran off :( for log we have to meet customer demands an OO SQL adapter is a good thing s/we/some of us/ and we arent STOPPING GEAS development No such luck :-( i have yet to hear anyone here say there is no use for GEAS or that its not wanted BTW, my home machine is busy downloading the three Debian Potato CDs 8-) simply that we dont have the resources 'today' to put full focus on it anyhow.... kdog: um let me look fo ryou jamest/jcater what is that package you guys like? psycopg hmmm thats the one i liked i thought you and jamest liked there's also pypgsql another one yeah thats it but I'm liking psycopg these days Action: dneighbo hugs his psycopg although both are better than pygresql s/both are/anything is/ No RPMs for either on rpmfind. I guess I'll have to go the source route. jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Remote closed the connection jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. woooohoooo!!!! designer is primetime linux software now we can bring down X bling if ivan returns while i am not looking please tell him geas is not dead at all it just has been on a very long holiday duff (~bdusauso@adsl-39157.turboline.skynet.be) joined #gnuenterprise. but we already await it's return ;) duff (bdusauso@adsl-39157.turboline.skynet.be) left irc: "Client Exiting" It figures, I'll have to install some dev packages to compile the source. Should I install gcc-2.96 or gcc3-3.0.1? Recommendations? yikes what do you need gcc for? Action: dneighbo generally avoids things requiring new versions of gcc or do you not have any gcc? I need a cc to compile psycog No, I had a different usage in mind when I built this machine and didn't choose the "Development" packages. ah ok I'm going with the older 2.96 wright:/home/dneighbo/downloads/gnue# dpkg --list |grep gcc ii gcc 2.95.4-9 The GNU C compiler. ii gcc-2.95 2.95.4-1 The GNU C compiler. wright:/home/dneighbo/downloads/gnue# seem to do well here so 2.96 is probably decent choice jcater are you here? or is your X still bleeding? btw: jamest had similar fun bug in forms before :) bug = feature as it only affected you um yeah thats what i said fun bug == undocumented feature Q: How do I shutdown X? ajmitch: gfcvs er A: no ajmitch kdog: im concerned about the mysql driver i REALLY want to see if it works Anything I can do about that? you still cant paste the error right? Action: dneighbo is thinking perhaps you can do I could fire up an IRC client on that machine and then do the cut and paste dance for feedback that would work or you can debug to a file instead of screen and email or upload the file Or, open up my X service and let you run a few windows :-P gfclient -d 10 --debug-file mylog.log somegfd.gfd well i cant im behind the evil firewall so you would have to turn on portforwarding and a bunch of other uglies :) I don't want to fiddle with my firewall either :-) Don't forget I'm the BOFH. My lusers don't need bandwidth ]:-) lol bad luser, no bandwidth! Can you say "throttle", I thought you could. ....what was that username again.... zwiskle (~zwiskle@194-183-130-080.TELE.NET) joined #gnuenterprise. hi all One of the best little tricks of the BOFH is renaming that big core file to ~/.plan go ahead, finger me :-) hi i've a question. on debain potato there are just 1.5 python packages... Uhoh, hit a speedbump compiling. psycopg is complaining about needing the mx headers. yes? kdog: yes, almost all python db drivers require them :( hm. for gnuE 2.1 is suggested, right ? ra3vat (ds@195.239.204.226) left irc: "Client Exiting" What's the package name. I found and installed the mx rpm but that doesn't cut it. zwiskle: any 2.x should work kdog: on redhat? jamest: yes kdog: thats cause python has head up ass and doesnt provide good date time you will have to get the mxdatetime stuff :( dneighbo: you know the RH packages? i don't nope you have to look at egenix site (or whatever it is) they DO make them though (or they did for 1.5.2) madlocke (madlocke@pD9E0A28A.dip.t-dialin.net) left irc: "Client Exiting" It would take a couple of hours but I could do a net install of debian on the box :-) http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE * egenix-mx-base-2.0.3-py2.1_1.src.rpm (Source RPM, src, Python 2.1.x) and debian is quite cool. ( at least if you have fat internet-access ) not and er * egenix-mx-base-2.0.3-py2.1_1.i386.rpm (Binary RPM, i386, Python 2.1.x) i found also no wxWindows 2.x for debian. just 1.x stuff. zwiskle: yeah, we targeted the woody release figured it'd be out soon same with the python 2.x support i went to egenix and installed that RPM and no dice. configure still complains of no mx headers :( packaging is so nice, sometimes is there a -dev rpm? Action: jamest hates redhat RPMs The RPM installed slick as snot, it's the compiling from source that is the problem jamest: I'm curious, why do you hate RPMs? jamest: is it the design of the RPMs themselves or the way the dependencies are dealt with by the "rpm" command a few reasons 1) the odd splitting of packages that occur sometimes (this happens in .debs too) 2) the hideous method of upgrading - go to site, download rpms, install rpms for a single machine it isn't bad but with a department full of them it was a maintenance nightmare anyway any package system has something about it that sucks for me apt sucks less (it still sucks in some respects :) hmm. 2 is a bummer. although there is the rpmfind tool which will do all three steps at once. maintenance nightmare? couldn't you just keep a directory of the latest packages on a local server and then have each station update to that? joebullhead (~joe@pcp615623pcs.dksnco01.tn.comcast.net) joined #gnuenterprise. you could i think you will if you have to maintain a lot of boxes ;-) but it's not IMHO as friendly as apt-get to update a running RH box from say 5 to 6 i had to down the machine, get the cd, do the install ..so I use debin. with apt i edit my sources.list file to point to the new version and do apt-get update true, true apt-get dist-upgrade and I'm done like I said it's each their own I'm not an distro fanatic if rpm/redhat becomes easier for my needs my home machine just got done d/l'ing potato. I'm going to try it on my laptop. then I'll switch back if openbsd becomes easier I'll use it and if windows becomes.. hahaha now lets not fantisize I've done the same with gnome and kde i'll use whatever makes my job easiest and that flips over time read the mail yesterday about 'searching consultings to implement GNUe' ? yesterday? (on the mailinglist.) or was it the day before ? I'm not finding it in any of my accounts so I guess the answer is no i didn't argh! [...]I am toying with the idea of offering GNUe to my i found the mail what do youthink ? that mail was from you? /me ? no. what do I think of someone doing this? i think it's doable I'm thinking that most of us here are willing to answer questions w/o money waved in front of us but i think some people in here might jump at the chance to make $$ on the side but I'm not really sure what you are asking me about so I don't know if I'm answering your question btw - the money comment wasn't mean as an insult Action: jamest reread what he typed and it sounded mean i was just saying that for some of us it isn't about the $$$ is gnue now so good that you can give it to a company and sleep good at night ? depends some of us prefer donuts to be waved in front of them if you wave a doughnut watch your fingers R0bbie (rob@3dyn48.cas.casema.net) joined #gnuenterprise. ;-) I will say that I've commited to a Feb 15th rollout of a new system using only GNUe Forms this is a pull the plug kind of setup on the old system and I sleep ok at night however we're still in a state of flux so what works today on forms may not work 6 months from now if we're talking about the app server i've writen an application for a small company. a small 'ERP'. then I'd say no but there were many nights I was sleeping bad. it's got lots of changes planned and the primary coder's are busy with "real life" so it's on back burner for a bit lol i've lost sleep over gnue but most of it's due to the fact I forget the time or can't stop thinking about a problem I had a bad dream the other night I had to reinstall Oracle Action: jcater shivers haha lol lol? I was serious what about 'xforms' ? what about it? Action: jcater has never had a nightmare about it Action: jamest pictures jcaters dream.....jcater sitting there with KK all around him typing 'rm -rf /usr/local/oracle; cd mysql; make install' xforms? i was talking with my brother about gnue... he's somthing like an xml-guru. ( maybe ) and he likes xforms I'm blanking on what xforms is? Action: jamest thought it was a X widget library the non-free xforms widget set or the w3c xforms spec? fwiw: if it's the latter, we have a faq on that: http://www.gnu.org/projects/gnue/faq.html#GNUe-FAQ-2.20 non.free ? anyway. Greibach (lRcap69@CZ1-RAS-3-u-0122.du.onolab.com) joined #gnuenterprise. xforms is non free widget set for X lyx uses it hello hi i was tanking about the w3c stuff. ah hey quick question over the last few days there have been a ton of new people in here are you guys reading about us somewhere :-) or is it just random chance? is the first time i enter here Greibach: yeah, we've had a lot of first timers i found you by random. ( /me is also ist time in this IRC ) Greibach: how did you find out about us? Just out of curiosity? no funny thing is that we made a new release up last week think of this as a "marketing survey" :) and never released it i work for a company which makes ERPs yet more new people are around than after a release and i see the www.gnue.org homepage we seem to do better we we do not release new code :) must not scare them away as bad who are you, jamest? Um you are one of the GNUe Developers? dsmith (dsmith@208.40.56.34) left irc: "later.." jbailey (~jbailey@HSE-Toronto-ppp319009.sympatico.ca) joined #gnuenterprise. 4[12jamest4] 1? griebach: one of the (2 or 3)_big_ copmanys ? 4[12zwiskle4] 1: i dont understand you, what's a copmanys? I'm the old man this is a typo. i mean company's The last of the original members that formed GNUe mainly I stand arround complaining about how things were better in the good old days and wonder how these young ones can code so fast :) how many coders are developing GNUe? depends bad answer I know 2 people were working on the app server they are both busy now a few of us work on the python stuff we get patches from lots of people app server is a nice idea but it's pretty sporatic but i dont like screenshots i see for instance one of our main app server coders we have screenshots of the app server? is busy with work from the euro transition Greibach: the screenshots are just samples to show we work some people misread them are real parts of the final ERP well screenshots about forms they are definately not that can you tell us what you don't like? jbailey (jbailey@HSE-Toronto-ppp319009.sympatico.ca) left irc: "Client Exiting" im going to have a shower and later tell you later, ok? ok, I won't be around though (I'm downloading all i can to see the app) have to go out of town after work in about 1 hour we do need better screen shots how do you plan to do the navigation between the different screens later ? GNUe Navigator right now it's a pretty basic, extremely limited app but unless the tiger pits lined with doughnuts trap more coders we're kinda short handed I _think_ navigator is where we'll implement roll based access control no screenshoot. no it's brand new all the screenshots are outdated something like sap start-menü ? jbailey (~jbailey@HSE-Toronto-ppp318237.sympatico.ca) joined #gnuenterprise. ups, ther's a 'ü' inside.. menu ummmmm i have not seen that i tend to think of it like Oracles old SQL*Menu only w/ better features :) help.sap.com; there are also some screenshoots. jbailey (~jbailey@HSE-Toronto-ppp318237.sympatico.ca) left #gnuenterprise ("Client Exiting"). seems to be slow today. http://help.sap.com/saphelp_46c/helpdata/en/49/2dfe88088b11d396a9006094b9867b/content.htm . zwiskle: hi zwiskle: you saw my message? hi dissapeard. verschwunden oh i guess you are klemens zwischenbrugger? si ah auch vorarlberger :-) kdog (keith@novainstruments.com) left irc: Read error: 104 (Connection reset by peer) what the heck.. i know you from the lugv mailing list lugv ? yes haha and even more if your brother is stefan zwischenbrugger? world wide dorf jo. hehe cool do you join on thursday probably 99% you were not at the lugv meeting in december? in dornbirn ? johanniterhof feldkirch yep you was sitting in the corner ? yes the long haired thats not long. ok lustenau ? yes exactly where were you sitting? also long haired. http://www.linuxday.at/modules.php?set_albumName=album09&id=aaj&op=modload&name=gallery&file=index&include=view_photo.php the second from right (standing, starring at the screen ;-) ok seems like i don't remember you ;) found anyway. ah wait you were the one with the book about linus? and python. aaaaaaaaaaah anyway good project here :) yep. but havent installed. ( still using potato ) however i gotta get me some sleep now zwiskle: hope to meet you again both here and in real life :) night all reinhard (rm@N809P002.adsl.highway.telekom.at) left irc: "Optimist: the glass is half full. Pessimist: the glass is half empty. Engineer: the glass is double as big as it would have 4[12jamest4] 1? seems to be away... ops 4[12zwiskle4] 1: do you know if GNUe works in Win32? ouch... those colors hurt my eyes Greibach: yes, the client tools do GEAS currently does not what can i see in Win32? should be the same. yes (ok, on unis wxWindwos uses GTK, on win ??? ) well, wx uses the Win32 controls GNUe Forms 0.1.0 ? the builtin widget set of Windows Greibach: yes we have precompiled executables for Windows on our website only that? or i have to install some other files? if you grab the GNUe-Forms-0.1.0.exe file, that's all you need if you grab source, you will need wxWindows, wxPython, Python, PyXML, mxBase, and whatever database client you need ok, thanks .exe file is enough for now chillywilly (~danielb@d164.as4.nwbl0.wi.voyager.net) joined #gnuenterprise. um try the one in www.gnuenterprise.org/~jamest/pre-release where did kdog go? as they are the created but never released 0.1.1 packages Action: dneighbo wonders if he got things installed or not (re: mx packaging) we need to hurry on that release, designer is almost up for a 0.1.2 release :) we'll lap ourselves jamest: or, 0.9.9 release :) j/k I need to run get my kid... bbl jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left #gnuenterprise ("Client Exiting"). sleep $very_long; zwiskle (~zwiskle@194-183-130-080.TELE.NET) left #gnuenterprise ("night"). drochaid (user34@pc1-kirk2-0-cust128.ren.cable.ntl.com) joined #gnuenterprise. 4[12jamest4] 1: which language is GNUe developed in? python and C i need to run home be back in about 5 to 10 minutes thanks jamest (~jamest@hobbes.math.ksu.edu) left #gnuenterprise. how busy does it get in here? and are unknown idlers welcomed? chillywilly_ (~danielb@d123.as10.nwbl0.wi.voyager.net) joined #gnuenterprise. jcater (~jason@24.92.70.201) joined #gnuenterprise. depends 5 - 25 people normally idle is fully welcome chillywilly (danielb@d164.as4.nwbl0.wi.voyager.net) left irc: Killed (NickServ (Ghost: chillywilly_!~danielb@d123.as10.nwbl0.wi.voyager.net)) Nick change: chillywilly_ -> chillywilly ta dneighbo jamest (~jamest@fh-dialup-201030.flinthills.com) joined #gnuenterprise. ack er back wow did you miss us? I've just started looking at the project a couple of hours ago, so I'm still working through the faq, screenshots and docs etc kdog (~keith@novainstruments.com) joined #gnuenterprise. I was wondering where the design method sits between "thrash it out and see" and a more formal method? you bet (that was to jcater) well drochaid: the erp tools are nothing but design at this point drochaid: we hacve found that when you are not in same office erp tools = erp packages its a happy medium discuss things formally for a bit the tools such as forms, reports, designer, etc, etc then thrash out what was discussed see what worked what didnt and recycle for OFFICIAL packages it will be much more 'formal' for tools and unofficial packages less formal i.e. we believe in DESIGN but we also believe there is concept of OVER design cool look at sourceforge for example of thousands of projects that have no code and nothing working cause they are still 'designing' yep, and plenty a product with no obvious design behind it :) as I said, I'm still browseing around just now ... is there a helpdesk module being designed/planned for the future? generally we try to be honest if something is a quick hack w/ minimal design we say so :) heh geas? ;P ex: i checked x in cause i had to have something for work TODAY, use it if you like, but its VERY raw and yes we have help desk stuff http://dcl.sourceforge.net k is being converted to gnue archicture and enhanced in many areas why does mdean call it the GNU Public License? first chillywillycomplains peole use something other than the G GPL I'll check out double choco latte properly later now he complains that when they use it they have typos not a typo it is the GNU GPL not GNU PL ;P General Public License dneighbo (dneighbo@tech-200078.flinthills.com) left irc: "Client Exiting" GNU General Public License to be even more precise bah chillywilly: were you potty trained at gunpoint? plz just stating that clling it the GNU PL is wrong err, or is it gnu-point? clling? >:) :P again, I wasn't bitchig about typos now was I? Action: drochaid refrains drochaid: lol you gotta just ignore this stuff in here :) heh eh? the constant giving of the shit to each other suuure, that what you meant wasn't it ;) Action: chillywilly holds jcater at gnu point btw oh, yeah... what the heck does Action: jcater shoves an EULA in front of chillywilly "I choose you" mean wrt jcater.ogg EULA?? Action: chillywilly sets it on fire Action: chillywilly urinates on it chillywilly: it was a pokemon reference kdog (keith@novainstruments.com) left irc: "Client Exiting" aaaaaaah when did you record that? and why that isn't me that's da masta who is it? oh hehe it was a point-in-time joke so, I don't recall it you mean an inside joke situational joke, actually iirc there was something needing done and I said I'll have to ask da masta about the story then Action: drochaid 's eyes start to cross derek, I choose you! drochaid: sorry and he then turned around and did an ogg heheh sometimes the static gets high in here anything else you wanted to know? jamest: don;t play the innocent i'm not you contribute to our nonsense i do i never said...."chilly sux! he's all static" heh, you have th ebest contribution yet at least not in this channel? :) lol just go play your xbox :) actually I need to get ready to go pick up the kids it's a road trip woohoo! party at jamest's house not that long a trip we're there dude I'll bring the debian cd's if you'll bring the Rotel dip wtf is rotel dip? dude! I pity you if you don't know Rotel dip who's bringing the S/390 or SP2 ? sorry man I'm not as hip as you are what scooby doo does at the pool at a holiday inn hehe velveeta + Rotel diced tomatos Action: jcater doesn't get it jamest: I like your explanation better ;P rey raggy rets go for a rotel dip jamest (jamest@fh-dialup-201030.flinthills.com) left irc: "Ree Rou Rater Ruys" :) hehe man I am getting to weirdest compile errors oh I bet it is from when I delete some stuff from /usr/lib on accident doh! hrrrrm no wonder this bastard segfault "yes sir, just type 'deltree windows' .. that will give you some more HD space" that's a typical BOFH method ;) I still can't believe I've been called to support people that did it rdean (~rdean@chcgil2-ar2-052-163.chcgil2.dsl.gtei.net) joined #gnuenterprise. hehe hiya rdean heya trying out trillian 0.71...improved, but still not as good as x-chat :-) ok rdean (~rdean@chcgil2-ar2-052-163.chcgil2.dsl.gtei.net) left #gnuenterprise. man this makes no fucking sense still probs compiling? Greibach (lRcap69@CZ1-RAS-3-u-0122.du.onolab.com) left irc: Connection timed out yes, I am getting errors on code that I know used to compile jus fine just :( well screw it I am going to go out now ;P l8r ppl chillywilly (danielb@d123.as10.nwbl0.wi.voyager.net) left irc: uhm .. bye chillywilly (~danielb@d123.as10.nwbl0.wi.voyager.net) joined #gnuenterprise. boo! Action: chillywilly runs amuck trout slapping at will Action: jcater hopes chillywilly trips over the excessive trout slime well, not really wouldn't want him to get hurt lambert (~lambert@r-202.30.alltel.net) joined #gnuenterprise. lambert (lambert@r-202.30.alltel.net) left irc: "Client Exiting" jbailey (~jbailey@HSE-Toronto-ppp317682.sympatico.ca) joined #gnuenterprise. jbailey (jbailey@HSE-Toronto-ppp317682.sympatico.ca) left irc: "Client Exiting" dseagdsrfdadghrd that's what I always say, too ToyMan (stuq@c5300-2-ip76.albany.thebiz.net) left irc: "Client Exiting" rdean (~rdean@chcgil2-ar2-052-163.chcgil2.dsl.gtei.net) joined #gnuenterprise. jamest (~jamest@fh-dialup-201030.flinthills.com) joined #gnuenterprise. dude! wassup? nuthin just committed some freakin stuff to cvs when I saw you get in and, yes, freakin is a technical word what? well, 2 things 1. In designer, cross-hair selection of widgets (i.e., you click in an area then drag across the editor to select multiple widgets) cool 2. You can click an entry icon in the toolbar, then click in the panel and draw a box the size you want the widget, and it automatically creates the widget as that size plus I fixed the Shift + Click bug btw, I've given up on "movement" feedback wxPython provides no way to create a new icon without loading from a file ouch damn wxWindows does, but wxPython hasn't wrapped it but in trying to figure that out, I learned how to do the cross-hair selections :) :) jbailey (~jbailey@HSE-Toronto-ppp318599.sympatico.ca) joined #gnuenterprise. rdean (~rdean@chcgil2-ar2-052-163.chcgil2.dsl.gtei.net) left #gnuenterprise. jbailey (jbailey@HSE-Toronto-ppp318599.sympatico.ca) left irc: "Client Exiting" lchillywily (~danielb@d123.as10.nwbl0.wi.voyager.net) joined #gnuenterprise. lchillywily (danielb@d123.as10.nwbl0.wi.voyager.net) left irc: Client Quit chillywilly (danielb@d123.as10.nwbl0.wi.voyager.net) left irc: Remote closed the connection chillywilly (~danielb@d123.as10.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly (danielb@d123.as10.nwbl0.wi.voyager.net) left irc: "BitchX-1.0c18 -- just do it." chillywilly (~danielb@d123.as10.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly (danielb@d123.as10.nwbl0.wi.voyager.net) left irc: "night" bokhari (~bokhari@ool-18bf1a32.dyn.optonline.net) joined #gnuenterprise. jamest (jamest@fh-dialup-201030.flinthills.com) left irc: "[x]chat" bokhari (bokhari@ool-18bf1a32.dyn.optonline.net) left irc: "using sirc version 2.211+KSIRC/981227-pre0.9" jcater (jason@24.92.70.201) left irc: "Client Exiting" --- Sat Jan 26 2002