From: Jorge on 21 May 2010 12:01 Hello ! Using bbrowser I have designed a task for caption click ( to order the column asc and desc ) and other task for a double caption click ( open a criteria selection window ) But pressing double click both methods are executed How can I avoid this behavior ? TIA Jorge Accinelli
From: Urs Eggmann on 21 May 2010 17:56 Hello Jorge, I observed the same behavior. My conclusion was to use only one of the two methods. bBrowser interprets the first click of a double-click as a single one. Maybe Joachim can explain it further. Regards Urs "Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> schrieb im Newsbeitrag news:845c276d-3674-4b10-a729-aa4ac96720bc(a)23g2000pre.googlegroups.com... > > Hello ! > > Using bbrowser > > I have designed a task for caption click ( to order the column asc > and desc ) > and other task for a double caption click ( open a criteria selection > window ) > > But pressing double click both methods are executed > How can I avoid this behavior ? > > TIA > Jorge Accinelli
From: Urs Eggmann on 21 May 2010 18:03 Click for sending was too fast (g) Perhaps you could use the method CaptionClick to sort and the method SetContextMenu, specified for the caption, to open the criteria window? Just a rough idea... regards Urs "Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> schrieb im Newsbeitrag news:845c276d-3674-4b10-a729-aa4ac96720bc(a)23g2000pre.googlegroups.com... > > Hello ! > > Using bbrowser > > I have designed a task for caption click ( to order the column asc > and desc ) > and other task for a double caption click ( open a criteria selection > window ) > > But pressing double click both methods are executed > How can I avoid this behavior ? > > TIA > Jorge Accinelli
From: Geoff Schaller on 21 May 2010 21:06 Simple - you can't have one without the other. This is windows! Usually single click behaviour is something passive and double click is used for something active. The passive thing would be assigning context menus etc and the active thing might be to fire off some event. Geoff "Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> wrote in message news:845c276d-3674-4b10-a729-aa4ac96720bc(a)23g2000pre.googlegroups.com: > Hello ! > > Using bbrowser > > I have designed a task for caption click ( to order the column asc > and desc ) > and other task for a double caption click ( open a criteria selection > window ) > > But pressing double click both methods are executed > How can I avoid this behavior ? > > TIA > Jorge Accinelli
From: Jorge on 22 May 2010 09:38
On 21 mayo, 22:06, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote: > Simple - you can't have one without the other. This is windows! > > Usually single click behaviour is something passive and double click is > used for something active. The passive thing would be assigning context > menus etc and the active thing might be to fire off some event. > > Geoff > > "Jorge" <jorgeaccine...(a)dextrasistemas.com.ar> wrote in message > > news:845c276d-3674-4b10-a729-aa4ac96720bc(a)23g2000pre.googlegroups.com: > > > > > Hello ! > > > Using bbrowser > > > I have designed a task for caption click ( to order the column asc > > and desc ) > > and other task for a double caption click ( open a criteria selection > > window ) > > > But pressing double click both methods are executed > > How can I avoid this behavior ? > > > TIA > > Jorge Accinelli- Ocultar texto de la cita - > > - Mostrar texto de la cita - Thank you both for the comments! Jorge Accinelli Buenos aires |