Search found 124 matches

by liveCode
Fri Nov 01, 2024 12:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Identify text from a text field
Replies: 4
Views: 7893

Re: Identify text from a text field

Hi. Thanks for the code. I would also like a code that gives "TRUE" or "FALSE" depending on whether the certain word is in the text
thanks
by liveCode
Sun Oct 13, 2024 2:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Identify text from a text field
Replies: 4
Views: 7893

Identify text from a text field

What is the code for identifying certain words from a text field? (I also want to get the row number)
by liveCode
Tue Aug 13, 2024 7:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Key lock
Replies: 19
Views: 16954

Re: Key lock

Is it possible to prevent the mouse from moving outside the stack boundaries?
by liveCode
Tue Aug 13, 2024 6:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Key lock
Replies: 19
Views: 16954

Re: Key lock

Thanks for the answer
Can you give me an example of the code that causes them not to be able to press the windows start key?
by liveCode
Tue Aug 13, 2024 4:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Key lock
Replies: 19
Views: 16954

Key lock

Is there a code that causes them not to be able to press keys on the keyboard? (by pressing them the computer will not respond)
by liveCode
Tue Jun 07, 2022 3:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: File encryption also in subfolders
Replies: 2
Views: 2315

File encryption also in subfolders

Hi
I did a project that encrypts all the files that are in the "documents" how can I make it encrypt the subfolders as well
enc.zip
(1.36 KiB) Downloaded 215 times
by liveCode
Tue May 24, 2022 4:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error saving stack as standalone application
Replies: 3
Views: 2701

Error saving stack as standalone application

I tried to save the stack as a standalone application (WINDOWS)
But it's not working...
ללא שם.png
by liveCode
Wed May 11, 2022 2:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to recognize a voice?
Replies: 7
Views: 4793

Re: How to recognize a voice?

So can anyone direct me more how do I do that?
by liveCode
Tue May 10, 2022 6:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I import a text file in Hebrew?
Replies: 24
Views: 12625

Re: How do I import a text file in Hebrew?

This works if the text in the file is in English but if it is Hebrew then it leaves the field blank
by liveCode
Tue May 10, 2022 5:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to recognize a voice?
Replies: 7
Views: 4793

How to recognize a voice?

I'm trying to make an app on my phone that recognizes sound
What I want to do is let the user talk and then the app will recognize what he said and do what the user wanted
So how can I detect sound in my app?
by liveCode
Tue May 10, 2022 2:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I import a text file in Hebrew?
Replies: 24
Views: 12625

Re: How do I import a text file in Hebrew?

How can I get the user to select the file?
I tried this code and it did not work ...

Code: Select all

on mouseUp
   answer file "file:"
   
put url(it) into tText
put textdecode(tText,"UTF-8") into fld 1
end mouseUp
by liveCode
Sun May 08, 2022 6:27 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I import a text file in Hebrew?
Replies: 24
Views: 12625

Re: How do I import a text file in Hebrew?

I tried the solution that was there but it did not help