One problem with the example (IE) is using "scroll" as a name of the scroll widget.
 
scroll = 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

Reply via email to