Message Box Input - plain text
Moderator: Klaus
Message Box Input - plain text
This is a small thing, but I wish that any text which got pasted into Message Box's input field was automatically converted to plain text. If I paste something in from, say, the web, or a white-on-black code editor, then I can't read what I've pasted into Message. It's a pain! Wouldn't this be an easy thing to fix?
Thanks for reading; I'm new to the forum, but not to LiveCloud, been loving it for years. -- WC
Thanks for reading; I'm new to the forum, but not to LiveCloud, been loving it for years. -- WC
Re: Message Box Input - plain text
Hi WC,
Welcome to the forum!
I'm with you on this but more with the Contents of a field.
Any formatted text will hold the format, but that is probably so embedded in liveCode (or Hyper-card) users that it's seen as a benefit.
Simon
Welcome to the forum!

I'm with you on this but more with the Contents of a field.
Any formatted text will hold the format, but that is probably so embedded in liveCode (or Hyper-card) users that it's seen as a benefit.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Message Box Input - plain text
Hi.
It would be possible to modify the script of the message box. It is only a mortal stack, after all. But this is not for the faint-hearted. There are layers of complexity in that little gadget.
Would you be amenable to managing this outside? Like setting up a functionKey that:
Something like that, where you simply press a key to transform styled text to plain text, so when you paste, it is in plain style?
Craig Newman
It would be possible to modify the script of the message box. It is only a mortal stack, after all. But this is not for the faint-hearted. There are layers of complexity in that little gadget.
Would you be amenable to managing this outside? Like setting up a functionKey that:
Code: Select all
set the clipboardData to the clipBoardData["text"]
Craig Newman
Re: Message Box Input - plain text
Nice one, Craig!
Simon
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Message Box Input - plain text
You could also use menu: Edit -> Paste unformatted resp. the appropriate keyboard shortcut 

Re: Message Box Input - plain text
Wow.
And it has been there all the time.
Four fingers... Really?
Simon
And it has been there all the time.
Four fingers... Really?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Message Box Input - plain text
Yep, just like in e.g. TextEdit on OS X!Simon wrote:Four fingers... Really?
