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 ----- Original Message ----- From: "Mark Wieder" <[email protected]> To: "How to use Revolution" <[email protected]> Sent: Saturday, August 21, 2010 12:38 PM Subject: Re: windows standalone keyboard paste > Bruce- > > Saturday, August 21, 2010, 9:32:09 AM, you wrote: > >> I am trying to get my standalone to accept a keyboard "paste" >> command to be accepted in an "Ask" dialog box. Standalone seems to >> put a CR in there but no text. It works fine when as a stack in Rev. > > Are you sure that's what's going on? I've found that if the line > height isn't set properly in a text box I can paste stuff into it and > all I see is the trailing CR. But the text is actually there and if I > click in there and use the arrow keys to go up it appears. Are you > grabbing the text after the ask command and seeing what's in there? > > ask "blah" > put it into someField > > -- > -Mark Wieder > [email protected] > > _______________________________________________ > 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 _______________________________________________ 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
