Search found 7 matches
- Fri Mar 22, 2013 11:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Clear text formatting
- Replies: 9
- Views: 7437
Re: Clear text formatting
Bernd, thanks again for your help. The pastekey script works perfectly. I needed to make the command+C and command+A shortcuts work without the menu (I checked to confirm, and the shortcuts all work in an app that I created using Revolution 4.0.0.950 but it doesn't work in an app created in Livecode...
- Thu Mar 21, 2013 10:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Clear text formatting
- Replies: 9
- Views: 7437
Re: Clear text formatting
Bernd, Thanks for your reply. I am fairly new to LiveCode, so pardon my "beginner" questions, but for the second bit of code you included, for the standalone application, where would I put that code? Would I need to include it for each field, on the card script, or is it something that needs to go i...
- Wed Mar 06, 2013 11:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Clear text formatting
- Replies: 9
- Views: 7437
Re: Clear text formatting
Thanks, all, both of your suggestions allowed me to clear the formatting from the field. I know that there is an option to paste unformatted text, however when a user is running my app, he will just use command-V to paste, which ruins the formatting of the field. So, it would be nice if I could forc...
- Wed Mar 06, 2013 2:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Clear text formatting
- Replies: 9
- Views: 7437
Clear text formatting
Is there a way to clear formatting from a text field after I have pasted formatted text? If I have a field and I accidentally paste formatted text (for example, if I paste something from Word), then what gets pasted is neither plain text nor text with the original formatting - instead, it is tiny te...
- Sun Feb 03, 2013 12:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Change default itemdelimiter
- Replies: 2
- Views: 2271
Change default itemdelimiter
Is there any way to change the default itemdelimiter in Livecode? I use tab-delimited files exclusively and would like to change it from comma to tab. I know I can do this within each handler, but this is tedious, and requires me to remember an unnecessary step while programming. I would like to be ...
- Sat Feb 02, 2013 11:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Answer dialog disrupts wait command
- Replies: 2
- Views: 2358
Re: Answer dialog disrupts wait command
I did not see your reply until now. Thanks, Mark!!
- Thu Dec 13, 2012 11:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Answer dialog disrupts wait command
- Replies: 2
- Views: 2358
Answer dialog disrupts wait command
Hi all. I need some help getting my program to wait a certain amount of time, allowing input from the user during that time, and then respond to the input. For example, I want the user to do math problems for 30 seconds, and after they submit their response for each math problem, I want a dialog box...