Kim, Thanks for the quick response. Actually, I did see that piece of code in a review to find the cause of this, but didn't think this "x", "y" switch would happen because of the vertical positioning of the taskbar. I'll try to build that DLL locally and report back if it works or not. I don't have a snapshot of the sourcecode through SF/SVN though. Hopefully whatever is under "src" with the regular install is sufficient for a build.
Thanks, Ozgur ----- Original Message ----- From: "Kim Gräsman" <[EMAIL PROTECTED]> To: "DQSD development discussions" <[email protected]> Sent: Wednesday, April 04, 2007 1:20 AM Subject: Re: [DQSD-Devel] Minimum Height of Deskbar > Hi Ozgur, > > Ozgur Huseyinoglu wrote: >> I tried to debug it a bit within the "handleResize()" function in >> search.htm, and it seems like "document.body.clientHeight" can't be >> made smaller than 36 pixels(?). Is the minimum for that coming from >> the "host" somehow? Any workaround/customizations you can suggest for >> this? It's happening on a Win2K Pro with no CSS customization. > > It seems it *is* the host. I never thought anybody would want to make it > less wide than 32 pixels [1]. It seems it's the width restriction that's > applying to the height if the taskbar is vertical. > > Do we even need a minimum? I'm afraid if I set it to -1, -1 (as is the > case for the max size) we might be able to resize it into oblivion. > > Thanks for the report, > - Kim > > [1] > if (pdbi->dwMask & DBIM_MINSIZE) > { > pdbi->ptMinSize.x = 32; > pdbi->ptMinSize.y = 10; > } > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel
