> The choose command in version 6 allowed selection with a single click. I have
> noticed that in 7.x selection takes a double click.  Maybe it's just me, but
> I find this  cumbersome and annoying.  I checked RDocs and the help files and
> can find no reference to setting the selection to one or two mouse clicks. 
> Did I miss something obvious or is this a candidate for an enhancement.

I don't know if it's an option in your case, but it's pretty easy to set up a
simple form to be your menu using a list box.  The list box has an on click
event which you could use to close the form.  (My problem with the list box is
that it does not have an on double click event, which would make it
super-powerful for building user interfaces -- right now the user is forced to
click to select on item, and use a separate button to do operate on it).
--
Larry

Reply via email to