Hey Shawn, > > I just installed the beta, and played with the button. > > the prefs say : > > <quote> > > bannerwidth = 18; // 0 := autodetect banner size > > bannerheight = 18; // 0 := autodetect banner size > > </quote> > > Sorry about that. I had changed it back to -1. Use -1 to specify > autodetect.
It's funny, I see the code that does the autodetect thing, and it looks perfectly OK to me, but I cannot get it to work with anything but proper sizes. [...] Oh, now I found it! The handleResize code still looks for zero as an autosizing marker, but all the other snippets use -1, or even "-1". Any reason you made it a stringized number? I'm not very good with JS, so I wouldn't be surprised if that carried some distinct meaning :) > I rebuilt my system last week just before I had my power out for two > days (it's been a VERY long month) - would someone else mind changing > those two lines in the prefs? Sure, I'll be happy to fix it along with the other issues. I'll hold off the commit until I get word back on the string vs integer mystery... Kim ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
