Search found 21 matches

by ekami
Tue Jun 16, 2020 1:14 pm
Forum: Windows
Topic: Tutorial for deploying on Windows (7-8-10) without security alerts.
Replies: 4
Views: 4851

Re: Tutorial for deploying on Windows (7-8-10) without security alerts.

My LC Standalone must save confidential datas in a sub-stack, so i use "save stack" for this, but the Windows "Program files" folder is read-only on windows (and i don't have any script to make the folder of the standalone read and write), so i prefer placing the app in a read/write folder. Windows ...
by ekami
Tue Jun 16, 2020 11:02 am
Forum: Windows
Topic: Tutorial for deploying on Windows (7-8-10) without security alerts.
Replies: 4
Views: 4851

Tutorial for deploying on Windows (7-8-10) without security alerts.

Hello from France -- I am Apple certified developper and I know how to create a notarized .app / .pkg / .dmg (using AppWrapper, Packages, DMG Canvas) -- But i have no idea of how to do this on Windows (7-8-10) platform. Paying to be a certified Microsoft developper is not a problem. The only things ...
by ekami
Tue Feb 25, 2020 1:14 am
Forum: Mac OS
Topic: Sub stacks not saving data in standalones on macOS 10.15
Replies: 12
Views: 8834

Re: Sub stacks not saving data in standalones on macOS 10.15

I've made a video with a fresh new stack to explain the two bugs i've found, i'll send it tomorrow to Lc quality.
You can download it here:
https://my.pcloud.com/publink/show?code ... KWaXCg2w0y
by ekami
Mon Feb 24, 2020 8:20 pm
Forum: Mac OS
Topic: Sub stacks not saving data in standalones on macOS 10.15
Replies: 12
Views: 8834

Re: Sub stacks not saving data in standalones on macOS 10.15

Hello In case if the post-install script of my .pkg fails moving files, i added this script i placed in the "startup" script of the standalone to move sub stacks. if the platform = "MacOS" and the environment = "standalone application" then set the itemDelimiter to slash put the effective filename o...
by ekami
Mon Feb 24, 2020 1:30 am
Forum: Mac OS
Topic: Sub stacks not saving data in standalones on macOS 10.15
Replies: 12
Views: 8834

Re: Sub stacks not saving data in standalones on macOS 10.15

Hello From France. After two days fighting with this issue; i finally solved it. I'll try to explain it : during the standalone creation, the individual sub-stacks are stored in the /Ressources/_MacOS folder of the app bundle. This is the right place, because /Ressources/_MacOS folder is ignored dur...
by ekami
Sun Feb 23, 2020 1:58 am
Forum: Mac OS
Topic: Sub stacks not saving data in standalones on macOS 10.15
Replies: 12
Views: 8834

Re: Sub stacks not saving data in standalones on macOS 10.15

Thanks for the response. My app must be installed in "Applications" folder and work "out of the box". I work on it for 6 months, and at last moment, a stupid write issue, this is really very frustrating... This kind of bad trip will probably make me abandon Lc for commercial projects and back to Fil...
by ekami
Sat Feb 22, 2020 9:48 pm
Forum: Mac OS
Topic: Sub stacks not saving data in standalones on macOS 10.15
Replies: 12
Views: 8834

Sub stacks not saving data in standalones on macOS 10.15

Hello Lc bugs are driving me crazy… I have a sub stack in a standalone that stores some data, and i use "save stack stackname" regularly to save the stack. After saving as standalone (checking "Move substacks into individual stackfiles"), this substack works fine in old versions of macOS (10.9 to 10...
by ekami
Wed Jan 29, 2020 7:22 pm
Forum: Mac OS
Topic: LiveCode 9.5.1 quits unexpectedly
Replies: 13
Views: 9342

Re: LiveCode 9.5.1 crashes when closing stack

Hello jacque, thank's for replying. - I saved my stack as "LiveCode Stack" and "Legacy LiveCode Stack 8.0", with the same result: the combox boxes are still systematically bad drawn after saving and re-opening the stack. I was supecting that the problem was my "old" stack, but the problem exists wit...
by ekami
Wed Jan 29, 2020 5:01 pm
Forum: Mac OS
Topic: LiveCode 9.5.1 quits unexpectedly
Replies: 13
Views: 9342

Re: LiveCode 9.5.1 crashes when closing stack

Many thanks for your responses. - I started with HC 1.0 to 2.4 and switched to FMP after it's abandon, and i spent lots of money with LC until the version 1.0, but as LC is not my main dev environment, i'm still a beginner with LC, because even if i can re-use all the concepts learned with HC, it's ...
by ekami
Mon Jan 27, 2020 8:36 pm
Forum: Mac OS
Topic: LiveCode 9.5.1 quits unexpectedly
Replies: 13
Views: 9342

Re: LiveCode 9.5.1 crashes when closing stack

RESOLVED : LC was quitting because i added a "quit" statement on closestack in order to quit the standalone when the main window stack is closed. This statement was probably omitted when creating the standalone in older versions of LC. I checked "Destroy stack" in standalone settings, that does the ...
by ekami
Mon Jan 27, 2020 3:59 pm
Forum: Mac OS
Topic: LiveCode 9.5.1 quits unexpectedly
Replies: 13
Views: 9342

Re: LiveCode 9.5.1 crashes when closing stack

Thanks for your fast reply.
Can i send you the stack as attachment here in this forum ?
by ekami
Mon Jan 27, 2020 2:58 pm
Forum: Mac OS
Topic: LiveCode 9.5.1 quits unexpectedly
Replies: 13
Views: 9342

LiveCode 9.5.1 quits unexpectedly

Hello from France LiveCode Indy 9.5.1 + macOS 10.12 I have little stack ( 742 Ko) created with LiveCode 4, i can still open it and create a standalone with LC 6.6.2 . I have opened it today in LC9 to make some changes; but the combo menu objets any many other objets have lost their "graphics alignme...
by ekami
Thu Apr 26, 2018 8:16 pm
Forum: Mac OS
Topic: BUG? AppleScript do script in standalone broken?
Replies: 16
Views: 14546

Re: BUG? AppleScript do script in standalone broken?

OMG, using a sub-script works in the runtime, even without the pMode param.
"Mille fois merci" like we say in France, Many thanks, you saved my journey !
But WTH why using a sub-script and not a simple script, mystery…
by ekami
Thu Apr 26, 2018 4:52 pm
Forum: Mac OS
Topic: BUG? AppleScript do script in standalone broken?
Replies: 16
Views: 14546

Re: BUG? AppleScript do script in standalone broken?

My problem is simple: i can compile my AppleScript to a classical app with Apple Script Editor, but even using the "execute only", the script can be partially read because it is not correctly encrypted. So the idea is to use LC to run this script during the "startup" handler placed in the stack scri...
by ekami
Thu Apr 26, 2018 3:59 pm
Forum: Mac OS
Topic: BUG? AppleScript do script in standalone broken?
Replies: 16
Views: 14546

Re: BUG? AppleScript do script in standalone broken?

Hello from France I come here after using LC 6.6.2 to compile a little app that only needs to do one thing when launching the runtime, aka running a 5 lines AppleScript (from a field) to mount a distant FTP server and quit, and i see that this bug is not corrected since version 7 ! Of course the scr...

Go to advanced search