Search found 119 matches
- Thu May 16, 2019 3:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: "The following objects were modified outside the script editor, would you like to reload them"
- Replies: 9
- Views: 2148
Re: "The following objects were modified outside the script editor, would you like to reload them"
I have identified a piece of code that causes LC keep asking me to reload the script again and again with the infamous prompt "The following objects were modified outside the script editor, would you like to reload them", until it eventually crashes. BUt the thing is, it is not the code itself (it i...
- Mon May 13, 2019 2:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: "The following objects were modified outside the script editor, would you like to reload them"
- Replies: 9
- Views: 2148
Re: "The following objects were modified outside the script editor, would you like to reload them"
Thanks Jacque, There's nothing special in this stack. No calls to an external editor (I'd like to know how can I call an external editor, BTW) no weird things. Just ordinary do this and that via functions stuff. All non-basic fields, erased. I tried (twice) to start anew: I created a new stack. Crea...
- Sun May 12, 2019 3:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: "The following objects were modified outside the script editor, would you like to reload them"
- Replies: 9
- Views: 2148
Re: "The following objects were modified outside the script editor, would you like to reload them"
The only odd thing I see is that, if I go to the Proyect browser of this particular stack, in addition to all the cards I can see a "Data Grid Templates" (followed by a longish number) I can't say anything bout. I've seen this pop up on the forum before , so maybe reading that will help you isolate ...
- Sun May 12, 2019 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: "The following objects were modified outside the script editor, would you like to reload them"
- Replies: 9
- Views: 2148
Re: "The following objects were modified outside the script editor, would you like to reload them"
I tryed both ways, "cancel" and "Reload". ANd the problem remains the same, only that if you answer "reload" there's some panick since all the script vanishes the very second (it reappears latter)
- Sun May 12, 2019 2:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: "The following objects were modified outside the script editor, would you like to reload them"
- Replies: 9
- Views: 2148
"The following objects were modified outside the script editor, would you like to reload them"
Whenever I use a specific stack, I keep receiving the following warning: "The following objects were modified outside the script editor, would you like to reload them" It appears every time I try to save a script, or while I am scripting, for no reason I can isolate. Its becoming really annoying. :s...
- Wed May 08, 2019 2:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: List all the files in a directory. Recursively
- Replies: 2
- Views: 840
- Wed May 08, 2019 1:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: List all the files in a directory. Recursively
- Replies: 2
- Views: 840
List all the files in a directory. Recursively
Hi, sorry if this is the nth time somebody post this question, but apparently most of the obvious words to look for this subject in the forum database are too obvious for the server to run the query. So, my question is Is there anybody who already built a function to search recursively for all the f...
- Tue May 01, 2018 9:14 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: livecode and *Readability.js* (='.'=)
- Replies: 55
- Views: 11582
- Mon Apr 30, 2018 7:53 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: escaping chars for the replaceText function
- Replies: 2
- Views: 930
Re: escaping chars for the replaceText function


- Mon Apr 30, 2018 5:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: escaping chars for the replaceText function
- Replies: 2
- Views: 930
escaping chars for the replaceText function
I want to strip all the characters "()/\=" from any string passed to the replaceText function, but if I pass the list of the offending characters escaping the regex reserved chars using "\", the string remains unchanged:
What I'm doing wrong?
Code: Select all
put replaceText("KAI\", "\\\/\(\)=", "")
KAI\
- Sun Apr 08, 2018 2:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Find Greek characters using regex
- Replies: 4
- Views: 3288
Re: Find Greek characters using regex
oh, that's great!. Almost all my questions answered in just one post! thanks bwmilby 

- Sat Apr 07, 2018 4:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Find Greek characters using regex
- Replies: 4
- Views: 3288
Re: Find Greek characters using regex
I'll put it another way: Greek letter lambda (λ) is Unicode 955, hex U+03BB and in languages like python "\u03bb". how do you represent Unicode characters like lambda in regex expressions using livecode? and how do you set the range of characters to look for when searching for Unicode characters?
- Sat Apr 07, 2018 12:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Switching from sqlite to mySQL
- Replies: 3
- Views: 1395
Re: Switching from sqlite to mySQL
Is it? Can't find a section on how to port a DB from SQLite to MySQL.I believe this is the article your looking for https://support.rackspace.com/how-to/in ... on-ubuntu/
- Sat Apr 07, 2018 12:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Find Greek characters using regex
- Replies: 4
- Views: 3288
Find Greek characters using regex
HI all! I have a few questions concerning using regex to find strings in Ancient Greek, but I think I will be able to solve most of them if I knew the way to find any string containing just Ancient Greek text in livecode. (something like [Α-Ωα-ω] will omit any accented character). In plain English, ...
- Tue Jan 02, 2018 10:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: changing the keyboard layout?
- Replies: 2
- Views: 1249
changing the keyboard layout?
Is there a way to change between the installed keyboard layouts using livecode? (this is useful when you want the user to write in different languages in different fields)
Daniel
Daniel