Originally Posted by BostonMACOSX
What Can't I scroll this box by clicking on the blue scroll handle and dragging? It drags the whole widget.
I'm posting the ZIP at
http://osxsurvey.bc.edu/widgeta.wdgt.zip
Can someone help?
Thanks
Robert
You need to tell Dashboard that your scroller is clickable. In your main.css file, add the following line to your definition for "#textScroller":
-apple-dashboard-region: dashboard-region(control rectangle);
You can find this in Apple's
Dashboard Programming Guide, under the "Control Regions" section.
(and if you didn't create this widget, then forward this to the author).