From: Raymond S. <dst...@or...> - 2000-12-06 09:16:37
|
One problem with the example (IE) is using "scroll" as a name of the = scroll widget. scroll =3D new ScrollPane(label1) // label1 will be set as the content scroll.setSize(150,150) scroll.moveTo(250,50) scroll.setBgColor('#c0c0c0') Changing scroll to birdwacker will at least allow the window to form. = Still has problems through. DS |