Jooel - I guess the nice thing about having the slider "outside" the script ... is that maybe you could "publish" different sliders ... and plug-and-play them ... you know - some big - some small - some fancy - like you say - modular scripting [Wink]

See Patrick - that made it so easy - even though I'm not a home right now (no code) - know pretty much what it is ... your aware that the CAPTION property, used after the control is created - still works though (yeah?), example:

$x = "1 2 3 4 5 6 7 8 9 0 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
$msg = $m.hyperlink($x,15,29,750,15)
$msg.caption = $x

Thinnk the problem is just in the caption used in the constructor.

[ 15. September 2002, 01:39: Message edited by: Shawn ]