Search found 10 matches

by RobertTeeter
Sat May 29, 2021 11:45 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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...
by RobertTeeter
Fri May 28, 2021 8:50 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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
by RobertTeeter
Fri May 28, 2021 8:08 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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
by RobertTeeter
Fri May 28, 2021 6:39 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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 ...
by RobertTeeter
Fri May 28, 2021 3:45 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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...
by RobertTeeter
Thu May 27, 2021 11:23 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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. !!!
by RobertTeeter
Thu May 27, 2021 10:48 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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...
by RobertTeeter
Thu May 27, 2021 8:16 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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...
by RobertTeeter
Thu May 27, 2021 1:17 am
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

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 ...
by RobertTeeter
Tue May 25, 2021 4:03 pm
Forum: Windows
Topic: Mac not compiling into Windows
Replies: 18
Views: 13004

Mac not compiling into Windows

A program that worked for 6 months developed in Mac, then compiled into Windows worked for 6 months. Now the message path works in Mac but fails in Windows. Specifically, a read function, in main stack script, called from many locations does not work. Calls in the stack script work, calls from below...

Go to advanced search