[futurebasic] Re: [FB] [FB II] Moving Controls

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

From: jonathan <jonnnathan@...>
Date: Sun, 04 Nov 2001 19:08:10 +0100
le 2001/11/04 18:25, SandDevil@... à SandDevil@... a écrit :

> 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.

1/ upgrade to FB^3 - you're missing a lot.

2/ go straight list, not digest - you get a lot more flack, quicker answers,
and more fun like that.

3/ try switching off autoclip before moving, and switching it back on after
moving. looks like the clip of the button is still there. you can also try a
'window fill' afterwards, as i believe that this forces an update of the fb
super special [auto]clip.

hth
:-j