shift click event?

Posted by pauldownie on 03-Oct-2013 11:48

Hi,

I want to trap another event to an image widget in my ADM2 application. I am using double click to launch a larger version of the image in the default image browser. I want to do the same sort of thing to launch the full size image but none of the other defined events seem suitable. Can I define my own event such as shift double click or alt double click?

thanks,

Paul

Progress 10.2b

Win XP

All Replies

Posted by Peter Judge on 17-Oct-2013 12:33

According to the doc at  http://documentation.progress.com/output/OpenEdge113/oe113html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ABL/ABL%20Reference/22dvref-Handle-Events.036.3.html  there are no shift-* events for ABM widgets.

There is an event for control though: take a look at the description of the EXTEND event at  http://documentation.progress.com/output/OpenEdge113/oe113html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ABL/Programming%20Interfaces/10dvpinch04uin.086.6.html 

hth,

-- peter

Posted by pauldownie on 21-Oct-2013 09:04

Thanks Peter,

That looks like it should work nicely.

Paul

This thread is closed