Interactive Sld

Started by dsm_dude, August 20, 2015, 11:31:29 AM

Previous topic - Next topic

dsm_dude

I just found OpenDCL today and I'm very impressed!

I want to create a dcl that has shows a slide image.

I want to be able to click on the image and it run a command.





owenwengerd

I would try sending the command from the MouseUp (or MouseDown) event handler of the Slide View control. The event handler receives the coordinates of the mouse, which you can use to decide which command to send.