> From: [EMAIL PROTECTED]
> 
>     ls =
>       new LargeSelect(
>         c,
>         10,
>         1); //memoryLimit == pageSize
> 
> 
>     //Doesn't works!!!
>     //ls.setMemoryPageLimit(1);

If you look at the JavaDoc and/or the source I think it is fairly clear that
setMemoryPageLimit() is a class method that will only affect future
instances of LargeSelect that you instantiate using one of the constructors
that do not accept a memoryLimit argument.

I'm looking into the other problem right now.

Cheers,

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to