@ Mark which confirms that lowering the doubleClick Interval to thereby increase responsiveness of a single click is not a bug, but, just the way it works…
On 8/3/16, 9:02 PM, "use-livecode on behalf of Mark Waddingham" <[email protected] on behalf of [email protected]> wrote: In order for you to be able to do completely different things on click and double click you need to wait and see if a double click occurs before the doubleClickInterval and if it does not *then* do the single click action. After all, the engine is not clairvoyant. This is why click then double click should always be an incremental and related action - unless you want a pause in processing the single clic _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
