Thank you. That correctly deleted the old app. Correcting the update folder reference fixed the copy of the new app.
My Windows laptop is currently being used by grandson, please confirm that the "delete file (file ref)" will work on a Windows executable.
Search found 16 matches
- Mon Feb 03, 2025 10:33 pm
- Forum: Talking LiveCode
- Topic: Problem with revCopyFile
- Replies: 5
- Views: 6481
- Mon Feb 03, 2025 8:20 pm
- Forum: Talking LiveCode
- Topic: Problem with revCopyFile
- Replies: 5
- Views: 6481
Re: Problem with revCopyFile
Tried that - same result
/Users/RgtClassic/Desktop/Music-RGT/Music-By-RGT-V7.app -- 1
can't delete that file -- 2A
66 -- 2B
/Users/RgtClassic/Desktop/Music-RGT-Update-Test-1/Music-By-RGT-V73.app -- 3
/Users/RgtClassic/Desktop/Music-RGT -- 4
execution error -- 5B
2 -- 6B
/Users/RgtClassic/Desktop/Music-RGT/Music-By-RGT-V7.app -- 1
can't delete that file -- 2A
66 -- 2B
/Users/RgtClassic/Desktop/Music-RGT-Update-Test-1/Music-By-RGT-V73.app -- 3
/Users/RgtClassic/Desktop/Music-RGT -- 4
execution error -- 5B
2 -- 6B
- Mon Feb 03, 2025 7:50 pm
- Forum: Talking LiveCode
- Topic: Problem with revCopyFile
- Replies: 5
- Views: 6481
Problem with revCopyFile
I am trying to replace a Mac app with a higher version. I have successfully used revCopyFile in this script elsewhere. But, here, it doesn't.t work. The if statement is true. Yes, I know there is version checking built in but I didn't do it that way. Distribution of app/exe is limited to immediate f...
- Sat Jan 04, 2025 7:01 pm
- Forum: Talking LiveCode
- Topic: Did Sequoia 15.2 break revDeleteFolder and revCopyFolder ?
- Replies: 5
- Views: 7894
Re: Did Sequoia 15.2 break revDeleteFolder and revCopyFolder ?
Thanks. Found problem. Is working. Operator error -- looking at wrong result folder. 2 days of frustration.
Bob
Bob
- Sat Jan 04, 2025 6:09 pm
- Forum: Talking LiveCode
- Topic: Did Sequoia 15.2 break revDeleteFolder and revCopyFolder ?
- Replies: 5
- Views: 7894
Did Sequoia 15.2 break revDeleteFolder and revCopyFolder ?
I am on Sequoia 15.2, LiveCode 10.0. Both revDeleteFolder and revCopyFolder were working before 15.2. Currently in the IDE, also tried compiling. Now both IDE and .app don"t work. Has anyone else noticed this phenomenon? Have used revDeleteFolder in the past when removing my .app to replace with a h...
- Thu Jan 04, 2024 6:49 pm
- Forum: Bug Triage
- Topic: Compile problem "≠"
- Replies: 5
- Views: 1752
Compile problem "≠"
Have Mac 9.6.10 on M1 Mac Mini.. Compiles "≠" with no errors for mac and windows. However, App uns on Mac. Exe does not run on Windows 10 HP laptop. Have Windows 9.6.2 on HP laptop.. Compile error for "≠". However, will compile "is not". Script: on mouseDown pButtonNumber if pButtonNumber = 3 or pBu...
- Sat May 29, 2021 11:45 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
Solution found -- I strongly dislike Windows snippet with problem glyph 1 repeat with i = 1 to number of lines of tAll 2 set cursor to busy 3 if gLetterSelected ≠ char 1 of item 2 of line i of tAll then next repeat 4 else exit repeat 5 end repeat when line 3 is changed to; if gLetterSelected is not...
- Fri May 28, 2021 8:50 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
15 - 49 pm Have downloaded Win 64 IDE. Next reponse will be after I explore debugging on the laptop. Probably tomorrow.
Bob
Bob
- Fri May 28, 2021 8:08 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
Richard --
I don't have and IDE for Windows. I develop on a Mac Mini M1. Only my Windows 10 exe is failing.
How do I get the IDE for Windows ?
Can I sneaker net the Mac " dot livecode file from the Mac to the laptop ?
Bob
I don't have and IDE for Windows. I develop on a Mac Mini M1. Only my Windows 10 exe is failing.
How do I get the IDE for Windows ?
Can I sneaker net the Mac " dot livecode file from the Mac to the laptop ?
Bob
- Fri May 28, 2021 6:39 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
Hi Klaus, See above, we cannot tell you without konwing what is in your filepath in the end!? 1 - What should be in the file path at the end of that script snippet is "albumName/mp3Filepath . txt" which for i = 1 in my music album list is "Achtung! Hier Spielt Anton Karas". That txt file then gives ...
- Fri May 28, 2021 3:45 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
Thanks to Klaus and Axworld for their replies, especially helpful on the code marking suggestion. 1 - Files being read were created by this program and saved as UTF-8 -- that was part of my cross platform trying to save umlauts and other accent marks. This is not the issue.[/list] 2 - My issue is me...
- Thu May 27, 2021 11:23 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
Addendum to previous post -- & glyph displays differently in this screen but displays as the expected ampersand glyph after posting. I wish Apple and Microsoft played with the same IDENTICAL fonts. !!!
- Thu May 27, 2021 10:48 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
1. Yes the defaultFolder is what I expect as card 1 stays keeps track of where the app is in setting initial conditions. 2. The sample was missing {i} after dgDataOf Line -- but it was there on Apr 17. However this line failed because the stack script failed to load the dataGrid of card 5 due to the...
- Thu May 27, 2021 8:16 pm
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
I hope the script snippets below explain my problem. Again it started with menuPick on the second pulldown menu on card 5 going directly to the stack script. Has morphed into a main function call (fReadFile) not working in the compiled Windows. I still check the Mac standalone app (which works) befo...
- Thu May 27, 2021 1:17 am
- Forum: Windows
- Topic: Mac not compiling into Windows
- Replies: 18
- Views: 30321
Re: Mac not compiling into Windows
This is 2nd response to Jacque, 1st at 15:45 EDT did not post. Mac app and Windows exe version 1, delivered to grandsons for Christmas. Written in LC 9 . 6 . 2 RC4. Worked great. Program is to play musical tracks recorded on reel tape in the 1950s, and 60s. Converted to cassettes 2 sides 30 minutes ...