Re: Compatability Livecode projects on OSX and Windows

2013-10-10 Thread Richmond
On 10/11/2013 12:40 AM, Peter Haworth wrote: I use OSX at home, WIndows laptop on the road and all works fine except for a few gotchas. Often find that labels and button titles which look fine on OSX don't quite fit on Windows. Well, at the risk of boring the pants off everyone, here's a piece

Re: Passive Shell Commands

2013-10-10 Thread Dr. Hawkins
On Thu, Oct 10, 2013 at 5:10 PM, Dr. Hawkins wrote: > I'll play some more tonight; they still don't seem to be talking . . . > They're launching and compiling, but not talking. I have a field in master with on closeField write the text of me to process slave end closeField and the main s

Re: Passive Shell Commands

2013-10-10 Thread Dr. Hawkins
On Thu, Oct 10, 2013 at 11:10 AM, Andrew Kluthe wrote: > I don't think this works with just a stackfile but a standalone. > To be clear, I'm doing this with the standalones. I've also tried master within the IDE and slave as a standalone with the same results, -- Dr. Richard E. Hawkins, Esq.

Re: Passive Shell Commands

2013-10-10 Thread Dr. Hawkins
On Thu, Oct 10, 2013 at 12:38 PM, Monte Goulding < mo...@sweattechnologies.com> wrote: > So slApp isn't among the lines of the openProcesses? It should be. > Hmm, now it is; just checked. And I found it once last night in the force quit dialog, but assumed that I had started it myself. I'll pla

Re: Compatability Livecode projects on OSX and Windows

2013-10-10 Thread Peter Haworth
I use OSX at home, WIndows laptop on the road and all works fine except for a few gotchas. Often find that labels and button titles which look fine on OSX don't quite fit on Windows. Option menus on OSX show as may entries as possible with top/bottom scroll arrows. On Windows, they only show the

Setting the Location of the Script Editor Window

2013-10-10 Thread Ray
It seems we should be able to set the location of the script editor from Livecode's Preferences, or, that changing the location of it and closing it should be remembered so the next time it's opened it returns to the same location. Neither works and I almost remember how to do this by delving

Re: RELEASE: LiveCode 6.1.2 RC3

2013-10-10 Thread Chris Sheffield
Ben, I'm not sure what's going on at this point. As I was trying to duplicate the problem with a sample stack, I was actually having to reinstall this build of LC several times. As I said, it appeared to be self-destructing somehow. The app bundle was actually becoming damaged to the point that

Re: Passive Shell Commands

2013-10-10 Thread Monte Goulding
On 11/10/2013, at 2:08 AM, "Dr. Hawkins" wrote: > I'm trying to launch a second livecode stack, but it isn't working. > > I created master.livecode and slave.livecod on the desktop. > > I give master a script of > > on openstack > global slApp > > put "/Users/hawk/Desktop/slave/MacOSX/sl

Re: Passive Shell Commands

2013-10-10 Thread Phil Davis
If you want to launch the second stack in a separate process (with its own LC session), it will have to be made into a standalone app. You can only "launch" an app, which a stackfile is not. If you just want to open the stack in your current LC session, you can just open it, or go to it, or to

Re: RELEASE: LiveCode 6.1.2 RC3

2013-10-10 Thread Benjamin Beaumont
Hi Chris, We made a small change to the field in this release but it looks like it may have had some knock on effects. Could you submit a bug report.. sounds like we have some debugging to do. Thanks for the report. Warm regards, Ben On 9 October 2013 21:03, Chris Sheffield wrote: > Is anyb

Re: Passive Shell Commands

2013-10-10 Thread Klaus major-k
Am 10.10.2013 um 17:08 schrieb Dr. Hawkins : > I'm trying to launch a second livecode stack, but it isn't working. > > I created master.livecode and slave.livecod on the desktop. > > I give master a script of > > on openstack > global slApp > > put "/Users/hawk/Desktop/slave/MacOSX/slave.

Re: Passive Shell Commands

2013-10-10 Thread Andrew Kluthe
I don't think this works with just a stackfile but a standalone. On Thu, Oct 10, 2013 at 10:08 AM, Dr. Hawkins wrote: > I'm trying to launch a second livecode stack, but it isn't working. > > I created master.livecode and slave.livecod on the desktop. > > I give master a script of > > on openst

Re: Suppressing Unnecessary Messages

2013-10-10 Thread Richard Gaskin
endernafi wrote: Does LiveCode engine send all possible messages constantly, regardless of that particular handler is implemented in the script or not? If I place a *mouseEnter* handler into the card script, that handler gets the message and does its thing. But if don't place any *mouseEnter* ha

Re: Compatability Livecode projects on OSX and Windows

2013-10-10 Thread Beat Cornaz
Real good feedback, thanks a lot Richmond & Scott. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-liveco

Re: Passive Shell Commands

2013-10-10 Thread Dr. Hawkins
I'm trying to launch a second livecode stack, but it isn't working. I created master.livecode and slave.livecod on the desktop. I give master a script of on openstack global slApp put "/Users/hawk/Desktop/slave/MacOSX/slave.app/Contents/MacOS/slave" into slApp answer "starting" brea

Re: OAuth 1.1

2013-10-10 Thread Ben Rubinstein
On 23/08/2013 23:21, J. Landman Gay wrote: On 8/23/13 2:51 PM, Ralph DiMola wrote: I'm going to be using http rest application interface to Twitter. I am doing the OAuth stuff and I need a HMAC-SHA1 hashing algorithm. Is that the same as LC's sha1Digest function? If not is there something in the

Suppressing Unnecessary Messages

2013-10-10 Thread Fatih Batal
Hi all, Does LiveCode engine send all possible messages constantly, regardless of that particular handler is implemented in the script or not? If I place a *mouseEnter* handler into the card script, that handler gets the message and does its thing. But if don't place any *mouseEnter* handler in a

AW: Compatability Livecode projects on OSX and Windows

2013-10-10 Thread Tiemo Hollmann TB
Hi Beat, my primary developing platform is windows, but for finishing the mac version I always copy the stacks over to my mac, do testing, finishing, building installer, etc. >From version 2.7 up to 6.1 I always had and have troubles with Unicode problems. In the years I had all kind of mostly non