Re: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

On 6/26/13 11:59 PM, Phil Davis wrote:


On 6/26/13 7:45 PM, J. Landman Gay wrote:

A browser can send http URLs with query strings, and I think that's a
PUT.


It's a GET. If you try this, you'll see " $REQUEST_METHOD = GET":
 http://pdslabs.net/rev/globals.cgi?first=1&second=2

That's all I have.  :-)


More than I have, apparently. I knew that. Then I forgot it. I've been 
staring at this stuff so long my brain hurts.


If we ever get the authentication worked out, I'm still not sure how to 
do a PUT. I'll try putting the data back into the variable and send that.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Phil Davis


On 6/26/13 7:45 PM, J. Landman Gay wrote:

On 6/26/13 9:09 PM, Peter W A Wood wrote:

Jacque

On 27 Jun 2013, at 09:33, J. Landman Gay wrote:


That's how I first started, using "put", but I think I had the

content wrong. What goes into "theData"? In this case, the parameter
values are the data. Should I just do "put empty into url http://blah 
blah"?



I didn't think that the HTTP specification allowed for query strings
with the POST or PUT methods. If they do, it is most unusual. Have
you tried putting the query string (without the ?) into theData and
removing it from the url?


A browser can send http URLs with query strings, and I think that's a 
PUT. 


It's a GET. If you try this, you'll see " $REQUEST_METHOD = GET":
http://pdslabs.net/rev/globals.cgi?first=1&second=2

That's all I have.  :-)

Phil


When using POST we format the content as query strings too, and I have 
that working. But I wondered the same thing about PUT, so I was 
originally putting the values into theData. That didn't work so I 
tried it Trevor's way. I get errors in either case. The URL does 
exist, Rails can PUT to it and get data back, so I'm not sure about 
the 404 error. Error 401 is a bad format error.


So far, I've tried:

put "value1=one&value2=two" into tData
put tData into url "http://domain.com/page.xxx
  -> result: Error 401
  -> urlResponse: empty

put "test" into url "http://domain.com/page.xxx?value1=one&value2=two";
(also tried putting empty into the same URL)
  -> result: Error 401
  -> urlResponse: empty

get url "http://domain.com/page.xxx?value1=one&value2=two";
  -> "it": Error 404

There may be something wrong with my actual parameters. Some of them 
are bracketed like this:


thing[id]=1234&thing[name]=Sally

But it seems like that shouldn't matter.



--
Phil Davis

___
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: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

On 6/26/13 10:39 PM, Monte Goulding wrote:

On 27/06/2013, at 12:45 PM, J. Landman Gay wrote:


  Error 401 is a bad format error.


It's unauthorized... are you meant to send credentials... 
http://username:pass@


Oh gosh, I shouldn't rely on my memory. I'll ask them. It figures the 
server people could access it.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Monte Goulding
On 27/06/2013, at 12:45 PM, J. Landman Gay wrote:

>  Error 401 is a bad format error.

It's unauthorized... are you meant to send credentials... 
http://username:pass@

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
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: 6.0.2 and Apple

2013-06-26 Thread Ralph DiMola
Check that last message... I was playing with the prefs and forgot to add
the 5.5.2 SDK(6.0) I was using back into the mix.

I'm doing a universal build for 3.1.3 or later.
Using Xcode:
4.2
4.4.1
4.6.3
4.5.2
Got the green box.

Available device SDKs 5.0, 5.1, 6.0, 6.1

I tried changing it to arm7 only, this just got me deeper into a hole
because once an app is approved for arm 6/7 one can't downgrade it to arm 7
only.

5.5.5 apps upload and get approved with the same configuration.

Thanks for the effort Rick et al 

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 Rick Harrison
Sent: Wednesday, June 26, 2013 9:23 PM
To: How to use LiveCode
Subject: Re: 6.0.2 and Apple

Hi Matthias,

Glad to hear it worked for you!

Now if we can just figure out Ralph's issue.
Ralph, what device are  you building for Arm7 or what?

Rick

On Jun 26, 2013, at 5:27 PM, Matthias Rebbe
 wrote:

> Hi all,
> 
> just want to let you know that using xCode 4.6.3 seems to fix that error.
> 
> I removed all xCode versions from the LiveCode preference settings and 
> added only xCode 4.6.3
> 
> I then rebuilded the app with LC and iTunes Connnect now accepts the app.
> 
> I am not sure, if xCode 4.6.3 did the trick or removing the older xCode
versions in LC settings.
> 
> At least upload was successful now.
> 
> @Rick
> 
> thanks for the suggestion using 4.6.3, although you suggested that to 
> Ralph. ;)
> 
> Regards,
> 
> Matthias
> 
> 
> Am 26.06.2013 um 22:49 schrieb Rick Harrison :
> 
>> Hi Ralph,
>> 
>> I was using Xcode 4.6.2 and targeting for iOS 6.1.
>> 
>> That worked for me, but now
>> Apple has released Xcode 4.6.3
>> which may be the issue for you,
>> especially since you are still using 4.6
>> 
>> Try it and see what happens next.
>> 
>> Good luck,
>> 
>> Rick
>> 
>> 
>> On Jun 26, 2013, at 1:51 PM, "Ralph DiMola" 
wrote:
>> 
>>> Rick,
>>> 
>>> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS 
>>> X 10.8.4. Could it be my Xcode recipe?
>>> 
>>> In this order on the iOS SDKs prefs with a green box:
>>> 4.5.2
>>> 4.4.1
>>> 4.6
>>> 4.2
>>> 
>>> Thanks
>>> 
>>> 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 Rick Harrison
>>> Sent: Wednesday, June 26, 2013 12:39 PM
>>> To: How to use LiveCode
>>> Subject: Re: 6.0.2 and Apple
>>> 
>>> Hi Ralph,
>>> 
>>> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 
>>> and had no problems with the Application Loader.
>>> 
>>> Make sure you have the current build.
>>> 
>>> Cheers,
>>> 
>>> Rick
>>> 
>>> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
>>> 
>>> wrote:
>>> 
 Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
 past the Application Loader because of the UUID API error.
 
 
 
 Ralph DiMola
 
 IT Director
 
 Evergreen Information Services
 
 rdim...@evergreeninfo.net
 
 Phone: 518-636-3998 Ex:11
 
 Cell: 518-796-9332
 
 
 
 ___
 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
>>> 
>>> 
>>> ___
>>> 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
>> 
>> __
>> 
>> Rick Harrison
>> 
>> Idea Phrase Creator is my new App for the iPad! 
>> It will create interesting random idea phrases for you with the 
>> simple click of a button.
>> 
>> Buy it on sale now, at the special introductory price of 99 cents.
>> Click on the link below to find out
>> more about this new App of mine!
>> 
>> https://itunes.apple.com/us/app/idea-phrase-creator/id580695085?mt=8
>> 
>> ___
>> 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 pre

RE: 6.0.2 and Apple

2013-06-26 Thread Ralph DiMola
I'm doing a universal build for 3.1.3 or later.
Using Xcode:
4.2
4.4.1
4.6.3
Got the green box.

Available device SDKs 5.0, 5.1, 6,1

I tried changing it to arm7 only, this just got me deeper into a hole
because once an app is approved for arm 6/7 one can't downgrade it to arm 7
only.

5.5.5 apps upload and get approved with the same configuration.

Thanks for the effort Rick et al 

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 Rick Harrison
Sent: Wednesday, June 26, 2013 9:23 PM
To: How to use LiveCode
Subject: Re: 6.0.2 and Apple

Hi Matthias,

Glad to hear it worked for you!

Now if we can just figure out Ralph's issue.
Ralph, what device are  you building for Arm7 or what?

Rick

On Jun 26, 2013, at 5:27 PM, Matthias Rebbe
 wrote:

> Hi all,
> 
> just want to let you know that using xCode 4.6.3 seems to fix that error.
> 
> I removed all xCode versions from the LiveCode preference settings and 
> added only xCode 4.6.3
> 
> I then rebuilded the app with LC and iTunes Connnect now accepts the app.
> 
> I am not sure, if xCode 4.6.3 did the trick or removing the older xCode
versions in LC settings.
> 
> At least upload was successful now.
> 
> @Rick
> 
> thanks for the suggestion using 4.6.3, although you suggested that to 
> Ralph. ;)
> 
> Regards,
> 
> Matthias
> 
> 
> Am 26.06.2013 um 22:49 schrieb Rick Harrison :
> 
>> Hi Ralph,
>> 
>> I was using Xcode 4.6.2 and targeting for iOS 6.1.
>> 
>> That worked for me, but now
>> Apple has released Xcode 4.6.3
>> which may be the issue for you,
>> especially since you are still using 4.6
>> 
>> Try it and see what happens next.
>> 
>> Good luck,
>> 
>> Rick
>> 
>> 
>> On Jun 26, 2013, at 1:51 PM, "Ralph DiMola" 
wrote:
>> 
>>> Rick,
>>> 
>>> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS 
>>> X 10.8.4. Could it be my Xcode recipe?
>>> 
>>> In this order on the iOS SDKs prefs with a green box:
>>> 4.5.2
>>> 4.4.1
>>> 4.6
>>> 4.2
>>> 
>>> Thanks
>>> 
>>> 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 Rick Harrison
>>> Sent: Wednesday, June 26, 2013 12:39 PM
>>> To: How to use LiveCode
>>> Subject: Re: 6.0.2 and Apple
>>> 
>>> Hi Ralph,
>>> 
>>> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 
>>> and had no problems with the Application Loader.
>>> 
>>> Make sure you have the current build.
>>> 
>>> Cheers,
>>> 
>>> Rick
>>> 
>>> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
>>> 
>>> wrote:
>>> 
 Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
 past the Application Loader because of the UUID API error.
 
 
 
 Ralph DiMola
 
 IT Director
 
 Evergreen Information Services
 
 rdim...@evergreeninfo.net
 
 Phone: 518-636-3998 Ex:11
 
 Cell: 518-796-9332
 
 
 
 ___
 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
>>> 
>>> 
>>> ___
>>> 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
>> 
>> __
>> 
>> Rick Harrison
>> 
>> Idea Phrase Creator is my new App for the iPad! 
>> It will create interesting random idea phrases for you with the 
>> simple click of a button.
>> 
>> Buy it on sale now, at the special introductory price of 99 cents.
>> Click on the link below to find out
>> more about this new App of mine!
>> 
>> https://itunes.apple.com/us/app/idea-phrase-creator/id580695085?mt=8
>> 
>> ___
>> 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



___
use-livecode mailin

Re: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

On 6/26/13 9:09 PM, Peter W A Wood wrote:

Jacque

On 27 Jun 2013, at 09:33, J. Landman Gay wrote:


That's how I first started, using "put", but I think I had the

content wrong. What goes into "theData"? In this case, the parameter
values are the data. Should I just do "put empty into url http://blah blah"?


I didn't think that the HTTP specification allowed for query strings
with the POST or PUT methods. If they do, it is most unusual. Have
you tried putting the query string (without the ?) into theData and
removing it from the url?


A browser can send http URLs with query strings, and I think that's a 
PUT. When using POST we format the content as query strings too, and I 
have that working. But I wondered the same thing about PUT, so I was 
originally putting the values into theData. That didn't work so I tried 
it Trevor's way. I get errors in either case. The URL does exist, Rails 
can PUT to it and get data back, so I'm not sure about the 404 error. 
Error 401 is a bad format error.


So far, I've tried:

put "value1=one&value2=two" into tData
put tData into url "http://domain.com/page.xxx
  -> result: Error 401
  -> urlResponse: empty

put "test" into url "http://domain.com/page.xxx?value1=one&value2=two";
(also tried putting empty into the same URL)
  -> result: Error 401
  -> urlResponse: empty

get url "http://domain.com/page.xxx?value1=one&value2=two";
  -> "it": Error 404

There may be something wrong with my actual parameters. Some of them are 
bracketed like this:


thing[id]=1234&thing[name]=Sally

But it seems like that shouldn't matter.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Peter W A Wood
Jacque

On 27 Jun 2013, at 09:33, J. Landman Gay wrote:

> That's how I first started, using "put", but I think I had the content wrong. 
> What goes into "theData"? In this case, the parameter values are the data. 
> Should I just do "put empty into url http://blah blah"?

I didn't think that the HTTP specification allowed for query strings with the 
POST or PUT methods. If they do, it is most unusual. Have you tried putting the 
query string (without the ?) into theData and removing it from the url? 

Regards

Peter
http://LiveCode1001.blogspot.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: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

On 6/26/13 7:03 PM, Ralph DiMola wrote:

J,

Well I guess no attachments on the list. Here it is in-line.

function GeoCode StreetAddress , CSZ


Thanks. I actually have the parameters formatted, I'm just not having 
any luck with the PUT business.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

On 6/26/13 6:52 PM, Trevor DeVore wrote:

put theData into URL "
http://somedomain.com/page.php?value1=value&value2=value";

The above will send data to a server using PUT.

The result will return error messages. If you want data returned by the
server use the urlresponse.



That's how I first started, using "put", but I think I had the content 
wrong. What goes into "theData"? In this case, the parameter values are 
the data. Should I just do "put empty into url http://blah blah"?


The urlresponse is just what I was looking for, thanks much for that.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

On 6/26/13 6:43 PM, Matthias Rebbe wrote:

Jacques

Is page in your URL example a folder or a file? If it is a folder then I am 
pretty sure it needs a slash after it.


It's a file, I left off the suffix because it's a custom one and I 
didn't want to have to explain it. :)


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: 6.0.2 and Apple

2013-06-26 Thread Rick Harrison
Hi Matthias,

Glad to hear it worked for you!

Now if we can just figure out Ralph's issue.
Ralph, what device are  you building for Arm7 or what?

Rick

On Jun 26, 2013, at 5:27 PM, Matthias Rebbe  
wrote:

> Hi all,
> 
> just want to let you know that using xCode 4.6.3 seems to fix that error.
> 
> I removed all xCode versions from the LiveCode preference settings and added 
> only xCode 4.6.3
> 
> I then rebuilded the app with LC and iTunes Connnect now accepts the app.
> 
> I am not sure, if xCode 4.6.3 did the trick or removing the older xCode 
> versions in LC settings.
> 
> At least upload was successful now.
> 
> @Rick
> 
> thanks for the suggestion using 4.6.3, although you suggested that to Ralph. 
> ;)
> 
> Regards,
> 
> Matthias
> 
> 
> Am 26.06.2013 um 22:49 schrieb Rick Harrison :
> 
>> Hi Ralph,
>> 
>> I was using Xcode 4.6.2 and targeting for iOS 6.1.
>> 
>> That worked for me, but now
>> Apple has released Xcode 4.6.3
>> which may be the issue for you,
>> especially since you are still using 4.6
>> 
>> Try it and see what happens next.
>> 
>> Good luck,
>> 
>> Rick
>> 
>> 
>> On Jun 26, 2013, at 1:51 PM, "Ralph DiMola"  
>> wrote:
>> 
>>> Rick,
>>> 
>>> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X
>>> 10.8.4. Could it be my Xcode recipe?
>>> 
>>> In this order on the iOS SDKs prefs with a green box:
>>> 4.5.2
>>> 4.4.1
>>> 4.6
>>> 4.2
>>> 
>>> Thanks
>>> 
>>> 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 Rick Harrison
>>> Sent: Wednesday, June 26, 2013 12:39 PM
>>> To: How to use LiveCode
>>> Subject: Re: 6.0.2 and Apple
>>> 
>>> Hi Ralph,
>>> 
>>> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 and had
>>> no problems with the Application Loader.
>>> 
>>> Make sure you have the current build.
>>> 
>>> Cheers,
>>> 
>>> Rick
>>> 
>>> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
>>> wrote:
>>> 
 Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
 past the Application Loader because of the UUID API error.
 
 
 
 Ralph DiMola
 
 IT Director
 
 Evergreen Information Services
 
 rdim...@evergreeninfo.net
 
 Phone: 518-636-3998 Ex:11
 
 Cell: 518-796-9332
 
 
 
 ___
 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
>>> 
>>> 
>>> ___
>>> 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
>> 
>> __
>> 
>> Rick Harrison
>> 
>> Idea Phrase Creator is my new App for the iPad! 
>> It will create interesting random idea phrases 
>> for you with the simple click of a button.
>> 
>> Buy it on sale now, at the special introductory
>> price of 99 cents.
>> Click on the link below to find out
>> more about this new App of mine!
>> 
>> https://itunes.apple.com/us/app/idea-phrase-creator/id580695085?mt=8
>> 
>> ___
>> 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



___
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: 6.0.2 and Apple

2013-06-26 Thread Ralph DiMola
I'm still dead. 4.6.3 did not do it for me.
Any suggestions?

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 Rick Harrison
Sent: Wednesday, June 26, 2013 4:49 PM
To: How to use LiveCode
Subject: Re: 6.0.2 and Apple

Hi Ralph,

I was using Xcode 4.6.2 and targeting for iOS 6.1.

That worked for me, but now
Apple has released Xcode 4.6.3
which may be the issue for you,
especially since you are still using 4.6

Try it and see what happens next.

Good luck,

Rick


On Jun 26, 2013, at 1:51 PM, "Ralph DiMola" 
wrote:

> Rick,
> 
> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X 
> 10.8.4. Could it be my Xcode recipe?
> 
> In this order on the iOS SDKs prefs with a green box:
> 4.5.2
> 4.4.1
> 4.6
> 4.2
> 
> Thanks
> 
> 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 Rick Harrison
> Sent: Wednesday, June 26, 2013 12:39 PM
> To: How to use LiveCode
> Subject: Re: 6.0.2 and Apple
> 
> Hi Ralph,
> 
> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 
> and had no problems with the Application Loader.
> 
> Make sure you have the current build.
> 
> Cheers,
> 
> Rick
> 
> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
> wrote:
> 
>> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
>> past the Application Loader because of the UUID API error.
>> 
>> 
>> 
>> Ralph DiMola
>> 
>> IT Director
>> 
>> Evergreen Information Services
>> 
>> rdim...@evergreeninfo.net
>> 
>> Phone: 518-636-3998 Ex:11
>> 
>> Cell: 518-796-9332
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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

__

Rick Harrison

Idea Phrase Creator is my new App for the iPad! 
It will create interesting random idea phrases for you with the simple click
of a button.

Buy it on sale now, at the special introductory price of 99 cents.
Click on the link below to find out
more about this new App of mine!

https://itunes.apple.com/us/app/idea-phrase-creator/id580695085?mt=8

___
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: Communicate with server using PUT

2013-06-26 Thread Ralph DiMola
J,

Well I guess no attachments on the list. Here it is in-line.

function GeoCode StreetAddress , CSZ
   
   --Status Codes
   --"OK" indicates that no errors occurred; the address was successfully
parsed and at least one geocode was returned.
   --"ZERO_RESULTS" indicates that the geocode was successful but returned
no results. This may occur if the geocode was passed a non-existent address
or a latlng in a remote location.
   --"OVER_QUERY_LIMIT" indicates that you are over your quota.
   --"REQUEST_DENIED" indicates that your request was denied, generally
because of lack of a sensor parameter.
   --"INVALID_REQUEST"generally indicates that the query (address or latlng)
is missing
   
   
   --Location Types
   --"ROOFTOP" indicates that the returned result is a precise geocode for
which we have location information accurate down to street
   -- address precision.
   --"RANGE_INTERPOLATED" indicates that the returned result reflects an
approximation (usually on a road) interpolated between two
   --precise points (such as intersections). Interpolated results are
generally returned when rooftop geocodes are unavailable
   --for a street address.
   --"GEOMETRIC_CENTER" indicates that the returned result is the geometric
center of a result such as a polyline (for example, a street)
   --or polygon (region).
   --"APPROXIMATE" indicates that the returned result is approximate
   
   local gxml , txml , str1 , pos1 , add1 , I , str2
   Local Geo
   
   put empty into Geo
   repeat with I = 1 to the number of lines in StreetAddress
  put offset ("#",line I of StreetAddress) into pos1
  if pos1 <> 0 then put char 1 to (pos1-1) of line I of StreetAddress
into line I of Streetaddress
  Replace "  " with " " in line I of StreetAddress
  replace " " with "+" in line I of StreetAddress
  put Add1 && Line I of Streetaddress into Add1
   end repeat
   delete char 1 in Add1
   Replace "  " with " " in CSZ
   replace " " with "+" in CSZ
   
   put url  ("http://maps.googleapis.com/maps/api/geocode/xml?address="; &
add1 & comma & "+" & CSZ & "&sensor=false") into gxml
   delete line 1 in gxml
   put revCreateXMLTree(gxml,true,true,false) into txml
   put revxmlnodecontents(txml,"GeocodeResponse/status") into geo["Status"]
   replace "OVER_" with "" in geo["Status"]
   if revxmlnodecontents(txml,"GeocodeResponse/status") = "OK" then
  if xmlnodecontents(txml,"GeocodeResponse/result/formatted_address") is
not empty then \
put
xmlnodecontents(txml,"GeocodeResponse/result/formatted_address") into
Geo["FormattedAddress"]
  put xmlnodecontents(txml,"GeocodeResponse/result/partial_match") into
Geo["PartialMatch"]
  repeat with I = 1 to
revxmlnumberofchildren(txml,"/GeocodeResponse/result","address_component",1)
 switch
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/type")
Case "administrative_area_level_2"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["County"]
   Break
Case "administrative_area_level_3"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["City"]
   Break
Case "street_number"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["StreetNumber"]
   Break   
Case "route"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["Route"]
   Break   
Case "locality"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["City"]
   Break
Case "administrative_area_level_1"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["StateName"]
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/short_name")  into geo["State"]
   Break
Case "Country"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["Country"]
   Break
Case "postal_code"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/address_component[" & I &
"]/long_name")  into geo["ZIP"]
   Break
default
   --breakpoint
   break
 end switch
  end repeat
  put
revXMLChildNames(txml,"/GeocodeResponse/result/geometry",comma,,false) into
str1
  repeat for each item nodename in str1
 switch nodename
Case "location"
   put
revxmlnodecontents(txml,"GeocodeResponse/result/geometry/"&nodename&"/lat")
into geo["Lat"]["Center"]
   put
revxmlnodecontents(txml,"GeocodeResponse/result/geo

RE: Communicate with server using PUT

2013-06-26 Thread Ralph DiMola
Jacque,

Here is how I access the Google server with a put url.


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 J. Landman Gay
Sent: Wednesday, June 26, 2013 7:23 PM
To: How to use LiveCode
Subject: Re: Communicate with server using PUT

When I use the full URL with "get url" it returns a 404. When the server
person does it from Rails, they get data back. I need to get the same data
back, so I guess checking the headers won't work. The server responds with
stuff I need to use.

So if "get URL" is the way to do it, then the "get" should give me the data.
The 404 is odd, but maybe we can figure out that part.


On 6/26/13 6:11 PM, Monte Goulding wrote:
> Should be the latter... what's the error?
>
> On 27/06/2013, at 9:07 AM, "J. Landman Gay" 
wrote:
>
>> That's an idea, thanks.
>>
>> I'm having trouble actually doing the PUT. I need to send a string like
this:
>>
>> http://domain.com/page?thing=one&other=two&somethingelse=three
>>
>> What's the proper way to format that? Should I be using this:
>>
>> put "thing=one&other=two&somethingelse=three" into url
"http://domain.com/page";
>>
>> Or should I use "get URL" with the full URL? Both ways are returning
errors.
>>
>>
>> On 6/26/13 5:53 PM, Monte Goulding wrote:
>>> you should be able to check the libURLLastRHHeaders.. unless you are
>>> talking about mobile... actually there's no put on mobile anyway...
>>>
>>> On 27/06/2013, at 8:48 AM, "J. Landman Gay"
>>>  wrote:
>>>
 I need to send data to a server and they want me to use PUT instead
 of POST. I also need to get a verification afterward to know
 whether the transaction succeeded or not. The docs aren't clear on
 that, it just says errors are reported in the result.

 Before I spend too much time on this, does a PUT also provide a
 response in the result?
>>
>>
>> --
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software   | http://www.hyperactivesw.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
>
> --
> Monte Goulding
>
> M E R Goulding - software development services
> mergExt - There's an external for that!
>
>
>
>
>
> ___
> 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
>


-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Trevor DeVore
put theData into URL "
http://somedomain.com/page.php?value1=value&value2=value";

The above will send data to a server using PUT.

The result will return error messages. If you want data returned by the
server use the urlresponse.

-- 
Trevor DeVore

On Wednesday, June 26, 2013, J. Landman Gay wrote:

> I need to send data to a server and they want me to use PUT instead of
> POST. I also need to get a verification afterward to know whether the
> transaction succeeded or not. The docs aren't clear on that, it just says
> errors are reported in the result.
>
> Before I spend too much time on this, does a PUT also provide a response
> in the result?
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Matthias Rebbe
Jacques 

Is page in your URL example a folder or a file? If it is a folder then I am 
pretty sure it needs a slash after it.

Regards

Matthias

Von meinem iPhone gesendet

Am 27.06.2013 um 01:22 schrieb "J. Landman Gay" :

> When I use the full URL with "get url" it returns a 404. When the server 
> person does it from Rails, they get data back. I need to get the same data 
> back, so I guess checking the headers won't work. The server responds with 
> stuff I need to use.
> 
> So if "get URL" is the way to do it, then the "get" should give me the data. 
> The 404 is odd, but maybe we can figure out that part.
> 
> 
> On 6/26/13 6:11 PM, Monte Goulding wrote:
>> Should be the latter... what's the error?
>> 
>> On 27/06/2013, at 9:07 AM, "J. Landman Gay"  wrote:
>> 
>>> That's an idea, thanks.
>>> 
>>> I'm having trouble actually doing the PUT. I need to send a string like 
>>> this:
>>> 
>>> http://domain.com/page?thing=one&other=two&somethingelse=three
>>> 
>>> What's the proper way to format that? Should I be using this:
>>> 
>>> put "thing=one&other=two&somethingelse=three" into url 
>>> "http://domain.com/page";
>>> 
>>> Or should I use "get URL" with the full URL? Both ways are returning errors.
>>> 
>>> 
>>> On 6/26/13 5:53 PM, Monte Goulding wrote:
 you should be able to check the libURLLastRHHeaders.. unless you are
 talking about mobile... actually there's no put on mobile anyway...
 
 On 27/06/2013, at 8:48 AM, "J. Landman Gay"
  wrote:
 
> I need to send data to a server and they want me to use PUT instead
> of POST. I also need to get a verification afterward to know
> whether the transaction succeeded or not. The docs aren't clear on
> that, it just says errors are reported in the result.
> 
> Before I spend too much time on this, does a PUT also provide a
> response in the result?
>>> 
>>> 
>>> --
>>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>>> HyperActive Software   | http://www.hyperactivesw.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
>> 
>> --
>> Monte Goulding
>> 
>> M E R Goulding - software development services
>> mergExt - There's an external for that!
>> 
>> 
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay
When I use the full URL with "get url" it returns a 404. When the server 
person does it from Rails, they get data back. I need to get the same 
data back, so I guess checking the headers won't work. The server 
responds with stuff I need to use.


So if "get URL" is the way to do it, then the "get" should give me the 
data. The 404 is odd, but maybe we can figure out that part.



On 6/26/13 6:11 PM, Monte Goulding wrote:

Should be the latter... what's the error?

On 27/06/2013, at 9:07 AM, "J. Landman Gay"  wrote:


That's an idea, thanks.

I'm having trouble actually doing the PUT. I need to send a string like this:

http://domain.com/page?thing=one&other=two&somethingelse=three

What's the proper way to format that? Should I be using this:

put "thing=one&other=two&somethingelse=three" into url "http://domain.com/page";

Or should I use "get URL" with the full URL? Both ways are returning errors.


On 6/26/13 5:53 PM, Monte Goulding wrote:

you should be able to check the libURLLastRHHeaders.. unless you are
talking about mobile... actually there's no put on mobile anyway...

On 27/06/2013, at 8:48 AM, "J. Landman Gay"
 wrote:


I need to send data to a server and they want me to use PUT instead
of POST. I also need to get a verification afterward to know
whether the transaction succeeded or not. The docs aren't clear on
that, it just says errors are reported in the result.

Before I spend too much time on this, does a PUT also provide a
response in the result?



--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
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




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Monte Goulding
Should be the latter... what's the error?

On 27/06/2013, at 9:07 AM, "J. Landman Gay"  wrote:

> That's an idea, thanks.
> 
> I'm having trouble actually doing the PUT. I need to send a string like this:
> 
> http://domain.com/page?thing=one&other=two&somethingelse=three
> 
> What's the proper way to format that? Should I be using this:
> 
> put "thing=one&other=two&somethingelse=three" into url 
> "http://domain.com/page";
> 
> Or should I use "get URL" with the full URL? Both ways are returning errors.
> 
> 
> On 6/26/13 5:53 PM, Monte Goulding wrote:
>> you should be able to check the libURLLastRHHeaders.. unless you are
>> talking about mobile... actually there's no put on mobile anyway...
>> 
>> On 27/06/2013, at 8:48 AM, "J. Landman Gay"
>>  wrote:
>> 
>>> I need to send data to a server and they want me to use PUT instead
>>> of POST. I also need to get a verification afterward to know
>>> whether the transaction succeeded or not. The docs aren't clear on
>>> that, it just says errors are reported in the result.
>>> 
>>> Before I spend too much time on this, does a PUT also provide a
>>> response in the result?
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
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: Communicate with server using PUT

2013-06-26 Thread J. Landman Gay

That's an idea, thanks.

I'm having trouble actually doing the PUT. I need to send a string like 
this:


http://domain.com/page?thing=one&other=two&somethingelse=three

What's the proper way to format that? Should I be using this:

put "thing=one&other=two&somethingelse=three" into url 
"http://domain.com/page";


Or should I use "get URL" with the full URL? Both ways are returning errors.


On 6/26/13 5:53 PM, Monte Goulding wrote:

you should be able to check the libURLLastRHHeaders.. unless you are
talking about mobile... actually there's no put on mobile anyway...

On 27/06/2013, at 8:48 AM, "J. Landman Gay"
 wrote:


I need to send data to a server and they want me to use PUT instead
of POST. I also need to get a verification afterward to know
whether the transaction succeeded or not. The docs aren't clear on
that, it just says errors are reported in the result.

Before I spend too much time on this, does a PUT also provide a
response in the result?



--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Communicate with server using PUT

2013-06-26 Thread Monte Goulding
you should be able to check the libURLLastRHHeaders.. unless you are talking 
about mobile... actually there's no put on mobile anyway... 

On 27/06/2013, at 8:48 AM, "J. Landman Gay"  wrote:

> I need to send data to a server and they want me to use PUT instead of POST. 
> I also need to get a verification afterward to know whether the transaction 
> succeeded or not. The docs aren't clear on that, it just says errors are 
> reported in the result.
> 
> Before I spend too much time on this, does a PUT also provide a response in 
> the result?
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
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


Communicate with server using PUT

2013-06-26 Thread J. Landman Gay
I need to send data to a server and they want me to use PUT instead of 
POST. I also need to get a verification afterward to know whether the 
transaction succeeded or not. The docs aren't clear on that, it just 
says errors are reported in the result.


Before I spend too much time on this, does a PUT also provide a response 
in the result?


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Off topic, looking for a Live Code instructor

2013-06-26 Thread Mike Kerner
OH CRAP!  Don't forget LiveCode Universitywhat Matthias said.


On Wed, Jun 26, 2013 at 5:42 PM, Matthias Rebbe <
matthias_livecode_150...@m-r-d.de> wrote:

> And not to forget LiveCode University
> http://university.livecode.com
>
> Regards,
>
> Matthias
>
>
> Am 26.06.2013 um 23:38 schrieb Mike Kerner :
>
> > Jose,
> >
> > In the meantime, check out the app accademy at runrev.  It is a pretty
> good
> > way to help you get started.
> >
> >
> > On Wed, Jun 26, 2013 at 12:31 PM, Jose Valle  wrote:
> >
> >> Hello,
> >>
> >> we are looking somebody able to teach us program in LiveCode. Something
> >> practical doing basis of a real application to realize how to deal with
> >> cross device apps, databases, interact with servers. 20 hours online,
> thru
> >> Skype or any other way could be ok.
> >>
> >> Spanish speaking better, please send a private message to my email
> address
> >> telling me time availability and your rates.
> >>
> >> Thanks
> >> Jose
> >> ___
> >> 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
>
>
> ___
> 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


Re: Off topic, looking for a Live Code instructor

2013-06-26 Thread Matthias Rebbe
And not to forget LiveCode University
http://university.livecode.com

Regards,

Matthias


Am 26.06.2013 um 23:38 schrieb Mike Kerner :

> Jose,
> 
> In the meantime, check out the app accademy at runrev.  It is a pretty good
> way to help you get started.
> 
> 
> On Wed, Jun 26, 2013 at 12:31 PM, Jose Valle  wrote:
> 
>> Hello,
>> 
>> we are looking somebody able to teach us program in LiveCode. Something
>> practical doing basis of a real application to realize how to deal with
>> cross device apps, databases, interact with servers. 20 hours online, thru
>> Skype or any other way could be ok.
>> 
>> Spanish speaking better, please send a private message to my email address
>> telling me time availability and your rates.
>> 
>> Thanks
>> Jose
>> ___
>> 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


___
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: Off topic, looking for a Live Code instructor

2013-06-26 Thread Mike Kerner
Jose,

In the meantime, check out the app accademy at runrev.  It is a pretty good
way to help you get started.


On Wed, Jun 26, 2013 at 12:31 PM, Jose Valle  wrote:

> Hello,
>
> we are looking somebody able to teach us program in LiveCode. Something
> practical doing basis of a real application to realize how to deal with
> cross device apps, databases, interact with servers. 20 hours online, thru
> Skype or any other way could be ok.
>
> Spanish speaking better, please send a private message to my email address
> telling me time availability and your rates.
>
> Thanks
> Jose
> ___
> 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


Re: Free Buttons for use in Livecode projects

2013-06-26 Thread Mike Kerner
Just a note - the yahoo one requires a yahoo account, and the real link to
the RR forums stack is http://forums.runrev.com/download/file.php?id=2117


On Wed, Jun 26, 2013 at 3:07 PM, Richmond wrote:

> On 06/26/2013 12:09 AM, Richmond wrote:
>
>> Common symbols, English Letters, Cyrillic in 5 colours for Free download
>> here: 
>> http://groups.yahoo.com/group/**RMimages/
>>
>> Richmond.
>>
>
> I have just uploaded my "Button_Pump" stack for those of you who want to
> make your
> own button images:
>
> http://tech.groups.yahoo.com/**group/RMimages/
>
> http://forums.runrev.com/**index.php / 
> Off-Topic / Free Buttons
>
>
> 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


Re: OOH! Here are a couple of cool ios7 features that I hope LC takes advantage of!

2013-06-26 Thread Mike Kerner
Without looking at the API's for 7, I was guessing each of those were
things that could be set up per app, which, if correct, would then be
subject to LC implementing them.  The context implied that to me, but I
don't know that for sure.

This will be unbelievably useful for our in-house apps, and will both
greatly reduce the stress we go through with them, and will make iOS the
first choice, I think, for in-house apps.



On Wed, Jun 26, 2013 at 5:00 PM, Monte Goulding  wrote:

> All three of these look like things that IT departments setup and work
> with any app... managed open in for example would just change the list of
> open in apps you see in mergDoc. Just a way for them to further interfere
> with your life when you BYOD
>
>
> On 27/06/2013, at 3:27 AM, Mike Kerner  wrote:
>
> > www.apple.com/ios/ios7/business/
> >
> > 1) "Managed Open In"  - can make your data only openable in your app,
> which
> > takes the sandbox (which was already really good) even further
> >
> > 2) Per app VPN
> >
> > 3) App Data Protection is now automatic, no need to set it for your app.
> >
> >
> > --
> > 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
>
> --
> Monte Goulding
>
> M E R Goulding - software development services
> mergExt - There's an external for that!
>
>
>
>
>
> ___
> 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


Re: 6.0.2 and Apple

2013-06-26 Thread Matthias Rebbe
Hi all,

just want to let you know that using xCode 4.6.3 seems to fix that error.

I removed all xCode versions from the LiveCode preference settings and added 
only xCode 4.6.3

I then rebuilded the app with LC and iTunes Connnect now accepts the app.

I am not sure, if xCode 4.6.3 did the trick or removing the older xCode 
versions in LC settings.

At least upload was successful now.

@Rick

thanks for the suggestion using 4.6.3, although you suggested that to Ralph. ;)

Regards,

Matthias


Am 26.06.2013 um 22:49 schrieb Rick Harrison :

> Hi Ralph,
> 
> I was using Xcode 4.6.2 and targeting for iOS 6.1.
> 
> That worked for me, but now
> Apple has released Xcode 4.6.3
> which may be the issue for you,
> especially since you are still using 4.6
> 
> Try it and see what happens next.
> 
> Good luck,
> 
> Rick
> 
> 
> On Jun 26, 2013, at 1:51 PM, "Ralph DiMola"  wrote:
> 
>> Rick,
>> 
>> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X
>> 10.8.4. Could it be my Xcode recipe?
>> 
>> In this order on the iOS SDKs prefs with a green box:
>> 4.5.2
>> 4.4.1
>> 4.6
>> 4.2
>> 
>> Thanks
>> 
>> 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 Rick Harrison
>> Sent: Wednesday, June 26, 2013 12:39 PM
>> To: How to use LiveCode
>> Subject: Re: 6.0.2 and Apple
>> 
>> Hi Ralph,
>> 
>> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 and had
>> no problems with the Application Loader.
>> 
>> Make sure you have the current build.
>> 
>> Cheers,
>> 
>> Rick
>> 
>> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
>> wrote:
>> 
>>> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
>>> past the Application Loader because of the UUID API error.
>>> 
>>> 
>>> 
>>> Ralph DiMola
>>> 
>>> IT Director
>>> 
>>> Evergreen Information Services
>>> 
>>> rdim...@evergreeninfo.net
>>> 
>>> Phone: 518-636-3998 Ex:11
>>> 
>>> Cell: 518-796-9332
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
> 
> __
> 
> Rick Harrison
> 
> Idea Phrase Creator is my new App for the iPad! 
> It will create interesting random idea phrases 
> for you with the simple click of a button.
> 
> Buy it on sale now, at the special introductory
> price of 99 cents.
> Click on the link below to find out
> more about this new App of mine!
> 
> https://itunes.apple.com/us/app/idea-phrase-creator/id580695085?mt=8
> 
> ___
> 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: OOH! Here are a couple of cool ios7 features that I hope LC takes advantage of!

2013-06-26 Thread Monte Goulding
All three of these look like things that IT departments setup and work with any 
app... managed open in for example would just change the list of open in apps 
you see in mergDoc. Just a way for them to further interfere with your life 
when you BYOD


On 27/06/2013, at 3:27 AM, Mike Kerner  wrote:

> www.apple.com/ios/ios7/business/
> 
> 1) "Managed Open In"  - can make your data only openable in your app, which
> takes the sandbox (which was already really good) even further
> 
> 2) Per app VPN
> 
> 3) App Data Protection is now automatic, no need to set it for your app.
> 
> 
> -- 
> 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

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
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: 6.0.2 and Apple

2013-06-26 Thread Rick Harrison
Hi Ralph,

I was using Xcode 4.6.2 and targeting for iOS 6.1.

That worked for me, but now
Apple has released Xcode 4.6.3
which may be the issue for you,
especially since you are still using 4.6

Try it and see what happens next.

Good luck,

Rick


On Jun 26, 2013, at 1:51 PM, "Ralph DiMola"  wrote:

> Rick,
> 
> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X
> 10.8.4. Could it be my Xcode recipe?
> 
> In this order on the iOS SDKs prefs with a green box:
> 4.5.2
> 4.4.1
> 4.6
> 4.2
> 
> Thanks
> 
> 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 Rick Harrison
> Sent: Wednesday, June 26, 2013 12:39 PM
> To: How to use LiveCode
> Subject: Re: 6.0.2 and Apple
> 
> Hi Ralph,
> 
> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 and had
> no problems with the Application Loader.
> 
> Make sure you have the current build.
> 
> Cheers,
> 
> Rick
> 
> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
> wrote:
> 
>> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
>> past the Application Loader because of the UUID API error.
>> 
>> 
>> 
>> Ralph DiMola
>> 
>> IT Director
>> 
>> Evergreen Information Services
>> 
>> rdim...@evergreeninfo.net
>> 
>> Phone: 518-636-3998 Ex:11
>> 
>> Cell: 518-796-9332
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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

__

Rick Harrison

Idea Phrase Creator is my new App for the iPad! 
It will create interesting random idea phrases 
for you with the simple click of a button.

Buy it on sale now, at the special introductory
price of 99 cents.
Click on the link below to find out
more about this new App of mine!

https://itunes.apple.com/us/app/idea-phrase-creator/id580695085?mt=8

___
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: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Ruslan Zasukhin
On 6/26/13 11:04 PM, "Magicgate Software - Skip Kimpel" 
wrote:

> Yep, that I have... would love to see that expanded some day.

Do you mean adding mySQL / Postgre?


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



___
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: 6.0.2 and Apple

2013-06-26 Thread Matthias Rebbe
Yes,

application loader sends the api usage to apple, after that i get the error 
messages.

Matthias

Am 26.06.2013 um 22:38 schrieb Ralph DiMola :

> Matthias,
> 
> I'm getting the error right out of the "Application Loader". The upload
> never happens. Is this what you see?
> 
> I'm using 4.6 not 4.6.2
> I wonder if I should update to 4.6.2 from 4.6.
> 
> 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 Matthias Rebbe
> Sent: Wednesday, June 26, 2013 4:26 PM
> To: How to use LiveCode
> Subject: Re: 6.0.2 and Apple
> 
> Hi,
> 
> ran into this just a few minutes ago.
> I am using LC 6.0.2 commercial with xCode 4.6.2.
> I tried to build for 5.0 or later and also for 6.1or later.
> 
> iTunesConnect tells me that the app contains non-public API usage. And that
> apps are not permitted to access the udid and so on...
> 
> So anyone out there with a solution is more than welcomed.
> 
> Regards,
> 
> Matthias
> 
> 
> Am 26.06.2013 um 19:51 schrieb Ralph DiMola :
> 
>> Rick,
>> 
>> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X 
>> 10.8.4. Could it be my Xcode recipe?
>> 
>> In this order on the iOS SDKs prefs with a green box:
>> 4.5.2
>> 4.4.1
>> 4.6
>> 4.2
>> 
>> Thanks
>> 
>> 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 Rick Harrison
>> Sent: Wednesday, June 26, 2013 12:39 PM
>> To: How to use LiveCode
>> Subject: Re: 6.0.2 and Apple
>> 
>> Hi Ralph,
>> 
>> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 
>> and had no problems with the Application Loader.
>> 
>> Make sure you have the current build.
>> 
>> Cheers,
>> 
>> Rick
>> 
>> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
>> wrote:
>> 
>>> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
>>> past the Application Loader because of the UUID API error.
>>> 
>>> 
>>> 
>>> Ralph DiMola
>>> 
>>> IT Director
>>> 
>>> Evergreen Information Services
>>> 
>>> rdim...@evergreeninfo.net
>>> 
>>> Phone: 518-636-3998 Ex:11
>>> 
>>> Cell: 518-796-9332
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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: 6.0.2 and Apple

2013-06-26 Thread Ralph DiMola
Matthias,

I'm getting the error right out of the "Application Loader". The upload
never happens. Is this what you see?

I'm using 4.6 not 4.6.2
I wonder if I should update to 4.6.2 from 4.6.

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 Matthias Rebbe
Sent: Wednesday, June 26, 2013 4:26 PM
To: How to use LiveCode
Subject: Re: 6.0.2 and Apple

Hi,

ran into this just a few minutes ago.
I am using LC 6.0.2 commercial with xCode 4.6.2.
I tried to build for 5.0 or later and also for 6.1or later.

iTunesConnect tells me that the app contains non-public API usage. And that
apps are not permitted to access the udid and so on...

So anyone out there with a solution is more than welcomed.

Regards,

Matthias


Am 26.06.2013 um 19:51 schrieb Ralph DiMola :

> Rick,
> 
> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X 
> 10.8.4. Could it be my Xcode recipe?
> 
> In this order on the iOS SDKs prefs with a green box:
> 4.5.2
> 4.4.1
> 4.6
> 4.2
> 
> Thanks
> 
> 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 Rick Harrison
> Sent: Wednesday, June 26, 2013 12:39 PM
> To: How to use LiveCode
> Subject: Re: 6.0.2 and Apple
> 
> Hi Ralph,
> 
> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 
> and had no problems with the Application Loader.
> 
> Make sure you have the current build.
> 
> Cheers,
> 
> Rick
> 
> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
> wrote:
> 
>> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
>> past the Application Loader because of the UUID API error.
>> 
>> 
>> 
>> Ralph DiMola
>> 
>> IT Director
>> 
>> Evergreen Information Services
>> 
>> rdim...@evergreeninfo.net
>> 
>> Phone: 518-636-3998 Ex:11
>> 
>> Cell: 518-796-9332
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: [on-rev] LC code output bumping against a server size limit?

2013-06-26 Thread Phil Davis

Hi Jim,

Yes, interesting to me too. I had never run into this before.

I wrote support and Heather responded:

Dear Phil,

Thank you for your request. Yes, this could be a server limit. If you go here:

http://www.watters.ws/mediawiki/index.php/Use_custom_php.ini_file_with_suPHP

You will find some instructions which should enable you to set this for 
yourself.
Please let me know if you have any difficulty or if this turns out not to be the
issue.

Regards,

Heather


So I'll take a look at this link and see what I can do with server 
settings. I know you can alter the default PHP settings by putting a 
custom php.ini file (containing only the settings you want to change) in 
the directory that holds your php page, and it looks like the above link 
tells how to do something similar on an on-rev server.


Best -
Phil



On 6/26/13 12:13 PM, Jim Lambert wrote:

Phil wrote:


... by putting the functions together in a single compound
statement, variables were eliminated which decreased resource demand,
and the server's memory limit became a non-issue (at least for now).

That's what I learned.

Phil,

Very interesting. Makes sense. And good to remember even for non-server-based 
projects.

Thanks,
Jim Lambert
___
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



--
Phil Davis


___
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: 6.0.2 and Apple

2013-06-26 Thread Matthias Rebbe
Hi,

ran into this just a few minutes ago.
I am using LC 6.0.2 commercial with xCode 4.6.2.
I tried to build for 5.0 or later and also for 6.1or later.

iTunesConnect tells me that the app contains non-public API usage. And that 
apps are not permitted to access the udid and so on...

So anyone out there with a solution is more than welcomed.

Regards,

Matthias


Am 26.06.2013 um 19:51 schrieb Ralph DiMola :

> Rick,
> 
> Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X
> 10.8.4. Could it be my Xcode recipe?
> 
> In this order on the iOS SDKs prefs with a green box:
> 4.5.2
> 4.4.1
> 4.6
> 4.2
> 
> Thanks
> 
> 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 Rick Harrison
> Sent: Wednesday, June 26, 2013 12:39 PM
> To: How to use LiveCode
> Subject: Re: 6.0.2 and Apple
> 
> Hi Ralph,
> 
> I submitted an app a few weeks ago with commercial 6.0.2 build 1521 and had
> no problems with the Application Loader.
> 
> Make sure you have the current build.
> 
> Cheers,
> 
> Rick
> 
> On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
> wrote:
> 
>> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
>> past the Application Loader because of the UUID API error.
>> 
>> 
>> 
>> Ralph DiMola
>> 
>> IT Director
>> 
>> Evergreen Information Services
>> 
>> rdim...@evergreeninfo.net
>> 
>> Phone: 518-636-3998 Ex:11
>> 
>> Cell: 518-796-9332
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Magicgate Software - Skip Kimpel
Yep, that I have... would love to see that expanded some day.

Keep up the good work over there!

SKIP


On Wed, Jun 26, 2013 at 3:53 PM, Ruslan Zasukhin <
ruslan_zasuk...@valentina-db.com> wrote:

> On 6/26/13 9:12 PM, "Magicgate Software - Skip Kimpel"  >
> wrote:
>
> > BTW, I would LOVE to see a VStudio for iPad, or at least a version of it
> to
> > connect to databases, browse data, structures,etc.
>
> > I use an app DB
> > Designer that I would love to see in Valentina fashion... I use it for
> > creating databases while on the road.  Allows for real quick creation
> when
> > I get back to the office by exporting the SQL and executing it on my
> office
> > machine.
> >
> > One can only hope for true portability, right?
>
> We have iValentina for iphone and iPad
> But it is only for Valentina Servers.
>
>
> --
> Best regards,
>
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
>
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
>
> [I feel the need: the need for speed]
>
>
>
> ___
> 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: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Ruslan Zasukhin
On 6/26/13 9:12 PM, "Magicgate Software - Skip Kimpel" 
wrote:

> BTW, I would LOVE to see a VStudio for iPad, or at least a version of it to
> connect to databases, browse data, structures,etc.

> I use an app DB
> Designer that I would love to see in Valentina fashion... I use it for
> creating databases while on the road.  Allows for real quick creation when
> I get back to the office by exporting the SQL and executing it on my office
> machine.
> 
> One can only hope for true portability, right?

We have iValentina for iphone and iPad
But it is only for Valentina Servers.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



___
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: [on-rev] LC code output bumping against a server size limit?

2013-06-26 Thread Jim Lambert
Phil wrote:

> ... by putting the functions together in a single compound 
> statement, variables were eliminated which decreased resource demand, 
> and the server's memory limit became a non-issue (at least for now).
> 
> That's what I learned.

Phil,

Very interesting. Makes sense. And good to remember even for non-server-based 
projects.

Thanks,
Jim Lambert
___
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: Free Buttons for use in Livecode projects

2013-06-26 Thread Richmond

On 06/26/2013 12:09 AM, Richmond wrote:

Common symbols, English Letters, Cyrillic in 5 colours for Free download
here: http://groups.yahoo.com/group/RMimages/

Richmond.


I have just uploaded my "Button_Pump" stack for those of you who want to 
make your

own button images:

http://tech.groups.yahoo.com/group/RMimages/

http://forums.runrev.com/index.php / Off-Topic / Free Buttons

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: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Magicgate Software - Skip Kimpel
BTW, I would LOVE to see a VStudio for iPad, or at least a version of it to
connect to databases, browse data, structures,etc.  I use an app DB
Designer that I would love to see in Valentina fashion... I use it for
creating databases while on the road.  Allows for real quick creation when
I get back to the office by exporting the SQL and executing it on my office
machine.

One can only hope for true portability, right?

SKIP


On Wed, Jun 26, 2013 at 2:02 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.com> wrote:

> That was it... thank you so much!
>
>
> SKIP
>
>
> On Wed, Jun 26, 2013 at 1:57 PM, Ruslan Zasukhin <
> ruslan_zasuk...@valentina-db.com> wrote:
>
>> On 6/26/13 8:24 PM, "Magicgate Software - Skip Kimpel" <
>> s...@magicgate.com>
>> wrote:
>>
>> > Any problems reported with VServer and Win7 running as a service?  It
>> > immediately stops after the service starts up.  (for me)
>>
>> Hi Skip,
>>
>> You need request free license file for it via our
>>   Online Store.
>>
>>
>> Then drop it into folder
>>   Vserver/licenses
>>
>>
>> And start VServer
>>
>>
>>
>> --
>> Best regards,
>>
>> Ruslan Zasukhin
>> VP Engineering and New Technology
>> Paradigma Software, Inc
>>
>> Valentina - Joining Worlds of Information
>> http://www.paradigmasoft.com
>>
>> [I feel the need: the need for speed]
>>
>>
>>
>> ___
>> 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: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Magicgate Software - Skip Kimpel
That was it... thank you so much!


SKIP


On Wed, Jun 26, 2013 at 1:57 PM, Ruslan Zasukhin <
ruslan_zasuk...@valentina-db.com> wrote:

> On 6/26/13 8:24 PM, "Magicgate Software - Skip Kimpel"  >
> wrote:
>
> > Any problems reported with VServer and Win7 running as a service?  It
> > immediately stops after the service starts up.  (for me)
>
> Hi Skip,
>
> You need request free license file for it via our
>   Online Store.
>
>
> Then drop it into folder
>   Vserver/licenses
>
>
> And start VServer
>
>
>
> --
> Best regards,
>
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
>
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
>
> [I feel the need: the need for speed]
>
>
>
> ___
> 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: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Ruslan Zasukhin
On 6/26/13 8:24 PM, "Magicgate Software - Skip Kimpel" 
wrote:

> Any problems reported with VServer and Win7 running as a service?  It
> immediately stops after the service starts up.  (for me)

Hi Skip,

You need request free license file for it via our
  Online Store.


Then drop it into folder
  Vserver/licenses 


And start VServer



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



___
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: 6.0.2 and Apple

2013-06-26 Thread Ralph DiMola
Rick,

Yep, I'm running 1521. I have no problems with 5.5.5. I'm Running OS X
10.8.4. Could it be my Xcode recipe?

In this order on the iOS SDKs prefs with a green box:
4.5.2
4.4.1
4.6
4.2

Thanks

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 Rick Harrison
Sent: Wednesday, June 26, 2013 12:39 PM
To: How to use LiveCode
Subject: Re: 6.0.2 and Apple

Hi Ralph,

I submitted an app a few weeks ago with commercial 6.0.2 build 1521 and had
no problems with the Application Loader.

Make sure you have the current build.

Cheers,

Rick

On Jun 26, 2013, at 10:12 AM, Ralph DiMola 
wrote:

> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get 
> past the Application Loader because of the UUID API error.
> 
> 
> 
> Ralph DiMola
> 
> IT Director
> 
> Evergreen Information Services
> 
> rdim...@evergreeninfo.net
> 
> Phone: 518-636-3998 Ex:11
> 
> Cell: 518-796-9332
> 
> 
> 
> ___
> 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


___
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


OOH! Here are a couple of cool ios7 features that I hope LC takes advantage of!

2013-06-26 Thread Mike Kerner
www.apple.com/ios/ios7/business/

1) "Managed Open In"  - can make your data only openable in your app, which
takes the sandbox (which was already really good) even further

2) Per app VPN

3) App Data Protection is now automatic, no need to set it for your app.


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


Re: Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Magicgate Software - Skip Kimpel
Any problems reported with VServer and Win7 running as a service?  It
immediately stops after the service starts up.  (for me)

SKIP


On Wed, Jun 26, 2013 at 11:44 AM, Lynn Fredricks <
lfredri...@proactive-intl.com> wrote:

> Hello all,
>
> You can scroll down for the long form. We've shipped Valentina Studio 5.3,
> the free database management tool for MySQL (including MariaDB),
> PostgreSQL,
> SQLite and of course, Valentina. Also we've shipped updates to all other
> products, including:
>
> - Valentina Reports ADK for LiveCode: Embed formatted reports with charts,
> graphs, barcodes and more in your LiveCode projects
>
> - Valentina DB ADK for LiveCode: Embed the fastest db for LiveCode in your
> LiveCode applications
>
> - Valentina Server (with FREE version): serves both Valentina DB and
> Reports
> (reports also works with other databases)
>
> Have a great week!
>
> Best regards,
>
> Lynn Fredricks
> President
> Paradigma Software
> http://www.paradigmasoft.com
>
> Valentina SQL Server: The Ultra-fast, Royalty Free Database Server
>
>
>
> ==
>
> Paradigma Software announces the release of Valentina Studio 5.3 and
> updates
> for their enterprise class Valentina Server and developer products
> Valentina
> DB ADK and Valentina Reports ADK.
>
> New Valentina Studio 5.3 Features
>
> -Now Find/Replace within SQL Results
> -Schema Editor shows groups with Related objects for selection on Diagrams
> -Query Builder can now set an alias for tables
> -Undo/Redo operations for Query Builder
> -Query Builder can use Views to generate queries
> -Directly copy records from tables to CSV or SQL
> -Improved language highlights with PostgreSQL
>
>
> Improvements also added for Reports/Page Footers, Undo in Diagram editing,
> Duplicating selected records in Data Editor, ODBC with FileMaker DB,
> mismatching field and other issues with MySQL.
>
> Valentina Studio is free; Valentina Studio Pro adds SQLDIFF, Report
> Designer
> and other advanced features for $199 on Mac OS X, Windows and Linux.
> Valentina Server and also the developer products Valentina Reports ADK and
> Valentina DB ADK were also updated with all underlying fixes and
> improvements.
>
> Valentina Server incorporates enterprise class, server-side report
> generation as well as inclusion of the ultra-fast, object-relational
> Valentina database. The reporting features of Valentina Server also work
> with other database servers such as MySQL or PostgreSQL. A free version of
> Valentina Server is available.
>
> Valentina Reports ADK allows developers to embed professional reporting
> features, including charts, graphs and other highly structured data display
> in their applications built with the most popular development environments
> on Mac OS X, Linux and Windows. The rich feature set includes support for
> popular databases including MySQL / MariaDB, PostgreSQL, SQLite and
> Valentina DB. Valentina Reports ADK starts at $199 for royalty free
> distribution.
>
> Valentina DB ADK allows developers to embed the ultra-fast, object
> relational database engine into their applications built with the most
> popular development environments on Mac OS X, Linux and Windows.  Valentina
> DB ADK starts at $199 for royalty free distribution.
>
> The updates are immediately available for download on their website at
> http://www.valentina-db.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: 6.0.2 and Apple

2013-06-26 Thread Rick Harrison
Hi Ralph,

I submitted an app a few weeks ago with 
commercial 6.0.2 build 1521 and had
no problems with the Application Loader.

Make sure you have the current build.

Cheers,

Rick

On Jun 26, 2013, at 10:12 AM, Ralph DiMola  wrote:

> Anyone able to submit an iOS app to Apple using 6.0.2? I can't get past the
> Application Loader because of the UUID API error.
> 
> 
> 
> Ralph DiMola
> 
> IT Director
> 
> Evergreen Information Services
> 
> rdim...@evergreeninfo.net
> 
> Phone: 518-636-3998 Ex:11
> 
> Cell: 518-796-9332
> 
> 
> 
> ___
> 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: [OT] Free iOS 6 / 7 icon templates for Photoshop

2013-06-26 Thread Richmond

On 06/26/2013 03:21 PM, Matthias Rebbe wrote:

Hi,

at http://appicontemplate.com

you find free Photoshop icon templates for iOS 6 and iOS 7 icons.

Regards,

Matthias

___
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


Super; and they are openable and usable in GIMP as 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


Off topic, looking for a Live Code instructor

2013-06-26 Thread Jose Valle
Hello,

we are looking somebody able to teach us program in LiveCode. Something 
practical doing basis of a real application to realize how to deal with cross 
device apps, databases, interact with servers. 20 hours online, thru Skype or 
any other way could be ok.

Spanish speaking better, please send a private message to my email address 
telling me time availability and your rates.

Thanks
Jose
___
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] LiveCode University

2013-06-26 Thread Richmond

On 06/26/2013 05:05 PM, Devin Asay wrote:

Richmond,

My apologies. In the interest of getting the application out the door in a 
timely way I haven't yet done a Linux build. Now that the Mac and Windows 
versions seem to be solid, I'll turn my attention to building and testing for 
Linux. We'll notify the list when it's ready.


That is understandable as Linux, at the moment at least, is fairly low 
down the pecking order.


What is not understandable is that the 'University' webpage provides a 
Linux download that is not what it seems

and is a bit misleading.



Regards,

Devin

Sent from my iPhone

On Jun 26, 2013, at 1:59 AM, "Richmond"  wrote:


On 26/06/13 09:01, Devin Asay wrote:

Fellow LiveCoders,

At long last, with great help from Kevin, Caroline and the RunRev team, I have 
release LiveCode University. This interactive course is based on the 
Introduction to Programming course I've taught (using LiveCode, of course) here 
at BYU for many years.

Check it out, refer your friends, buy copies for your children and pets!

See RunRev's rollout page at 
http://university.livecode.com/?utm_campaign=lcu&utm_source=hs_email&utm_medium=email&utm_content=9285666&_hsenc=p2ANqtz-90BJQXqTiyS_dPsyOL2opI-2QDVlB3YnCu-MrdlmPhWeCT4dErn7ug5mouBCq1C93WQCKP0ssDT9NOe5AKv756X2Ev3w&_hsmi=9285666

Thanks to all here over the years who have been such a help and support in my 
learning process.

Cheers!

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___

Aha; the Windows version contains something called 
"LivecodeUniversity_setup.exe"

I assume (???) that that file has accidently not been included in the Linux 
version.

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

___
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


Free Valentina Studio, Valentina DB & Reports for LiveCode Upgraded to 5.3

2013-06-26 Thread Lynn Fredricks
Hello all,

You can scroll down for the long form. We've shipped Valentina Studio 5.3,
the free database management tool for MySQL (including MariaDB), PostgreSQL,
SQLite and of course, Valentina. Also we've shipped updates to all other
products, including:

- Valentina Reports ADK for LiveCode: Embed formatted reports with charts,
graphs, barcodes and more in your LiveCode projects

- Valentina DB ADK for LiveCode: Embed the fastest db for LiveCode in your
LiveCode applications

- Valentina Server (with FREE version): serves both Valentina DB and Reports
(reports also works with other databases)

Have a great week!

Best regards,

Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com

Valentina SQL Server: The Ultra-fast, Royalty Free Database Server 



==

Paradigma Software announces the release of Valentina Studio 5.3 and updates
for their enterprise class Valentina Server and developer products Valentina
DB ADK and Valentina Reports ADK.

New Valentina Studio 5.3 Features

-Now Find/Replace within SQL Results
-Schema Editor shows groups with Related objects for selection on Diagrams
-Query Builder can now set an alias for tables
-Undo/Redo operations for Query Builder
-Query Builder can use Views to generate queries
-Directly copy records from tables to CSV or SQL
-Improved language highlights with PostgreSQL


Improvements also added for Reports/Page Footers, Undo in Diagram editing,
Duplicating selected records in Data Editor, ODBC with FileMaker DB,
mismatching field and other issues with MySQL.

Valentina Studio is free; Valentina Studio Pro adds SQLDIFF, Report Designer
and other advanced features for $199 on Mac OS X, Windows and Linux.
Valentina Server and also the developer products Valentina Reports ADK and
Valentina DB ADK were also updated with all underlying fixes and
improvements.

Valentina Server incorporates enterprise class, server-side report
generation as well as inclusion of the ultra-fast, object-relational
Valentina database. The reporting features of Valentina Server also work
with other database servers such as MySQL or PostgreSQL. A free version of
Valentina Server is available.

Valentina Reports ADK allows developers to embed professional reporting
features, including charts, graphs and other highly structured data display
in their applications built with the most popular development environments
on Mac OS X, Linux and Windows. The rich feature set includes support for
popular databases including MySQL / MariaDB, PostgreSQL, SQLite and
Valentina DB. Valentina Reports ADK starts at $199 for royalty free
distribution.

Valentina DB ADK allows developers to embed the ultra-fast, object
relational database engine into their applications built with the most
popular development environments on Mac OS X, Linux and Windows.  Valentina
DB ADK starts at $199 for royalty free distribution.

The updates are immediately available for download on their website at
http://www.valentina-db.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] LiveCode University

2013-06-26 Thread Devin Asay
I try to keep it fairly generic, but the visuals and screen shots up to date 
with the current version. The concepts and skills taught are mostly independent 
of version.

Devin

On Jun 26, 2013, at 8:51 AM, tbodine wrote:

> Looks like a great new option! Is the course based on a particular generation
> of LiveCode or does it span several (v3.x to v6.x)?
> 
> 
> 
> --
> View this message in context: 
> http://runtime-revolution.278305.n4.nabble.com/ANN-LiveCode-University-tp4666813p4666823.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

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] LiveCode University

2013-06-26 Thread tbodine
Looks like a great new option! Is the course based on a particular generation
of LiveCode or does it span several (v3.x to v6.x)?



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/ANN-LiveCode-University-tp4666813p4666823.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: [OT] Free iOS 6 / 7 icon templates for Photoshop

2013-06-26 Thread Magicgate Software - Skip Kimpel
Thank you for the resource!

SKIP


On Wed, Jun 26, 2013 at 8:21 AM, Matthias Rebbe <
matthias_livecode_150...@m-r-d.de> wrote:

> Hi,
>
> at http://appicontemplate.com
>
> you find free Photoshop icon templates for iOS 6 and iOS 7 icons.
>
> Regards,
>
> Matthias
>
> ___
> 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


6.0.2 and Apple

2013-06-26 Thread Ralph DiMola
Anyone able to submit an iOS app to Apple using 6.0.2? I can't get past the
Application Loader because of the UUID API error.

 

Ralph DiMola

IT Director

Evergreen Information Services

rdim...@evergreeninfo.net

Phone: 518-636-3998 Ex:11

Cell: 518-796-9332

 

___
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] LiveCode University

2013-06-26 Thread Devin Asay
Richmond,

My apologies. In the interest of getting the application out the door in a 
timely way I haven't yet done a Linux build. Now that the Mac and Windows 
versions seem to be solid, I'll turn my attention to building and testing for 
Linux. We'll notify the list when it's ready.

Regards,

Devin

Sent from my iPhone

On Jun 26, 2013, at 1:59 AM, "Richmond"  wrote:

> On 26/06/13 09:01, Devin Asay wrote:
>> Fellow LiveCoders,
>> 
>> At long last, with great help from Kevin, Caroline and the RunRev team, I 
>> have release LiveCode University. This interactive course is based on the 
>> Introduction to Programming course I've taught (using LiveCode, of course) 
>> here at BYU for many years.
>> 
>> Check it out, refer your friends, buy copies for your children and pets!
>> 
>> See RunRev's rollout page at 
>> http://university.livecode.com/?utm_campaign=lcu&utm_source=hs_email&utm_medium=email&utm_content=9285666&_hsenc=p2ANqtz-90BJQXqTiyS_dPsyOL2opI-2QDVlB3YnCu-MrdlmPhWeCT4dErn7ug5mouBCq1C93WQCKP0ssDT9NOe5AKv756X2Ev3w&_hsmi=9285666
>> 
>> Thanks to all here over the years who have been such a help and support in 
>> my learning process.
>> 
>> Cheers!
>> 
>> Devin
>> 
>> Devin Asay
>> Humanities Technology and Research Support Center
>> Brigham Young University
>> 
>> ___
> 
> Aha; the Windows version contains something called 
> "LivecodeUniversity_setup.exe"
> 
> I assume (???) that that file has accidently not been included in the Linux 
> version.
> 
> 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

___
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: new password on-rev

2013-06-26 Thread Robert Brenstein

On 26.06.2013 at 5:23 Uhr -0700 Dave Kilroy2 apparently wrote:

I haven't been able to login via  on-rev.com   since they
moved me to pancake and have been using  https://pancake.on-rev.com:2083
  for several months - anyone know why we
have to log in this way?



Your problem is that the database record which directs the On-Rev 
homepage to the correct server for your account did not get updated 
after the migration. You need to file a support ticket for someone to 
fix it.


Robert

___
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: LibRevCurl

2013-06-26 Thread Mark Schonewille

Hi Andrew,

I just had a similar problem with a project for a customer. I'm not 
using LibRevCurl, but I did run into the previous request error. This is 
how I solved it:


put bla into url foo
if the result contains "previous request" then
  beep
  answer "Please, go back and try again"
  // or whatever suits your project
  send "resetAll" to me in 0 millisecs
end if

There seems to be a problem with recent version of LC, which cause LC to 
lock up if resetAll is used directly. I use the send command to solve this.


The q() function is probably:

function q theString
  return quote & theString & quote
end q

--
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 to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi


Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 6/25/2013 23:29, Andrew Kluthe wrote:

Hey Ya'll,

Do any of you out there use libRevCurl from the late mark smith?

I am trying to use it to get around the "previous request not completed"
error mentioned on this list, but I just cannot get it to do much of
anything.

Is anyone using it with LC 5.5.4 successfully?

I keep getting "libRevCurl error: runTillDone" or error in function handler
on line 706.

I can verify the path to curl is being found by libRevCurl and all that, i
just can't actually get it make requests.

I also notice a q() function being called several times but actually not
found in the library itself.

Does anyone have a newer version of this than 1.0.2b?



___
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: new password on-rev

2013-06-26 Thread Dave Kilroy2
I haven't been able to login via  on-rev.com    since they
moved me to pancake and have been using  https://pancake.on-rev.com:2083
   for several months - anyone know why we
have to log in this way?



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/new-password-on-rev-tp4666804p4666817.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


[OT] Free iOS 6 / 7 icon templates for Photoshop

2013-06-26 Thread Matthias Rebbe
Hi,

at http://appicontemplate.com

you find free Photoshop icon templates for iOS 6 and iOS 7 icons.

Regards,

Matthias

___
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: What's with the spaces?

2013-06-26 Thread Paul Maguire
I noticed this too. The workaround for me was to kill them with a little 
function to delete junk characters. Or alternatively copy and paste into 
BBEdit, then copy and paste from there. Ack.

Kind regards,   Paul.
___
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] LiveCode University

2013-06-26 Thread Richmond

On 26/06/13 09:01, Devin Asay wrote:

Fellow LiveCoders,

At long last, with great help from Kevin, Caroline and the RunRev team, I have 
release LiveCode University. This interactive course is based on the 
Introduction to Programming course I've taught (using LiveCode, of course) here 
at BYU for many years.

Check it out, refer your friends, buy copies for your children and pets!

See RunRev's rollout page at 
http://university.livecode.com/?utm_campaign=lcu&utm_source=hs_email&utm_medium=email&utm_content=9285666&_hsenc=p2ANqtz-90BJQXqTiyS_dPsyOL2opI-2QDVlB3YnCu-MrdlmPhWeCT4dErn7ug5mouBCq1C93WQCKP0ssDT9NOe5AKv756X2Ev3w&_hsmi=9285666

Thanks to all here over the years who have been such a help and support in my 
learning process.

Cheers!

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___



Aha; the Windows version contains something called 
"LivecodeUniversity_setup.exe"


I assume (???) that that file has accidently not been included in the 
Linux version.


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: [ANN] LiveCode University

2013-06-26 Thread Richmond

On 26/06/13 09:01, Devin Asay wrote:

Fellow LiveCoders,

At long last, with great help from Kevin, Caroline and the RunRev team, I have 
release LiveCode University. This interactive course is based on the 
Introduction to Programming course I've taught (using LiveCode, of course) here 
at BYU for many years.

Check it out, refer your friends, buy copies for your children and pets!

See RunRev's rollout page at 
http://university.livecode.com/?utm_campaign=lcu&utm_source=hs_email&utm_medium=email&utm_content=9285666&_hsenc=p2ANqtz-90BJQXqTiyS_dPsyOL2opI-2QDVlB3YnCu-MrdlmPhWeCT4dErn7ug5mouBCq1C93WQCKP0ssDT9NOe5AKv756X2Ev3w&_hsmi=9285666

Thanks to all here over the years who have been such a help and support in my 
learning process.

Cheers!

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___



Very impressive.

I downloaded the 10 day trial for Linux and the zip file seemed to
contain only the LC community 6.0.2 installer (which didn't work).

Presumably these are installers that contain additional components?

I will see what I can do with the Mac version when I am home from work,
this evening.

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: [ANN] LiveCode University

2013-06-26 Thread Jan Schenkel
Congratulations, Devin - this is another major step forwards for LiveCode!
I always appreciated the BYU LiveCode lessons website; especially the Unicode 
section as it sets me straight whenever I've taken a wrong turn :-)


Cheers,

Jan Schenkel.

 
=
Quartam Reports & PDF Library for LiveCode
www.quartam.com


=
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


- Original Message -
> From: Devin Asay 
> To: How to use LiveCode 
> Cc: 
> Sent: Wednesday, June 26, 2013 8:01 AM
> Subject: [ANN] LiveCode University
> 
> Fellow LiveCoders,
> 
> At long last, with great help from Kevin, Caroline and the RunRev team, I 
> have 
> release LiveCode University. This interactive course is based on the 
> Introduction to Programming course I've taught (using LiveCode, of course) 
> here at BYU for many years.
> 
> Check it out, refer your friends, buy copies for your children and pets!
> 
> See RunRev's rollout page at 
> http://university.livecode.com/?utm_campaign=lcu&utm_source=hs_email&utm_medium=email&utm_content=9285666&_hsenc=p2ANqtz-90BJQXqTiyS_dPsyOL2opI-2QDVlB3YnCu-MrdlmPhWeCT4dErn7ug5mouBCq1C93WQCKP0ssDT9NOe5AKv756X2Ev3w&_hsmi=9285666
> 
> Thanks to all here over the years who have been such a help and support in my 
> learning process.
> 
> Cheers!
> 
> Devin
> 
> Devin Asay
> Humanities Technology and Research Support Center
> 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
> 

___
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