Thanks! this is a critical bug...
and I know the reason.. simple fix : MAKE SURE The cvs_date file exists on
your machine!!!
the fix should be committed now!
bugs.tcl
the function cvstotimestamp assumes the format of the $date variable is
YYYYMMDDHHSS
BUT if cvs_date doesn't exist, we take the $::date variable which format
is MM/DD/YYYY
$::date is 12/05/2005
so the year (assuming YYYYMMDDHHSS) would be 12/0, the month would be 5/
and the day would be 20 ...
so when we do a clock scan "$month/$day/$year" we get :
5//20/12/0 (which is the date Vivia has...
I just fixed it and committed... need to retry....
btw, the bug is generated by the -height option which doesn't exist... did
you correctly update your CVS? you seem to be missing cvs_date AND the
pixmapscrollbar seems to be missing the -height option which was added
recently.. make sure you update correctly your cvs..
btw, to test before public cvs is synced, here's my fix's diff :
Index: bugs.tcl
===================================================================
RCS file: /cvsroot/amsn/msn/bugs.tcl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bugs.tcl20 Nov 2005 06:02:22 -00001.12
--- bugs.tcl19 Dec 2005 18:23:38 -00001.13
***************
*** 47,55 ****
set date [gets $fd]
close $fd
} else {
! set date $::date
}
! set date [::bugs::cvstostamp $date]
#error message into status_log
--- 47,56 ----
set date [gets $fd]
close $fd
+ set date [::bugs::cvstostamp $date]
} else {
! set date "$::date 12:00:00"
}
!
#error message into status_log
KaKaRoTo
On Mon, 19 Dec 2005 13:03:53 -0500, Vivia Nikolaidou
<[EMAIL PROTECTED]> wrote:
Bad news: still not fixed, the notes window appears blank! (tcl/tk
8.4.6)
Checked at home too (sorry for mailbombing today instead of emailing just
once now...)
It appears blank (tcl/tk 8.4.6 again), with this error:
bgerror failed to handle background error.
Original error: unknown option "-height"
Error in bgerror: unable to convert date-time string "5//20/12/0
05::00"
Sander told me to write [after 1000 test] on the status window to make it
throw a tk bug, but it didn't :
bgerror failed to handle background error.
Original error: invalid command name "test"
Error in bgerror: unable to convert date-time string "5//20/12/0
05::00"
I must run now though :(
PS: I have yesterday's cvs with just notes.tcl overwritten on this one...
but I had the same behavior on my laptop with 100% today's cvs (didn't
check the error message though)
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel
--
KaKaRoTo
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel