| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> so it shouldnt matter <1> it won't matter which is which <0> so usb will be better for me - very nice - thank you <2> http://www.youtube.com/watch?v=trUsI7-EuDQ <3> heh <3> that kid will never be the same <4> mornin' <2> just wait until someone reminds him of that link in a few years.. :) <3> i have this feeling i'll read about him in the news then <4> i think this would be a great tactic in meetings also... in the middle of your powerpoint presentation, scare the meeting awake again ;) <3> rofl <1> i think its already been a few years, joe <4> doesnt the timestamp in the picture say 2006 ? <4> feb 8 2006 <4> and in newly acquired features of bds2006: every random now and then the object displorer disappears. have to press f11 to make it re-appear <4> er bds2005
<5> http://cafe.gomorning.com/index.php?act=Attach&type=post&id=2604 <5> lewlz <5> camel toad <4> nice <6> hehe ;) <2> i've got a feeling the kid in question wrote the whole letter to the problem person.. <4> hm when an exception occurrs and you click something in the call stack, then its the return point from whatever function borked that will be highlighted? <4> like - http://dev.never.no/~rune/stack.png - i'm a bit curious there.. <4> i'm guessing something screwed up in .RebuildOrder() .. but dunno why the call stack doesnt list it <3> yeah, its rebuildorder that ****ed <7> :] <7> hey <4> ya, and it doesnt list it on the call stack as it didnt call anything that borked <4> took some thinking here :P <4> i thought i had fixed some weird pointer error, but then this happens at some Xth run of the method <4> whats weird is that i cant see where it happened in RebuildOrder <3> why no antialiasing? <4> hm? <4> on the fonts? <3> yes <4> hate it : <4> :p <3> "font smoothing" as they say <3> hmm <4> atleasto n this monitor it looks poop <3> you dont have an lcd monitor? <4> yes <3> o.O <4> lcd + crt <4> (dual) <3> and you dont like cleartype?! <4> nope. <3> ewww <3> poor soul <3> i'll pray for you <4> :P <3> :P <3> man, i love cleartype <3> i just longed to write **** in tahoma 8pt <4> ~that reminds me.. i thought i changed to dina.. hmm <4> oh that was in vs2005 <4> hmm where do you turn on cleartype again.. display properties somewhere isnt it? <4> ah nm <4> found <8> appearance <8> la. <4> ya. found it.. . looks ugly now <2> take a screeny.. <4> http://dev.never.no/~rune/clear.png <4> harder to read <3> if that's harder to read, somethings wrong imho :) <4> <3 contrast <3> the other one is so "hard" on the eyes, at least here <4> you pussies <3> well <4> =) <3> perhaps my eyes still work ;) <8> looks good to me. <4> it "looks good" but its not like cleartype is what will save my eyes when i sit in front of a computer 16h/day <3> http://lordcrc.no-ip.com/public/morans.jpg <3> ootje: for me it is :)
<3> i got a headache just by the 1 min i looked at your screenie :) <2> think i prefer the original.. <4> LordCrc: i guess i'm um.. . a trained professionsl :D <3> haha <3> http://lordcrc.no-ip.com/public/9550gaylordissalinn1qz.jpg <4> right <4> i think there's some fairy-convention here these days.. saw lots of rainbowcolored banners and **** <9> hola <4> wooh! http://www.tvsquad.com/2006/06/22/new-episodes-of-futurama-coming-to-comedy-central-for-real/ <10> yup <10> good news everyone ! <4> indeed :D <11> it's not round 16 -- it's last 16!! :D <11> or final-16 <12> yo mofos :) <13> happy <13> and before you whinge, read http://eur.i1.yimg.com/eur.yimg.com/i/eu/fifa/a4fi.pdf <13> at the top it says "Round of 16" <11> i still think its last-16 <14> lo <4> hi <4> hunting hi and lo <12> hi ppl ^^ <4> you pinger, you <12> thought i was lagging ;P <14> hey ootje. Kenj. <12> http://www.spoj.pl/problems/FOOL/ <12> hi ki9a, ootje ^^ <14> hrmm <14> did everybody just die or something? <14> Listen to the sound of silence... <15> hello people, I have been able to find how to make every second line in a stringgrid blue, I was wondering if anyone could help with a tip, on how to do the same for dbgrid, first cell white background, second cell blue background , and so on each second cell would be blue . <14> does dbgrid support ownerdraw? <14> else you are better off buying a commercial grid <15> ondrawdatacell, ondrawcollum, now I saw example but those examples are tied to certain things, like if the cell has a certain value it becomes green... <14> right <14> but it should include an index <14> doesn't it? <15> hi, I found the following it works even http://pastebin.ca/69690 , but I'm not quiet sure I understand it thoug <15> this line in question Flip:=dbGrid1.DataSource.DataSet.RecNo mod 2 = 0; <15> since flip is a boolean if it's 1 then yes , else it's no right ? <15> the above line decides wheter it's 0 or 1 ? <14> robert83a: mod 2 is modulus, which is either 0 or 1 <14> so yes <12> ki9a, that's not accurate... the equality ("=") symbol is an operator that returns a boolean... true if both operands are equal, false otherwise (obviously)... mod is modulus which returns the remainder of integer-dividing operand1 with operand2... 0 mod 2 = 0, 1 mod 2 = 1, 2 mod 2 = 0, 3 mod 2 = 1 etc... <12> the operator precedence rules state that mod is calculated before equality... therefore the result of the expression is boolean <4> in c/c++ it would be correct <12> in c you could have had someint mod (2 = 0) <12> i recon it would throw a divide by zero though <12> http://www.daskeyboard.com/ <14> You guys didn't understand what I meant <14> that statement just checks if the recno is odd or even <12> faster to do (someint and 1 = 1) <11> someint or 1 = 1 <14> BromaxSux: well or will always return 1 <14> kenj's statement is right though <11> oh.. a condition.. oops.. <16> ties against croatia, wins the world cup .... small difference there fuzy :P <17> is there a way to capture a global exception and say pop up a modal form that asks the user what he just did ? <16> yea <16> just drop a TApplicationEvents on your form and write an onException handler <18> hmm <18> will it trigger on all exceptions ? <18> ie. if my app just disapeared <16> all uncaught exceptions <16> your application just dissapearing may or may not be the result of an exception <18> ok <18> just trying to be precausious <16> I use it with JCL stack tracing <14> How is that these days mith?
Return to
#delphi or Go to some related
logs:
#computers #windows #politics Dr_Combo valerian root VALERIYANKA #linuxhelp #politics define avied
#narcotics #ubuntu
|
|