Re: Overriding system shortcuts in OSX

2015-11-06 Thread Bob Sneidar
Yes. You can assign it, but it does nothing.

Bob S


On Nov 6, 2015, at 14:30 , Howard Bornstein 
> wrote:

Is there a list of system shortcuts that can't be overridden? When you say
you want to make a quit hotkey, do you mean you want to assign command-Q to
a menu item?

___
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-livecode


Re: How to interface with third party API using URLs

2015-11-06 Thread AndyP
Hi Peter, I've found this site to be very useful 
http://activethought.net/livecode-server/introduction/
   for server
related info. It may help you in your quest.



-
Andy Piddock 


My software never has bugs. It just develops random features. 

Copy the new cloud space, get your free 15GB space now:
Get Copy 


Script editor Themer for LC http://2108.co.uk  

PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk  - made with LiveCode
--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/How-to-interface-with-third-party-API-using-URLs-tp4698551p4698558.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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-livecode


Re: Overriding system shortcuts in OSX

2015-11-06 Thread Howard Bornstein
Is there a list of system shortcuts that can't be overridden? When you say
you want to make a quit hotkey, do you mean you want to assign command-Q to
a menu item?

On Fri, Nov 6, 2015 at 2:20 PM, Bob Sneidar 
wrote:

> It's my understanding that with OS X you cannot do this. I would like to
> make a quit hotkey so users can quit my application, but I cannot seem to
> get that to work.
>
> Bob S
>
>
> On Nov 6, 2015, at 13:56 , Howard Bornstein  > wrote:
>
> I want to command-H for a menu item in my standalone, but it doesn't work
> because the system uses command-H for Hide Application. Even though I've
> assigned this shortcut to a menu item, it is ignored and the system command
> is used instead.
>
> It seems like this should be simple but I can't figure out how to get
> around this problem. Is there a way to override system shortcuts in an OSX
> standalone application?
>
> --
> Regards,
>
> Howard Bornstein
>
> ___
> 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-livecode
>



-- 
Regards,

Howard Bornstein
---
www.designeq.com
___
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-livecode


Re: How to interface with third party API using URLs

2015-11-06 Thread Peter Haworth
Thanks Mark.  So it sounds like I could use the Post command along with
libURLFormData to send off the URL and then check the it variable to get
whatever comes back.

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Fri, Nov 6, 2015 at 2:07 PM, Mark Wieder  wrote:

> On 11/06/2015 01:52 PM, Peter Haworth wrote:
>
>> I'm working on a project that requires I learn about using URLs to
>> interface to a third party API.  I have been given php code that does what
>> I need so I could just execute the php scrips from LC and grab the output.
>> But should I ever need to make changes to the php code, I wouldn't know
>> where to start so would prefer to implement this with Livecode.
>>
>> I have all the necessary URLs and they return "a REST-compliant XML feed"
>> .
>> Can someone point me to a lesson of some sort that would point me in the
>> right direction?
>>
>
> For simple REST services you can probably get by with GET and POST. For
> anything more robust I shell out to httpie. And for testing REST functions,
> the Postman plugin/app for Chrome is great.
>
> --
>  Mark Wieder
>  ahsoftw...@gmail.com
>
> ___
> 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-livecode
>
___
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-livecode


Re: How to interface with third party API using URLs

2015-11-06 Thread Peter Haworth
Thanks Andy, I'll take a look.

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Fri, Nov 6, 2015 at 3:10 PM, AndyP  wrote:

> Hi Peter, I've found this site to be very useful
> http://activethought.net/livecode-server/introduction/
>    for server
> related info. It may help you in your quest.
>
>
>
> -
> Andy Piddock
>
>
> My software never has bugs. It just develops random features.
>
> Copy the new cloud space, get your free 15GB space now:
> Get Copy
>
>
> Script editor Themer for LC http://2108.co.uk
>
> PointandSee is a FREE simple but full featured under cursor colour picker
> / finder.
> http://www.pointandsee.co.uk  - made with LiveCode
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/How-to-interface-with-third-party-API-using-URLs-tp4698551p4698558.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> ___
> 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-livecode
>
___
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-livecode


Re: Overriding system shortcuts in OSX

2015-11-06 Thread Howard Bornstein
After some difficulty, I've been able to get Quit to work, but the
command-Q part is handled by the system. What are you trying to do?

On Fri, Nov 6, 2015 at 4:24 PM, Bob Sneidar 
wrote:

> Yes. You can assign it, but it does nothing.
>
> Bob S
>
>
> On Nov 6, 2015, at 14:30 , Howard Bornstein  > wrote:
>
> Is there a list of system shortcuts that can't be overridden? When you say
> you want to make a quit hotkey, do you mean you want to assign command-Q to
> a menu item?
>
> ___
> 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-livecode
>



-- 
Regards,

Howard Bornstein
---
www.designeq.com
___
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-livecode


Re: How to interface with third party API using URLs

2015-11-06 Thread Devin Asay
Pete,

See my notes at http://livecode.byu.edu/indexgeneric.php under Web Services. 
Pretty basic, and I may be missing some important points, but it might get you 
started.

Devin

> On Nov 6, 2015, at 2:52 PM, Peter Haworth  wrote:
> 
> I'm working on a project that requires I learn about using URLs to
> interface to a third party API.  I have been given php code that does what
> I need so I could just execute the php scrips from LC and grab the output.
> But should I ever need to make changes to the php code, I wouldn't know
> where to start so would prefer to implement this with Livecode.
> 
> I have all the necessary URLs and they return "a REST-compliant XML feed" .
> Can someone point me to a lesson of some sort that would point me in the
> right direction?
> 
> Pete
> lcSQL Software 
> Home of lcStackBrowser  and
> SQLiteAdmin 
> ___
> 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-livecode

Devin Asay
Office of Digital Humanities
Brigham Young University


___
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-livecode


Re: [ANN] Text-file DBs

2015-11-06 Thread Kay C Lan
On Fri, Nov 6, 2015 at 1:57 AM, Paul Looney  wrote:

>
> Here are the chapters (let me know if I missed something, I almost forgot
> to have a chapter on CSV - a subject about which I have strong feelings):
>
> Paul,

I don't wish to 'add the straw' on what clearly is a very large
undertaking, but from a recent thread here I would suggest a topic on
unicode and char sets. For anyone new to DBs, not just LC + DBs,
understanding what char set an old DB is using, or what char set to create
a new DB in and how to handle all the situations in between is a hurdle
that has to be crossed particularly if their intended stack is to be
cross-platform. Maybe:

XVIII. Handling Cross-Platform and non-ASCII characters

Good luck and look forward to it's completion.
___
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-livecode


Re: Vector Images and the SVGL stack

2015-11-06 Thread Alejandro Tejada
Hi All,

Just an update. I am building and testing a new parser (or importer)
for SVG files based in SVGL and new scripts to import gradients
that I used in the attached livecode stack inside a zip file.

This new svg parser (not available yet) will be more flexible 
about the expected SVG structure. After analizing and testing 
many SVG files generated by different applications, I noticed 
that a better strategy is to parse and validate whole tags, 
before creating graphics in the stack:


... followed by unpredictable/correct/wrong 
... content that needs validation...
 or maybe just this closing mark />

In the attached zip file, that you could download from:
http://forums.livecode.com/viewtopic.php?f=10=25612
I have included 4 small svg files with the stack
inside the Zip file. Import these small svg files
in first place.

Have a nice weekend!

Al



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Re-Vector-Images-and-the-SVGL-stack-tp4698284p4698564.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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-livecode


HTML5 licensing [was: Re: Indy doubles in price because of HTML5 export ?]

2015-11-06 Thread Peter TB Brett

Hi Rolf,

On 06/11/2015 09:23, Rolf Kocherhans wrote:

Do I read and interpret your announcement (Fireworks for HTML5) correctly ?

There are now two Indy license types, one with HTML5 and one without ?


There is only one Indy license type.  It costs $499 per year, and allows 
you to deploy proprietary ("closed-source") apps to Mac OS X, Linux, 
Windows, iOS and Android.


Optionally, customers can add on the ability to deploy to HTML5, for an 
extra $499 per year.



I had a (what was called Enterprise License) for many, many years with all
Deployment options intakt - this recently got converted to an Indy License.

You recently also introduced a new Business version which is very expensive.

Now you have an another new License type called "Indy - All Platforms“ for 998$


Once again, "Indy - All Platforms" is not a "new License type".  It's 
just the same Indy license, but with the HTML5 deployment option included.



What was once ease becomes complicated, and expensive.

I can’t afford to by Indy for all platforms at this price - sorry !

To double the price „if I read your announcement correctly“ seems to 
unreasonable to me.


HTML5 is a *very* different platform to any of the other ones that 
supported by LiveCode, and it is particularly challenging to maintain 
the HTML5 engine in ways that the other platforms are not.  iOS is a 
continually-moving target, but HTML5 is even more so -- iOS gets updated 
every few months, but web browsers get updated on a *weekly* basis.


Accordingly, commercial HTML5 deployment licenses cost extra, *exactly 
as we always promised*.  The crowdfunding campaign was quite clear about 
this:


"The commercial license for HTML5 will be priced the same as the current 
license pricing to build apps.


"It will be an entirely separate license.

"This output platform provides significant additional value for our 
customers and will require its own engineering team and ongoing 
maintenance thus the separate license."



Luckily I was a founder of the HTML5 feature - I hope that this qualifies me to 
get
HTML5 export with my current Indy licence for ever, or does it not ?


You pledged $99 to the "LiveCode To HTML5" campaign, which entitles you 
to a 3-month commercial HTML5 deployment license with a start date of 
your choosing.  We will be setting up a system that will let you to 
choose the start date of your license via your account page on the 
LiveCode website, and you'll get an e-mail when that's live.


   Peter

--
Dr Peter Brett 
LiveCode Open Source Team

LiveCode on reddit: https://reddit.com/r/livecode

___
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-livecode

Indy doubles in price because of HTML5 export ?

2015-11-06 Thread Rolf Kocherhans
To all at LiveCode

Do I read and interpret your announcement (Fireworks for HTML5) correctly ?

There are now two Indy license types, one with HTML5 and one without ?

I had a (what was called Enterprise License) for many, many years with all
Deployment options intakt - this recently got converted to an Indy License.

You recently also introduced a new Business version which is very expensive.

Now you have an another new License type called "Indy - All Platforms“ for 998$

What was once ease becomes complicated, and expensive.

I can’t afford to by Indy for all platforms at this price - sorry !

To double the price „if I read your announcement correctly“ seems to 
unreasonable to me.

Luckily I was a founder of the HTML5 feature - I hope that this qualifies me to 
get
HTML5 export with my current Indy licence for ever, or does it not ?

I wonder what others think about this...
___
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-livecode

Re: Indy doubles in price because of HTML5 export ?

2015-11-06 Thread Matthias Rebbe | M-R-D
It was stated before by Livecode/Runrev that HTML5 will be an extra for which 
you have to pay.

I had also an Enterprise license and if i remember right only Win/Mac/Linux 
deployment was included.
Mobile deployment and Livecode server were extras for which one had to pay for.

What i definitely know is, that the Lifetime Commercial License(now special 
Indy License without revenue limit) from the first Kickstarter campaign(the 
open source campaign) includes
all existing and all future platforms. So HTML5 is definitely included in that 
license.

Matthias


> Am 06.11.2015 um 10:23 schrieb Rolf Kocherhans :
> 
> To all at LiveCode
> 
> Do I read and interpret your announcement (Fireworks for HTML5) correctly ?
> 
> There are now two Indy license types, one with HTML5 and one without ?
> 
> I had a (what was called Enterprise License) for many, many years with all


> Deployment options intakt - this recently got converted to an Indy License.
> 
> You recently also introduced a new Business version which is very expensive.
> 
> Now you have an another new License type called "Indy - All Platforms“ for 
> 998$
> 
> What was once ease becomes complicated, and expensive.
> 
> I can’t afford to by Indy for all platforms at this price - sorry !
> 
> To double the price „if I read your announcement correctly“ seems to 
> unreasonable to me.
> 
> Luckily I was a founder of the HTML5 feature - I hope that this qualifies me 
> to get
> HTML5 export with my current Indy licence for ever, or does it not ?
> 
> I wonder what others think about this...
> ___
> 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-livecode

___
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-livecode

Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread tbodine
As a multimedia developer, I just want to echo what Klaus said about the lack
of modern multimedia support in Livecode.  Fixing this shortcoming will lead
to more new customers for LC. I know that I, for one, have not been able to
recommend Livecode to my peers due to this lack of modern multimedia
support. I bet I'm not the only one. 

My 2 cents.
Tom B.



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/play-vc-xyz-still-stuck-in-the-80s-tp4698478p4698538.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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-livecode


Re: [ANN] Text-file DBs

2015-11-06 Thread Bob Sneidar
The link to the library is no longer viable. 

Bob S


> On Nov 5, 2015, at 15:42 , Alejandro Tejada  wrote:
> 
> Hi Paul
> 
> After reading your post, I just remember Serendipity Library:
> http://lists.runrev.com/pipermail/use-livecode/2002-September/007745.html
> 
> Do you used this library released by Rob Cozens?
> 
> Al

___
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-livecode


Re: 8.0 Wot, no Geometry manager

2015-11-06 Thread Richmond

On 06/11/15 20:10, Mark Waddingham wrote:

On 2015-11-06 19:06, Richmond wrote:

Well?


Ali has been working on it - 
https://github.com/livecode/livecode-ide/pull/632


It should reappear in DP9 :)

Mark.



Well; I suppose so, although I have never used it as when I played about 
with it it actually
seemed like more trouble than it was worth and it seemed better to set 
resize and reposition codes

for objects myself.

Richmond.

___
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-livecode


Re: garbage collection run amok again in 7.1.1Rc2?

2015-11-06 Thread Mike Bonner
For me, they were actually disappearing.  Dropped into the void.

On Fri, Nov 6, 2015 at 11:41 AM, Bob Sneidar 
wrote:

> I have seen times where saving a stack took an excessively long time to
> finish. I assumed that LC was doing some kind of high priority
> housekeeping. I have been using 6.7.6 since it came out.
>
> Bob S
>
>
> On Nov 6, 2015, at 10:24 , Dr. Hawkins > wrote:
>
> On Fri, Nov 6, 2015 at 8:53 AM, Mike Bonner > wrote:
>
> I've seen similar, to the point where keystrokes are dropped in the script
> editor, and I must type RELY slow to get things going.
>
>
> at times when I assumed that that had happened, the keystrokes eventually
> showed up . . .
>
>
>
> --
> Dr. Richard E. Hawkins, Esq.
>
> ___
> 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-livecode
>
___
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-livecode


Re: Problem reading 'inbox' (launched-with) files on iOS 5.1?

2015-11-06 Thread Richard Gaskin

Ben Rubinstein wrote:


This works fine on my iPhone 4s under iOS 8.4; and on an iPad 2 under iOS
7.1.1; but on an iPad 1 under iOS 5.1.1, it fails.

Specifically, attempting to load the data using
   put URL tSrcURL into tData

yields empty and the result is "can't open file".


With any file I/O routines it's essential to check "the result", and 
very helpful to also use "sysError" to find out what the OS is trying to 
tell us about why something went wrong:


   put url tSrcURL into tData
   if the result is not empty then
  answer the result &"("& sysError() &")"
   end if


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
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-livecode


HTML5 & lifetime licenses [was: Re: Indy doubles in price because of HTML5 export ?]

2015-11-06 Thread Peter TB Brett



On 06/11/2015 11:00, Matthias Rebbe | M-R-D wrote:

What i definitely know is, that the Lifetime Commercial License(now special 
Indy License without revenue limit) from the first Kickstarter campaign(the 
open source campaign) includes
all existing and all future platforms. So HTML5 is definitely included in that 
license.


Yes, that's absolutely correct.

Note that you might need to reactivate LiveCode in order for HTML5 
deployment entitlement to show up in the IDE.  If you're a lifetime 
license holder and your HTML5 entitlement doesn't appear within the next 
few days, please get in touch with the LiveCode support team 
(supp...@livecode.com) and they'll get it sorted out for you.


  Peter

--
Dr Peter Brett 
LiveCode Open Source Team

LiveCode on reddit: https://reddit.com/r/livecode

___
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-livecode


Re: garbage collection run amok again in 7.1.1Rc2?

2015-11-06 Thread Bob Sneidar
I have seen times where saving a stack took an excessively long time to finish. 
I assumed that LC was doing some kind of high priority housekeeping. I have 
been using 6.7.6 since it came out.

Bob S


On Nov 6, 2015, at 10:24 , Dr. Hawkins 
> wrote:

On Fri, Nov 6, 2015 at 8:53 AM, Mike Bonner 
> wrote:

I've seen similar, to the point where keystrokes are dropped in the script
editor, and I must type RELY slow to get things going.


at times when I assumed that that had happened, the keystrokes eventually
showed up . . .



--
Dr. Richard E. Hawkins, Esq.

___
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-livecode


Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread Marc Siskin
I agree that working with Multimedia in Livecode recently has been a struggle.  
That is why I was reluctant to contribute to the 64-Bit Feature Exchange.  I 
just hope that the period we will have to suffer through between the time they 
remove multimedia support and when they put it back in is short.

Marc

On Nov 6, 2015, at 12:06 PM, tbodine 
> wrote:

As a multimedia developer, I just want to echo what Klaus said about the lack
of modern multimedia support in Livecode.  Fixing this shortcoming will lead
to more new customers for LC. I know that I, for one, have not been able to
recommend Livecode to my peers due to this lack of modern multimedia
support. I bet I'm not the only one.

My 2 cents.
Tom B.



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/play-vc-xyz-still-stuck-in-the-80s-tp4698478p4698538.html
Sent from the Revolution - User mailing list archive at 
Nabble.com.

___
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-livecode

---
Marc Siskin
Manager, Modern Language Resource Center
Carnegie Mellon University
msis...@andrew.cmu.edu



___
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-livecode


Re: 8.0 Wot, no Geometry manager

2015-11-06 Thread Mark Waddingham

On 2015-11-06 19:06, Richmond wrote:

Well?


Ali has been working on it - 
https://github.com/livecode/livecode-ide/pull/632


It should reappear in DP9 :)

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
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-livecode


Re: garbage collection run amok again in 7.1.1Rc2?

2015-11-06 Thread Dr. Hawkins
On Fri, Nov 6, 2015 at 8:53 AM, Mike Bonner  wrote:

> I've seen similar, to the point where keystrokes are dropped in the script
> editor, and I must type RELY slow to get things going.
>

at times when I assumed that that had happened, the keystrokes eventually
showed up . . .



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
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-livecode


8.0 Wot, no Geometry manager

2015-11-06 Thread Richmond

Well?

Richmond.

___
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-livecode


Re: OT: Announce -- Himalayan Academy's First LiveCode Mobile App is Up

2015-11-06 Thread Brahmanathaswami

Alejandro:

Did you download the app from the Google Play... you can see it, better 
than screen shots.


How does it work?  Except for one item... design to run without internet 
access.


Quite simple really

gurudeva.livecode (app)

cd 1 - splash screen with rotating gear GIF
cd 2 - "main-card" shows photos... random selection, gets quotes, random 
selection
cd 3-4 - img resources, not shown to user... all icon etc we apply to 
buttons
cd 5 "Reader Card" single text field dynamically loads sets of quotes or 
html files, search results
cd 6 Other options card: a basic navigation screen to the other 
"features" text, read quotes by category.
cd 7 audio card: buttons for 8 audio, a player object, and a "surprise 
Me" button that fetches a random audio from our server.


   /data

  / * a few static html files here: biography.html, 
about-this-app.html, help.html, release-notes.html
  / gurudeva-quotes.txt # 670K file with unicode, one quote per 
line, separated by "pipes" with tabs and assigned categories  in item 3 
of each line ~2570 quotes/lines


 /img

  /gurudeva

   # ~ 270 images (jpg) optimized with imageMagic and mozcjpeg. 
uncropped (most are bigger than screen rect)


  /audio
8 .mp3 files packaged with the app
audio.json  has the metadata for the 8 audio files.

That's it --  very simple.

 Had it not been for all the bugs we uncovered (media display on 
Android mostly) it would have been done even sooner.







Could you post screenshots and explain us how this app works? I am sure that
your experience could be really helpful for many of us, LiveCode developers.

Alejandro



___
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-livecode


Re: Livecode REST Server

2015-11-06 Thread jbv
put header "Content-Type: text/xml; charset: utf-8"

Best
jbv


> How do I set the httpheaders for a server side script written in Livecode
> -
> that is before using "put" to send data back to the server. set the
> httpheaders does not seem to work? I need to set CORS headers for the
> response from the server.
> ___
> 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-livecode
>


___
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-livecode


Livecode REST Server

2015-11-06 Thread David Bovill
How do I set the httpheaders for a server side script written in Livecode -
that is before using "put" to send data back to the server. set the
httpheaders does not seem to work? I need to set CORS headers for the
response from the server.
___
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-livecode


Problem reading 'inbox' (launched-with) files on iOS 5.1?

2015-11-06 Thread Ben Rubinstein
I'm developing an iOS app that accepts files from other apps.  When it 
receives the 'urlWakeUp' message with a suitable URL, it reads in the file, 
checks it's the right kind of file, and then stores it in the user data folder 
for subsequent viewing.


This works fine on my iPhone 4s under iOS 8.4; and on an iPad 2 under iOS 
7.1.1; but on an iPad 1 under iOS 5.1.1, it fails.


Specifically, attempting to load the data using
  put URL tSrcURL into tData

yields empty and the result is "can't open file".

The app can list the 'Inbox' folder and see the details of the incoming files, 
complete with their size etc; but can't read them.


Was there a known issue in relation to iOS 5.1?  Is there a workaround?

Many thanks,

Ben

___
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-livecode


Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread Klaus major-k
Hi Al,

> Am 06.11.2015 um 01:02 schrieb Alejandro Tejada :
> 
> Hi Klaus,
> 
> In Linux, we use shell commands:
> http://forums.livecode.com/viewtopic.php?f=20=18429

that’s muy bien, Al, but does not help me at all! 8-)

> Al

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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-livecode

RE: OT: Announce -- Himalayan Academy's First LiveCode Mobile App is Up

2015-11-06 Thread Ralph DiMola
+1 Nice... JLG has also helped me! Thanks J!

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Alejandro Tejada
Sent: Thursday, November 05, 2015 11:46 PM
To: use-revolut...@lists.runrev.com
Subject: Re: OT: Announce -- Himalayan Academy's First LiveCode Mobile App
is Up

Congratulations! :-) 

Could you post screenshots and explain us how this app works? I am sure that
your experience could be really helpful for many of us, LiveCode developers.

Alejandro



--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/OT-Announce-Himalayan-Academy
-s-First-LiveCode-Mobile-App-is-Up-tp4698518p4698519.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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-livecode


___
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-livecode


Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread Charles Lachat
Hi,

Try

on mouseUp
   set the filename of player "myplayer" to "/Users/klaus/Movies/IMG_0008.mp4"
   play player "myplayer"
end mouseUp

Have a look at *player* and *videoClip* in the dictionary.


Regards,

Charles






Le 5 nov. 2015 à 14:46, Klaus major-k a écrit :

> Hi all,
> 
> after years of neglecting the „play“ command on the desktop
> due to too few supported file formats, I read an encouraging posting
> from Richard G. here on the list, where he told us that much had been 
> done in this respect in Livecode, I decided to give it another try:
> 
> on mouseUp
>  play videoclip "/Users/klaus/Movies/IMG_0008.mp4"
>  put the result
> end mouseUp 
> 
> Pretty straightforward, but no video, empty result!?
> Event imported that file, no video.
> Played with „the dontuseqt“, no vieo.
> Added "…at the loc of this cd“ no video.
> 
> Tried with 7.1.1 RC2 and LC 8 DP7.
> 
> Any hints? 
> Am I missing something, or is my subject line still true, more or less? 8-)
> 
> Thanks in advance!
> 
> 
> Best
> 
> Klaus
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
> 
> 
> ___
> 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-livecode


___
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-livecode


Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread Klaus major-k
Hi all,

> Am 06.11.2015 um 15:42 schrieb Charles Lachat :
> Hi,
> Try
> on mouseUp
>   set the filename of player "myplayer" to "/Users/klaus/Movies/IMG_0008.mp4"
>   play player "myplayer"
> end mouseUp
> Have a look at *player* and *videoClip* in the dictionary.

I know about player objects etc. my question is about the PLAY VIDEOCLIP 
command!
Sigh… :-)

> Regards,
> 
> Charles
> 
> Le 5 nov. 2015 à 14:46, Klaus major-k a écrit :
> 
>> Hi all,
>> 
>> after years of neglecting the „play“ command on the desktop
>> due to too few supported file formats, I read an encouraging posting
>> from Richard G. here on the list, where he told us that much had been 
>> done in this respect in Livecode, I decided to give it another try:
>> 
>> on mouseUp
>> play videoclip "/Users/klaus/Movies/IMG_0008.mp4"
>> put the result
>> end mouseUp 
>> 
>> Pretty straightforward, but no video, empty result!?
>> Event imported that file, no video.
>> Played with „the dontuseqt“, no vieo.
>> Added "…at the loc of this cd“ no video.
>> 
>> Tried with 7.1.1 RC2 and LC 8 DP7.
>> 
>> Any hints? 
>> Am I missing something, or is my subject line still true, more or less? 8-)
>> 
>> Thanks in advance!

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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-livecode


Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread panagiotis merakos
Hi Klaus,

I guess you are affected by this bug:

http://quality.livecode.com/show_bug.cgi?id=13951

Best,
Panos
--

On Fri, Nov 6, 2015 at 2:56 PM, Klaus major-k  wrote:

> Hi all,
>
> > Am 06.11.2015 um 15:42 schrieb Charles Lachat  >:
> > Hi,
> > Try
> > on mouseUp
> >   set the filename of player "myplayer" to
> "/Users/klaus/Movies/IMG_0008.mp4"
> >   play player "myplayer"
> > end mouseUp
> > Have a look at *player* and *videoClip* in the dictionary.
>
> I know about player objects etc. my question is about the PLAY VIDEOCLIP
> command!
> Sigh… :-)
>
> > Regards,
> >
> > Charles
> >
> > Le 5 nov. 2015 à 14:46, Klaus major-k a écrit :
> >
> >> Hi all,
> >>
> >> after years of neglecting the „play“ command on the desktop
> >> due to too few supported file formats, I read an encouraging posting
> >> from Richard G. here on the list, where he told us that much had been
> >> done in this respect in Livecode, I decided to give it another try:
> >>
> >> on mouseUp
> >> play videoclip "/Users/klaus/Movies/IMG_0008.mp4"
> >> put the result
> >> end mouseUp
> >>
> >> Pretty straightforward, but no video, empty result!?
> >> Event imported that file, no video.
> >> Played with „the dontuseqt“, no vieo.
> >> Added "…at the loc of this cd“ no video.
> >>
> >> Tried with 7.1.1 RC2 and LC 8 DP7.
> >>
> >> Any hints?
> >> Am I missing something, or is my subject line still true, more or less?
> 8-)
> >>
> >> Thanks in advance!
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> 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-livecode
>
___
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-livecode

Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread Klaus major-k
Hi Panos,

> Am 06.11.2015 um 16:27 schrieb panagiotis merakos :
> 
> Hi Klaus,
> 
> I guess you are affected by this bug:
> http://quality.livecode.com/show_bug.cgi?id=13951

yes, obviously, thanks! :-)
Also applies to LC 7x and LC 8x.

Any plans to also „pimp“ the „play video-/audioclip“ command to up-to-date 
demands?

> Best,
> Panos

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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-livecode

Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread panagiotis merakos
Hi Klaus,

Indeed, the play audioClip/videoClip command is a bit outdated. These
commands will be updated when we redo multimedia on all platforms. However,
we'll have a look at this bug to try at least get functionality back to
where it was pre-6.7.

Best,
Panos
--

On Fri, Nov 6, 2015 at 3:33 PM, Klaus major-k  wrote:

> Hi Panos,
>
> > Am 06.11.2015 um 16:27 schrieb panagiotis merakos :
> >
> > Hi Klaus,
> >
> > I guess you are affected by this bug:
> > http://quality.livecode.com/show_bug.cgi?id=13951
>
> yes, obviously, thanks! :-)
> Also applies to LC 7x and LC 8x.
>
> Any plans to also „pimp“ the „play video-/audioclip“ command to up-to-date
> demands?
>
> > Best,
> > Panos
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> 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-livecode
>
___
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-livecode

Re: play vc xyz, still stuck in the 80s?

2015-11-06 Thread Klaus major-k
Hi Panos,

> Am 06.11.2015 um 17:08 schrieb panagiotis merakos :
> 
> Hi Klaus,
> 
> Indeed, the play audioClip/videoClip command is a bit outdated.

that’s the euphemism of the year! :-D

> These commands will be updated when we redo multimedia on all platforms. 
> However,
> we'll have a look at this bug to try at least get functionality back to
> where it was pre-6.7.

Great, thank you!

> Best,
> Panos

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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-livecode

Re: garbage collection run amok again in 7.1.1Rc2?

2015-11-06 Thread Dr. Hawkins
On Thu, Nov 5, 2015 at 3:29 PM, Ali Lloyd  wrote:

> I have actually seen this myself once whilst running in debug mode from
> source, and I think it was stuck in a 'TryToEvaluate' loop for some reason
> - I think it can be stopped by doing Cmd + . although that might not be the
> same thing.
>

To be clear:  thesis not on ode execution, compiling, or even saving.

This happens when I change a few characters in a script.

For example, I cut three lines, paste them in a different section, and
before it reformats them to the new indentation, it simply heads off to
la-la land with the beachball for several seconds


>
> Anyway, It's worth filing a bug report if there isn't one already.
>




-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
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-livecode


Re: garbage collection run amok again in 7.1.1Rc2?

2015-11-06 Thread Mike Bonner
I've seen similar, to the point where keystrokes are dropped in the script
editor, and I must type RELY slow to get things going.  Unfortunately,
while it happens often enough to notice, I haven't managed to nail down a
recipe.  Sometimes it goes away when I shut the dictionary, other times I
turn off messages for a moment (as if there was a runaway handler, that
wasn't actually cpu locking, but was close..)  Mostly in various 7
versions, once or twice in 8.

On Fri, Nov 6, 2015 at 9:29 AM, Dr. Hawkins  wrote:

> On Thu, Nov 5, 2015 at 3:29 PM, Ali Lloyd  wrote:
>
> > I have actually seen this myself once whilst running in debug mode from
> > source, and I think it was stuck in a 'TryToEvaluate' loop for some
> reason
> > - I think it can be stopped by doing Cmd + . although that might not be
> the
> > same thing.
> >
>
> To be clear:  thesis not on ode execution, compiling, or even saving.
>
> This happens when I change a few characters in a script.
>
> For example, I cut three lines, paste them in a different section, and
> before it reformats them to the new indentation, it simply heads off to
> la-la land with the beachball for several seconds
>
>
> >
> > Anyway, It's worth filing a bug report if there isn't one already.
> >
>
>
>
>
> --
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> ___
> 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-livecode
>
___
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-livecode


How to interface with third party API using URLs

2015-11-06 Thread Peter Haworth
I'm working on a project that requires I learn about using URLs to
interface to a third party API.  I have been given php code that does what
I need so I could just execute the php scrips from LC and grab the output.
But should I ever need to make changes to the php code, I wouldn't know
where to start so would prefer to implement this with Livecode.

I have all the necessary URLs and they return "a REST-compliant XML feed" .
Can someone point me to a lesson of some sort that would point me in the
right direction?

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 
___
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-livecode


Re: 8.0 Wot, no Geometry manager

2015-11-06 Thread Mike Kerner
Speaking of which, has anyone thought about GM on mobile in 8, and that
nifty thing that used to make mobile landscape layouts easier to generate
like a certain mobile tool used to have?

On Fri, Nov 6, 2015 at 2:15 PM, Richmond 
wrote:

> On 06/11/15 20:10, Mark Waddingham wrote:
>
>> On 2015-11-06 19:06, Richmond wrote:
>>
>>> Well?
>>>
>>
>> Ali has been working on it -
>> https://github.com/livecode/livecode-ide/pull/632
>>
>> It should reappear in DP9 :)
>>
>> Mark.
>>
>>
> Well; I suppose so, although I have never used it as when I played about
> with it it actually
> seemed like more trouble than it was worth and it seemed better to set
> resize and reposition codes
> for objects myself.
>
> Richmond.
>
>
> ___
> 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-livecode
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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-livecode


Overriding system shortcuts in OSX

2015-11-06 Thread Howard Bornstein
I want to command-H for a menu item in my standalone, but it doesn't work
because the system uses command-H for Hide Application. Even though I've
assigned this shortcut to a menu item, it is ignored and the system command
is used instead.

It seems like this should be simple but I can't figure out how to get
around this problem. Is there a way to override system shortcuts in an OSX
standalone application?

-- 
Regards,

Howard Bornstein
---
www.designeq.com
___
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-livecode


Re: How to interface with third party API using URLs

2015-11-06 Thread Mark Wieder

On 11/06/2015 01:52 PM, Peter Haworth wrote:

I'm working on a project that requires I learn about using URLs to
interface to a third party API.  I have been given php code that does what
I need so I could just execute the php scrips from LC and grab the output.
But should I ever need to make changes to the php code, I wouldn't know
where to start so would prefer to implement this with Livecode.

I have all the necessary URLs and they return "a REST-compliant XML feed" .
Can someone point me to a lesson of some sort that would point me in the
right direction?


For simple REST services you can probably get by with GET and POST. For 
anything more robust I shell out to httpie. And for testing REST 
functions, the Postman plugin/app for Chrome is great.


--
 Mark Wieder
 ahsoftw...@gmail.com

___
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-livecode


Re: Overriding system shortcuts in OSX

2015-11-06 Thread Bob Sneidar
It's my understanding that with OS X you cannot do this. I would like to make a 
quit hotkey so users can quit my application, but I cannot seem to get that to 
work.

Bob S


On Nov 6, 2015, at 13:56 , Howard Bornstein 
> wrote:

I want to command-H for a menu item in my standalone, but it doesn't work
because the system uses command-H for Hide Application. Even though I've
assigned this shortcut to a menu item, it is ignored and the system command
is used instead.

It seems like this should be simple but I can't figure out how to get
around this problem. Is there a way to override system shortcuts in an OSX
standalone application?

--
Regards,

Howard Bornstein

___
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-livecode