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