Search found 5 matches
- Tue Apr 08, 2025 1:40 pm
- Forum: Talking LiveCode
- Topic: Sorting out letters from numbers in a field
- Replies: 22
- Views: 5788
Re: Sorting out letters from numbers in a field
Thank you so much for all your input! Jean-Marc, thanks to you, I found out an extremely stupid mistake of mine and I realized the script I wrote actually works. (For you guys' amusement to know my mistake, I forogt to insert "on mouseup" and "end mouseup"!) Craig, thanks for letting me know another...
- Mon Apr 07, 2025 2:36 pm
- Forum: Talking LiveCode
- Topic: Sorting out letters from numbers in a field
- Replies: 22
- Views: 5788
Sorting out letters from numbers in a field
Why can I not use the following script to set the color of letters to black and numbers to red in a particular field? === repeat with i= 1 to the number of characters in fld 1 if the isNumber of character i of fld 1 is true then set textColor of character i of fld 1 to red else set textColor of char...
- Mon Feb 12, 2024 1:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Possible to use "Write To File" to save a Keep note on Window 10?
- Replies: 9
- Views: 2380
Re: Possible to use "Write To File" to save a Keep note on Window 10?
Thank you so much for your input, stam!! What you described certainly goes past my basic hypercard-level understanding. But I'll leave that project on my bucket list and I'd share if I were able to inch forward; thanks again, Klaus and stam!
- Mon Feb 12, 2024 11:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Possible to use "Write To File" to save a Keep note on Window 10?
- Replies: 9
- Views: 2380
Re: Possible to use "Write To File" to save a Keep note on Window 10?
Thanks for posting, Klaus (I used to be a Mac user, too)! I should've made myself clearer, sorry. I'm using Google Keep to organize my notes. I sudden thought it would be really useful if Livecode apps could communicate with Google Keep (that is, the texts in the field on a card can be written to a ...
- Mon Feb 12, 2024 11:24 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Possible to use "Write To File" to save a Keep note on Window 10?
- Replies: 9
- Views: 2380
Possible to use "Write To File" to save a Keep note on Window 10?
Hello all,
I'm not newbie enough to not know I can use "Write to File" to make a text file but newbie enough to not know if it's possible to use "Write To File" to "write" to a Keep note on Window 10? Please enlighten me
I'm not newbie enough to not know I can use "Write to File" to make a text file but newbie enough to not know if it's possible to use "Write To File" to "write" to a Keep note on Window 10? Please enlighten me
