Changes

Jump to: navigation, search

Team B IRC Logs 20103 - OOP344

7,297 bytes added, 21:44, 14 October 2010
Added log for Oct14,2010
<jrobinson7> i jus saved
<obogomaz> don't forget to commit it
 
 
<p>'''-Oct14, 2010'''</p>
 
Query view for “jrobinson7” opened.
<jrobinson7> hey u there?
=== jrobinson7 <~Jim@CPE001d7e527dfa-CM00111ae5c584.cpe.net.cable.rogers.com> “Jim”
=== jrobinson7: member of #seneca-oop344
=== jrobinson7: attached to asimov.freenode.net “TX, USA”
--- End of WHOIS information for jrobinson7.
<obogomaz> hey, just started on oop?
<obogomaz> sorry not a question..
<jrobinson7> lol
<jrobinson7> ya i cant merge this crap
<jrobinson7> i tried adding in the code i made different and it wont compile
<jrobinson7> and it wont let me merge
<obogomaz> why wont compile?
<jrobinson7> dont know bunch of errors
<jrobinson7> and if i dont add it in i cant merge cause svn doesn't know wtf it is
<jrobinson7> but my files work great, just wont merge
<obogomaz> just add your functions one by one, never mines iol_edit or main
<jrobinson7> so wut would u like me to do for iol_edit?
<obogomaz> not sure, give me 10-15in to look it over again and i'll let u know
<jrobinson7> kk sounds good
<obogomaz> ok, do you want to work on home key, it works but there is a bug somewhere?
<jrobinson7> lol i'll take a look in a min
<jrobinson7> everything commited?
<obogomaz> good, just read the iol_edit description for a few min, i'll commit in 5 -10 min
<obogomaz> hey, are u there?
<jrobinson7> ya just working on dbs
<obogomaz> Ok, i just committed my branch
<obogomaz> if you want to work on Home and END keys
<obogomaz> take iol.2 from my branch
<jrobinson7> alright im gonna work on it outside of svn
<obogomaz> now, there are two tests for home and end keys
<obogomaz> one in the beginning of testmain
<obogomaz> and one in the middle
<obogomaz> for different modes
<jrobinson7> so dont take iol.3?
<obogomaz> i can get them to work fine for each test but it is somting to do with texteditor on and off
<obogomaz> see if you can spot a problem, feel free to modify anything else, just let me know
<jrobinson7> but dont take iol.3?
<obogomaz> o, by the way, how is Kaitlyn?
<jrobinson7> i dunno
<jrobinson7> lol
<jrobinson7> iol.2 or iol.3????
<obogomaz> iol.2 and iol.3 same, i just made a copy rigth now
<obogomaz> i'll work on 3 so i'll be modified
<jrobinson7> ahhh kk
<obogomaz> you should ask
<obogomaz> here
<jrobinson7> huh?
<obogomaz> ...corection...her
<jrobinson7> how? lol
<obogomaz> i dunno
<obogomaz> mail
<obogomaz> phone
<obogomaz> in person, may be
<jrobinson7> lol
<jrobinson7> home just crashed the program haha
<obogomaz> that hacking class really help ...
<jrobinson7> lol
<jrobinson7> im getting so confused lookin at this
<obogomaz> trust me i know
<jrobinson7> alright so i took out done = 1 just to see wut would happen, and it works, but im still not sure wut this textedit crap is
<obogomaz> it works with both tests?
<jrobinson7> haven't done his test
<jrobinson7> which number is it?
<obogomaz> not sure start from 1
<obogomaz> mark wc ones not workg
<obogomaz> damn, somthinf wrong with my wireless keyboard
<obogomaz> misses letters
<jrobinson7> hmmm
<jrobinson7> this is tough lol
<jrobinson7> so in the code, how can it tell if anymore characters can be entered?
<jrobinson7> i think i found something wrong with overstrike mode
<obogomaz> if str < maxdatalen
[ERROR] The command “/” is not known to the server.
<jrobinson7> yes
<obogomaz> ??
<jrobinson7> thats wrong
<obogomaz> what?
<jrobinson7> since it replaces characters, it doesn't matter if the field is full
<jrobinson7> jus has to check if its at the end of it
<obogomaz> that is the same, once it's at the nd wont go anyore
<jrobinson7> no
<jrobinson7> if ur at the beginning of the string and the feild is full and overstrike is on
<jrobinson7> you can still type in it
<jrobinson7> but with that statement it shows the strlen is full and wont edit it
<obogomaz> that's why <=
<jrobinson7> lol
<jrobinson7> u dont get what i mean
<jrobinson7> or
<jrobinson7> i dont get it
<jrobinson7> lol
<jrobinson7> im so lost in this code
<obogomaz> let me test it quickly
<jrobinson7> ya i think im wrong
<jrobinson7> i was looking at a test that has to do with insert, but was looking in overstrike lol
<jrobinson7> ya im stuck at test 9.6
<jrobinson7> ok isTextEditor
<obogomaz> what do u mean?
<jrobinson7> wtf is it
<jrobinson7> lol
<obogomaz> that is what confuses the hell out of me...istexteditor
<jrobinson7> lol
<jrobinson7> i dont think u have to check it when some1 is typing in crap
<obogomaz> overstrike mode modified now, works 100%
<jrobinson7> cause in 9.6 its set to 0 so it wont add anything in the txtbox but is suppose to
<obogomaz> i know i was going to look into that now
<obogomaz> you are probably right, i was going to test it without istext on
<obogomaz> Ok, passed 9.6 when not checking for isTextEditor, we'll leave it at that...
<obogomaz> good eye
<obogomaz> i think once we get home and End keys working properly, we are almost done....
<obogomaz> Home key done, tested and working, we'll do end key now
<jrobinson7> i think it is working fine
<jrobinson7> home and end
<jrobinson7> and ya daleee said we dont need to check it
<obogomaz> what
<obogomaz> there are more tests for home and end around 9.16
<jrobinson7> o ok im not there yet lol
<jrobinson7> uh oh i failed 9.9 lol
<jrobinson7> got to 9.19 before failing
<obogomaz> forget it, i'll leave it till tomorrow, the rest all fail too
<jrobinson7> lol well i got to 9.19
<obogomaz> i think i know where the rest of the problems are, end key sold be ok to fix and the make the left right keys to terminate the function when sift has happened
<jrobinson7> i crashed it during the test when it said hit any button and i hate space and it crashed lol
<jrobinson7> and im having trouble with end
<obogomaz> let me know if you fix any more problems, i'll go see what the wify is up to...
<obogomaz> no good...
<obogomaz> went for stupid exray after school
<jrobinson7> ah howd that go
<obogomaz> wrist may be broken
<obogomaz> find out tomorrow
<jrobinson7> damn that sux man
<obogomaz> i hope they don't put the cast
<obogomaz> i committed iol.3 in my branches if you need it
<jrobinson7> alright kool
<jrobinson7> thats with outdated code of mine lol
<obogomaz> so did u manage to merge to trunk
<jrobinson7> no but i jus got end to work i believe
<obogomaz> cool, how, there is more stuff to code about [Section #1] IsTextEditor and *offset
1
edit

Navigation menu