Re: Mountain Lion File Versioning

2012-10-11 Thread J. Landman Gay
That could happen if the location of the plugin changed, and the stack does not have its destroystack property set to true. Without destroystack, the stack will stay resident in RAM after closing. If it re-opens from a different file path, the engine would think it's a duplicate. If LiveCode

Re: Mountain Lion File Versioning

2012-10-11 Thread William Vlahos
It would be good if there was an example of how to use versioning in our own apps. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm)

Re: Mountain Lion File Versioning

2012-10-11 Thread Peter Haworth
Folks, Been checking around the web and I don't think versioning is causing what Guglielmo experienced. It seems that versions of files are stored in a special, hidden folder named .DocumentRevisions-V100 at the root level of your drive, not in the same folder as the original file. Certainly some

Re: Mountain Lion File Versioning

2012-10-11 Thread Peter Haworth
Folks, I'm really interested in figuring out what happened here so if anyone can figure it out, please post! lcStackBrowser saved a couple of things in custom props between runs but I'm already in the process of changing it to save the same info in a file to avoid whatever is causing this problem

Re: Mountain Lion File Versioning

2012-10-11 Thread Guglielmo Braguglia
Ciao Scott, yes, is the same thing I thought. Because Peter save some information inside the plugin, maybe Mountain Lion see this file changed and try to do some kind of versioning or reopening the last version ... I don't know ... Guglielmo On 11.10.2012 20:53, Scott Rossi wrote: Maybe th

Re: Mountain Lion File Versioning

2012-10-11 Thread Scott Rossi
Maybe this is one of those situations where the OS is re-launching whatever files you had previously open. Regards, Scott Rossi Creative Director Tactile Media, UX Design On 10/11/12 11:46 AM, "Guglielmo Braguglia" wrote: >I have the problem ... > >I'm using one Peter plugin, lcStackBrowser

Re: Mountain Lion File Versioning

2012-10-11 Thread Guglielmo Braguglia
I have the problem ... I'm using one Peter plugin, lcStackBrowser, which currentlysaves something inside itself ... Today, trying on a MacBook running Mountain Lion 10.8.2, I have had this strange behavior ... ... I opened LiveCode on this machine, on which I had used it a few days ago, an

Re: Mountain Lion File Versioning

2012-10-11 Thread Bob Sneidar
On Oct 11, 2012, at 10:25 AM, Klaus on-rev wrote: > Hi Pete, > > Am 11.10.2012 um 19:21 schrieb Peter Haworth : > >> I'm not 100% clear on how the Mountain Lion file versioning of files works > > noone really is! :-D > >> but does it have any effect on saving a stack by script? > > No, Livec

Re: Mountain Lion File Versioning

2012-10-11 Thread Klaus on-rev
Hi Pete, Am 11.10.2012 um 19:21 schrieb Peter Haworth : > I'm not 100% clear on how the Mountain Lion file versioning of files works noone really is! :-D > but does it have any effect on saving a stack by script? No, Livecode does not support this "feature". > Pete > lcSQL Software