New parsing possibilities

2013-03-12 Thread dunbarx
I had started something trivial on the forum that has become very interesting. Not sure how many here also lurk there, so I thought I would bring it over. Originally, I had commented that something like: if x,y,z = 0 then beep threw no error. That has evolved quite nicely into a parsing di

Re: New parsing possibilities

2013-03-12 Thread Mark Schonewille
Hi, I think a link to the discussion on the forum would be appropriate: http://qery.us/35v -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter t

Re: New parsing possibilities

2013-03-12 Thread Mark Wieder
Craig- Tuesday, March 12, 2013, 6:59:24 AM, you wrote: > put 2*2,3*3=4,9 -- returns "true", or > put 2*2,3*3 --yields "4,9". And as Mark pointed out there, it's not entirely the stringification of the lValues and rValues that I assumed, since evaluation of the math operators does take place bef

Ouya Game Console Based on Android

2013-03-12 Thread Lynn Fredricks
Hi all, Did anyone get the developer kit for this? http://www.ouya.tv/ This console is due to launch in June, and it looks like they are asking for dev stories. Best regards, Lynn Fredricks President Paradigma Software http://www.paradigmasoft.com Valentina SQL Server: The Ultra-fast, Royalty

Accessing Unicode (ntext, nvarchar) text fields from SQL Server over ODBC

2013-03-12 Thread Ben Rubinstein
I'm having this problem using LiveCode, but I don't know whether that's where the issue resides. So this may be OT - but I'd appreciate any suggestions anyway! An app built in LiveCode regularly connects to a SQL Server database, over ODBC, to retrieve various data. The application responsib

[OT] Slugworth

2013-03-12 Thread Richmond
Why do I get the funny feeling that Ubuntu is getting a bit too big for its open source boots? http://www.wired.com/wiredenterprise/2013/03/ubuntu-mir/ Of course, this could be an object lesson to those who are in the process of releasing something open source as to how much they continue to e

Re: [OT] Slugworth

2013-03-12 Thread Richard Gaskin
Richmond wrote: Why do I get the funny feeling that Ubuntu is getting a bit too big for its open source boots? http://www.wired.com/wiredenterprise/2013/03/ubuntu-mir/ Of course, this could be an object lesson to those who are in the process of releasing something open source as to how much the

Re: [OT] Slugworth

2013-03-12 Thread Richmond
On 03/12/2013 10:09 PM, Richard Gaskin wrote: Richmond wrote: Why do I get the funny feeling that Ubuntu is getting a bit too big for its open source boots? http://www.wired.com/wiredenterprise/2013/03/ubuntu-mir/ Of course, this could be an object lesson to those who are in the process of re

Re: [OT] Slugworth

2013-03-12 Thread Mark Wieder
Richmond writes: > > Because the sky is falling? > > Not that I have noticed. Also. Don't believe everything you read on the internet. Even if it's in color. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lis

Re: [OT] Slugworth

2013-03-12 Thread Richard Gaskin
Richmond wrote: On 03/12/2013 10:09 PM, Richard Gaskin wrote: Richmond wrote: Why do I get the funny feeling that Ubuntu is getting a bit too big for its open source boots? http://www.wired.com/wiredenterprise/2013/03/ubuntu-mir/ Of course, this could be an object lesson to those who are in

Mac App Submit (again)

2013-03-12 Thread Lars Brehmer
I am still trying to prepare an app for app store submission, but still failing. I follow the instructions in the Mac App Submit article in RevUp June 17th 2011 to the letter. It all seems to work, but testing the resulting installer package fails. I follow the instructions to the letter, the re

Re: Fwd: Stackoverflow : new LiveCode questions

2013-03-12 Thread Mark Smith
John Craig-4 wrote > I can set up an email list if anyone is interested - or even post to > this list. The cron job can be modified to run every minute, every > hour, etc. , but only sends a report when new data is available. Hi John, I'd be interested, especially if the digest is once a day a

How to start a LiveCode stack without running scripts?

2013-03-12 Thread Ueliweb
Hei How to start a LiveCode stack without running scripts? By scripting a splash with some additional functions there is also a closeStack and now every time I load it in LiveCode environment it does the things start(load) the main app and close so I never more able to correct or programming scri

Re: How to start a LiveCode stack without running scripts?

2013-03-12 Thread Monte Goulding
Up on the toolbar there's an Icon that says Messages and looks like an envelope. Click that then open your stack. On 13/03/2013, at 5:11 PM, Ueliweb wrote: > Hei > > How to start a LiveCode stack without running scripts? > > By scripting a splash with some additional functions there is also a >

Re: How to start a LiveCode stack without running scripts?

2013-03-12 Thread Igor de Oliveira Couto
On 13/03/2013, at 5:11 PM, Ueliweb wrote: > How to start a LiveCode stack without running scripts? That's one that should be put on StackOverflow, me thinks... Perhaps a title such as "How to open a stack without triggering openStack/openCard scripts?" -- Igor Couto Sydney, Australia ___

animationEngine 5.0.2 First code dump

2013-03-12 Thread Malte Brill
Hi all, as promised, I am following runrevs lead and am going dual licensed with animationEngine. As I traded leaving in the nasty german comments against a 50 pound pledge (Yes Mats, they are still in there) There hasn't been much cleanup I had to do. For those who have been waiting for this,

Re: How to start a LiveCode stack without running scripts?

2013-03-12 Thread Peter Bogdanoff
You can get directly to the script from another stack. Type in the message box:      edit the script of stack "the name of the stack" if it's the stack script, or           edit the script of card 1 of stack "the name of the stack" etc. Peter Bogdanoff UCLA On Mar 12, 2013, at 11:11 PM, Ueli