Search found 119 matches

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: 1555

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 89 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: 1857

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: 2646

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: 8619

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: 2646

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: 8619

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: 8619

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

I tried the solution that was there but it did not help
by liveCode
Sun May 08, 2022 5:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I import a text file in Hebrew?
Replies: 24
Views: 8619

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

It does not work :cry:
And the type of file is plain text
by liveCode
Sun May 08, 2022 5:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I import a text file in Hebrew?
Replies: 24
Views: 8619

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

But I want to import TXT files only and not RTF
by liveCode
Sun May 08, 2022 5:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How do I import a text file in Hebrew?
Replies: 24
Views: 8619

How do I import a text file in Hebrew?

I try to import a text file in Hebrew but everything uses This is the code I put: on mouseUp answer file "" with type ("text files|txt|tTXT" & return) if the result = "cancel" then exit mouseUp else put it into theFilePath put URL ("file:" & theFilePath) into fld "word" end if end mouseUp But Hebrew...

Go to advanced search