Changes

Jump to: navigation, search

Team B IRC Logs 20103 - OOP344

13,859 bytes added, 01:00, 2 December 2010
New log for Dec1
</pre>
<p>'''-Dec1Nov31, 2010'''</p>
<pre>
Channel view for “#rep3” opened.
<obogomaz>
i'll talk to you guys tomorrow, have a good night !!!
</pre>
 
<p>'''-Dec1, 2010'''</p>
<pre>
[INFO]
Channel view for “#rep3” opened.
-->|
YOU (obogomaz) have joined #rep3
-->|
kmcdonald11 (kmcdonald1@CPE00222d2e9fac-CM00222d2e9fa8.cpe.net.cable.rogers.com) has joined #rep3
<kmcdonald11>
oh, hey! sorry. i didn't realize you guys came online
<kmcdonald11>
i did send out a copy of dbs - completed unless i interpretted the last question wrong
<jrobinson7>
lol
<jrobinson7>
ya jus ignore my other msgs
<kmcdonald11>
well it said to show X and Y.. i didn't know if he wanted it both in one select statement or seperate
<kmcdonald11>
and idk.. i did it the way i though
<kmcdonald11>
t
<obogomaz>
cool, can i ask who is workin on what for oop!?
<kmcdonald11>
i think we should run t1-6 first and see what issues remain :)
<kmcdonald11>
i'm going to go grab it all now
<kmcdonald11>
iol.6b is all the recent stuff?
<jrobinson7>
umm thats my stuff
<jrobinson7>
grab iol.6
<jrobinson7>
read the svn log :)
<obogomaz>
not really, i have borders drawing for tests 3 and 5
<jrobinson7>
im going thru the classes fixing random crap
<obogomaz>
looking into exit for check now
<kmcdonald11>
i'm just wondering where i should grab files from :P
<kmcdonald11>
half from iol.6 and half from iol.6b?
<jrobinson7>
haha im trying to put the 2 codes together
<jrobinson7>
cause when the borders were fixed with .6 other things were messing up
<obogomaz>
borders are fixed in just updated border and linedit in iol.6 to make borders print correctly in tests 3 and 5
<jrobinson7>
wuts fixed?
<kmcdonald11>
i'll start from iol.6 then? and try and see what's left to work on
<kmcdonald11>
for t3, the border around the edit comes up but if you try and move it, it doesn't refresh. the editing also seems buggy if you get near the end of the line.. it jumps around and makes you press things twice. idk, we can leave that til the end
<kmcdonald11>
so far, that's the only thing i've found
<kmcdonald11>
moving onto the next test now
<kmcdonald11>
t4's issues are that the top+left corner label doesn't draw anymore, and it also doesn't refresh when you toggle display. it's still missing the borders around the buttons
<jrobinson7>
doesn't clear when u push f1 or escape
<kmcdonald11>
we should make a list of bugs
<kmcdonald11>
for t4? f1 doesn't work for me, but esc does
<kmcdonald11>
my t6's radio button is still bugged
<kmcdonald11>
that's all i found
<kmcdonald11>
a few of them are missing the top+left labels now too
<kmcdonald11>
oh man.. so i just used fardad's tester for t6, and his radio button doesn't toggle. i guess it's not a bug?
<jrobinson7>
ya
<jrobinson7>
no
<jrobinson7>
thats the point of a radio button
<jrobinson7>
can only change it to another radio button
<kmcdonald11>
awesome. alright, so bugs are: 1) 1st label isn't displaying, 2) screen isn't refreshing in t3 and t4 when moving/toggling, 3) f1 isn't escaping t4, 4) misc containers around things aren't displaying still, and t5) popup window is drawing border in the wrong spot
<jrobinson7>
window is fine
<jrobinson7>
well i mean
<jrobinson7>
the txt is off
<kmcdonald11>
really? haha, in mine, the text shows in the right spot but the border is showing half off the screen
<jrobinson7>
well compare it to the teachers test
<jrobinson7>
cause i thought thats wut was wrong untill i saw his test and noticed the popup was down and to the right
<jrobinson7>
is it actually half off the screen? lol
<kmcdonald11>
mine is, but if i open the terminal to be larger, it's like fardad's. so then it's the text that's not getting the positioning. i'll add that to the list
<jrobinson7>
also down arrow busted jus a bit
<jrobinson7>
lol
<kmcdonald11>
appears to be working fine for mine :s
<kmcdonald11>
i made a list of known bugs on wiki to refrence
<kmcdonald11>
ones that are bugs for both of us
<jrobinson7>
u sure?
<jrobinson7>
test 5, push escape
<jrobinson7>
push up, then push down
<kmcdonald11>
ahh, no, when i do that sequence i get the error
<kmcdonald11>
weird
<kmcdonald11>
i'm going to take a look at t5's text and try and align it with the border
<jrobinson7>
k im working on the down arrow
<obogomaz>
i'm looking into why left top lable is not drawing anymore
<jrobinson7>
i am having no luck here
<kmcdonald11>
as soon as the border is drawn, the cursor is in the right place.. it then moves out to the weird spot. i'm slowly narrowing down the source, i believe
<kmcdonald11>
but yeah, it's slow
<obogomaz>
updated border and dialog into iol.6... borders draw ok now, on moving dialog refreshing ok now and top left label draws ok, f2 exits now as well...
<obogomaz>
going to work on esc key in test 6
<obogomaz>
it's not working roght?!
<obogomaz>
i meant right?!
<jrobinson7>
indeed
<kmcdonald11>
hmm.. oleg, in border did you just make one of the drawing loops to:
<kmcdonald11>
y=1; y < _height-1; y++
<kmcdonald11>
or has it always started at 1?
<kmcdonald11>
because border seems to be a little off for t5 now, so i figured i'd try and fix that before trying to solve the alignment thing
<kmcdonald11>
ignore that question. seems to be somthing else causing it
<obogomaz>
i did change it because the border was drawing one more character in height. If you count the number of height lines in tester on matrix it's 13, i believe, and we had 14...because of that the inner border was coming out one line higher...
<obogomaz>
i have test 5 all ok, except that offset issue on help and exit menus...it's gotta be that _data + _offset in draw and edit in linedit that's causing it
<obogomaz>
still looking for that esc in test6
<kmcdonald11>
i think it's being passed the wrong row/col to draw on. lineedit just calls iol_draw, which is making it show up in the off spot. i'm trying to figure it out still but no luck tracing where they're coming from
<kmcdonald11>
perhaps _offset is what's causing the column to be off.. but there's still about 5 in height that's missing from somewhere
<obogomaz>
not sure, i just figured since we never implemented it...could be anything at this point...
<obogomaz>
ahh, Jimmy...had to change iol.c to make esc work in test6...
<obogomaz>
remember that isFunctionKey function...???
<obogomaz>
remember how i was telling you not all function keys are >1000...lol
<obogomaz>
all fixed up now...test6 looks good
<obogomaz>
:)
<obogomaz>
man i need new keyboard
<kmcdonald11>
from what i can tell, it's drawing the things at the wrong container's absRow+row and absCol+col.. if that makes sense. it appears to be taking the values from the name container and adding the specified row/col to that instead of taking the new dialog box
<kmcdonald11>
hmm
<kmcdonald11>
i believe it's because in the test, the help dialog box isn't created unless you actually hit help, and i think it's throwing it off
<kmcdonald11>
i'm so slow at this
<obogomaz>
may be, couldn't find the issue in the whole eve yesterday...it's gotta be something major
<obogomaz>
slow at?
<kmcdonald11>
trying to solve this
<kmcdonald11>
takes me forever
<kmcdonald11>
what sort of changes did you have to make in order to get the container showing in some situations? perhaps we're no passing a container somewhere and that's why it's using a previous one
<obogomaz>
same here, takes me forever too...lol
<obogomaz>
whhat's with the button?!
<kmcdonald11>
button's container's haven't shown up ever, lol
<obogomaz>
the container is passing fine, i believe, it does show the borders
<obogomaz>
my button crashes once i run ...is that what you have too?!
<kmcdonald11>
nope.. must be different versions :( mine runs, it's just the container doesn't show when you toggle it on
<kmcdonald11>
works fine other than that
<obogomaz>
where can i get that version!?
<obogomaz>
i can look at it now if that's ok?!
<kmcdonald11>
sure. i'm working on the files in kmcdonald11/testing.4/debug6
<obogomaz>
can i take the button from there?!
<kmcdonald11>
i believe it's a copy of the one that i got out of iol.6 earlier
<kmcdonald11>
i haven't changed anything in it
<obogomaz>
i thought i had that copy, let me take it out again
<obogomaz>
ok, got fresh copy out off trunk, so just the border and shifting on f10?!
<obogomaz>
any idea why test on matrix is not working either?!
<obogomaz>
got the borders drawing around the buttons, but the alignment is also off...must be an issue somewhere else...
<kmcdonald11>
for alignment, do you mean when you toggle the border on, the text moves?
<kmcdonald11>
i really have no idea as to why t5's popup text is so far off. i don't know why it's sending weird numbers to iol_display
<kmcdonald11>
i wish fardad would come online :(
<obogomaz>
updated iol.6 ... new border.cpp and button.cpp ... test6 for button fixed as far as i can see...
<kmcdonald11>
if the popup window thing is all that needs fixing, i say we move onto test 7
<kmcdonald11>
i'm getting nowhere with it
<obogomaz>
sorry Kaitlyn, i have no idea either...i spent forever looking for it yesterday and today...worst comes to worst we leave it for now...
<obogomaz>
btw, i think we should tag whatever we have by tonight...Fadad did say he postponed the due date till tonight
<kmcdonald11>
yeah, tag by 12 for sure. so t7 it is!
<kmcdonald11>
since fardad hasn't helped us with any questions yet, he can solve that one :)
<obogomaz>
what is the issue with 7, never looked at it yet...except for testing once
<jrobinson7>
lots
<jrobinson7>
lol
<jrobinson7>
working on draw
<obogomaz>
where have u been...it's all your fault
<jrobinson7>
working on text
<obogomaz>
lol...
<obogomaz>
remember isFunctionKey function...???
<jrobinson7>
maybe
<obogomaz>
never mind, i was just joking...Where are you at with Text?!
<obogomaz>
What issue do you want me to look into?!
<jrobinson7>
anything ud like
<jrobinson7>
lol
<jrobinson7>
lemme commit my crap
<kmcdonald11>
after you're don, let me know. i'm going to put a new copy of some .h files that didn't have the safeguard
<kmcdonald11>
or i'll just watch the wesite to check
<kmcdonald11>
sorry i haven't been any help for t7 yet.. i can't even get mine to compile just yet. i've tried like 5 times now :P i'll rebranch and start fresh
<obogomaz>
not much help from me either, no idea what is going on here...
<kmcdonald11>
i just grabbed all from trunk and i still can't compile :l now i'm worried
<kmcdonald11>
wowww, now i see
<kmcdonald11>
fwbutton.cpp in trunk has the whole file twice in side of it
<kmcdonald11>
halfway down, it starts all over again
<kmcdonald11>
or i just didn't update
<kmcdonald11>
in label.cpp's source, the very last function (set) has
<kmcdonald11>
iol_movecur(2,2); iol_prnstr((char*)str);
<kmcdonald11>
we'll have to take that out before we tag
<kmcdonald11>
i think i was using that for debugging earlier
<jrobinson7>
sorry ya
<jrobinson7>
i took that out awhile ago
<jrobinson7>
this text is bein a pain
<obogomaz>
i could not compile that iol.6 solution as well, i just made a new one...
<obogomaz>
so should i make a new file with updated code or someone is already on it!?
<kmcdonald11>
the problem with iol.6 is button.cpp. if you open it, halfway through the file, it starts all over again :P that, and removing the print in label.cpp's set function
<jrobinson7>
u mean test 6?
<kmcdonald11>
oh, no the files in iol.6 at the moment
<kmcdonald11>
they don't compile, but those are the reasons why
<obogomaz>
might be my bad...sorry
<obogomaz>
still could not compile it from the beginning...
<obogomaz>
so are you checking all of the test now, Kaitlyn or should i...we have so many changes to so many files, i would not be surprised if some of the stuff would not work
<jrobinson7>
o ok my bad
<kmcdonald11>
i'll start going through them now and upload what i have
<jrobinson7>
wut test doesn't it compile with?
<obogomaz>
ok, thanks. just let us know where you put them so we can see what else to do...
<jrobinson7>
o doesn't compile with test 6
<obogomaz>
test 7 is all screwed up...
<jrobinson7>
no shit lol
<obogomaz>
:)
<obogomaz>
it's ok, Kaitlyn is on it...!!!
<jrobinson7>
i cant even get down to work
<jrobinson7>
i know the prob
<jrobinson7>
thats why im asking
<jrobinson7>
label and check
<jrobinson7>
lavbel remove iol_movecur in the set like kaitlyn had said
<jrobinson7>
and fwcheck
<jrobinson7>
change
<jrobinson7>
void* FWCheck::data(){
<jrobinson7>
return (void*)_flag;
<jrobinson7>
}
<jrobinson7>
to
<jrobinson7>
void* FWCheck::data(){
<jrobinson7>
return &_flag;
<jrobinson7>
}
<jrobinson7>
there commited
<obogomaz>
no idea what you are talking about...it's done in mine already...
<jrobinson7>
not in trunk
<jrobinson7>
well now it is
<obogomaz>
are we all working on the same tasks...in the trunk....!?
<jrobinson7>
all i did was change a line of code for test 6 not to crasy
<jrobinson7>
crash
<kmcdonald11>
i just branched the current iol.6 to my files, ran and tested all but 7
<kmcdonald11>
and it's fine
<kmcdonald11>
minus the popup dialog
<obogomaz>
perfect can you please tag it
<kmcdonald11>
iol.6 at revision 391
<kmcdonald11>
yep
<kmcdonald11>
i'm going to tag it iol.6 too.. that's what the website says. i don't know where .5 went to
<obogomaz>
i think it should 0.6
<kmcdonald11>
oh, yes
<kmcdonald11>
prj0.6
<jrobinson7>
same dif
<kmcdonald11>
there, it's in there
<obogomaz>
perfect, we still have to finish it no matter what...according to Fardad
<kmcdonald11>
:( and here i was excited to be done with it
<obogomaz>
well whatever the app is for it is not going to work, so he said it's either pass or incomplete...
<obogomaz>
not too thrilled about it
<obogomaz>
it's getting there, just a little slower than Fardad said it would...lol
<obogomaz>
3 hours for Dialog
<obogomaz>
3 for Text
<obogomaz>
:)
<kmcdonald11>
hopefully he'll be willing to help us with it
<obogomaz>
i”l be going, have a good night guys, i'll see you all tomorrow...Jimmy sleep on some ideas for sys presentation....
<obogomaz>
sys=psy=pictures
</pre>
1
edit

Navigation menu