Ed Leafe-2 wrote:
> 
> Have you looked into dEvents.MouseWheel? You can create an onMouseWheel 
> () handler; it should fire when the user scrolls the wheel over the  
> image.
> 
> -- Ed
> 

Can you give me an example of how to read the value?  I did this:

  img = dabo.ui.dImage(self, RegID='imgViewer')
  img.bindEvent(dEvents.MouseWheel, self.Form._onImageWheel)

but can't figure out how to retrieve the scroll data into the _onImageWheel
function.

Brian

-- 
View this message in context: 
http://www.nabble.com/dImage-and-MouseWheel-tp14930322p14944672.html
Sent from the dabo-users mailing list archive at Nabble.com.



_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to