Re: ios8

2014-09-10 Thread Gerry
I should also mention that I'm running OS X 10.9.4. g On 11 Sep 2014, at 1:13 pm, Gerry wrote: > I just installed the GM release on my iPhone 5. I can install my LC > 6.2.2-compiled apps using Xcode 5.1.1. And they run fine (so far). > > g > > > On 10 Sep 2014, at 4:48 am, Colin Holgate w

Re: Can LC application receive a shell command with parameters?

2014-09-10 Thread Bill Vlahos
Mike, I’m not sure. I want to have a running application and then periodically a different application on the computer might send my app a text string. Scenario A different application sends the command pathtomyapp 555-555-. My application would have some way of receiving the command and th

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Mark Wieder
Alex- Wednesday, September 10, 2014, 8:16:57 AM, you wrote: > Thanks Mark - but I did fill in "IDE" and no additional drop-down > appeared. Maybe Chrome is too 'niche' a browser :-) Dunno. I just tried it in Chrome and it did the ajaxy thing properly. -- -Mark Wieder ahsoftw...@gmail.com T

Re: Slowdown when putting symbols into image data

2014-09-10 Thread William Prothero
Alex: In my code, the offending statement is: put byte 1 to tLength of tbrushBinaryData into byte tNewStart * 4 - 3 to tNewStart*4 - 3 + tLength -1 of imgdata -- insert brushimageData into image imageData Is there anything you can see in this line, relevant to the speedup modification you

Re: ios8

2014-09-10 Thread Gerry
I just installed the GM release on my iPhone 5. I can install my LC 6.2.2-compiled apps using Xcode 5.1.1. And they run fine (so far). g On 10 Sep 2014, at 4:48 am, Colin Holgate wrote: > I used Xcode 6 to get the app onto my iPad. ___ use-livecod

Re: RELEASE: LiveCode 6.6.3

2014-09-10 Thread Terry Judd
Yeah, me too. I wish I¹d thought to do that before trashing all my profiles/certificates/whatever one last time. BTW the problem didn¹t just apply to apps going into the app store. It also prevented you building apps for in-house distribution using an iOS Enterprise account. Terry... On 11/09/20

Re: RELEASE: LiveCode 6.6.3

2014-09-10 Thread Alex Shaw
Hi Works but I still had to apply the manual patch below to sign the app before submission. http://forums.livecode.com/viewtopic.php?f=7&t=21333&p=109203&hilit=profile#p109200 regards alex On 11/09/2014 4:00 am, Benjamin Beaumont wrote: Dear List Members. We are pleased to announce the rel

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-10 Thread Peter Haworth
I created a simple text file with a .rev extension, then cut and pasted a script into it from LC. Saved the file, then opened it with TextMate. I can tell it's recognized as an LC script because things like com-tab, func-tab,repeat-tab do what they're supposed to do. Also the collapse/expansion

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Scott Rossi
You have to give the RunRev team serious credit for putting up with us unwashed heathen for 4 days, and keeping such a positive outlook. No question too simple or too much of an imposition (at least that I saw). The few I spoke with were very gregarious with their time and answers/comments. Kevin

Re: Slowdown when putting symbols into image data

2014-09-10 Thread J. Landman Gay
On 9/10/2014, 5:09 PM, Alex Tweedly wrote: P.S. Thanks again to Ali - I can hardly believe this level of responsiveness. I met Ali at the conference and I liked him a lot. He's smart and clever and a great addition to the team. And also, apparently, quick to respond. :) I had a similar exper

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Alex Tweedly
On 10/09/2014 19:54, J. Landman Gay wrote: On 9/10/2014, 1:00 PM, William Prothero wrote: Jacqueline: But…. a byte is a byte is 8 bits, unicode may be 2 bytes per char, or not, right? I don’t see where unicode would come into simple byte addressing. But then, you may be right that somehow unicod

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-10 Thread stephen barncard
On Wed, Sep 10, 2014 at 11:27 AM, Peter Haworth wrote: > the various language elements. Sounds like this maybe has something to do > with the "? don't know if it is recognized in a comment. Also make sure you associate the file types with the editor. online stacks can also be edited this way,

Re: Slowdown when putting symbols into image data

2014-09-10 Thread J. Landman Gay
On 9/10/2014, 1:00 PM, William Prothero wrote: Jacqueline: But…. a byte is a byte is 8 bits, unicode may be 2 bytes per char, or not, right? I don’t see where unicode would come into simple byte addressing. But then, you may be right that somehow unicode stuff has gotten into the mix somehow. I

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-10 Thread Peter Haworth
Thanks Stephen. I installed the TextMate bundles, created a new document using the iRev bundle, then cut and pasted an LC script into the document. All the Textmate features seem to work except that the text is not colorized for the various language elements. Sounds like this maybe has something

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-10 Thread stephen barncard
On Wed, Sep 10, 2014 at 10:01 AM, Peter Haworth wrote: > Does this only work in conjunction with revIgniter or can it be used for > desktop Livecode IDE scripts? The feature list sounds great! > the settings file need not have anything to do with Rev igniter - Ralf Bitter generously made the se

RELEASE: LiveCode 6.6.3

2014-09-10 Thread Benjamin Beaumont
Dear List Members. We are pleased to announce the release of LiveCode 6.6.3. This release was in response to a change made by apple preventing users from uploading their apps to the iOS AppStore. LiveCode 6.6.3 is 6.6.2 with a single fix applied to the iOS engine. http://quality.runrev.com/show_b

Re: Slowdown when putting symbols into image data

2014-09-10 Thread William Prothero
Jacqueline: But…. a byte is a byte is 8 bits, unicode may be 2 bytes per char, or not, right? I don’t see where unicode would come into simple byte addressing. But then, you may be right that somehow unicode stuff has gotten into the mix somehow. Bill On Sep 10, 2014, at 10:32 AM, J. Landman Gay

Re: Can LC application receive a shell command with parameters?

2014-09-10 Thread Michael Doub
Look up $ in the dictionary. You can get access to all of the environment variables for command line apps. Is that what you are looking for? -= Mike On Sep 10, 2014, at 1:24 PM, Bill Vlahos wrote: > I want to have a different program pass a parameter (in this case a callerID > phone numb

Re: Slowdown when putting symbols into image data

2014-09-10 Thread J. Landman Gay
On 9/10/2014, 8:28 AM, Alex Tweedly wrote: In 6.7 (DP1), the times to copy chars or bytes are equal and very small, while the number for lines is quite small. In 7.0 RC1, the times are all *MUCH* larger - to the point where I'd say 7.0 is unacceptable. And in addition, copying bytes takes over

Can LC application receive a shell command with parameters?

2014-09-10 Thread Bill Vlahos
I want to have a different program pass a parameter (in this case a callerID phone number) to my LC application via a shell command to do a search in and bring up a person’s record. How can I receive it and handle it? Thanks, Bill Vlahos ___ use-livec

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-10 Thread Peter Haworth
On Tue, Sep 9, 2014 at 12:40 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > yeah they changed the specs and are even more confusing than the earlier > ones. I love Coda but can't use it without the highlighting. I went back > to Textmate and the plugin that one can get from the

AW: OT: OS X codesigning best practise?

2014-09-10 Thread Tiemo Hollmann TB
Yep, I've read it, but the --deep option fails for me. It seems to be valid only with -v, or I don't understand it. And the man doesn't tells me, if there are better practice tools on the market. Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runre

Re: OT: OS X codesigning best practise?

2014-09-10 Thread Klaus major-k
Hi Tiemo, Am 10.09.2014 um 18:21 schrieb Tiemo Hollmann TB : > Hello, > > I am just trying the first time to codesign my app on OS X 10.9, the > certificate I bought already. > > When using the command line codesign utility, it seems that I have to > codesign each .bundle and .app, which is inc

Re: OT: OS X codesigning best practise?

2014-09-10 Thread Paul Dupuis
On 9/10/2014 12:21 PM, Tiemo Hollmann TB wrote: > 1. Is this correct to do all codesignings as single steps, or is there > an option to codesign a complete package with all included components in one > step? I believe that is the -deep option as in: codesign -s -deep etc. _

OT: OS X codesigning best practise?

2014-09-10 Thread Tiemo Hollmann TB
Hello, I am just trying the first time to codesign my app on OS X 10.9, the certificate I bought already. When using the command line codesign utility, it seems that I have to codesign each .bundle and .app, which is included in my app first, before I can codesign my app itself. 1. Is this

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Mark Wieder
Alex- Wednesday, September 10, 2014, 8:00:58 AM, you wrote: > I give up (again) !! > I've filled in every field on the web page, but the QC won't let me > submit it until I fill in the "Desktop OS" field, which I > can't find - so, yet again, QC has beaten me :-(The docs says there > is a d

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Alex Tweedly
Thanks Mark - but I did fill in "IDE" and no additional drop-down appeared. Maybe Chrome is too 'niche' a browser :-) I changed to "Desktop standalone" and it then appeared. Changed back to IDE" and it's still there so I'll try again. OK - thanks indeed. Bug 13400 -- Alex. On 10/09/20

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Alex Tweedly
On 10/09/2014 14:28, Alex Tweedly wrote: I'll try to enter a bug report and when (if) I succeed, I'll post the number here. I give up (again) !! I've filled in every field on the web page, but the QC won't let me submit it until I fill in the "Desktop OS" field, which I can't find - so,

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Earthednet-wp
Alex, Thanks so much for looking into this! Bill William Prothero http://es.earthednet.org > On Sep 10, 2014, at 6:28 AM, Alex Tweedly wrote: > >> On 10/09/2014 00:17, Alex Tweedly wrote: >> I'll go experiment >> >> -- Alex. > Experimenting with copying a block of bytes in 7.0.0 RC1 > >

Re: iPush from M$

2014-09-10 Thread Matthias Rebbe | M-R-D
Pierre, would you share how to send push notifications with LC-server? Regards, Matthias Am 09.09.2014 um 22:51 schrieb Pierre Sahores : > Hi Mark, > > Works fine in one of my Win/Mac back office front-end but the messages are > send from a server-side LC-server stack. Is it the way you ac

Re: iPush from M$

2014-09-10 Thread Mike Kerner
This is not a charset issue. This is a termination issue. So...how are you doing the send? On Tue, Sep 9, 2014 at 4:51 PM, Pierre Sahores wrote: > Hi Mark, > > Works fine in one of my Win/Mac back office front-end but the messages are > send from a server-side LC-server stack. Is it the way yo

Re: Nameservers

2014-09-10 Thread Alex Tweedly
ns1.on-rev.com ns2.on-rev.com -- Alex. On 10/09/2014 13:47, Beat Cornaz wrote: I have on-rev hosting for my website but my domain name (www.Step-Beyond.nl) is registered with a company called Hostnet. I am a total beginner at this, so please bear with me. I want to change the nameservers (if

Re: Slowdown when putting symbols into image data

2014-09-10 Thread Alex Tweedly
On 10/09/2014 00:17, Alex Tweedly wrote: I'll go experiment -- Alex. Experimenting with copying a block of bytes in 7.0.0 RC1 Script is included in its entirety below - but basically it creates a block of 1000 lines, 27K chars/bytes It then repeatedly copies over a section of 104 bytes,

Nameservers

2014-09-10 Thread Beat Cornaz
I have on-rev hosting for my website but my domain name (www.Step-Beyond.nl) is registered with a company called Hostnet. I am a total beginner at this, so please bear with me. I want to change the nameservers (if I am correct), so that people can send emails to i...@stepbeyond.nl. I have found