Search found 413 matches

by bwmilby
Sat Aug 18, 2018 4:35 pm
Forum: LiveCode Builder
Topic: Livecode keeps deleting my widget files!!!!!
Replies: 5
Views: 5178

Re: Livecode keeps deleting my widget files!!!!!

Which OS are you using? I just tried several different locations on my Mac (Sierra) and could not duplicate the behavior. I even tried changing the order (start testing/stop testing/install also worked fine - LCE was built at that point automatically). The only requirement is that you stop testing b...
by bwmilby
Sat Aug 18, 2018 3:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: specialFolderPaths
Replies: 20
Views: 10440

Re: specialFolderPaths

I'm unable to reproduce the behavior that you are seeing. I created a test stack (parent) with a button and a couple of fields. The preOpenStack handler copies a stack from the resources special folder path to a fully qualified path. The second stack (empty) is included in the copy files section onl...
by bwmilby
Sat Aug 18, 2018 12:17 am
Forum: LiveCode Builder
Topic: Livecode keeps deleting my widget files!!!!!
Replies: 5
Views: 5178

Re: Livecode keeps deleting my widget files!!!!!

Are you editing inside the My LiveCode folder?
by bwmilby
Fri Aug 17, 2018 7:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: specialFolderPaths
Replies: 20
Views: 10440

Re: specialFolderPaths

Interesting. Later this evening I should be able to build a test.
by bwmilby
Fri Aug 17, 2018 6:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: specialFolderPaths
Replies: 20
Views: 10440

Re: specialFolderPaths

How does the main stack/app open the file that you copy? How does it save the data stack once it is updated?
You may want to consider changing the defaultfolder.

Code: Select all

set the defaultFolder to storagePath
by bwmilby
Fri Aug 17, 2018 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: specialFolderPaths
Replies: 20
Views: 10440

Re: specialFolderPaths

I don't think it is the revcopyfiles that is putting it there. Somewhere else in the app it is saving that stack to a path that isn't fully qualified.
by bwmilby
Fri Aug 17, 2018 4:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: specialFolderPaths
Replies: 20
Views: 10440

Re: specialFolderPaths

Not exactly. When testing, you just need to be sure that the app is not making changes to files within the application bundle. You should be able to do that without going to another seat. My point was that just moving the application to the Applications folder does not change the permissions on it s...
by bwmilby
Thu Aug 16, 2018 10:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: specialFolderPaths
Replies: 20
Views: 10440

Re: specialFolderPaths

The dictionary needs to be updated. Those delay comments are OBE. To me it looks like you are seeing the source stack (it has to copy it from somewhere). If that stack is referenced and open, then the updates will get saved to the original copy even though you duplicated it. Normally you would not b...
by bwmilby
Mon Aug 13, 2018 11:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: encrypting content in standalone stack
Replies: 10
Views: 6996

Re: encrypting content in standalone stack

One possible problem I can see with your approach is "lock messages". If you are in the IDE and lock messages, then the stack won't get the openStack message. So you will need to actually encrypt the stack file itself that has your sensitive data. Then the app will need to decrypt when opening. Anot...
by bwmilby
Mon Aug 06, 2018 10:28 pm
Forum: LiveCode Builder
Topic: One extension with multiple native library implementations
Replies: 4
Views: 4983

Re: One extension with multiple native library implementations

There is an example on GitHub where they have one widget include native controls for several platforms. That one is done with sub-modules, but I would agree that it should be possible.
by bwmilby
Mon Aug 06, 2018 10:23 pm
Forum: Talking LiveCode
Topic: Invisible syntax error?
Replies: 5
Views: 3875

Re: Invisible syntax error?

Yes, the one that I'm hosting is just for the latest build.
But, you can easily build your own copy. Source stack is here:
https://github.com/bwmilby/lc-misc/tree ... ebDocMaker

The following is included on all dictionary entries:
Introduced 9.0
by bwmilby
Sat Aug 04, 2018 7:34 pm
Forum: LiveCode Builder
Topic: Specifying supported platforms in Inclusions entry for LCB extension?
Replies: 13
Views: 10276

Re: Specifying supported platforms in Inclusions entry for LCB extension?

Thanks!

While I'm at it, would it be a good idea to add Version and Author to the dictionary for the Library level entry? We could script it to not include Livecode as an author, but for other authors that would seem to be a nice addition.
by bwmilby
Sat Aug 04, 2018 6:11 pm
Forum: Games
Topic: Hexagons and stuff
Replies: 51
Views: 52454

Re: Hexagons and stuff

It worked for me.
by bwmilby
Sat Aug 04, 2018 8:38 am
Forum: Version Control
Topic: Version Control
Replies: 25
Views: 79280

Re: Version Control

Script Tracker will generate a composite diff of two versions of a stack file pretty easily. Here's an outline of the process: Download and open ScriptTracker (see link in signature or use RevOnline) Create a folder for the stack Add a copy of the first version of the stack and open Select the stack...
by bwmilby
Fri Aug 03, 2018 4:17 am
Forum: LiveCode Builder
Topic: Specifying supported platforms in Inclusions entry for LCB extension?
Replies: 13
Views: 10276

Re: Specifying supported platforms in Inclusions entry for LCB extension?

PRs have been submitted. Not sure where the release note should go, so I'll add that once someone takes a look (could be in the LCB notes, engine notes, or IDE notes)

https://github.com/livecode/livecode/pull/6623
https://github.com/livecode/livecode-ide/pull/1988

Go to advanced search