Search found 10 matches

by yuzutake
Mon Dec 18, 2017 8:53 am
Forum: Talking LiveCode
Topic: Encryption of a script-only stack in a standalone
Replies: 6
Views: 4465

Re: Encryption of a script-only stack in a standalone

Thanks I've solved my problem by making the script-only stack a substack: on preOpenStack if the environment is "development" then start using stack "mytest.livecodescript" else start using stack "mytest" end if end preOpenStack on savingStandalone if the scriptOnly of stack "mytest" then set the ma...
by yuzutake
Fri Dec 15, 2017 3:19 pm
Forum: Talking LiveCode
Topic: Encryption of a script-only stack in a standalone
Replies: 6
Views: 4465

Re: Encryption of a script-only stack in a standalone

I want a script-only stack for development because it's a text file, I use Git. We can't encrypt a script-only stack from the standalone settings so I'm finding a way to convert it to a normal stack that I can encrypt. But I'd also like to have inclusions auto-detected. If I add set the password of ...
by yuzutake
Thu Dec 14, 2017 11:18 am
Forum: Talking LiveCode
Topic: Encryption of a script-only stack in a standalone
Replies: 6
Views: 4465

Encryption of a script-only stack in a standalone

I'm trying to use a script-only stack for development, but encrypted when in a standalone. I'm using this script (some lines are useless): on preopenstack if the environment is "development" then start using stack "mytest.livecodescript" else start using stack "mytest.livecode" end if set the destro...
by yuzutake
Tue May 30, 2017 2:57 pm
Forum: Software Engineering
Topic: Vary the applications
Replies: 3
Views: 8931

Re: Vary the applications

Thanks!
I'll do that in a setProp
by yuzutake
Tue May 30, 2017 12:22 pm
Forum: Software Engineering
Topic: Vary the applications
Replies: 3
Views: 8931

Re: Vary the applications

Since it seems impossible to change standalone settings from code, do you know any command line tool that would compile a .livecode, but using standalone settings passed as parameters?
by yuzutake
Wed May 24, 2017 10:45 am
Forum: Software Engineering
Topic: Vary the applications
Replies: 3
Views: 8931

Vary the applications

I have a project that will be used by various clients (standalone name, copied files, etc. and code differ), but the process of building is a pain, there's a lot of settings.
I use a custom property to switch code, so can I use it and savingStandalone to change the standalone application settings?
by yuzutake
Thu Mar 09, 2017 11:03 am
Forum: Windows
Topic: Concurrency issue with files
Replies: 3
Views: 4334

Re: Concurrency issue with files

If Process #1 goes to sleep just before "put theLockFile into URL (gURLToPut & gLockFile)", "gLockFile is in MyVar" isn't true yet for Process #2. I've looked at other forums and I'll do on mouseUp put empty into fld "fldLock" set the hideConsoleWindows to true open process "testlock.cmd" for text u...
by yuzutake
Tue Mar 07, 2017 5:34 pm
Forum: Windows
Topic: Concurrency issue with files
Replies: 3
Views: 4334

Concurrency issue with files

Here's my problem: I'll have several computers (not always connected to the network, not always the same IP...) that will do some work on the same network resource. They must not do it at the same time. I'm wondering if there's a simple way to know whether a process is already doing its work. I trie...
by yuzutake
Tue Feb 28, 2017 10:18 am
Forum: Talking LiveCode
Topic: Memory leak when scrolling a group
Replies: 3
Views: 3217

Re: Memory leak when scrolling a group

Hi,

I'm using 8.1.3 Indy.

I can't find the script (only one for HyperCard), but would it work when images are imported as controls in the stack?
by yuzutake
Mon Feb 27, 2017 5:46 pm
Forum: Talking LiveCode
Topic: Memory leak when scrolling a group
Replies: 3
Views: 3217

Memory leak when scrolling a group

My project is a small stack that opens another stack from a separate stackfile. In this second stack I have a group with 20 subgroups and some datagrids inside them. When I open the 2nd stack the memory footprint goes from 50MB to more than 600MB (in IDE - in standalone 15MB to 600), but the stack a...

Go to advanced search