Message Box with vertical scroll bar
MisterX
b.xavier at internet.lu
Wed Jun 9 14:45:46 EDT 2004
recipee
first show the message box
second in the msg
put the windows... you see message box...
create a stack with a button with script to locate the fields
on mouseup
set the defaultstack to "message box"
put the number of fields into controlsnum
repeat with x = 1 to controlsnum
put the short name of field x & cr after nulist
end repeat
put nulist
end mouseup
so now you type...
set the vscrollbar of fld "Message Field" of stack "message box" to true
or
set the vscrollbar of fld "result" of stack "message box" to true
you might want to resize the fields though (left as an excercise...)
cheers
Xavier
> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com
> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Gregory
> Lypny
> Sent: Wednesday, June 09, 2004 20:24
> To: Revolution
> Subject: Message Box with vertical scroll bar
>
>
> Is it possible to equip the message box with a vertical scroll bar?
>
> Greg
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list