[00:04] Last message repeated 1 time(s). l8r jamest_ (jamest@fh-dialup-201184.flinthills.com) left irc: "[x]chat" jbailey (~jbailey@Toronto-HSE-ppp3640642.sympatico.ca) left #gnuenterprise ("Client Exiting"). jcater (jason@24.92.70.201) left irc: "nite" dsmith (dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) left irc: "later.." jbailey (~jbailey@Toronto-HSE-ppp3637301.sympatico.ca) joined #gnuenterprise. jbailey (jbailey@Toronto-HSE-ppp3637301.sympatico.ca) left irc: "Client Exiting" jbailey (~jbailey@Toronto-HSE-ppp3637274.sympatico.ca) joined #gnuenterprise. jbailey (jbailey@Toronto-HSE-ppp3637274.sympatico.ca) left irc: "Client Exiting" jbailey (~jbailey@Toronto-HSE-ppp3637278.sympatico.ca) joined #gnuenterprise. jbailey (~jbailey@Toronto-HSE-ppp3637278.sympatico.ca) left #gnuenterprise ("Client Exiting"). reinhard (~rm@62.47.45.239) joined #gnuenterprise. hi reinhard psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. hello ajmitch hi all hi psu heya bbl psu (psu@manorcon.demon.co.uk) left #gnuenterprise. reinhard (rm@62.47.45.239) left irc: "If you think there is good in everybody, you haven't met everybody" Yurik (~yrashk@217.144.66.190) joined #gnuenterprise. re reinhard (~rm@N816P015.adsl.highway.telekom.at) joined #gnuenterprise. reinhard hi hi alexey (alex@techkran.vladimir.ru) left irc: "[x]chat" Yurik (~yrashk@217.144.66.190) left #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. jbailey (~jbailey@Toronto-HSE-ppp3640027.sympatico.ca) joined #gnuenterprise. reinhard: is there a way to filter geas results reinhard: loadSingleObject wants me to specify a field value for only 1 field ToyMan (~stuq@c5300-3-ip210.albany.thebiz.net) joined #gnuenterprise. jamest: i wanted to talk to you about query interface anyway ok Yurik (~yrashk@gw.telcos.net.ua) joined #gnuenterprise. reinhard: what did you want to discuss jamest: sorry brain had a stack overflow i'm back now i think we agree on the need of a better query interface i was considering something like customers = my_connection.newObjectList ("sales::customer") customers.addFields ("name street city zip country"); customer.addFilter ('country <> "US"'); customer.addSorting ("country zip"); customer.execute; Action: jamest is thinking while (cust = customer.first) dosomething_with (cust); wend ? first would return one record and move to the next? (please excuse the mixture of c, python and basic here) :) if so I wouldn't call it first jamest: yes something like that or we have .first and .next :) well this is straight out of the brain hmmmm not much thinking about function names etc just talking about concept I'm going to sound like a broken record here you create a list you tell it which fields you want and which filter but we may be able to use the GConditionals api from common maybe i honestly didn't expect people ready to talk about new interface so I'm not prepared for it right now :) let me look at that btw i am not _really_ ready for talk about new interface in case you didn't notice :) reinhard: I'll have to look at it again to as forms doesn't use it to the fullest reinhard: i believe reports does a better job in that respect GCondition seems to be a system which can build up a condition tree where the leaves are the fields or values and the nodes are operands like =, <>, and, or etc. this is a very powerful system and a complex one i am not sold on any method of defining the conditions yes the basic idea i was talking about was the thing that now you create a query object and give it the conditions then we pass this tree to a db driver and it uses it to construct the result set and then you execute the query object to get the list object and the change would be that we create the list object right away and tell the filter to the list object so we don't need a seperate query object i thought that would make the api easier to understand and use jamest: the system with the query tree is also used in geas now in oql ah,ok, cool what i like about it is that you can build practically any query you want what i don't like is that something like "select foo where bar = 1" gets bloated up to 20 api calls or such :) only 20? :) j/k till you have built up the whole tree and all btw - the addressbook example segfaults not good it works a bit of the time but it's easy to segfault it oh? how? start w/ an empty geas go to setup and ask it to display countries ah yes can be or ask it to display customers when there are none i also got it generating corba errors about uncertain completion not sure how I did that however this is a bug in the sample not in geas-server honestly I'm not sure how it can be segfaulting agree that it is a bug no, the server runs fine during the client death yeah so far :) wait till the forms driver works and derek can play i was actually hoping to have a real good example someday the addrbook sample is far from perfect it gives me the api examples i need we actually rather used it to _test_ geas, not to build an example yeah and to show how the api would work also there is so much stuff that still has to be done in geas while I'm asking questions :( why is loadAll and friends in connections.idl and not query.idl you might have noticed that my gnue time currently is lim(t) = 0 i don't understand the org of the .idl files i think org of the idl files is by object loadAll is a method of connection not of query ah, ok you do connection.loadAll (query); iirc ? i didn't think loadAll took args not query.loadAll ah of course loadAll(query) makes no sense either i want all or i want a query :) and loadSingleObject takes a field argument thus I saw no way to query however yesterday was rough on the brain so my focus wasn't there last night ObjectList executeQuery( in Query::Query querytoperform ) is a method of Connection and it's used in place of loadAll? or in addition in place of you first have to create a Query object with the methods in query.idl then you pass it to executeQuery and you get the ObjectList ah, i was told that addressbook demo was the only valid one yeah and it didn't use anything but the load* functions but that doesn't mean that addressbook demo covers all of geas' functions :( are there other demos I can mine for API or a manual of functions? there should be the doxygen document http://www.gnuenterprise.org/~neilt/code/html/index.html i hope this doesn't give you a shock but i get the feeling of me fixing holes in the foundation of a building while you are preparing to install the furniture in the second floor :) :) btw - why does geas need orbit-python? for methods methods written in python see the complete api just like a client does they use the external interface to access geas? over corba? yes if they didn't they would never be downloadable do c methods work the same? iirc yes ok a corba abstraction should solve that so if a method runs remotely it can go through corba if it runs local it can go direct or any other mechanism bbl depends on how you define direct I'm hoping on the forms side to utilize grpc methods will run in own process anyway in the forms geas driver (in a later rev) so methods will need some rpc mechanism to access geas ajmitch (me@p41-max4.dun.ihug.co.nz) got netsplit. derek (derek@cpe-24-221-112-50.az.sprintbbd.net) got netsplit. also, does geas nest objects? not any more it did jbailey (~jbailey@Toronto-HSE-ppp3640027.sympatico.ca) left #gnuenterprise ("Client Exiting"). but neilt and me decided to stop it doing that i hope it's ok for you ajmitch (~me@p41-max4.dun.ihug.co.nz) returned to #gnuenterprise. yes, that is fine so the only things a geas object contains are fields methods correct? yes and modules j/k Action: jamest does a happy dance and it hides inheritance from the calling program right? theoretically yes but practically there are bug reports that inheritance doesn't work at all currently but when it works it will, yes :) ok well i assume that geas object caching is working me too :) lemme rephrase i have close to 50000 zipcodes right now in forms most the db drivers cache a fixed number and maintain a cursor to the query so I don't pump them all into memory even if i ask for them all yeah that's the right way derek (~derek@cpe-24-221-112-50.az.sprintbbd.net) got lost in the net-split. however what happens if I call loadAll or executeQuery I think I get it all at once is that correct? yes this is why i was talking about a objectlist.first or objectlist.next method jbailey (~jbailey@Toronto-HSE-ppp3641062.sympatico.ca) joined #gnuenterprise. #gnuenterprise: mode change '+n ' by sagan.openprojects.net jbailey (jbailey@Toronto-HSE-ppp3641062.sympatico.ca) left irc: Client Quit jbailey (~jbailey@Toronto-HSE-ppp3641062.sympatico.ca) joined #gnuenterprise. chillywilly (~baumannd@tech-200078.flinthills.com) joined #gnuenterprise. wassup? waaaaazapaaaaneeeeen jbailey (jbailey@Toronto-HSE-ppp3641062.sympatico.ca) left irc: "Client Exiting" chillywilly hi hiya man I need to copy my bitchx config to ash the default config blows to ash? ash.gnuenterprise.org one of our development machines Yurik: ashes to ashes howdy reinhard chillywilly: hey chillywilly: care for a job for gnue? rewrite geas ;P can you be ready till tomorrow? ;) Action: chillywilly really does plan to end up helping to rewrite the thing eventuallyt chillywilly: you might want to learn to type first :P Action: Yurik is reading technical researches and publications on transactions bah ;) that's what ispell is for does ispell work for c code? yep LaTeX too iirc kewl chillywilly (baumannd@tech-200078.flinthills.com) left irc: "BitchX-1.0c18 -- just do it." chillywilly (~baumannd@tech-200078.flinthills.com) joined #gnuenterprise. man PuTTY hung on me reinhard is geas that bad?!?! no especially the gcd parser is cool ;) hehe seriously we will end up rewriting it part by part but I want it to parse gcd objects into GObjects :P Action: reinhard is somehow lacking the ability to accept "quick'n dirty hacks" as a final state of a program reinhard :) the specifications is a good approach for making a good programs :-) the specifications are a good approach for making a good programs :-) reinhard GOBjects is quick and dirty? reinhard I'd like to work on objectstore and implement ODMG stuff anyway, I am going to a different building...bbl chillywilly: quick'n dirty was not re gobject ok it was re current geas code :) ah yes I agree 1000% and why rewrite yep it sucks bbiab chillywilly (baumannd@tech-200078.flinthills.com) left irc: "BitchX: the IRC client with hair on its balls" l8r lol those signoff messages yep :^)) dneighbo (dneighbo@mail.libertydistribution.com) joined #gnuenterprise. jbailey (~jbailey@Toronto-HSE-ppp3641578.sympatico.ca) joined #gnuenterprise. bbl Nick change: reinhard -> rm-away jbailey (jbailey@Toronto-HSE-ppp3641578.sympatico.ca) left irc: "Client Exiting" jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. sup jdogg howdy jcater hi dneighbo hi jbailey (~jbailey@Toronto-HSE-ppp3641062.sympatico.ca) joined #gnuenterprise. hi new merchandise is now available at geek goods for gnue, i forgot some of you live in 'cold' weather so added some heavier stock items ;) jbailey (jbailey@Toronto-HSE-ppp3641062.sympatico.ca) left irc: "Client Exiting" jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: dneighbo :) jbailey (~jbailey@Toronto-HSE-ppp3638591.sympatico.ca) joined #gnuenterprise. jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. mdean (mdean@mkc-65-28-73-63.kc.rr.com) left irc: Ping timeout: 181 seconds Yurik (yrashk@gw.telcos.net.ua) left irc: Remote closed the connection Action: jbailey is away: I'm busy dneighbo: I've got the psql server you and running so whenever you want to tackle that conversion, i'm all set. s /server you /server up ooooo lucky me this spam offers me a set of songs John Wayne recorded before he died (as opposed to.....after he died?) for only $14.98 jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: rofl ToyMan cool jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. jbailey (~jbailey@Toronto-HSE-ppp3638591.sympatico.ca) left #gnuenterprise ("Client Exiting"). fil_c (~username@host213-1-167-15.btinternet.com) joined #gnuenterprise. hi fil_c jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: jcater is sure flaky today :) must be having a donut crisis over there or something Hi derek thought I'd check out the irc channel for 15 mins we're kinda quiet in here right now that "real work" think think = thing ahh... uk time here yeah no kidding ive been vb slave today :( and soon to be a db2 bi0tch :) eeewwww dneighbo: you love it you masochist fil_c it pays well and im not writing prop software so i cant complain dneighbo: just use forms :P and its not not vb all the time it has a db2 driver forms does work with db2 rather well now :) i have been playing :P) nice... it's good to try out different things. have you worked with many ERP packages? fil_c yeah the db2 i use is on a os/390 mainframe nice.... "power" !! so it was more for 'geek' factor of saying i used forms against it, than for anything useful :) fil_c we have lots of people that worked with ERP stuff directly my personal expierence in this area is wrote inventory supply chain package for small company (30mill rev) and maintained ERP for Lawyers and now deal with budget/financial system for 2.2billlion a year govt we dont use ERP here we use 'best of breed approach' governments like to do things there own way... im one of the unlucky bastards that gets to help 'integrate' the breeds fil_c : we have a slogan.... It's got to be interesting and challenging. "We put the fun in dysFUNctional" fire away derek excellent... I'll use that someday I've been monitoring gnue and things seem to be coming along. ... but is there anything coded currently that will let me add anything to a table e.g. is gnue-tools ready to create forms/scripts ? or user interfaces? oh yes :) well let me respond to this it wont 'create' the tables for you in two tier, but it will if you use the appserver if you have tables created forms rocks my socks! the designer hsa a wizard you basically select the table er, wait, i may be biased pick the fields and bada bing it creates a form that is completely bound to that table that will do navigation, queries, inserts updates deletes you name it and it supports something like 14 differnt db driver when i say wizard and easy plus odbc (and whatever it supports) plus sqlrelay (and whatever it supports) i was a HARDCORE delphi user and this is EASIER than delphi sounds good.... dneighbo: of cource it is , we're attempting to create a replace for sql*forms rofl the things i dont like are sql*forms isms but i havent been assimilated just yet :) never used sql*forms yet. sql*form doesn't exist anymore IIRC Oracle end of lifed it for java apps Action: jamest shudders Where does the business logic fit? e.g. the logic to say "cannot delete a purchase order still with purchase order lines present". Is that embeded in the forms? or the business objects? how do the forms link to the business objects? depends :) in two tier it would be in the form thoough you can use 'shared' triggers so you put out in a .py file and use an 'include' like piece to put in forms you need in n-tier mode it will live in teh appserver and be independent of the form and server side 'triggers' would be allowed as well Nick change: rm-away -> reinhard I'm used to baan. With db server, application server and client interface. the app server contains all the business logic. we will support that model currently we are strengthing the interface between our 'forms' and our 'app server' the components as they would sit ( i will go into detail as im curious as how baan is comparable) 1. Forms (.gfd files (xml)) 2. Class Definitions (load into appserver (txt)) 3. Method Code (.py files load into appserver attach to classes) 4. Reports (.grd files (xml)) bbl in an hour or so reinhard (rm@N816P015.adsl.highway.telekom.at) left irc: "If you think there is good in everybody, you haven't met everybody" you woudl only mess with a 'class def' (.gcd) if you wanted to add/delete/modify a new property, object, method, relationship you would only play with 'methods' if you were changing your logic you would only play with forms if you were chanign how form looks etc etc etc so you should be able to change say a business rule by only editing a .py file IF all the pieces exist and its just 'logic' that is changing ok... I understand more. say you want to add a check for if an account has money In Baan there are: 1. data dictionary - contains table and domain definitions with field format constraints and referencial integrity 2. forms - provide user interface definition 3. program scripts - 4GL program script, event driven based on actions occured in the form - compiles with Baan standard program to make an object file ok so its kind of similar our data dictionary is derived by the class definition automatigaclly forms are similar 4. sesseions - link forms, program scripts and reports together and our program scripts are python,perl,C,etc etc instead of prop language we are ironing out how we wish to hand 4 :) in a sense baans compiled objects are platform neutral, running on nt, aix eric-P (eric@Mix-Caen-111-1-245.abo.wanadoo.fr) joined #gnuenterprise. Are the class definitions set in stone? bugger: I must go in a couple of minutes. no not set in stone you can edit ANY of the elements in fact its ENCOURAGED :) thanks very much for the info derek. I'll be looking into gnue (& learning phython when I get a chance) cool eek.. versioning nightmare hope to see you around fil_c kind of :) eric-P (eric@Mix-Caen-111-1-245.abo.wanadoo.fr) left #gnuenterprise ("KVIrc : the client that can't make coffee..."). we are working on ways of 'upgrading' versioning with trying to preserve 'modifications' we plan on doing base + templates etc so we would discourage changing the base and request the proper way is to modify templates baan has a concept of package VRCs ... but that's for another day. so you have less 'pain' in an upgrade :) the ultimate goal for us woudl be providing somethi nglike yes.... keep to the standard. It might be less flexible, but it's less pain in the long run apt-get only for gnue packaging yes... baan has PMC (package maintenance control) which does similar to apt-get it works all the dependencies. very required... trust me. anyway... must go thanks very much again d fil_c (username@host213-1-167-15.btinternet.com) left irc: "Client Exiting" jbailey (~jbailey@Toronto-HSE-ppp3640194.sympatico.ca) joined #gnuenterprise. run jbailey (~jbailey@Toronto-HSE-ppp3640194.sympatico.ca) left #gnuenterprise ("Client Exiting"). jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. dsmith (~dsmith@209.81.204.235) joined #gnuenterprise. psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. hello sup (me notices sup is a variation of psu) jcater lives..... yes not much going on here Got an answer back from the evolution-hackers list at my end chillywilly (~danielb@d31.as4.nwbl0.wi.voyager.net) joined #gnuenterprise. "you could install bonobo-python and access the evolution calendar and addressbook components by using the IDL interfaces." THanks a lot. dsmith joy, what a lovely solution though i suppose if you are running evolution you already have bonobo and such installed but is such a lovely thing to program against Action: chillywilly has bonobo installed and does not use evolution there's more than just evolution that uses bonobo yes i know that you missed the point oh plz dneighbo...how much bonobo programming you done? the point is that to get data out of a system one should not have to be C/Kernel hacker chillywilly i have done Zero bonobo programming why? My question was basically: "How do I use bonobo to access the address book". Answer: "You could try using bonobo" bonobo-python lets you use "Python" because i dont care to learn some bullshit api that is gnome specific bonbo is very similar to COM bonobo yeah and com is just a thrill to work with as well it has a Unknown interface etc. btw: i have done com programming (more than i would like to admit) hmmm, and what is better corba? but once again to get address information out of evolution should not require someone to master something like bonobo, com etc dsmith : i feel your pain the answer is to your question it's not that hard is some enigma which no one will readily explain because its an enigma to most A simple example would be nice. chillywilly at least corba, soap, xml-rpc are more 'portable' in terms of what can use them than bonobo just admit it you have blind Gnome hatred dsmith that woudl require someone other than a ximian engineer understanding bonobo bonobo is CORBA based i.e. Action: dsmith hates gnome you use corba the people that write this stuff think to use it you should be cool enough to read the source code to use it bah read Michael Meeks tutorial there;s 3 of them he just did them chillywilly: url? I don't mind learning. http://www-106.ibm.com/developerworks/library/co-bnbo1.html Action: dsmith looks http://www-106.ibm.com/developerworks/library/co-bnbo2.html Action: dsmith is at work with a crummy dialup http://www-106.ibm.com/developerworks/library/co-bnbo3.html but yes you have to read the idl Action: dsmith waits just like you do for most corba interfaces idl is not code though you have to read the idl for GEAS too in order to use it reinhard (~rm@62.47.45.239) joined #gnuenterprise. all Bonobo really is, is a set of corba interfaces Hi Derek and also I think the whole new Gnome 2.0 API is much better and fixes most of the dependency nightmares Thanks for the email re KC I hope it didn't sound as if I was being pushy for an answer Just genuinely worried that info@gnue.org was broken Action: dsmith waits I think it is worth thinking about ways we could "group author" the IRC bits of Kernel Cousins As you prob know, the mail-only KCs that do group author simply have a mechanism for people to "claim" threads via a "claims hot line" sorry, mailing list I guess it wouldn't be *too* much work for me to go thru' logs and split into threads that people could "claim" in similar way Action: jamest raises hand unclaimed threads just don't get written up we're looking for people unhappy with gnome? HOWEVER this is all dependant on getting people prepared to jamest: what's your beef? write the summaries & get them to me I'm still not convinced that it's a good use of resources especially wrt you or the other key developers doing it - could be doing some development instead ;-) I guess the thing to do is put something in the next KC to ask for volunteers if we get any, then we can work out a mechanism for group-authoring if not, we just stick with mail-only for the moment. beef? huh? great whole hunks of prime Grade A by the sound of it... Action: dsmith waits jcater: he rasied his hand didn't he? Action: psu apologies to dsmith for wasting his bandwidth with idle chatter - oops... jcater: so I wanted to hear why he was not happy jcater: you dig? sorry was away Action: dneighbo raises hand so we comparing donuts in gnome? jamest: aye captain here is scotty you still have problems beaming? s/beaming/compiling geas/ Action: dneighbo figures a s/beef/donut will help jcater follow the converstation :) mmm donuts Action: chillywilly has 2 donuts for breakfast had mmm donuts Action: jcater salivates Action: chillywilly habd jcater a bib hands hi hi Mr_You ra3vat (~ds@195.239.64.46) joined #gnuenterprise. It's Friday afternoon donuts at the mo hi all the mo? ;-)) hi ra3vat the moment hello Mr_You hey ra3, why don't some intl ISPs provide reverse DNS? psu: thought so, wasn't sure heh not that I expect you to know the answer, just thought I would ask ;-) heck, let's do this the official #gnuenterprise way Mr_You: they do it sometimes :) hehehe now I've finally got unmetered dial-up Nick change: psu -> psu_away uh oh man I was thinking about skipping aikido class today, but now I need to cause my arm is so sore from trying to start the damn leaf blower psu: or if you had a remote server you could use screen ;-) Action: dsmith wishes he was at home with his cable modem screen + GNUe Forms curses client = "never die" client Action: dsmith wishes the new t1 would stop blinking the red lights so we could use it when I was hoping I was getting phone calls for a new google ad I took out, instead my dad was calling about hooking up their remote store.. jcater i walked by our admin floor to ask questions and fresh box of kk up there looks like DSL will be doable at their other location now 1 glazed 2 jelly left i almost grabbed one, until i remember no way to get it to you :( A donut would be good right now I'm beginning to wonder if I should have ever brought this subject up way back then ;-) Action: dsmith didn't eat lunch OR breakfast #gnuenterprise = 45% dev talk, 45% donut talk, and 10% rambling nah 30% goat talk 10% trout talk 1% devel talk heh ...plus some other percentages :) feh 59% I hate Gnome talk nah we don't hate gnome there's you 100% your we just love kde You guys ever hear the writing coode takes up 80% of the time you mean kde :) And debugging takes up the other 80% lol only 59% i need to work on that Action: chillywilly dares anyone to go to #kde and talk about how great the GPL is Action: jcater dares anyone to go into gnome and talk about how easy it is to use psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. psu_away (psu@manorcon.demon.co.uk) left irc: Read error: 104 (Connection reset by peer) "but, but.. it's for hackers! it CAN'T be easy to use... damn.. back to the drawing board" jcater: how is gnome difficult to use? um it is not for hackers use your scrollback Action: jcater plugs his ears "La, la, la" he's tryint to yse an api fewl btw - i don't really hate gnome, i feel sorry for it bloat jamest: you still have not even said why you know what I don;t even want to hear it it eats cpu and ram mmmm cpu and ram runs fine here Action: jcater salivates it documentation consists of (in far too many cases) help->about and this is just a PIII 450 Nick change: psu -> psu_still_away JUST a PIII 450? just a piii-450....... Action: jamest is speachless Someone on debianplanet was complaining that installing evolution would dl 120m of packages. jamest: yes I got a 1.3GHz box now 450 is so slooooow ;) kde runs fine on a P-133 w/ 64MB of ram bull gnome brings a 300MHz sparc to it's knees jde 2.0 would not even run here with 64MB ram kde dude, I have users on P-133s and if it ain't running on them then tell me what I'm looking at none of the desktops would run with 64MB ram kde default install from woody runs fine wel sure it runs but it wss painful either or it runs fine it was not justa gnoem thing hmm i have a amd k2 300 160mb ram both run ok kde slightly faster I think I have 32m at home. Windowmaker works great. also the gnome people forgot that video cards come in 8bit or less displays But I wouldn't think of using kde or gnome. Impossible! I have 160MB in here now jamest: how the hell would the desktop have anything to do with that? jamest: X handles your video hardware and the desktop allocates the number of colors it requires leaving few left for aps get a new video card who the hell uses 8bit displays j/k um state agencies that dont have large budgets I can run Gnome at 8bpp I still have 33MHz system in use it is fine system = systems oh gawd as do I why would you even put a desktop on a system with a crummy old video card chillywilly: I got two of them. (wget is your friend) ok, what to do, what to do.. chillywilly: Thanks I guess its my woody distro chillywilly: no problem woops AI mean dsmith :P Action: chillywilly likes taling to himself talking even I am my own best friend *sigh* Action: chillywilly thinks if ppl are going to sit here an bad mouth other ppl's Free Software he's going to start talking shit about GNUe, becuase it is not perfect either nope not even close Nick change: psu_still_away -> psu_back Nick change: psu_back -> psu Nick change: psu -> psu_back psu_back (psu@manorcon.demon.co.uk) left #gnuenterprise. psu_back (psu@manorcon.demon.co.uk) joined #gnuenterprise. psu_back: having fun yet? chillywilly: Got any more pointers? psu_back (psu@manorcon.demon.co.uk) left irc: Remote closed the connection dsmith: sure there's another bonobo series too, but it was never finsihed the first one of that series is like a nice intro to corba....I like george lebel did it psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. dsmith: the resource links on M. Meeks tutorials are helpful s/like george/think george oops back for real now chillywilly: Most of the stuff I've seen talks about widgets and controls. dsmith: but of course... see the gnome way is that you create a gui to do it... why would you need anything else? if you do, it should be written in glade anyway Like they expect you to embed a calendar or whatever in your foobedoo app. :) jcater: take your fud bandwagon elsewhere dsmith: they don't have to be gui components that's why there is libbonobo and libbonoboui Anyway Well, I'll dig and dig. And look through source. any comments on the KC stuff or should I assume silence = assent where is it? ;P All I want is a list or a hash of addresses! Action: dsmith whimpers On a related note are any more #gnuproject-style discussions in the pipeline? dsmith: you try #evolution? you;re trying to acces the adress book dsmith? chillywilly: Just one person there. Me. dude on irc.gnome.org not OPN chillywilly: yes chillywilly: First time I was ever ops. heh /msg dsmith you should go back over there, invite chilly over, and kickban him :) oops Action: dsmith is there I've been ops on #gunenterprise once or twice and other spelling mistakes jcater: you need to get a life jcater: I am simply tryng to help the guy out btw: everyone here is very helpful Not mean and nasty like in #freebsd ToyMan (~stuq@c5300-3-ip210.albany.thebiz.net) left #gnuenterprise ("Client Exiting"). I wonder why they are like that Action: chillywilly has this theory... I would be pissed off at th world too if everyone kept taking my toys heh I doubt that's it I'm sure #freebsd is like #debian jcater: I don't really care what your opinion is It's not a help channel, but all they do s moan about linux lamers and we all know #debian is nasty but debian is cool dsmith: how many ppl are in #freebsd? bah 52 ppl chillywilly: don't know, 85? doesn't even compare what doesn't compare? 52 jcater: to the size of #debian who was talking size I was saying the ppl in #debian are rude THey are pretty quiet over in #evolution but that's not a reflection of debian that's why you get such assholes there's more ppl there newbies and little kids accupy the channel mostly occupy #debian is s friendly, cheerful place compared to #freebsd heheh I just thin a lot of BSDers are pessimists and they show it and a lot of free'ers are elitists :) It's the horns jcater: name one? s/?// dsmith: hehe chillywilly, maybe of freedevelopers :) as much fun as it is to pick on chillywilly, I gotta run jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home" yea, I am just the king of the world feh suse I know he's kidding most f the time, but he goes too far s/suse/dude reading back log i agree w/ jcater of course you would #debian folk seem to be rude, elitist and all around unhelpful you have your nose up his ass but i dont think they are good representation of the 'debian' community you know what I don't like this fucking channel lately either we dont force you to stay here we can be assholes too definitely not saying we are immune :) just we try to pick on one another not on newbies Good friends tend to poke at each other. who was picking on newbies? #debian i.e. if you are new to #debian and you say you have to talk to the right ppl can some one help me with xyz generally you get NO repsonse and if you do like ElectricElf ;) its like well only stupid fucks cant figure that out or rtfm occassionally you will find a soul that is willing to help, but often they know NOTHING of your problem so send you on wild ass goose chases put it this way ALL of my debian problems have been solved in this channel dneighbo: you know I never hang out in #debian anymore because of that....I still think BSD ppl are bitter bitter ppl and generally immediately if not with in 24hours for example you helped me configure X the other night well yuo and jason combined if i would have asked that in #debian i would have been suffering for HOURS chillywilly: I agree. It seems most bsders are bitter. well if you wrote software in a way that others could steal it from you (bsd) after a while you would probably be pretty pissed off too :) btw I apologize I a, just tired and generally pissed off right now chillywilly: I wouldn't relate bitterness to specific channels, its all over and yes im teasing Mr_You: whatever I am not here to be politically correct this is *my* observation ummm try other channels and you'll see what I mean, is my point ;-) #guitar channels are horrible Well, the main thing they said in #evouiton is to set up a listener, and you pass that in. (some kind of callback I guess) #ufo channels bring out a lot of people with delusions #kungfu has some bitter (brits maybe?) ones man would it be ok if I drop kicked my little sister? she's being a bitch move heh Well, that's something to go on anyway. I'm going home. See you guys later. my roommates cat loves me ;-) guess cause I'm here all day heh my dad is gonna setup a proprietary VPN.. well I'll be doing more work than him.. lets all his CCI-Triad machines talk across the network without a $700 56k line how do you get a "proprietary" VPN? well.. the entire system is proprietary.. and apparently the terminals, printers, etc all hook into a multiplexer-like device which translates all the serial communication into IP.. AFAIK, I haven't actually read the specs, but something like that has to happe you give this multiplex device a static IP and config to connect to another device at the other location.. it will hang off my DSL line at their store yipee will save them $340-$640/month dsmith (dsmith@209.81.204.235) left irc: Ping timeout: 181 seconds its going to be a challenge to integrate with systems like this.. gotta get me some sleep night night all reinhard (rm@62.47.45.239) left irc: "There's always one more imbecile than you expect" heheh how true I already attempted to find out how to integrate the web with their setup.. and even this type of setup.. but they just came out with it for production so... how is web forms anyway? anyone play with them? is it in cvs? I just got one to come up in full view.. I'm ready to start coding, but wanna wait for official object guidlines not in cvs yet ok is it usable? and where can I get it? nevermind I see Mr_You's statement now man I should take a nap or something then I maybe won't be so crabby caffeine makes me crabby interesting im always in a perfect mood just ask my wife and kids :) heh hmm tryin to find a machine behind this POP the other store is near hehe jc's donut example is funny what is that? in the rpc abstraction spec thingy heh it's in common/doc/RPC-abstraction.txt psu (psu@manorcon.demon.co.uk) left #gnuenterprise. jcater (~jason@24.92.70.201) joined #gnuenterprise. fetch! Action: chillywilly tosses a donut jcater's way jcater is gnu-rpc testable yet? i.e. is there enough of something to 'play' with not for you plz stay away form it until it has time to grow ;) :P what chillywilly said besides when have you ever played with anything...you usually just ends up killing it I don't need it crashing this early on :) i just wanted to get a donutFactory() (tm) up :) and you'll go blind! don't play with it derek! rofl jamest you are right, i should definitely play with the new geas driver you are working on insted ;) ajmitch (me@p41-max4.dun.ihug.co.nz) left irc: Ping timeout: 181 seconds argh! play with grpc derek neilt (~neilt@dhcp64-134-54-175.chan.dca.wayport.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!ChanServ@services. Action: dneighbo had a feeling his tune might change :) dsmith (~dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) joined #gnuenterprise. it'll improve your health, lovelife, and take care of that nasty little rash hello all hi neilt and dsmith greetn's l8r jamest : i dont have a rash, i stopped wearing my m$ outlook underpants a while back, cleared things up :) jamest (jamest@hobbes.math.ksu.edu) left irc: "[x]chat" i have a real bad rash then seems that brand is bad at spreading 'things' iis commerce server gulp outlook exchange neilt you might look at seeing a linux doctor soon :) sql server that kind of stuff can get deadly if its not atteneded too quickly :) :) hmmm the only one in that list worth keeping (and barely) is ms sql server Action: dsmith is out pooping the dog exchange too, but not for mail, only for groupware we dont do groupware :) then thats a rash you can eliminate know a company that cuold do the conversion for you VERY affordably have em call me Good Girl! ajmitch (~me@p56-max3.dun.ihug.co.nz) joined #gnuenterprise. use exim or send mail :P that'll cure than exchange thing up mutt hi argh bbiab jcater (jason@24.92.70.201) left irc: "Client Exiting" mutt isn't a mail server Does Michael Meeks hang out here? mutt is a way of life no wait, that's emacs... emacs mmeeks? i've never seen him in here (you have to say that is your best homer simpson "donuts" voice) hehe emacs rul3z Well, I'm apt-get'ing the new evolution now. Lets see if the interfaces are any differnt what was the last one you have? .99.2 I think. The .idl files were mostly empty. Like it was just a skeleton. probably hasn't changed Action: chillywilly pulls zsnes from cvs ;P I love this thing addict shutup wuss the cvs version is supposed to have kewler stuff and I can get full screen so there :P ajmitch you said mmeeks ive never seen him in here? when did you see him in here? dneighbo: I asked ajmitch said no ah yeah we dont get any gnomies in here, guess we are too gnomie hostile :) none? dres is from gnucash team, probably closest to gnomie we get ajmitch i mean gnome developer not gnome user maybe we have gnome developers in here, if so they dont speak much of what they are doing with gnome :) mdean (~mdean@mkc-65-28-73-63.kc.rr.com) joined #gnuenterprise. jcater (~jason@24.92.70.201) joined #gnuenterprise. gee I wonder why dneighbo Action: chillywilly thwaps jcater because it is fun :) Action: jcater slaps chillywilly with a large trout oh, darn that wasn't a trout it was a 2x4 sorry Action: jcater gets those confused all the time Action: chillywilly drops a truck on jcater oops you can pretend it was a really big trout if it makes you feel better :) jamest (~jamest@fh-dialup-201191.flinthills.com) joined #gnuenterprise. bwahahahaha Action: chillywilly drops a truck on jamest ouch you can also pretend it was a really big trout if it makes you feel better :) sniff, sniff doesn't smell like trout gulliver (~gulliver@bi-node.teuto.de) joined #gnuenterprise. jamest: i imagine detecting odors must be difficult as your head was just smashed by a truck :) nah it's pretty dense gulliver (~gulliver@bi-node.teuto.de) left #gnuenterprise ("Client Exiting"). true dat Action: dneighbo thinks if chillywilly has extra trucks lying around perhaps he should open up a truck dealership Action: dneighbo bolts on his anti truck helmet hmmm, what's printed on the bottom of this thing......(C)2001 Matchbox dneighbo: i think you won't need the helmet Hmmm. Food! jamest roflmao man i wish these dumb programs would finish so i could go home i think im just an overpriced 'babysitter' sometimes :) Action: jamest pictures mrs masta at home.....man, i hope those hidden copies of OS/390 seti@maricopa work so he doesn't come home Action: dsmith is happy to be home on his cable modem with food being prepared in the kitchen we just got a Papa Murphy's Pizza here 2 days ago i feel sorry for my circulatory system sweet debian comes packaged w/ my favorite bbs game :) 'dopewars' papa murphy? never heard of it they rock cheap pizza Action: dneighbo misses new york pizza :( pizza joint & pizza join too jamest: what city? however they don't save money by making cheap pizza manhattan, ks they don't cook the pizza so you take it home raw and cook it yourself Action: neilt misses chicago pizza chicago pizza is good, but different i think of chicago pizza as mroe like a meal you bet ny pizza is more like junk food :) We got a pizza place right next to the office. Every time I leave to go home I smell cheeze and mushrooms. Mmmm! nothing compares to good chicago pizza Action: dneighbo is a pizzaholic so chicago, new york, you name it im there :) you dudes are making me hungry you can forget northern virginia no pizza here dneighbo: mmmmm pizzaa Mmmmm. Piiiiiizzza! luckily wife packed me second evil weakness for lunch (chocolate chip cookies) and there are some on my desk :) dozens of pizza shops that should just close now pizza is better Action: dneighbo needs a bib, this pizza talk has me droolig all over when we were in San Fran jason and i were up late messing with gnue and at like 11pm we decided to order a pizza and i had to call like 5 places to find one that was open neilt: you guys...... i was like wtf! i haven't been able to segfault geas in 2 days that's not right man cool in arizona (which is town that goes to sleep at 5pm) the pizza shops deont close until 3am however the client won't run on solaris (addrbook.py) Action: dsmith off to eat. Not pizza though. i did find though that SF geeks seem to prefer asian food (sushi, chinese) to pizza :( my problem is that i like all food neilt :) sushi is great but i have not had it in the states only japan and china i dont think i would eat sushi in chicago :) only near the coast :) my thoughts exactly although i suppose enough wasabi could cover up about anything ;) i as thinking saki would do it too rofl yeah a bit of sake would help the rank fish go down :) :) i think thats how most people end up eating sushi for the first time anyhow :) too much sake :) well my programs finished im out xmas decorating tonight so probably see you all tomorrow or sometime later.... dneighbo: later dneighbo (dneighbo@mail.libertydistribution.com) left irc: "[BX] With a BitchX here and a BitchX there, here a BitchX there a BitchX everywhere a BitchX" jamest: why wont the clint run on sun segfaults on import CORBA an orbitPython thing dsmith (dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) left irc: Ping timeout: 181 seconds exciting if you say so was kinda pissing me off :) and now now I'm working on the geas driver and so far I'm not pissed off give me a bit :) :) dsmith (~dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) joined #gnuenterprise. we want to change the idl for lookups but are waiting for you all to say this is how it should work s/lookup/queries/ i don't know yet i spoke w/ reinhard about it this morning cool, just looking at the log now later all neilt (neilt@dhcp64-134-54-175.chan.dca.wayport.net) left irc: "later all" Isomer (dahoose@210-86-56-90.jetstart.xtra.co.nz) left irc: "Client Exiting" Isomer (dahoose@210-86-56-90.jetstart.xtra.co.nz) joined #gnuenterprise. jcater (jason@24.92.70.201) left irc: Ping timeout: 181 seconds mdean (mdean@mkc-65-28-73-63.kc.rr.com) left irc: Ping timeout: 181 seconds mdean (~mdean@mkc-65-28-73-63.kc.rr.com) joined #gnuenterprise. hi mdean saw you added some email features to DCL ajmitch (me@p56-max3.dun.ihug.co.nz) left irc: Ping timeout: 181 seconds jcater (~jason@24.92.70.201) joined #gnuenterprise. damn cable modem Action: jcater is away: my lazy ass inlaws can't get food for themselves ajmitch (~me@p33-max11.dun.ihug.co.nz) joined #gnuenterprise. jcater: cable modem good. phone modem bad. Action: jcater is back (gone 00:30:34) sure... when they work :) rdean (~rdean@chcgil2-ar2-052-243.chcgil2.dsl.gtei.net) joined #gnuenterprise. jamest (jamest@fh-dialup-201191.flinthills.com) left irc: "[x]chat" Isomer (dahoose@210-86-56-90.jetstart.xtra.co.nz) left irc: Ping timeout: 181 seconds derek (~derek@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. dres (dres@4.18.171.42) left irc: "see ya" run! too late sucka derek: there's a surprise for you in designer's cvs tree :) hehe hmmmmmmmmm is the form now separate :) yes my internet went down this evening, so I had to have something to do rofl cool i still think there is value in putting the 'code' editor where the form was before but just having the form separate will be bliss especially if when yuo create a new form well onlythe form is created I did that too (I had to have something to put in that split pane) :) perfect the editor still bites the big one tho jcater thats ok I need to study boa construction and see how they did their code editor eventually we will make it so you can 'embed' your favorite editor :) hmm vi embeds? although i would rather just see an ok editor with full object completion (introspection) being able to type something like datasource. and having it give me a list of things that are valid babysteps is much more effect than really cool editor features of vi/emacs :) I'd just like for it not to crash but yes baby steps i agree :) hehe that's gonna be the codename for the 0.3.0 release of designer "baby steps" they have a bonobo component for vim i had some other designer ideas that i was just gonna 'add' Action: chillywilly saw that on the gnome news j/k lol so you can write your emails in evolution with vim and I will codename the first reports engine as "trout" 'cause it smells fishy rofl dood was at the store tonight they were giving away free donuts i thought man, second time free donuts available today Action: derek needs teleporter lol haha Action: chillywilly is going to get jcater a krispy kreme gift certificate for christmas :) oooooooh then I'll have to stop picking on you hmm donuts picking on chilly donuts picking on chilly sigh donuts :) yay! um, jcater how hard will it be to share the elements for forms in designer donuts win! i.e. the object browser, code window, property dialog Isomer (dahoose@210-86-56-90.jetstart.xtra.co.nz) joined #gnuenterprise. so there is only one of each of those at all times at the moment, difficult and when you open/add a form it just creates the new layout editor but that's part of the 0.3.0 goal list and whichever layouteditor has focus will be in the property window/etc ok cool so it is on your mind, thats good enough for me :) I need to learn a few wx tricks, firstr (like reparenting panels) if 0.3.0 is 'baby steps' i wonder what 0.5.0 will be? 'time for new shoes' 0.3.0 will be "potty training with gnue" err, 0.5.0 0.7.0 will be "the kindergarten years" ok two things i thought of 'tell me what you think' for desinger a. ability to edit the gnue.conf file b. ability to edit the connecitons.conf file (with introspection) im thinking write separate 'utilities' to do these two things um hmmm but have them 'callable' from designer I never envisioned designer editing configuration files connections.conf especially I thought that would be a job for our new setup program more i think about connections.conf its similar to borlands bde the way they did it was they had a bde config tool but that tool was available in the IDE via Tools -> BDE Configuration or something we can do that but I have one issue with that to me, designer is a developer's tool so i definitely see it as a 'stand alone' but can be 'called' from designer connections.conf is something a sysadmin tinkers with that's fine i only half agree I'm ok with that approach if the sysadmin dont want a developer touching it, dont give them rights :) but in most business environments ive been in umm.. text editors are for editing TEXT configuration files ;-) on the 'application' spaces the developers has sysadmin powers that wasn't my point Mr_You: yes i agree, BUT im sorry people will ask for a gui tool derek: most developers have no problems using a gui tool, vi, pico, or such my marketing plan is to sell this as something that can be used by non IT folks to a degree ah or 'business class' IT folks and not hackers I see where your going and they will want a way to add connections so to market this as an access replacement, you need for them to edit configuration files gooey-ily :) derek: they are called application support (specialist) and they know how to get things done ;-) maybe im way off base, but i think there is value in this I don't see how its possible.. especially if its introspection so the software can recognize what 'drivers' are there (or try) then you can add them if it didnt find them once the drivers there to add a new db it will give you a list of valid db's anyhow if this is issue dont sweat it one method could be to import the config into a db table and use a remote db client to manage the config (or Forms Client) i will whip something up that is ugly code nah but does what i think it shoujld do I actually have code that reads and writes these files we just need a gui for that code (I try to stay one step ahead of you, derek :) what if i take a look at the gui and maybe whip up a stupid like form then you can bind that to your goodies I'm a firm believer that anyone installing this software should have no problems ftping or locally editting the config file with their favorite editor or show me the goodies so i can be of some destruction er help jcater: but how do you edit this from remote? remote? im a firm believer that someone who thinks access is kind of hard should be productive in gnue :) I thought this discussion was about managing a config file on a server locally or remotely um its not necessarily on a server I think we were talking about a local install depends on how you configure gnue (desktop style install) it could be local to every machine as this is two tier my point being, sure you could create a GUI that can be exported to a remote X server on a desktop, but whats the point if its a text file? i see this as the folks making the 'mods' for the app will use this to create thier companies 'standard' file ok, you're talking about an editor for GNUe Forms client? then copy that file out to the users config connections.conf would be nice to have one for forms gnue.conf as well they are the same format and make that callable from inside forms perhaps even as 'preferences' or 'options' but i dont want to side track us I dunno.. I consider text file gui editors redundant depends on the target audience emacs works fine for me :) i just was thinking about this on way home one day so figured i would bring it up, didnt mean to have long conversation on it :) derek: i can see that.. but here's the thing, you'll want to redistribute that connections.conf file across all desktops Mr_You: think of "MS Access" replacement two different audiences the audience you are describing would more than likely use vi :) good luck ;-) ? good luck on marketing GNUe as an MS Access replacement oh, I'm already marketing GNUe to "somewhat" knowledgable programmers who use access as those users will have no clue and would rather stick with MS Access. ajmitch (me@p33-max11.dun.ihug.co.nz) left irc: Read error: 113 (No route to host) users like that make decisions not based on anything except media/marketing agendas not all access users "have no clue"... if I need a database and one happens to be included with my office suite, that's what I'm using since I have no other option but paying $$$$ btw, I used access for quite a bit of stuff at work "cause it was my only reasonable option" :) thats what I meant by my second comment they don't change, because it was already included and works fine, they won't change til that computer dies hehe I'm all for it happening, but thats the last spot I'll be marketing GNUe as a server is much more important and critical than a desktop well, it's a good thing to have different marketing perspectives within the project jcater: i agree i use access WAY more than i like to admit as its free and i dont have to bug a db2 admin to do things with it when i say free (i mean already installed) not free as in no cost look at it this way the FIRST problem with getting these users to move to GNUe is to create a seamless clueless proof migration method because all their data is in Access well, let me speak of my experences :) I know more than one person (my mom included) who uses Access as a "forms" client in which their data is in some other database most of maricopa county does this :) this is not speaking of "another ms luser" that doesn't solve the problem above ;-) Mr_You: it's a different problem we will not convert every access user (or even a fraction) BUT I know of MANY instances where gnuef will be useful and possibly even used :) plus you are referring to existing users but you see what I mean? we have two different access users.. one with access backend (probably single user access) another will db backend to access frontend which may require no migration and chances are have multiple users using this db (correct?) I thought we were discussing the goal of #1 there's many, many projects that haven't even been dreamed up but I'm only discussing a specific point that should probably be considered FAR before "how can usual "access user" change config of forms client" well, part of what derek wants it the autocreation of this file (as best as I can tell) or at least a New Database Wizard jcater: kind of but yes new db wizard more than anything or edit existing dbs I'm just ranting a bit... I just think its premature to attempt to convert current single user access db users to GNUe without having a complete migration plan first as two common questions will be a. where is this file i need to edit and b. what are my choices ive already fielded at least 10 of these in this channel i.e. what is the value for psycopg driver derek: problem solved: associate a text editor with the short cut to the file ;-) what is the value for oracle driver etc if these were just dropdown boxes that question goes away where is the connections.conf file and for b) add more comments ;-) that question can go away (to a degree) im not saying you CANT edit with an editor well those two solutions can happen today and will solve both your issues Mr_You: i will say different strokes for different folks gnue has always been about choices i see no harm in having both I'm saying in the long run sure.. but short term you could have a and b solved with just an icon and comments in the text file must go for now Action: derek is away: Reloading Crack Pipe lol I need to get back to work :) chillywilly_ (~danielb@d22.as20.nwbl0.wi.voyager.net) joined #gnuenterprise. ajmitch (~me@p34-max1.dun.ihug.co.nz) joined #gnuenterprise. chillywilly (danielb@d31.as4.nwbl0.wi.voyager.net) left irc: Ping timeout: 181 seconds hmmm ppl really need to find something better to do with their time Nick change: chillywilly_ -> chillywilly Se you guys later. l8r dsmith (dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) left irc: "later.." Nick change: rdean -> rdean-away colonel (~arun@202.88.232.184) joined #gnuenterprise. chillywilly (~danielb@d22.as20.nwbl0.wi.voyager.net) left #gnuenterprise ("Philosophers and plow men, each must know his part, to sow a new mentality closer to the heart..."). chillywilly (~danielb@d22.as20.nwbl0.wi.voyager.net) joined #gnuenterprise. colonel: see? I get no respect hey all why dont you guys give some respect to my friend chillywill :) Nick change: jcater -> jcZzz wimp he ran away ran away? most call it "sleep" :) bah no need for that you're an AI jcZzz: why dont you give some respect to my friend we just need to keep feeding you donuts he is worried bah colonel: I am joking you know ;) hehe Action: chillywilly is abot to commit in designer and forms about muuwahahhahahha a simple stupid fix --- Sat Dec 8 2001