How to debug exit on Signal 11 on Linux

2014-12-22 Thread Malte Brill
Hi all, does somebody know how I can provide a useful log for an exit on Signal 11 under Linux for a livecode app? Thanks, Malte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: BBEdit Language Module for LiveCode

2014-12-22 Thread Ben Rubinstein
It's not possible, I'm afraid. This is a Codeless Language Module, which works by just declaring keywords and grep patterns. It's limited in what it can achieve; and in particular the structural elements only work for languages which have a single block delimiter. Documentation: Many

[ANN] ControlManager video

2014-12-22 Thread FlexibleLearning.com
As requested, a short introductory video of ControlManager in action... http://youtu.be/QtrhtSXCsfk Further details and purchasing options at... www.FlexibleLearning.com/controlmanager or https://livecode.com/store/marketplace/controlManager-1-0-0 Hugh Senior FLCo

Re: BBEdit Language Module for LiveCode

2014-12-22 Thread J. Landman Gay
Wouldn't if and end if be a code block delimiter? And the same for switch and end switch? On December 22, 2014 5:28:01 AM CST, Ben Rubinstein benr...@cogapp.com wrote: It's not possible, I'm afraid. This is a Codeless Language Module, which works by just declaring keywords and grep patterns.

Re: BBEdit Language Module for LiveCode

2014-12-22 Thread Ben Rubinstein
On 22/12/2014 16:56, J. Landman Gay wrote: Wouldn't if and end if be a code block delimiter? And the same for switch and end switch? single block delimiter = one open, one close. At least that's my understanding. In theory we could therefore select one block to fold inside functions - but

size of LiveCode

2014-12-22 Thread Colin Holgate
Sometimes when I’m running low on space I will do a search for any files that are over 1 GB. It’s not uncommon for me to have video renders that I don’t need to keep. I was surprised just now to see LiveCode 7.0.1 at the top of the list. Here’s the size of the LiveCodes I have kicking around:

Re: size of LiveCode

2014-12-22 Thread Richmond
On 22/12/14 21:00, Colin Holgate wrote: Sometimes when I’m running low on space I will do a search for any files that are over 1 GB. It’s not uncommon for me to have video renders that I don’t need to keep. I was surprised just now to see LiveCode 7.0.1 at the top of the list. Here’s the size

Re: size of LiveCode

2014-12-22 Thread Andrew Kluthe
Though they broke my legs, they gave me a crutch to walk. On Mon, Dec 22, 2014 at 1:02 PM, Richmond richmondmathew...@gmail.com wrote: On 22/12/14 21:00, Colin Holgate wrote: Sometimes when I’m running low on space I will do a search for any files that are over 1 GB. It’s not uncommon for me

Re: [ANN] ControlManager video

2014-12-22 Thread Gerry
This product comes with awesome support - Hugh spend an hour and a half with me on Skype trying to find a solution to a bug, and lots more time on the problem after that conversation. Highly recommended! Gerry On Tue, 23 Dec 2014 at 3:06 am, FlexibleLearning.com ad...@flexiblelearning.com

Sockets

2014-12-22 Thread Eric Corbett
Hello all, I’m using LiveCode 7.0.1. I have a port open and when I get the openSockets list, the port has an extra character on the end like an ‘å’ or a double quote. I check to see if the port is in the openSocket list so I don’t try to accept connections again, but if I have wholeMatches

Re: Sockets

2014-12-22 Thread Peter W A Wood
Hello Eric I ran a very simple test using LiveCode 7.0.1 on OS X Yosemite and didn’t see the issue. It was a very simple test though. My test had three buttons: open, list, close and one field: Report. The three button scripts were: open - open socket to 127.0.0.1:80

Re: Writing ID3 Tags to files

2014-12-22 Thread Brahmanathaswami
J. Landman Gay wrote: Before we lost Mark Smith, he had written an ID3 library. It's old now but it may still be useful. That, and his other work, is preserved here: http://marksmith.on-rev.com/revstuff/files/ I downloaded all his libraries. Took the ID3 library and set it up as a

Re: Writing ID3 Tags to files

2014-12-22 Thread J. Landman Gay
I'm using his hmac lib. His legacy lives on. On December 22, 2014 9:08:58 PM CST, Brahmanathaswami bra...@hindu.org wrote: J. Landman Gay wrote: Before we lost Mark Smith, he had written an ID3 library. It's old now but it may still be useful. That, and his other work, is preserved here:

7.0.1 community stable

2014-12-22 Thread Mike Bonner
Hey, i'm getting an error (the path to the installer executable.exe) is not a valid win32 application. Is anyone else having trouble getting it to install? I'm on win7 home premium, 64 bit. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Sockets

2014-12-22 Thread Eric Corbett
Thanks Peter, Try starting a server by doing accept connections on port 12345 with message xxx Then list the openSockets. The open port 12345 will or might have an extra character at the end. - Eric On Dec 22, 2014, at 17:35, Peter W A Wood peterwaw...@gmail.com wrote: Hello Eric

Re: Sockets

2014-12-22 Thread Mike Bonner
Yep, i'm seeing this on 7.0.0 too. The other versions I have (various 6xxx versions) work correction, though I haven't tried the most recent 6 stable. If I can get 7.0.1 to install I'll try it there also. On Mon, Dec 22, 2014 at 6:35 PM, Peter W A Wood peterwaw...@gmail.com wrote: Hello Eric

Re: Sockets

2014-12-22 Thread Paul Hibbert
Eric, I see the same problem too on LC 7.0.1 (Build 1023) under Yosemite, works fine in LC 6.7.1 LC 6.6.5 as far as I can tell. Paul On Dec 22, 2014, at 8:02 PM, Mike Bonner bonnm...@gmail.com wrote: Yep, i'm seeing this on 7.0.0 too. The other versions I have (various 6xxx versions)

Re: Sockets

2014-12-22 Thread Eric Corbett
Thanks all, I'll send in a bug report. e On Dec 22, 2014, at 20:22, Paul Hibbert p...@livecode.org wrote: Eric, I see the same problem too on LC 7.0.1 (Build 1023) under Yosemite, works fine in LC 6.7.1 LC 6.6.5 as far as I can tell. Paul On Dec 22, 2014, at 8:02 PM, Mike

iOS external to check battery state?

2014-12-22 Thread Phil Davis
Hi friends, Has anyone out there created an iOS battery state external for semi-public use? I need it for internal testing only, not as part of a product. I see code at StackOverflow and other places for this purpose but have never built an iOS external, so I thought I would check my main

Re: Sockets

2014-12-22 Thread Peter W A Wood
When opening when starting a socket, I see the problem. This is the port number that was displayed 12345ر” Regards Peter On 23 Dec 2014, at 11:54, Eric Corbett e...@canelasoftware.com wrote: Thanks Peter, Try starting a server by doing accept connections on port 12345 with message

visual effect not working to show stack

2014-12-22 Thread Brahmanathaswami
I have a main stack and a substack this button on the main stack is meant to open the substack and show it with a visual effect. It doesn't work... the substack just snaps open LC 6.6.2 OS X Mavericks on mouseUp go invisible stack choose date show stack choose date with visual