views:

35

answers:

1

Hi there,

I've built a widget for OS X. It's written in Flash (bah, I know) and is injected into the widget canvas via SWFObject. The problem I'm having is that the Flash has a scroll function and the entire widget is grabable. How can I disable the grab functionality on certain parts of the widget and enable it for others?

I could always transform the scrollbars into clickable ones, but that's not as nice.

Thanks.

A: 

Well, thanks for the help :-p but I answered my own question. Reference resources are quite good with OS X. Somewhat easy to find answers. Have to set appropriate regions:

http://developer.apple.com/mac/library/documentation/AppleApplications/Reference/Dashboard%5FRef/DashboardRegions/DashboardRegions.html#//apple%5Fref/doc/uid/TP40001339-CH218-BAJIFEBC

David