lxf (~agus_tea@202.73.120.115) joined #gnuenterprise. lxf (~agus_tea@202.73.120.115) left irc: Connection reset by peer lxf (~agus_tea@202.73.120.115) joined #gnuenterprise. mouns (mouns@kali.mouns.org) joined #gnuenterprise. lxf (~agus_tea@202.73.120.115) left irc: Connection timed out lxf (~agus_tea@202.73.120.115) joined #gnuenterprise. siesel_ (~jan@xdsl-195-14-205-239.netcologne.de) joined #gnuenterprise. siesel (~jan@xdsl-195-14-205-239.netcologne.de) left irc: Read error: 104 (Connection reset by peer) derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) left irc: Read error: 110 (Connection timed out) derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) joined #gnuenterprise. siesel_ (~jan@xdsl-195-14-205-239.netcologne.de) left irc: Read error: 113 (No route to host) dcmwai (~dcmwai@219.95.160.254) left irc: Remote closed the connection SachaS_ (~Sacha@dialup-196-20.wasp.net.au) joined #gnuenterprise. [Rainman] (~rps@203-206-4-97.dial.flow.com.au) joined #gnuenterprise. <[Rainman]> hi all siesel (~jan@xdsl-195-14-205-239.netcologne.de) joined #gnuenterprise. [Rainman] (~rps@203-206-4-97.dial.flow.com.au) left #gnuenterprise. [Rainman] (~chatzilla@203-206-4-97.dial.flow.com.au) joined #gnuenterprise. <[Rainman]> hi guys [Rainman] (~chatzilla@203-206-4-97.dial.flow.com.au) left irc: dcmwai (~dcmwai@219.95.61.187) joined #gnuenterprise. R45 (~rastabeen@cuscon626.tstt.net.tt) joined #gnuenterprise. mouns (mouns@kali.mouns.org) left irc: Read error: 60 (Operation timed out) mouns (mouns@kali.mouns.org) joined #gnuenterprise. siesel_ (~jan@xdsl-213-196-192-199.netcologne.de) joined #gnuenterprise. siesel (~jan@xdsl-195-14-205-239.netcologne.de) left irc: Read error: 104 (Connection reset by peer) siesel_ (~jan@xdsl-213-196-192-199.netcologne.de) left irc: Client Quit jbailey (~jbailey@CPE0060082df811-CM014260028338.cpe.net.cable.rogers.com) joined #gnuenterprise. anynews on the application server with web output yet? SachaS_ (~Sacha@dialup-196-20.wasp.net.au) left #gnuenterprise ("Client exiting"). jcater (~jcater@cpe-066-061-071-129.midsouth.rr.com) left irc: Read error: 110 (Connection timed out) grrrr. i cant open evolution under KDE (*how sad is that) but i need to get my "tasks" brb switching to gnoem for a minute derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) left irc: "Bye Bye" jamest (~jamest@ppp-66-142-210-151.dsl.tpkaks.swbell.net) joined #gnuenterprise. R45 (~rastabeen@cuscon626.tstt.net.tt) left irc: btami (~btami@ngprs.pannongsm.hu) joined #gnuenterprise. siesel (~jan@xdsl-213-196-192-199.netcologne.de) joined #gnuenterprise. btami: i saw some scrollbar commits you added working scrollbar tied to record navigation ? s/added/adding yes cool is it complete? some ideas from papo yes but not tested too much ah, i didn't notice, is only win32 widget supported moment... back wx, and win32 is ready cool i have to say some thigs are not clear to me scrollbars now only for blocks with rows="xx" but tere is entry with rows="xx" too there why scrollbars only for rows="XX" they really shouldn't care about the # of visible rows hmm because the block rows="xx" is a shortcut for putting rows on each item s/item/entry Action: jamest has some forms with block rows=10 and individual fields = 1 so the commonly altered fields are in a grid and the less altered, more detail related fields only display for the current "selected" record am I making sense? yes then you dont want to use rows for page size in scrollbars ? that I don't know jcater (~jcater@cpe-066-061-086-142.midsouth.rr.com) joined #gnuenterprise. i assume that the scrollbar setup just does a jumpToRecord = current +/- X and X=? currenr recordset X = whatever you've done now rows? oh :) i've not looked at what you've done i'm asking if that is what it is now :) move scrollbar 1 unit and it moves currentRecord +/- X is that right? and you calculate X based upon the rows yes I'm wondering if X should be an increment attrib of my concern with this is slider size i have no clue how you'd dynamically set that i'm going to soon get a copy of the us zip+4 database that's 30 million entries puting a scrollbar on the zipcode sample form how in the world would you scale that :) you see records 1 thru 10 of 30,000,000 so size the slider to 10/30,000,000th of the total bar size ? :) haha ;) oooooo mabye I could use that as an argument for them buying me a huge new monitor jamest: btw. it seems that the record count function is broken for some db drivers. So it would only be 10/10 records until you move it down. You will need a Very huge Monitor to display all 30,000,000 at a shoot ;) siesel: record count sucks we've got a few ways to do it the python db cursor (IIRC) should return the number of records it's going to pull but it doesn't always work i had a select count(*) in there but that started giving me troubles with someone using the distinct option on datasources the other ways (SELECT COUNT...) seems to have other drawback, or you wouldn't have changed it select count(distinct *) from foo where bar="111"; isn't valid sql which is how it was working someone was using distinct on a datasource and it was blowing up forms Action: dcmwai kept on listening but if I removed the distinct from the select count(*) then it was returning too big a number in those cases possibly we should add a flag per driver or move the select count stuff into a seperate function, which can be inherited the count stuff does need moved to each driver but are db drivers that don't return the proper count considered broken? yes, they should :) bbl siesel (~jan@xdsl-213-196-192-199.netcologne.de) left irc: "Client exiting" jamest: do you want to chage scrollbar page size from rows="xx" of block to page="xx" of scrollbar ? i dunno i never thought this thru just added the basic scrollbar placeholder and quit :) please play with current implementation first, in the hopes some fool^H^H^H^Hvictim^H^H^H^H^H^H one else would implement it :) :) i will do so today jcater (~jcater@cpe-066-061-086-142.midsouth.rr.com) left irc: Read error: 110 (Connection timed out) right now I'm in java mode Action: jamest luvs that java btw. i have 1 problem with scrollbars you should talk to the guy that's working on them now yeah, thats it it comes from "entry with not accurate" bug in win32 i'v added a correction height = self.itemHeight+2 width = self.itemWidth+8 in entry.py and width="1" is correct now for an entry but wx, gtk2, qt has the bug i don't get the entry width isn't accurate bug we set the width of the char to the max width of chars reported by the ui system try to create a form i've seen it on zipcodes with 1 entry width="1" and try and use it the cursor and the border needs some pixels yeah, i've seen this so, if i put a scrollbar into a gfd with x="xx" it's good for wx and others but owerlaps in win32 koz in win32 entry widgets are wider a bit ( 8 pixel) :( :( if you don't like this problem to solve, i have another bug for you:) jcater: the prequery="Y" not the same as prepare query than exec query the first doesn't fires triggers hmm doesn't sets up scrollbars that's a bug :) Action: dcmwai yawn* gack! sh: -c: line 1: syntax error near unexpected token `newline' sh: -c: line 1: `time' :( ¤é 8¤ë 24 00:58:04 MYT 2003 dcmwai? jcater (~jcater@cpe-066-061-086-142.midsouth.rr.com) joined #gnuenterprise. i think the prequery="Y" is done in the datasources Action: dcmwai just tell it is very late and need to sleep now :) vs the other stuff is handled at the form level i seriously doubt this will be as simple as moving the prequery into a later phase during phaseInit as i don't think the query triggers are even in the datasource i'll try and take a look this afternoon as I **need** to gnue i'm sick of this java shit er, i mean, I'm sick of working on my current project no, you like it :) i do? are you sure? no :) :) jamest: have you got any idea how to solve this entry width issue? not really as the UI is supposed to tell us the max width if it's wrong i'm not sure what to do oooooo no, it's not wrong, but we get the max width of character but we never ask for the current spacing between characters should we have to do that? as IIRC there is nothing that tracks the space between the letters w and we in "we" no, the problem is not this ok the ui tells us the correct max width of char for output but tells nothing about extra width needed for input this is the problem, IMO I've been wondering around the block? if we shouldn't just make all fonts inside controls be 1 pt size smaller as we set combo boxes, buttons, etc, to fill in a 12 pt character cell but then try to put 12 pt text inside it works for me might make combo boxes behave too as far as sizing goes another nice font issue if I run forms remote the fonts are wack and changes per machine i have 3 machines newton - my gnue box , headless hobbes - my workstation justapc - a user workstatoin runing forms on newtom from hobbes everthing looks fine runing forms on newtom from justapc everthing is much, much smaller. barely readable setting the pointSize per user is ok, but if the justapc user logs into hobbes they will be way too big btami: what do you think about font size suggestion? i don't know enough about fonts 1 pt=? pixel it will solve width="1" entry problem really? R45 (~rastabeen@cuscon626.tstt.net.tt) joined #gnuenterprise. it's worth testing i wonder how it'll handle missing font sizes as aren't some fonts only really availabe in 12,10,8,etc sigh I offer suggestions and you have to come up w/negatives :) it's what i do Action: dcmwai is away: Sleeping, Good Night Nick change: dcmwai -> dcmwai|AWAY btami (~btami@ngprs.pannongsm.hu) left irc: psu (psu@public1-wear2-3-cust70.midd.broadband.ntl.com) joined #gnuenterprise. hey psu hi gnue traffic 95 has gone off to be posted, should be up RSN and i've been keen and made a start on #96 (due next Sat) cool is there a working sample of scrollbar somewhere? Action: jamest is away: meeting Nick change: chillywi1ly -> chillywilly derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) joined #gnuenterprise. hi derek Vee2d2: see http://c2.com/cgi/wiki?WikiGettingStartedFaq re wiki psu (psu@public1-wear2-3-cust70.midd.broadband.ntl.com) left #gnuenterprise. btami (~btami@ngprs.pannongsm.hu) joined #gnuenterprise. jbailey (~jbailey@CPE0060082df811-CM014260028338.cpe.net.cable.rogers.com) left irc: "Client exiting" shady (~shady@12-248-203-91.client.attbi.com) joined #gnuenterprise. Nick change: shady -> shady1547 shady1547 (~shady@12-248-203-91.client.attbi.com) left irc: "Client Exiting" chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) left irc: "Lost terminal" chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) joined #gnuenterprise. tamas (~btami@ngprs.pannongsm.hu) joined #gnuenterprise. btami (~btami@ngprs.pannongsm.hu) left irc: Read error: 110 (Connection timed out) Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) left irc: Remote closed the connection Nick change: tamas -> btami Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) joined #gnuenterprise. on my system the fill in fields use a smaller font already it looks funny when you hit max chars without hitting the end of the field, but it's not that big of a deal I had another setup where the filled in text overfilled the field, that's worse yeah what is the difference of two setup? btami: I don't know :) I think they were even both on the same system as I only have GNUe installed on one machine :) mouns (mouns@kali.mouns.org) left irc: Remote closed the connection Action: jamest is back (gone 03:00:44) Stoke (~stoker@dpvc-141-149-254-50.buff.east.verizon.net) left irc: Remote closed the connection Stoke (~stoker@dpvc-141-149-254-50.buff.east.verizon.net) joined #gnuenterprise. btami (~btami@ngprs.pannongsm.hu) left irc: i missed something..... derek: is the image ready for next Sat? perspiring minds want to know lxf (~agus_tea@202.73.120.115) left irc: Read error: 104 (Connection reset by peer) no they had gaming tournament and wouldn't let us come down today going to try to do on friday (sigh) hmm, what do you need? could I try to set it up during the week? well depends on what they want Could you get a disk image at home, then plug it in and see if it works? personally it sounds like they have no GNU/Linux experience they are typical "i installed red hat" user derek: they're close Action: derek can not see how any self respecting GNU/Linux user could use anything but debian on a server imho supposedly they got someone who knows what he's doing, though s/user/administrator but it looks like we will have to install debian on a workstation if we want debian (which isnt worth it to me) derek: I know intelligent people who do worse thinks like using *BSD or Solaris :) i dont have time to do a debian instal lwith LTSP seriously BSD or Solaris isnt bad choice i.e. i can see reasons for using them i cant see reasson for red hat :) on server but i digress i dont want to configure crap so i will probalby use their red hat image how about Knoppix LTSP? Action: derek just knows i will be spending 6 hours installing GNU Enterprise Action: LuftHans needs to try that. that quick? :) 4 of it downloading dependencies and remembering how in the hell to init and configure postgers on a stupid machine LuftHans: on a debian box i can install GNU Enterprise in about 30 minutes w/ high speed connection if not 15 well, put postgres on your laptop i have postgres on my laptop just my laptop isnt "secured" then you don't need to install it elsewhere :) so not sure i would enjoy putting it on public network but that was my backup contigency plan Action: derek runs to beat his children I can put together a debian 'server' for the event. let me know what you want on it. I can probably give you network access to it during the week, so you can set stuff up LuftHans: that might work as long as you dont do frankenstein debian er woody or sid right from repositories no knoppix crap etc. :) Action: derek is picky nope, all debian all the time basically until recently i was still using potato disks woody or sarge then doing an dist-upgrade no sarge woody or sid erek> er woody or sid right from repositories sarge is sh!t sarge is good Action: derek wont fight a sarge box sid or woody or its not worth your effort the only sarge probs I have are with video stuff from unofficial sources sarge is just poorly supported if you truly want to help debian its good to use sarge it works great for me if you need newer stuff than woody... you may as well use sid as at least then you can get stuff fixed quickly if it's preferable to use sid over sarge then debian should give up creating dists it depends on what you need if you want to TEST the next stable distribution you should using sarge if you want state of art packaging and are willing to suffer some minor oddities use sid if you want stable stuff with some newer popular pacakges use Woody with backported apt lines to me sarge is useless as an enduser distribution unless you are interested in helping prepare for the next stable release of debian well, I forget, X is borked in all 3 :( i.e. it has a purpose, but not to the general end user i see about the same amount of "oddities" in sarge as in sid only they get fixed quicker in sid and i get more current pacakging in sid so i cant justify using sarge imho they also get broken quicker and more often in sid bah, I need to get woody and a half working fwiw you'll need wx 2.4 which is not in woody so if you go woody, you' re gonna have to bastardize it but it is in sarge :) preferences and -t makes it pretty easy, though BTW, https://www.LuftHans.com/unix/, see cafod ( Care and Feeding of debian ) Action: LuftHans needs to update that. jcater: i thought you put up a woody package for 2.4? I did just be aware so no big deal you can't go plain woody im not worried about that ok then ignore me i want to START with plain woody :) :) ok... using gnue-sb contact manager to compile list for attendees wish me luck hey found a bug in forms will play more before i report it though derek: I'll work on getting a box up for you tomorrow second bug found dcmwai|AWAY (~dcmwai@219.95.61.187) left irc: "Client exiting" appears file|close doesn't work but the close button does yeah, I noticed that last night :( are you running the released versions? definitely file|close doesnt work but have another bug i think too yeah 0.5.1 good wx UI driver you told me to avoid cvs ;) j/k because I somehow fucked up cvs's designer yesterday even though I branched so I'm glad you didn't listen :) another oddity when using forms with entry widget = multiple rows you can't click into the next row while this isnt murder for me (i use keyboard 90% of the time) it will kill normal users that have mouse fetishes it kills the accountant in me because enter doesnt go to next line either :) it works like a "tab" im used to financial packages etc where tab goes to next column and enter goes to next row click into next row? with the mouse? that works for me cant click into the next row yeah, I've noticed this too jamest: can't click into a new record not the next record let me try again if you query a multi-row table but basically you have to "create" a row notice the line under the last record is greyed out before you can click into it which means you can't click into it right you have to click into the last full row and down arrow right if the rows have data, you can click into them this was one of those "it needs to tbe fixed... but we also need a release soon" bugs i think jcater understands what im after... i would classify it as "cosmetic" so to speak it likely has always worked like this I think it was actually introduced in 0.5.0 grr big trouble little china DB000: message = event._form.changeFocus(newEntry) DB000: File "/usr/local/gnue/lib/python/gnue/forms/GFForm.py", line 294, in changeFocus DB000: val = self._currentEntry.getValue() DB000: AttributeError: GFButton instance has no attribute 'getValue' Action: derek goe sto do some research hmmm i can figure a way to not make that happen, but looks like a bug OR im using an outdated function also looks like one of the trigger types is obsolete or broken (but will report later) too many bugs..... i get lynched :) true dat I'm glad we see eye to eye :) hans..... if you want RCS, postgres, and good luvin (debian) for free let me know i will put you on freeloader or we can put you on ash (gnuenterprises servers) for azoto button gray out stuff broken can't insert new records... after second querying rofl... just noticed on the Navigation Menu it say "next entry" ------ return jcater/jamest you wnat me to wait until you around and submit bugs to irc channel? want me to submit them to dcl or want me to email devel list or.... you want me to fix them.... Action: derek notes that last threat should produce action ;) are those the only options? Action: jcater may be around later tonight I'm painting right now he could find some more bugs instead... gack! R45 (~rastabeen@cuscon626.tstt.net.tt) left irc: heheh Action: chillywilly watches the Packers derek: you OK with giving shell access to some of the unwashed masses? Action: LuftHans wants to make it easy for people to be on the 'web team', but maybe have limited approval mgrs derek: UML setup would be great LuftHans: were you going to workshop LuftHans: UML sucksass (but i wont argue about it now too busy) we can give shell access (just not to the world) derek: I sent you email to reserve a position as soon as I knew about it Action: derek sees little need for most people to have shell access I believe I also mentioned it in here :) i would argue heavliy that we make it CVS based or dyanmic (yuck) i.e. people don't scp/ftp files they check them into cvs or they go to a webpage and enter content and press ok derek: I'm even planning on getting up early for it :) actually, that's true, they need cvs access, not shell access I need shell access and a couple other people, but that can be limited to a few people as I say, I'd prefer to allow many people to submit changes, but limit the number of people who can release them to the live site maybe relax that for some portions of the site don't need UML if we're limiting access to the box looks like i have 17 people signed up LuftHans: i think we can give a few people shell accounts if necessary it's up to you all along i have wanted to stay out of it for but i want to make sure you have the tools you need derek: for me and for a couple of people I can dump stuff on :) your box is in a real data center with redundant Net connections and backups and everything, right? well a 40million company that does all business via EDI relies on it i'm not going to say 99.999% up time but it aint no friggin DSL connection it has backups UPS power supplies etc but its not a banks data center derek: well there are plenty of high dollar companies that have depended on m$, enron, anderson, worldcom, Ohio Power, ... :) yes i want to make it clear down time is possible, but its pretty reliable it should be better than Nick's house :) If you have multiple vendors supplying the connections to the Net and UPS that should be good i would probably rate it at about 98% uptime w/o multiple Net connections it still might be OK, but I'll leave room for others to bitch generally the problems are extended power outages (old building, we moved to BRAND NEW BUILT building) or darn Telecom provider screw ups (generally when we switched to some new providers and upgraded some lines) oh report master do you live today? Action: derek lays a fresh dozen of KK on the table opens the lid puts a fan in behind them... points it at jcater turns on high sits down and waits....... jcater: message me when you get back, been long time since i dorked with reports have a few questions think im wanting to do a mail merge and shove out via email jcater_ (~jcater@cpe-066-061-086-142.midsouth.rr.com) joined #gnuenterprise. R45 (~rastabeen@cuscon3077.tstt.net.tt) joined #gnuenterprise. jcater (~jcater@cpe-066-061-086-142.midsouth.rr.com) left irc: Read error: 113 (No route to host) Nick change: jcater_ -> jcater --- Sun Aug 24 2003