[futurebasic] [FB II] Moving Controls

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: SandDevil@...
Date: Sun, 4 Nov 2001 12:25:25 EST
Hi,

I am having a problem when I move controls that maybe someone could help me 
with.  I want a button to move when I resize the window but when I do this: 
CALL MOVECONTROL(cntl&,50,WINDOW(_height)-30), it leaves a white 
non-updatable rectangle where the button previously was.  And that white 
rectangle stays there until the button moves again.  

I also have the same problem when I resize a list using CALL 
LSIZE(WINDOW(_width)-44 ,WINDOW(_height)-67 , listHndl&).  There is a white 
rectangle where the vertical scroll bar previously was too.

Could someone please advise me on how to fix that?  If so, could you please 
carbon copy your response to me, since I receive the digest version of the 
list.  Thanks!

Tom