Hi Bruce, I replied on the forum:
> > OK, I understand your problem. It won't work, not even on Mac. The people who > say it works on Mac are using command-V instead of right-click. > > There is no script in the ask dialog window that handles a right click. If > you want this to work, you have to make a new stack. The script I posted > earlier will definitely help you. > > One more hint: a right-click in a field will trigger a mouseDown and a > mouseUp message, but a normal click in a field won't. You can use this to > display the popup menu. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 From 15th August, we'll have time for new projects! Be the first in line and contact me now! Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce On 21 aug 2010, at 21:10, <[email protected]> wrote: > Mark, > > Yes, I am the same one as on the message board. Seems as though you get > around. And thanks for helping and being patient with me. Here is the btn > script: > > on mouseUp > > ask "Can you paste into this field from the keyboard?" > > if it = "" then answer "Nothing was entered" > > else answer "You entered: "&it > > end mouseUp > > > > When I paste in the standalone, I still see line 1 of field. But I see the > top of the I-beam in the window. I will redo with pasting into fixed field. > I expect the same results though. > > Bruce > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
