Re: LiveCode won't recognize my stack

2020-01-06 Thread Bill Vlahos via use-livecode
Richard and Brian, I think you guys are on to something. The LiveCode open dialog filter is a different issue than actually being able to open the file as a stack. Thanks. For some reason my OpenStack handler in the Card script isn’t being triggered. This is causing a number of issues including

Re: LiveCode won't recognize my stack

2020-01-01 Thread Brian Milby via use-livecode
Have you tried addressing it via the full path? put the uProperty of stack “/fullPathToFile/actualFileName” into tVar Thanks, Brian ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

Re: LiveCode won't recognize my stack

2020-01-01 Thread Richard Gaskin via use-livecode
Bill Vlahos wrote: Richard, I’m running the different versions of LiveCode on the same Mac and looking at the same file so I don’t think the OS is affecting this. I’m just asking if there is a stack with the correct name and getting “false” as the answer if using LC 9.5.1. If I ask for “file”

Re: LiveCode won't recognize my stack

2019-12-31 Thread Mark Wieder via use-livecode
On 12/31/19 5:00 PM, Bill Vlahos via use-livecode wrote: Richard, I’m running the different versions of LiveCode on the same Mac and looking at the same file so I don’t think the OS is affecting this. I’m just asking if there is a stack with the correct name and getting “false” as the answer

Re: LiveCode won't recognize my stack

2019-12-31 Thread Bill Vlahos via use-livecode
Richard, I’m running the different versions of LiveCode on the same Mac and looking at the same file so I don’t think the OS is affecting this. I’m just asking if there is a stack with the correct name and getting “false” as the answer if using LC 9.5.1. If I ask for “file” and not “stack” then

Re: LiveCode won't recognize my stack

2019-12-30 Thread Richard Gaskin via use-livecode
Bill Vlahos wrote: > My program is correctly setting the defaultFolder but is getting the > same result of not recognizing the file as a LiveCode stack when I > build using LiveCode version 9.5.1. > > Any idea what might have changed between version 7 and 8 and how I can > get the old behavior wh

Re: LiveCode won't recognize my stack

2019-12-30 Thread Bill Vlahos via use-livecode
Mark, Thanks for commenting. This behavior changed between version 7 (and earlier) and version 8 (and later). When I am in LC version 7 or earlier and go File menu/Open Stack I am able to select my stack named “LicenseKey.IW” without specifying “All Files”. When I am in LC version 8 or 9 on th

Re: LiveCode won't recognize my stack

2019-12-30 Thread Sannyasin Brahmanathaswami via use-livecode
Trashing prefs will bring back LC to the main monitor, no fiddling with loc of stacks. then, later in the week, after loading on Macbook Pro while at Java Café. LC loses track -- or something, does not always happen this way. Then back to multi-monitors. I learned to shut down my lap top *befor

Re: LiveCode won't recognize my stack

2019-12-30 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > ...saving stacks in Windows has proven to be time consuming. Curious. Haven't seen that, but there may be something specific there worth knowing about. Recipe/bug ID#? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and

Re: LiveCode won't recognize my stack

2019-12-30 Thread Richmond via use-livecode
I wander a bit as well, but as long as it isn't too much I'm no that fashed; and with my Macintosh I've got 3 monitors, so however far things wander aiblins it isnae farther than 'that'. Richmond. On 30.12.19 21:14, Bob Sneidar via use-livecode wrote: My stacks wander a bit too. I wrote a rou

Re: LiveCode won't recognize my stack

2019-12-30 Thread Bob Sneidar via use-livecode
My stacks wander a bit too. I wrote a routine to reposition my stacks to their last position when they were closed, because saving stacks in Windows has proven to be time consuming. But on the Mac and Windows, the restored position is always slightly off from the last position and I have never b

Re: LiveCode won't recognize my stack

2019-12-30 Thread dunbarx--- via use-livecode
each time I do. More than worth it to have two monitors, though. Craig  -Original Message- From: Mark Waddingham via use-livecode To: How to use LiveCode Cc: Mark Waddingham Sent: Mon, Dec 30, 2019 12:22 pm Subject: Re: LiveCode won't recognize my stack On 2019-12-27 22:51,

Re: LiveCode won't recognize my stack

2019-12-30 Thread Mark Waddingham via use-livecode
On 2019-12-27 22:51, Bill Vlahos via use-livecode wrote: List, Version 9.x of LiveCode doesn’t recognize stacks unless the file name ends with either .rev or .livecode. Previous versions (I don’t know when this changed) were able to. Nothing has changed here in any recent version. I use a st

Re: LiveCode won't recognize my stack

2019-12-27 Thread Richard Gaskin via use-livecode
LiveCode will recognize any stack file of the same or earlier version of the engine attempting to access it, regardless of file extension. Must be something else going on with that... -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: LiveCode won't recognize my stack

2019-12-27 Thread Bill Vlahos via use-livecode
Mark, It is both the name of the stack and file name. I’d really rather not have to rename the license key file name. It would be better to figure out how LiveCode could work like it used to. Thanks, Bill > On Dec 27, 2019, at 5:08 PM, Mark Wieder via use-livecode > wrote: > > On 12/27/19

Re: LiveCode won't recognize my stack

2019-12-27 Thread Mark Wieder via use-livecode
On 12/27/19 2:51 PM, Bill Vlahos via use-livecode wrote: List, Version 9.x of LiveCode doesn’t recognize stacks unless the file name ends with either .rev or .livecode. Previous versions (I don’t know when this changed) were able to. I use a stack file as the Preferences file for InfoWallet b

Re: LiveCode won't recognize my stack

2019-12-27 Thread Bill Vlahos via use-livecode
Peter, I don’t want to open or go to that stack. It is like a preferences stack. I want to get and set custom properties of it. Regards, Bill > On Dec 27, 2019, at 4:28 PM, Peter Bogdanoff via use-livecode > wrote: > > Hi Bill, > > In LC 9.04 issue a command > > go stack tURL > > where tU

Re: LiveCode won't recognize my stack

2019-12-27 Thread Peter Bogdanoff via use-livecode
Hi Bill, In LC 9.04 issue a command go stack tURL where tURL is the directory path and it opens the stacks. My stacks don’t have a suffix at all. Peter Bogdanoff > On Dec 27, 2019, at 5:51 PM, Bill Vlahos via use-livecode > wrote: > > List, > > Version 9.x of LiveCode doesn’t recognize

Re: LiveCode won't recognize my stack

2019-12-27 Thread hh via use-livecode
This works here: go stack url("binfile:/Users/admin/xstacks/selectiveGray6789.IW") ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev