Re: Where does LiveCode/Windows store specialFolderPath("Resources") data?

2018-10-02 Thread Howard Bornstein via use-livecode
ary entry for specialFolderPath. > > Thanks, > Brian > On Oct 2, 2018, 3:20 PM -0400, Howard Bornstein via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > I'm building a cross-platform app for Mac and Windows. I store a data > file > > that is up

Where does LiveCode/Windows store specialFolderPath("Resources") data?

2018-10-02 Thread Howard Bornstein via use-livecode
I'm building a cross-platform app for Mac and Windows. I store a data file that is update by the user in specialFolderPath("Resources"). On the Mac, I know where this is and can even view it, using the Show Package command from the Finder. One thing that is clear with the Mac is that this data fil

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-10-01 Thread Howard Bornstein via use-livecode
. > -- > Stephen Barncard - Sebastopol Ca. USA - > mixstream.org > > > On Sat, Sep 29, 2018 at 8:16 PM Howard Bornstein via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > I just wanted to mention that the problem detecting the shift-key being &

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-29 Thread Howard Bornstein via use-livecode
I just wanted to mention that the problem detecting the shift-key being down seems to be entirely an issue with Parallels. My test, running under Windows 10 on a real PC had no trouble with my code that was looking for the shift-key being down. I'm glad to see this problem wasn't within LiveCode. T

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-25 Thread Howard Bornstein via use-livecode
On Sun, Sep 23, 2018 at 10:50 PM Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > Howard: > > > All my test show that for the Shift key and the Option key, when > > called within a mousemove handler, it doesn't register that the > > keys are down unless the mouse but

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-23 Thread Howard Bornstein via use-livecode
an Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > I just did a quick test on Win10 and it works as it should. Tested with LC > 9.0.1 stable. > > Thanks, > Brian > On Sep 23, 2018, 5:20 PM -0500, Howard Bornstein via use-livecode < > use-livecode@lists.

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-23 Thread Howard Bornstein via use-livecode
the test code I sent (I put it in the card handler of a stack)? On Sun, Sep 23, 2018 at 12:04 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 9/22/18 11:03 PM, Howard Bornstein via use-livecode wrote: > > This is exceedingly weird. I can't get a

mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-22 Thread Howard Bornstein via use-livecode
This is exceedingly weird. I can't get a mousemove handler to recognize if the shiftkey is down (although I think this is true for all key modifiers—Shiftkey down and OptionKey down for sure). The only way it detects this state is if I click the mouse button while holding the shiftkey down. Then it