[futurebasic] Re: [FB] List manager question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2000 : Group Archive : Group : All Groups

From: Phil Yates <phil.yates@...>
Date: Tue, 14 Mar 2000 07:01:38 +0000
on 14/3/00 6:02 am, Mark G at mgoodes@... wrote:

> I've had some pretty good success in using the List Manager
> so far except for one thing:  I can't get it to draw the
> vertical scrollbar in my complete application.  When I copy
> my code into a separate test file and run it outside of my
> project, I get the vertical scroll bar.  But if I run the
> code inside my project, I don't get the vertical scroll bar
> at all, no matter whether I use a modal dialog or a regular
> wiindow.

Check the parameters to the Scroll bar call very carefully. I had a similar
problem, and found that because the end point was dynamic, the scroll bar
wouldn't show if you didn't have meaningful parameters.

Try putting it up with known constants first to check it's OK, and then
change them one by one to see which parameter is being naughty.

Phil.