realbasic-betas.mbox
[Top] [All Lists]

Re: Scroll Bug

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: Re: Scroll Bug
From: James Sentman <sentman at wwa dot com>
Date: Thu, 6 May 1999 12:09:07 -0500
>
Thank you for confirming this bug! I've reported this a couple of times
now. Please send in a note to bugs at realsoftware dot com so we get it moved up
the list a bit.

I have a couple of things finished except that they look terrible in the
compiled app because of this!

I have sent a simple example to Andrew that shows this, go ahead and send
yours too, perhaps that will help.

-James Sentman

>There are a bug in compiled applications (no in the IDE) when scrolling
>controls enveled in a canvas. When you scroll the canvas, the controls go
>out the canvas but if you click over the canvas but in invisible form, if
>you click in the invisible controls, the controls appears
>
>1 - Create a canvas at the middle of the window (not at top) and put a
>editField and a button at the right of it, all inside the canvas.
>2 - Put a button at the bottom of the window with the following code:
>     canvas1.scroll 0,-30
>3 - Build the application and execute the application (not execute inside
>the IDE)
>4 - Click the button, the control disappear (this is correct, the
>controls scrolls "over" the window), but the cursor remains blinking
>outside the canvas if you type something the editField appears !!
>5 - Click at the right of the editField, the button appears !!!
>
>Andrew, I can send you a project with the problem.
>
__________________________________________________________________
 James Sentman <sentman at wwa dot com>           Internet Business
 <A  HREF="http://www.wwa.com/~sentman/";>http://www.wwa.com/~sentman/</A>       
       Application Development
__________________________________________________________________
        Steinbach's Rule: Never test for an error condition
                          you don't know how to handle.

----------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>