Read the statement by Michael Teeuw here.
read csv-data and put it in an array
-
@Perlchamp i changed mine to top and all ok, did u walk thru the code in getdom? (hit next over and over)
put a stop on return wrapper and look at that object…
i have multiple names on the same date in my csv file
and also allowed look ahead a few days… so had entries for today and tuesday 5/5 -
i clicked on the linenumber and the blue sign went to the last line, though i couldn’t hit line for line …
-
@Perlchamp next to the blue arrow (to the right) is a half circle with arrow at the end and dot under… that is the “Next” instruction button
-
return wrapper. all entries undefined, aha.
-
@Perlchamp on entry, check that the this.active_birthdays is still good
-
i cannot place the blue sign on line 118 (cklicking on that number => run to last line …)
-
see the circle net to the blue arrow
i don’t know where your 118 line is…
but go down or up -
it loops from first entry to last. if the last entry is displayed, it loops once and than going to self.updateDom … for me the correct way …
-
@Perlchamp in the getDom()
does it do the innerText statement? then the addChild()
to get any text on the screen, it has to do every statement at least once
-
how said:
if i click on the linenumber of getDom: the blue arrow run to the last line. i can’t stop it or something else … it runs thru