[futurebasic] where are the scroll buttons ?

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

From: Alain Wrobel <wrobel@...>
Date: Mon, 17 Mar 2003 10:05:09 +0100
		Bonjour,

	Is it normal that in the following example the scroll buttons
after resizing the window are present if runned in Standard Basic,
and not if runned in Appearance Basic ? (OS 9.2.2   FB^3 v7.0)

dim rectangle as rect
SETRECT(rectangle,0,40,SYSTEM(_scrnWidth)-20,SYSTEM(_scrnHeight)-20)
WINDOW 1,"essai",@rectangle,_doc

SCROLL BUTTON 1,,,,,,_scrollVert
SCROLL BUTTON 2,,,,,,_scrollHorz

delay 3000

insetrect(rectangle,100,100)

WINDOW 1,,@rectangle

do
until fn button



more, in the following, I can't rebuild the scrolls (same problem
with Appearance WINDOW).


dim rectangle as rect
SETRECT(rectangle,0,40,SYSTEM(_scrnWidth)-20,SYSTEM(_scrnHeight)-20)
WINDOW 1,"essai",@rectangle,_doc

SCROLL BUTTON 1,,,,,,_scrollVert
SCROLL BUTTON 2,,,,,,_scrollHorz

delay 3000

insetrect(rectangle,100,100)

WINDOW 1,,@rectangle
SCROLL BUTTON 1,,,,,,_scrollVert
SCROLL BUTTON 2,,,,,,_scrollHorz

do
until fn button

		Alain.
--
_________________________________________________________________
A. Wrobel *GREGUM-UMR ESO, Université du Maine*Tel:02-43-83-35-44
_________________________________________________________________