Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Richmond
On 10/09/14 07:27, Kay C Lan wrote: On Wed, Sep 10, 2014 at 2:20 AM, Richmond wrote: On 09/09/14 21:18, j...@souslelogo.com wrote: Yes, that's straightforward as long as you stick to a simple open file / write / close file operation. Maybe the existence of a pointer, as mentioned by Jacques sh

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Kay C Lan
On Wed, Sep 10, 2014 at 2:20 AM, Richmond wrote: > On 09/09/14 21:18, j...@souslelogo.com wrote: >>> >> Yes, that's straightforward as long as you stick to a simple >> open file / write / close file operation. >> Maybe the existence of a pointer, as mentioned by Jacques >> should be added to the d

Re: Slowdown when putting symbols into image data

2014-09-09 Thread Earthednet-wp
I'll drink to that, too. It will save me reprogramming my plot routines. Bill William Prothero http://es.earthednet.org > On Sep 9, 2014, at 7:42 PM, "J. Landman Gay" wrote: > >> On 9/9/2014, 6:17 PM, Alex Tweedly wrote: >> accessing bytes (or historically chars) is 'direct' - the enginge can >

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 6:11 PM, Mark Mitchell wrote: wow I remember you and Gaskin from the old days! This list is kind of like that street corner in New York where, if you stand there long enough, everyone in the world passes by. Welcome back. -- Jacqueline Landman Gay | jac...@hyperacti

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Mark Wieder
Jacque- Tuesday, September 9, 2014, 7:39:52 PM, you wrote: > I've seen it. I think the info is in the dialog that appears on launch > when it tells you there's a new version available, not in the installer > itself. OK. I forced the updater to run and if you scroll the info window all the way to

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Alejandro Tejada
larry wrote > LC seems to be following the same rule of business as Microsoft - "Let's > not > worry too much about making our new stuff backward compatible with the old > stuff. What do we care if people cannot run their old stuff anymore?" > an emphathetic coder > Larry Funny Enough, the orig

Re: Slowdown when putting symbols into image data

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 6:17 PM, Alex Tweedly wrote: accessing bytes (or historically chars) is 'direct' - the enginge can calculate where byte N is and just accesses it directly - in contrast to needing to traverse thrugh counting Thanks Alex, that's good to know. If you figure out where the slowdown is

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 7:18 PM, Mark Wieder wrote: I just ran the installer again on OSX, and couldn't find anywhere where it said it was a stable release. I've seen it. I think the info is in the dialog that appears on launch when it tells you there's a new version available, not in the installer itse

Re: Simple JSON call

2014-09-09 Thread Mark Wieder
Trevor- Tuesday, September 9, 2014, 1:58:20 PM, you wrote: > AFAIK PUT and DELETE have always been available. At least since I needed to > use them. It was just urlresponse that was added a few years ago so you > could get the response. REST APIs often send back meaning data. Yeah. The put and d

LC, Windows 8.1 and Recording Video

2014-09-09 Thread Richard Miller
Is it possible to record video with a webcam through LC under Windows 8.1? I've been trying to do that on a new PC without any luck. The sample LC project doesn't work, regardless of whether I set the videograbber to "QT", "VFW" or "DirectX". My old (previously working) video capture stack does

Re: iOS app build error

2014-09-09 Thread Colin Holgate
I was building apps under 7.0dp10 on Tuesday, and then failing to build apps under RC1 on Thursday. When you’re checking into the patch from a few weeks ago, can you test whether dp10 needs it, as well as whether it fixes RC1? It could be that they put the fix in by dp10, but it got lost again a

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Mark Wieder
Mark Mitchell writes: > However, I realize now that I haven't been keeping up and LC 7.0 is a not ready for prime time player? The > installer (Which is absolutely awesome, by the way, I don't know who coded that!) states that it is a > 'stable' release so I usually just click "install" when

Re: iOS app build error

2014-09-09 Thread Chris Sheffield
Excellent! Thank you! I'll give it a try first thing tomorrow. I hadn't found that particular thread in the forums. Guess I didn't search for the right terms. :) > On Sep 9, 2014, at 5:50 PM, Alex Shaw wrote: > > Hi Chris > > Ran into this a few weeks ago with LC6.6.2 > > Found a solution o

Re: iOS app build error

2014-09-09 Thread Alex Shaw
Hi Chris Ran into this a few weeks ago with LC6.6.2 Found a solution on the forum.. http://forums.livecode.com/viewtopic.php?f=7&t=21333&p=109203&hilit=profile#p109200 I thought the latest RC builds fixed it. Hopefully there will be some new builds soon which implement that fix plus the App

Re: iOS app build error

2014-09-09 Thread Chris Sheffield
Jacque, I found that post on the forums (it wasn't me) but didn't see that a specific solution was found. I'll take a closer look though. I'll try Scott's suggestion as well. If that doesn't work, I'll contact support. Not really sure what else to do. Thanks, Chris > On Sep 9, 2014, at 4:30

Re: iOS app build error

2014-09-09 Thread Chris Sheffield
Scott, thanks. I thought about doing that but didn't know where they were located. Now I do. I'll give that a try. Chris > On Sep 9, 2014, at 4:24 PM, Scott Rossi wrote: > > Hey Chris: > > Dumb suggestion -- did you try physically deleting the local app > provisioning files, as opposed to u

Re: Slowdown when putting symbols into image data

2014-09-09 Thread Alex Tweedly
On 09/09/2014 20:09, J. Landman Gay wrote: On 9/9/2014, 12:51 PM, William Prothero wrote: Seems I’ve found the offending line in my draw script. Its: > put byte 1 to tLength of tbrushBinaryData into byte tNewStart * 4 - 3 to tNewStart*4 - 3 + tLength -1 of imgdata -- insert brushimageData

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Richard Gaskin
Mark Mitchell wrote: > Thanks Jacqueline, wow I remember you and Gaskin from the old days! Good to see you here. > The installer (Which is absolutely awesome, by the way, I don't know > who coded that!) states that it is a 'stable' release That would be a bug. I've not seen this myself, bu

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Mark Mitchell
On Sep 10, 2014, Jacqueline Landman Gay wrote: > put "absolutely anything" into char 1 to -1 of line linNum of card > field "plan" Thanks Jacqueline, wow I remember you and Gaskin from the old days! Anyway, that doesn't work either. However, I realize now that I haven't been keeping up and

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Colin Holgate
I went ahead and logged a bug about italics not working: http://quality.runrev.com/show_bug.cgi?id=13392 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferen

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Colin Holgate
Are you able to describe a simple test that would show the issue? If I put styled and colored text into a field, and then change a line of that text with code, all the formatting stays intact. I wondered if it’s just an issue if you take an old stack and open it in LiveCode 7, but the oldest st

Re: iOS app build error

2014-09-09 Thread J. Landman Gay
I can't really help here, but I seem to recall someone on the forums reporting the same problem. Or was that you? You might write to support about it, who knows, they may have an idea. On 9/9/2014, 5:03 PM, Chris Sheffield wrote: Well, after working on this all day long, I am totally stumped.

Re: Slowdown when putting symbols into image data

2014-09-09 Thread J. Landman Gay
I should warn you though about the issue I had. If you use an image as a marker it will tile across the whole graphic; that is, each marker is not drawn individually, it is as though the whole card had that pattern and each marker picks up only the portion of the fill pattern that would be unde

Re: iOS app build error

2014-09-09 Thread Scott Rossi
Hey Chris: Dumb suggestion -- did you try physically deleting the local app provisioning files, as opposed to using xCode to remove them? It used to be that using xCode for deleting/updating local provisioning files was somewhat unreliable, and that manually deleting the profiles sometimes makes

Re: Slowdown when putting symbols into image data

2014-09-09 Thread William Prothero
Jacqueline: I didn’t know that markers could be applied to the points on a line. I see now, very cool. I’ll take that approach. I can see in the object inspector where to make up the markers. Looks straightforward. Thanks again, Bill On Sep 9, 2014, at 2:50 PM, J. Landman Gay wrote: > On 9/9/20

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Peter Haworth
I'm kinda surprised that someone would put 7.0 into a production environment at this point - there isn't a GM release yet. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Tue,

Re: iOS app build error

2014-09-09 Thread Chris Sheffield
Well, after working on this all day long, I am totally stumped. I’ve even tried building my app on a clean VM running Mavericks and LC 6.6.2. Still no go. I get the same error message. I think my certificates are hosed somehow, but I’m not sure how to fix them. I am noticing that I sometimes end

Re: Slowdown when putting symbols into image data

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 4:28 PM, William Prothero wrote: > Jacqueline: Sounds like a good idea. I don’t see how, though, that > you would be able to display a LOT of identical symbols on a map > using a single polygon graphic. Don’t you have to create and place > each one? That would mean thousands of graphi

Re: Slowdown when putting symbols into image data

2014-09-09 Thread William Prothero
Jacqueline: Sounds like a good idea. I don’t see how, though, that you would be able to display a LOT of identical symbols on a map using a single polygon graphic. Don’t you have to create and place each one? That would mean thousands of graphic objects. Is that what you mean? Bill On Sep 9, 201

Re: Magic Super Glue

2014-09-09 Thread Richard Gaskin
Skip Kimpel wrote: > Today I was explaining to someone what I use LiveCode for, especially > at work. He had the perfect response "So it is your magic super > glue!" > > Considering I use LC to consolidate data and create tools to > compensate for lack of functionality in other software syst

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Jerry Jensen
On Sep 9, 2014, at 2:11 PM, J. Landman Gay wrote: > On 9/9/2014, 3:58 PM, la...@significantplanet.org wrote: >> LC seems to be following the same rule of business as Microsoft - "Let's >> not worry too much about making our new stuff backward compatible with >> the old stuff. What do we care if

Re: Magic Super Glue

2014-09-09 Thread Roger Eller
Excellent analogy! ~Roger On Tue, Sep 9, 2014 at 5:17 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Today I was explaining to someone what I use LiveCode for, especially at > work. He had the perfect response "So it is your magic super glue!" > > Considering I use LC

Magic Super Glue

2014-09-09 Thread Magicgate Software - Skip Kimpel
Today I was explaining to someone what I use LiveCode for, especially at work. He had the perfect response "So it is your magic super glue!" Considering I use LC to consolidate data and create tools to compensate for lack of functionality in other software systems, I couldn't have put it bett

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Richard Gaskin
J. Landman Gay wrote: On 9/9/2014, 3:44 PM, Mark Mitchell wrote: I have narrowed down the offending code to this: global planDate,linNum put "absolutely anything" into line linNum of card field "plan" -- It gets 'put' alright, but card field "plan" loses all previous forma

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 3:58 PM, la...@significantplanet.org wrote: LC seems to be following the same rule of business as Microsoft - "Let's not worry too much about making our new stuff backward compatible with the old stuff. What do we care if people cannot run their old stuff anymore?" I'm not sure wh

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 3:44 PM, Mark Mitchell wrote: I have narrowed down the offending code to this: global planDate,linNum put "absolutely anything" into line linNum of card field "plan" -- It gets 'put' alright, but card field "plan" loses all previous formatting. Big, big bug if

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Paul Hibbert
Mark, Please bear in mind that LC 7.0 is not in final release yet, so it shouldn't really be used in production, it should only be used for testing right now. There are prominent warnings in the release notes. If you do find a bug such as this then RR needs to know about it, so reporting it us

Re: Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread larry
Sorry that happened Mark. LC seems to be following the same rule of business as Microsoft - "Let's not worry too much about making our new stuff backward compatible with the old stuff. What do we care if people cannot run their old stuff anymore?" an emphathetic coder Larry - Original Mes

Re: Simple JSON call

2014-09-09 Thread Trevor DeVore
On Tuesday, September 9, 2014, Richard Gaskin wrote: > > > Ah - supercool. I've been limiting my web APIs to use only POST, as I > didn't realize we'd had a way to use PUT and DELETE. In fact, I thought > DELETE only worked for FTP - what version extended that for HTTP? AFAIK PUT and DELETE ha

Fwd: iPush from M$

2014-09-09 Thread 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 act for your own ? If yes, you should probably search for charset compatibility issue somewhere in the process. Best regards, Début du message réexpéd

Congrats LC 7.0! You finally broke my DB!

2014-09-09 Thread Mark Mitchell
First of all, LC is an absolutely amazing product. It's actually so amazing that I don't want to tell anyone about it, as I can make my computer dance and sing, and everyone thinks I am a programming wiz... However, my basic data base app has been running my small company for about 14 years?

Re: Simple JSON call

2014-09-09 Thread Magicgate Software - Skip Kimpel
Richard, That is what confused me was trying "it", "result", etc. I was stress testing what I could do with some complex PUT, GET, POST and DELETE commands through some XML calls. I was getting server results, just not returning values. urlResponse works beautifully. Now I just need to par

Re: Simple JSON call

2014-09-09 Thread Richard Gaskin
Trevor DeVore wrote: On Tue, Sep 9, 2014 at 2:50 PM, Richard Gaskin wrote: Trevor DeVore wrote: "the urlresponse' will contain the data that the server sent back. Try checking that after your put into URL call. When does the urlResponse differ from the value in "it"? put ... into URL do

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

2014-09-09 Thread stephen barncard
On Tue, Sep 9, 2014 at 11:40 AM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote: > i used the link you posted in July 2013 in an answer to my question about > syntax highlighting in Coda 2. yeah they changed the specs and are even more confusing than the earlier ones. I love C

Re: Simple JSON call

2014-09-09 Thread Trevor DeVore
On Tue, Sep 9, 2014 at 2:50 PM, Richard Gaskin wrote: > Trevor DeVore wrote: > >> "the urlresponse' will contain the data that the server sent back. Try >> checking that after your put into URL call. >> > > When does the urlResponse differ from the value in "it"? put ... into URL doesn't popula

Re: LC and Apple Watch...

2014-09-09 Thread Stephen MacLean
This would be music to my ears... really wished I had been able to go. As they say timing is everything. Thank you! On Sep 9, 2014, at 3:24 PM, David Simpson wrote: > WatchKit should be straightforward to wrap using the new Widgets/Extensions > feature discussed at the conference. > > Actu

Re: LC and Apple Watch...

2014-09-09 Thread David Simpson
WatchKit should be straightforward to wrap using the new Widgets/Extensions feature discussed at the conference. Actually, Kevin’s blog posting gives a nice overview of the process: http://livecode.com/blog/2014/07/08/the-next-generation-widgets-themes/ There are examples on the USB archive of f

Re: Slowdown when putting symbols into image data

2014-09-09 Thread Richard Gaskin
J. Landman Gay wrote: > Setting the points of a graphic is instantaneous, there was no delay > at all. If your goal is similar to mine, you might want to drop the > painting method and just go with the graphics approach. Not only is it *much* faster, but prints better too, using the full resolu

Re: Slowdown when putting symbols into image data

2014-09-09 Thread J. Landman Gay
On 9/9/2014, 12:51 PM, William Prothero wrote: Seems I’ve found the offending line in my draw script. Its: > put byte 1 to tLength of tbrushBinaryData into byte tNewStart * 4 - 3 to tNewStart*4 - 3 + tLength -1 of imgdata -- insert brushimageData into image If I comment out this line, the

LC and Apple Watch...

2014-09-09 Thread Stephen MacLean
WatchKit PLEASE Steve MacLean ___ 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: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Richard Gaskin
Jerry Jensen wrote: > On Sep 9, 2014, at 9:58 AM, jbv at souslelogo.com wrote: > >> Richmond, >> Thanks for your reply. >> Yes, I perfectly understand what happens, but my point is : >> why is it so ? What is the logic behind ? >> Is it specific to LC of is it closely related to the different OSes

Re: Simple JSON call

2014-09-09 Thread Richard Gaskin
Trevor DeVore wrote: "the urlresponse' will contain the data that the server sent back. Try checking that after your put into URL call. When does the urlResponse differ from the value in "it"? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, an

Re: ios8

2014-09-09 Thread Colin Holgate
I used Xcode 6 to get the app onto my iPad. On Sep 9, 2014, at 2:41 PM, Mike Kerner wrote: > Compiling from LC? The last time I read, we couldn't use the latest XC, > yet. > > On Tue, Sep 9, 2014 at 2:30 PM, Colin Holgate wrote: > >> I was working on apps last week, and it went ok. That’s o

Re: ios8

2014-09-09 Thread Mike Kerner
Compiling from LC? The last time I read, we couldn't use the latest XC, yet. On Tue, Sep 9, 2014 at 2:30 PM, Colin Holgate wrote: > I was working on apps last week, and it went ok. That’s on my iOS 8 iPad > Air. > > > On Sep 9, 2014, at 2:26 PM, Mike Kerner wrote: > > > U, ios8 comes out i

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

2014-09-09 Thread Matthias Rebbe | M-R-D
Stephen, i used the link you posted in July 2013 in an answer to my question about syntax highlighting in Coda 2. Your link was http://subethaedit.net/modes.html which is now redirected to http://www.codingmonkeys.de/subethaedit/old/modes.html Regards, Matthias Am 09.09.2014 um 20:30 schri

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Peter Haworth
>From the dictionary: "Use the for update form to open the file for both reading and writing. If the file is opened for update, you can use both the read from file and write to file commands to examine or change it, and writing to the file places the data at the specified position without replacin

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

2014-09-09 Thread stephen barncard
On Tue, Sep 9, 2014 at 5:05 AM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote: > am using coda 2 for all of my livecode server editing, but as today i was > not able to get syntax highligting working. > I have never been able to get this to work. could you post the correct lin

Re: ios8

2014-09-09 Thread Colin Holgate
I was working on apps last week, and it went ok. That’s on my iOS 8 iPad Air. On Sep 9, 2014, at 2:26 PM, Mike Kerner wrote: > U, ios8 comes out in 8 days. Has anybody else tried compiling LC apps > for it? > > -- > On the first day, God created the heavens and the Earth > On the second

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread jbv
> > Its held over from deep dark history. Open file meant the operator should > find the tape and mount it on the drive. Close file meant the tape would > be rewound so the operator could take it off the drive and put it away. > .Jerry do you mean tapes used on mainframes in the 60s and 70s ? We

ios8

2014-09-09 Thread Mike Kerner
U, ios8 comes out in 8 days. Has anybody else tried compiling LC apps for it? -- 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 i

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Richmond
On 09/09/14 21:18, Jerry Jensen wrote: On Sep 9, 2014, at 9:58 AM, j...@souslelogo.com wrote: Richmond, Thanks for your reply. Yes, I perfectly understand what happens, but my point is : why is it so ? What is the logic behind ? Is it specific to LC of is it closely related to the different OSe

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Richmond
On 09/09/14 21:18, j...@souslelogo.com wrote: No; it isn't very logical. Ask Kevin Miller or Dr Scott Ranier. Why is it so? Dunno, and don't really care; after all once one has worked out that is the the things are one works with those things. I think you will find this is a cross-platform "

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Jerry Jensen
On Sep 9, 2014, at 9:58 AM, j...@souslelogo.com wrote: > Richmond, > Thanks for your reply. > Yes, I perfectly understand what happens, but my point is : > why is it so ? What is the logic behind ? > Is it specific to LC of is it closely related to the different OSes > on which LC runs ? > Why the

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread jbv
>> > No; it isn't very logical. Ask Kevin Miller or Dr Scott Ranier. > > Why is it so? Dunno, and don't really care; after all > once one has worked out that is the the things are one works with those > things. > > I think you will find this is a cross-platform "problem". > > Here's what is writ

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Richmond
On 09/09/14 19:58, j...@souslelogo.com wrote: Richmond, Thanks for your reply. Yes, I perfectly understand what happens, but my point is : why is it so ? What is the logic behind ? Is it specific to LC of is it closely related to the different OSes on which LC runs ? Why the fact of closing then

Re: Slowdown when putting symbols into image data

2014-09-09 Thread William Prothero
Folks: Seems I’ve found the offending line in my draw script. Its: > put byte 1 to tLength of tbrushBinaryData into byte tNewStart * 4 - 3 to > tNewStart*4 - 3 + tLength -1 of imgdata -- insert brushimageData into image If I comment out this line, the symbols are drawn in 2.85 seconds, m

Re: Simple JSON call

2014-09-09 Thread Skip Kimpel
Thanks for everybody's input... Trevor, that was exactly what I needed. The urlresponse works perfectly. SKIP > On Sep 9, 2014, at 7:11 AM, Trevor DeVore wrote: > > On Monday, September 8, 2014, Magicgate Software - Skip Kimpel < > s...@magicgate.com> wrote: >> >> I am need to make a "simple

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Jacques Hausser
Think you have a pointer to the file; when you open a file, the pointer is on the first char. When you read the file till EOF, the pointer stays just after the last "readable" char. So, if you immediately write something, the writing weill start here. Now, if you close the file and reopen it, th

iPush from M$

2014-09-09 Thread Mike Kerner
Did anybody ever get pushing to ios working from a win box? I fought with it and fought with it, but I have never gotten over the termination hurdle at the very end, so I can't do it automatically. It works fine from MacOS, though. -- On the first day, God created the heavens and the Earth On t

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread jbv
Richmond, Thanks for your reply. Yes, I perfectly understand what happens, but my point is : why is it so ? What is the logic behind ? Is it specific to LC of is it closely related to the different OSes on which LC runs ? Why the fact of closing then reopening a file leads to overwriting its conten

Slowdown when putting symbols into image data

2014-09-09 Thread William Prothero
Folks: Drawing symbols on an image, in my app, has gone up a factor of 10, from 2.25 seconds in version 6.6.2 to 24 seconds in version 7.0RC1. I’m on OSX, Mavericks. This is a significant slowdown. The slowdown occurs in the drawSymbol method. If I comment it out, so all the operations happen wi

Re: Russian submarine

2014-09-09 Thread Roger Eller
That's what I was thinking. And I meant to say side-by-side as in duplicate screens for each eye. On Android, the Cardboard app is signaled by triggering the magnetometer. I don't remember if LC can read that sensor or not. The platform has already become pretty popular for Android app develope

iOS app build error

2014-09-09 Thread Chris Sheffield
Another day, another problem (it’s me, I’m sure)… All of a sudden I’m getting the following error when trying to build an iOS app: “could not find a valid identity to use for the selected profile” I have tried everything I can think of to try to resolve this, including removing my developer cer

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Richmond
On 09/09/14 18:39, j...@souslelogo.com wrote: Hi list I am trying to improve the speed of a large script including many loops. Could anyone explain why : - question 1 : if a text file contains "toto", after running the following lines open file tpath read from file tpath until EOF w

Re: Orientation Support Mobile

2014-09-09 Thread Mike Kerner
bug 13386 On Mon, Sep 8, 2014 at 4:28 PM, Devin Asay wrote: > > On Sep 8, 2014, at 12:32 PM, J. Landman Gay > wrote: > > > On 9/8/2014, 12:39 AM, Ralph DiMola wrote: > >> 2. The resizestack message is sent before the card is rendered > (orientationchanged message is sent after). > > > > I thoug

reading from / writing to file : 2 dumb questions

2014-09-09 Thread jbv
Hi list I am trying to improve the speed of a large script including many loops. Could anyone explain why : - question 1 : if a text file contains "toto", after running the following lines open file tpath read from file tpath until EOF write (it & return & "titi") to file tpath close

Re: Russian submarine

2014-09-09 Thread Colin Holgate
I just tried this video I made: https://www.youtube.com/watch?v=X8syWAyGIkM playing on my iPhone 5 inside Cardboard. It was effective enough. You wouldn’t normally have split screen video, where two videos are kept in sync, you would just have a single movie that was side by side videos. For in

Re: Russian submarine

2014-09-09 Thread Roger Eller
Have you tried making a Cardboard app with LiveCode? I wonder how one would make a split screen app that keeps in perfect sync. On Tue, Sep 9, 2014 at 11:07 AM, Colin Holgate wrote: > One day there will be stereoscopic Google Glass, then Google Cardboard > would be great. > > > On Sep 9, 2014,

Re: Russian submarine

2014-09-09 Thread Colin Holgate
One day there will be stereoscopic Google Glass, then Google Cardboard would be great. On Sep 9, 2014, at 10:49 AM, Roger Eller wrote: > >That was the best part!!! Dangling feet added realism! Perfect video to > watch with Google Cardboard. Just brilliant! _

Re: Raspberry Pi Standalone

2014-09-09 Thread hyperchris
I played with the PI version of the IDE while at RunRevLive and it works pretty well. It's a little pokey but should work well for debugging and testing. The PI version is on the downloads page right next to all the other platforms! I just produced my first RPi standalone using the new Linux

Re: Russian submarine

2014-09-09 Thread Roger Eller
That was the best part!!! Dangling feet added realism! Perfect video to watch with Google Cardboard. Just brilliant! On Tue, Sep 9, 2014 at 8:11 AM, Colin Holgate wrote: > You wouldn’t have liked the bits where I climb through the portals. > > > On Sep 9, 2014, at 3:07 AM, Gerry wrote: > >

Re: Raspberry Pi Standalone

2014-09-09 Thread Fraser Gordon
On 9 Sep 2014, at 04:40, Magicgate Software - Skip Kimpel wrote: > I just produced my first RPi standalone using the new Linux ARMv6-HF option > found in 7.0 RC1. This is going to change everything. I forgot to mention something during my conference talk: you can only build for RPi from the

Re: Calling Andre Garzia

2014-09-09 Thread Jim sims
Hey Andre! Come on over to Malta whenever ye want. I'll surely have room for ye. Don't go now though, am at the Dingle Peninsula, Ireland. About to go fer a pint. sims On Tuesday, September 9, 2014, Andre Garzia wrote: > hauhauahahu > > Yep, I had a long run going to RunRev conferences. Sin

Livecode Fields and USB keyboards in Android

2014-09-09 Thread Alejandro Tejada
Hi All, I have trying (without success) to use fully an USB keyboard within a LiveCode field inside an Android application. What I am missing? This is the simple application that I am using to test Livecode commands in Android: A stack with a button and a field. The script of the button is: Do

Re: Calling Andre Garzia

2014-09-09 Thread Andre Garzia
hauhauahahu Yep, I had a long run going to RunRev conferences. Since it was always expensive it didn't really made a difference if it was on the US or EU. I miss Malta a lot. This is the first time I miss a conference. I feels really bad... :-P On the other hand I think I did more than 20 confer

Re: Russian submarine

2014-09-09 Thread Colin Holgate
You wouldn’t have liked the bits where I climb through the portals. On Sep 9, 2014, at 3:07 AM, Gerry wrote: > >Watched about 5.467 seconds of that before I was motion sick :) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

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

2014-09-09 Thread Matthias Rebbe | M-R-D
Hi, i am using coda 2 for all of my livecode server editing, but as today i was not able to get syntax highligting working. I downloaded the livecode-html mode from codingmonkeys.de and installed it. I can select the syntax mode, but i do not see any highlighting. Am i doing something wrong? R

Touch rotate an image iOS. Any suggestions?

2014-09-09 Thread William de Smet
Hi there, I want to touch-rotate an image on iOS. Any suggestions on how to start? Greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Simple JSON call

2014-09-09 Thread Trevor DeVore
On Monday, September 8, 2014, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > > I am need to make a "simple" JSON call using something as simple as this: > put myCommand into URL myURL > > The function works properly but it should also be kicking back some results > that I then ne

Re: Simple JSON call

2014-09-09 Thread jbv
Hi Skip Is myURL located on a remote server ? If yes, why not using something like post "a=" & myCommand to URL myURL where myURL is a LC or PHP script that would return the expected json ? Best jbv > Hey LCer's > > I am need to make a "simple" JSON call using something as simple as this: >

Re: Russian submarine

2014-09-09 Thread Gerry
Watched about 5.467 seconds of that before I was motion sick :) g On 7 Sep 2014, at 8:17 am, Colin Holgate wrote: > Anyway, if you too were curious about what it’s like, wonder no longer, I did > a Google Glass video of my visit: ___ use-livecode m