Double Clicking on a Field

Tore Nilsen tore.nilsen at me.com
Fri Dec 4 09:31:58 EST 2020


Try this in the script of the field:

on mouseUp
   —do your scrolling thing
End mouseUp

on mouseDoubleUp
   — do your navigation between cards
End mouseDoubleUp

Best regards 
Tore Nilsen

> 4. des. 2020 kl. 15:14 skrev Sannyasin Brahmanathaswami via use-livecode <use-livecode at lists.runrev.com>:
> 
> I want a user to scroll the fields. If a user sends mouseup, simply scrolls the field. It does not react.  It is locked.
> 
> But if the user double clicks on field, it reacts.
> 
> Basically it goes to another cards, taking with it a single Title in the list, on a double click of the field
> 
> If I try
> 
> If double-click then
>   # code
> End if
> 
> It does not work…
> 
> BR
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list