OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: dsm_dude on August 20, 2015, 11:31:29 AM

Title: Interactive Sld
Post by: dsm_dude on August 20, 2015, 11:31:29 AM
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.




Title: Re: Interactive Sld
Post by: owenwengerd on August 20, 2015, 07:46:24 PM
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.