Search found 2686 matches

by jmburnod
Sat Jul 10, 2021 1:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: read from file
Replies: 13
Views: 4482

Re: read from file

Hi, I seems that is a path issue. You may try this : Rename file name of your target file to "car3.txt" Put "car3.txt" file into documens folder on mouseup local tFile, temp put specialfolderpath(documents) into tPathFol set the defaultfolder to tPathFol put tPathFol & "/" & "car3.txt" into tFile --...
by jmburnod
Fri Jul 09, 2021 2:34 pm
Forum: Talking LiveCode
Topic: More PNG probs.
Replies: 58
Views: 24762

Re: More PNG probs.

Hi All, I noticed strange behavior using LC 9.6.3-rc-1 on Big Sur 11.4 As described above, some images (as control, not referenced files) display a black rectangle onto first cd (I have many images onto others cds that works fine). When i compile a standalone, these images displays correctly. :? Kin...
by jmburnod
Sun Jul 04, 2021 6:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleting .app file
Replies: 7
Views: 3201

Re: Deleting .app file

Thanks Jacque

Code: Select all

revDeleteFolder t_file_delete
works :D
Best regards
Jean-Marc
by jmburnod
Sun Jul 04, 2021 11:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Deleting .app file
Replies: 7
Views: 3201

Re: Deleting .app file

Hi,
Same result here (OS X 10.14.6, LC 9.6.1, file unlocked read and write allowed)
I never needed to delete a livecode.app file.
I'm curiose to know why you need this.
Best regards
Jean-Marc
by jmburnod
Sat Jul 03, 2021 10:11 am
Forum: Talking LiveCode
Topic: Radio buttons with custom icons don't always hilite
Replies: 16
Views: 6850

Re: Radio buttons with custom icons don't always hilite

Hi All,
I tested "problem radio buttons" stack of standgale and it works here (OS X 10.14.6, LC 9.6.1)
Best regards
Jean-Marc
by jmburnod
Sat Jul 03, 2021 9:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to upload picture and save picture in the documents
Replies: 6
Views: 3048

Re: How to upload picture and save picture in the documents

Hi,
I tested script of Klaus. I tried it with referenced control and as control (i thought that is not possible with a referenced file).
Both doesnt' work here (OS X 10.14.6, LC 9.6.1) without error message. :shock:

Code: Select all

answer (there is a file theFolder)
return false

Kind regards
Jean-Marc
by jmburnod
Thu Jul 01, 2021 2:29 pm
Forum: Talking LiveCode
Topic: Radio buttons with custom icons don't always hilite
Replies: 16
Views: 6850

Re: Radio buttons with custom icons don't always hilite

Hi standgale,
Here is an exanple custom radiobutton works fine on OSX
can you please test it on windows.
viewtopic.php?f=53&t=29318&hilit=radio#p154618
Best regards
Jean-Marc
by jmburnod
Fri Jun 18, 2021 4:45 pm
Forum: Mac OS
Topic: Language in Application menu
Replies: 9
Views: 5656

Re: Language in Application menu

Hi jeff,
What Jacque said
LangageInpList.png
Best regards
Jean-Marc
by jmburnod
Sun Jun 13, 2021 5:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to download an image to document folder from a browser widget ?
Replies: 0
Views: 11108

How to download an image to document folder from a browser widget ?

Hi All, For ma app "EcrireEnPictos , I look for a way to download an image to document folder from a browser widget. Something like that (pseudocode): 1. Open url from browser widget 2. Click on an image of the site 3. Answer "Download selected image" ? 4. If it = "Oui" then 5. get the url of select...
by jmburnod
Fri Jun 11, 2021 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Replace text of any characters between parentheses with a space
Replies: 23
Views: 11991

Re: Replace text of any characters between parentheses with a space

Hi Richmond,
Thanks for sharing]
DeParenthesizer works fine here
Best
Jean-Marc
by jmburnod
Thu Jun 10, 2021 6:46 pm
Forum: Off-Topic
Topic: A funny thing happened on the way to the forum...
Replies: 12
Views: 9625

Re: A funny thing happened on the way to the forum...

hi Friends,
never played this game
but i'm very proud that i'm famous now 8)
by jmburnod
Mon Jun 07, 2021 5:22 pm
Forum: iOS Deployment
Topic: Browser Widget not working in iOS
Replies: 10
Views: 9177

Re: Browser Widget not working in iOS

Hi rcmills,
You probably need to use "binfile" instead "file"
Best regards
Jean-Marc
by jmburnod
Tue Jun 01, 2021 9:44 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to get the current brush color ?
Replies: 18
Views: 7559

Re: How to get the current brush color ?

Thanks Bogs
It works now.
First try was empty because brushcolor was empty. :oops:
Best
Jean-Marc

Go to advanced search