Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread charles
You can build against the older SDKs but the standalone builder would have been looking for a build against the most recent SDK you have installed and linked to LiveCode in your prefs. I build my externals against lots of SDKs so I can support users with older Xcode/LiveCode combinations. Ok. T

Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread Monte Goulding
On 22/03/2013, at 1:57 PM, char...@techstrategies.com.au wrote: > I can set the deployment target to lower versions of iOS, just can't use the > older SDKs. When I have a device connected to XCode, it shows the device > multiple times under schemes - one for each SDK that I have installed in

Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread charles
Hmm... I don't know why that would be unless you are using some iOS 6.1 only api... I can set the deployment target to lower versions of iOS, just can't use the older SDKs. When I have a device connected to XCode, it shows the device multiple times under schemes - one for each SDK that I have

Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread Monte Goulding
On 22/03/2013, at 1:05 PM, char...@techstrategies.com.au wrote: > I was fiddling around with those options quite a bit, but I've managed to get > it working now... > > It seems that using iOS 5.1 or 6.0 as the base SDK causes problems, however > if I choose the 6.1 SDK it builds correctly in L

Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread charles
OK, At the top of the Xcode window you can choose a simulator or iOS Device (it will be the name of a device plugged in if there is one). Are you choosing the device? I was fiddling around with those options quite a bit, but I've managed to get it working now... It seems that using iOS 5.1 o

Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread Monte Goulding
oesn't seem to be any other choices. That should be fine. You can delete that and add any valid architecture.. you're choices are only armv7 and armv7s with Xcode 4.6+ for iOS anyway... armv7s is currently pointless for LiveCode but it won't hurt if you build for it. > > I'

Re: Livecode iOS Externals and XCode 4.6

2013-03-21 Thread charles
xternals SDK working with XCode 4.6 and LiveCode 5.5.4? Yes, and Hi from From Tasmania ;-) It sounds like you're not building for the correct architecture. In Xcode are you building for the simulator or the device? What is in the architecture field in the settings? Which file are you choos

Re: Livecode iOS Externals and XCode 4.6

2013-03-20 Thread Monte Goulding
On 21/03/2013, at 12:16 PM, char...@techstrategies.com.au wrote: > Has anyone got the iOS externals SDK working with XCode 4.6 and LiveCode > 5.5.4? Yes, and Hi from From Tasmania ;-) It sounds like you're not building for the correct architecture. In Xcode are you building for th

Livecode iOS Externals and XCode 4.6

2013-03-20 Thread charles
I am trying to build and test a simple iOS external using the Livecode iOS Externals "LiveCodeSDK-R14" following the instructions at http://www.runrev.com/developers/documentation/externals-sdk/. My mac is running 10.8 with LiveCode 5.5.4 and XCode 4.6 with iOS SDKs for 5.1, 6.0 and

ListMagic registration under LiveCode 4.6 HowTo

2011-08-22 Thread Matthias Rebbe
Hi, if one tries to register ListMagic on a system where only LiveCode 4.6 and no earlier version was installed. Then the registration does not work, because a new folder structure is used for storing preferences and licensing information. Just create the following folder structure. has to

Russian (UTF-8) in LC 4.6

2011-05-08 Thread Slava Paperno (Bridge)
hanks also for the reference to Devin Asay's article. It told me almost everything I needed to know about Russian in LC 4.6. I do understand (and sympathize with) the LC developers as they struggle with these issues and introduce workarounds and fixes. It'll be quite a burden for them to

Re: Russian (UTF-8) in LC 4.6

2011-05-08 Thread Curt Ford
Hello Slava, One of my projects worked pretty well with Russian, but it involved mostly typing in Russian, saving to a file as HTMLText, and later reading in that HTMLText for display in fields. The one place that involved manipulating the strings directly ('exploding' the words to display indi

Russian (UTF-8) in LC 4.6

2011-05-07 Thread Slava Paperno (Bridge)
May 07, 2011 8:41 PM > To: How to use LiveCode > Subject: Re: Russian (UTF-8) in LC 4.6 > > Hi Slava, > > You can set the label but not the name of button to a unicode string. > In LiveCode, you always use UTF16. If you have a UTF8 string, you need > to convert it to UT

Re: Russian (UTF-8) in LC 4.6

2011-05-07 Thread Mark Schonewille
lle Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce On 8 mei 2011, at 02:24, Slava Paperno (Bridge) wrote: > Is anyone

Russian (UTF-8) in LC 4.6

2011-05-07 Thread Slava Paperno (Bridge)
Is anyone using LC 4.6 for "really foreign" stacks, like Slavic languages or Greek, in UTF-8? In my tests of 4.6.1, the Contents box of fields and labels accepts Russian fine, and it is displayed correctly, but Russian in a button caption or tooltip turns into garbage (actually, it loo

Videograbber Audio settings on Mac - Desktop LC 4.6

2011-04-16 Thread stephen barncard
Hi gang, I don't know if this is old turkey meat here, but I'm still having problems with saving AUDIO settings with the videograbber library. The video settings now can be restored, but the audio settings just don't seem to 'stick'. The syntax and usage on this videograbber stuff is just plain we

Re: socket handling/libURL changed between 4.0 and 4.6?

2011-04-10 Thread Bernard Devlin
I copied the libURL from 4.0 and pasted it over the version in 4.6, and things work again. So it is the changes made to libURL between 4.0 and 4.6 that are the immediate cause of this problem. It would be helpful if libURL gave some error message rather than a socket timeout. Can someone tell

Re: socket handling/libURL changed between 4.0 and 4.6?

2011-04-10 Thread Maarten Koopmans
t; On 4/9/11 9:23 AM, Bernard Devlin wrote: > > I have some very simple code that works in 4.0 (on both Linux and > Windows), but which fails on 4.6.  The code posts XML to a webserver > and now fails on both Linux and Windows using 4.6.  It is making > PROPFIND requests to a webdav

Re: socket handling/libURL changed between 4.0 and 4.6?

2011-04-09 Thread Web Admin Himalayan Academy
Better push this one to a ticket in the QA center with a sample stack. On 4/9/11 9:23 AM, Bernard Devlin wrote: I have some very simple code that works in 4.0 (on both Linux and Windows), but which fails on 4.6. The code posts XML to a webserver and now fails on both Linux and Windows using

socket handling/libURL changed between 4.0 and 4.6?

2011-04-09 Thread Bernard Devlin
I have some very simple code that works in 4.0 (on both Linux and Windows), but which fails on 4.6. The code posts XML to a webserver and now fails on both Linux and Windows using 4.6. It is making PROPFIND requests to a webdav server. But fundamentally it is just HTTP request/response, and

Scripter's Scrapbook query [Win7/4.6]

2011-04-03 Thread FlexibleLearning
If you are using the Scripter's Scrapbook as a plugin with LiveCode v4.6 and Windows 7, would you please contact me off-list at admin(at)FlexibleLearning.com Thank you. Hugh Senior FLCo ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: 4.6

2011-03-25 Thread Malte Brill
Well, I see some major stumbling blocks for one of my desktop projects lifted with this release. The lifting of the images may not be wider than 4096 px limitation on the Mac is really a game changer for the Traditional Chinese Medicine Management software we have been developing over the past

Re: 4.6

2011-03-25 Thread Bob Sneidar
I saw it as an investment in a developer that made an awesome dev environment that I would be much grieved to see fall by the wayside. Bob On Mar 25, 2011, at 10:17 AM, Peter Haworth wrote: > I have no idea why but my upgrade to 4.6 didn't have a cost attached to it, I > guess I someh

Re: 4.6

2011-03-25 Thread stephen barncard
g the core product. I see a great future for this company and I'm here for the long haul. As we have a big conference coming up next month in San Jose I imagine we will more great things coming with Livecode very soon. I'll be there. On 25 March 2011 10:17, Peter Haworth wrote: &

4.6

2011-03-25 Thread Peter Haworth
I have no idea why but my upgrade to 4.6 didn't have a cost attached to it, I guess I somehow paid for it in the past. I was happy to see a couple of things in the new release. Substacks within a main stack are now listed alphabetically, making it much easier to find them in

Re: 4.6 released

2011-03-23 Thread Andrew Kluthe
Yeah, I am just frustrated that I upgraded at 4.5 instead of waiting till 5.0 (or some version with some stunning new desktop feature) to upgrade from 4.0. I was under the impression that after purchasing 4.5 I wouldn't have to pay again for bugfixes/features in my deployments until 5. I suppose

Re: 4.6 released

2011-03-23 Thread Robert Brenstein
users whose licence expired. People like yourself who renewed years ahead are safe ;-) By clemency, I meant the common practice of giving a new release for free to those who bought previous version within past few months. It is unfortunate that the announcement of 4.6 did not include any fina

Re: 4.6 released

2011-03-23 Thread Bob Sneidar
That would not apply to me as I paid ahead for the subscription something like 3 years. If that's what you mean by clemency, then yes I am on that program. Bob On Mar 23, 2011, at 3:37 PM, Robert Brenstein wrote: > On 23.03.11 at 10:27 -0700 Bob Sneidar apparently wrote: >> Yeah sounds like a

Re: 4.6 released

2011-03-23 Thread Robert Brenstein
On 23.03.11 at 10:27 -0700 Bob Sneidar apparently wrote: Yeah sounds like a support issue to me. I wonder if there was a purchase option that did NOT include the year of free updates? If so then it would be like any other software upgrade, where you pay some fraction of the new price for a majo

Re: 4.6 released

2011-03-23 Thread Bob Sneidar
Yeah sounds like a support issue to me. I wonder if there was a purchase option that did NOT include the year of free updates? If so then it would be like any other software upgrade, where you pay some fraction of the new price for a major release update. I was one of the people who signed up

Re: 4.6 released

2011-03-23 Thread Kevin Miller
On 23/03/2011 17:12, "John Allijn" wrote: > I have the same that Andrew mentiones: bought livecode in december and I am > now confronted with three updates (livecode, mac deployment, iOS deployment) > I did login to my useraccount, but the update is indeed a paid one. It is a paid upgrade, the f

Re: 4.6 released

2011-03-23 Thread John Allijn
Hi Bob, I have the same that Andrew mentiones: bought livecode in december and I am now confronted with three updates (livecode, mac deployment, iOS deployment) I did login to my useraccount, but the update is indeed a paid one. Best regards, John Send from my iPhone On Mar 23, 2011, at 17:31,

Re: 4.6 released

2011-03-23 Thread Bob Sneidar
That's odd. You should have a 1 year upgrade at least. Better contact support. BTW did you log in with your runrev account credentials before trying to download it? Bob On Mar 23, 2011, at 9:25 AM, Andrew Kluthe wrote: > After reading the email I got from runrev, I went to go download and the

Re: 4.6 released

2011-03-23 Thread Andrew Kluthe
After reading the email I got from runrev, I went to go download and they asked for some upgrade fees. Pfft. I just bought 4.5 in Jan. Try soliciting me again when 5.0 comes out with something fresh. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/4-6-released-tp33

Re: 4.6 released

2011-03-22 Thread Bob Sneidar
Thanks and gratz! Bob On Mar 22, 2011, at 10:10 AM, Kevin Miller wrote: > Hi there, > > I’m delighted to advise that less than 4 months after entering the mobile > market with LiveCode for iOS we are already bringing out the improvements > that you have all been asking fo

4.6 released

2011-03-22 Thread Kevin Miller
Hi there, I¹m delighted to advise that less than 4 months after entering the mobile market with LiveCode for iOS we are already bringing out the improvements that you have all been asking for. LiveCode 4.6, released today, has 130 new features, refinements and bug fixes, including: * 20 new iOS