I added the command: focus on target just before the popup command and that mostly works. It doesn't put the insertion point (for pasting) where I clicked. Is there a better way to do this?

Bill

On Jul 26, 2008, at 10:18 PM, Bill Vlahos wrote:

Ken,

Thanks. This works.

I have another problem. If I right-click on a field that doesn't have the focus, both paste and your select all command won't do it to the correct field. It will either paste the clipboard or select all in the field that still has the focus (I'm on a Mac).

Bill


On Jul 26, 2008, at 9:41 PM, Ken Ray wrote:




On 7/26/08 6:57 PM, "Bill Vlahos" <[EMAIL PROTECTED]> wrote:

What would be the command for "Select All"?

select the text of the selectedField

But you want to make sure it has a context (i.e. an open field, otherwise
you'll get an error since "the selectedField" would return empty):

if the selectedField <> "" then select the text of the selectedField



Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to