Re: iOS dev on older Mac?

2014-03-25 Thread Richmond
On 03/25/2014 11:26 PM, stephen barncard wrote: On Tue, Mar 25, 2014 at 2:21 PM, J. Landman Gay wrote: You'll need Mavericks and XCode 5.1 to submit to the App Store. iOS 7 requires it. I am really starting to hate Mavericks. I've never seen so many bugs and stupid UI tricks on the Mac. And

Re: iOS dev on older Mac?

2014-03-25 Thread Richmond
On 03/25/2014 11:21 PM, J. Landman Gay wrote: On 3/25/14, 1:38 PM, proth...@earthednet.org wrote: Folks: I have a Mac that is old enough so that the latest version of OSX it can run is 10.7. The latest version of Xcode (5.1) won't run on this OS. Will it be possible, or practical to make iOS ap

Re: LiveCode 6.6 very slow on Retina MacBookPro

2014-03-25 Thread Kay C Lan
On Tue, Mar 25, 2014 at 9:11 PM, Trevor DeVore wrote: > retina = a lot more pixels > > Take a look at this blog post from Mark Waddingham which provides some > background and the solution that is being worked on: > That makes sense but it doesn't add up. I'm on Retina display and never noticed an

Re: HTTPS Proxy and PAC files

2014-03-25 Thread J. Landman Gay
On 3/25/14, 11:26 PM, Nakia Brewer wrote: Getting a description of the network here at work is like asking NASA for classified information. Best I can is explain my test situation. It would be better if libURL actually produced some better error codes. Well, just report what you can and hopef

RE: HTTPS Proxy and PAC files

2014-03-25 Thread Nakia Brewer
Getting a description of the network here at work is like asking NASA for classified information. Best I can is explain my test situation. It would be better if libURL actually produced some better error codes. Nakia Brewer | Technology & Solutions Manager | Equipment Management Solutions t: (

Re: Rotated Text?

2014-03-25 Thread Scott Rossi
You can do all image capturing off-screen, in variables, and using template objects, so you should have no problem with any unwanted visual artifacts. Regards, Scott Rossi Creative Director Tactile Media, UX Design > On Mar 25, 2014, at 7:17 PM, "proth...@earthednet.org" > wrote: > > Scott:

Re: Rotated Text?

2014-03-25 Thread proth...@earthednet.org
Scott: Of course, the problem will be that I don't want the screen to be jumping around while the text is being displayed, then rotated. I assume that the text field needs to appear on the screen for the snapshot to work. Hmm, I'll have to think about whether this is ok. Or, perhaps I can make s

Re: Rotated Text?

2014-03-25 Thread proth...@earthednet.org
Scott: Ok, that makes sense. I see that images can be rotated, and I plan on finalizing the graph by capturing its image anyway. That should work fine. Great idea that I should have thought of. Thanks, Bill proth...@earthednet.org http://es.earthednet.org On Mar 25, 2014, at 6:33 PM, Scott Ross

Re: HTTPS Proxy and PAC files

2014-03-25 Thread Anthony Howe
I would love to hear an answer to that query too! > On 26 Mar 2014, at 9:36 am, Nakia Brewer wrote: > > Hi, > > I see in the release notes for LC6.6 that HTTPS Through proxy is now > supported so I thought I would give it a try. > The network I want to test it on runs PAC files for proxy assig

Re: Rotated Text?

2014-03-25 Thread Scott Rossi
Unless RunRev added something recently to the engine, I believe your only option is to rotate a screencapture of text. The following stack was put together years ago, and likely needs some updating, but still seems to work. In your message box: go url "http://dl.dropbox.com/s/2t147yvpnnynurn/text

Re: iOS dev on older Mac?

2014-03-25 Thread J. Landman Gay
On 3/25/14, 5:55 PM, Ralph DiMola wrote: I'm running OX X 10.8.5 and just tried to launch Xcode 5.1 and it seems to launch OK. I have not tried to link up an LC iOS app yet. I will be submitting to the App Store later this week. Will this work or is an upgrade Mavericks required? I don't know,

Re: HTTPS Proxy and PAC files

2014-03-25 Thread J. Landman Gay
On 3/25/14, 6:25 PM, Nakia Brewer wrote: FWIW I have tried even setting the proxy address in the LC prefs (the one PAC file would have assigned) and it still doesn't work. Could you enter a report in the QCC for us? They'll want a description of the network setup probably, and maybe a test URL

Rotated Text?

2014-03-25 Thread proth...@earthednet.org
Folks: I'm labeling a graph and wonder if it is possible to rotate text. I'd like to rotate it by 90 degrees for a y axis label. Currently, I'm using a text field with no border to show axis labels. It would be nice to rotate text for y axis labels. Bill proth...@earthednet.org http://es.earthe

RE: HTTPS Proxy and PAC files

2014-03-25 Thread Nakia Brewer
FWIW I have tried even setting the proxy address in the LC prefs (the one PAC file would have assigned) and it still doesn't work. I know the script is good as I can shell It out to curl and everything works fine. Nakia Brewer | Technology & Solutions Manager | Equipment Management Solutions t:

RE: iOS dev on older Mac?

2014-03-25 Thread Ralph DiMola
Jacqueline, I just downloaded Xcode 5.1 yesterday and just read this post. I'm running OX X 10.8.5 and just tried to launch Xcode 5.1 and it seems to launch OK. I have not tried to link up an LC iOS app yet. I will be submitting to the App Store later this week. Will this work or is an upgrade Mav

Re: HTTPS Proxy and PAC files

2014-03-25 Thread J. Landman Gay
On 3/25/14, 5:36 PM, Nakia Brewer wrote: Hi, I see in the release notes for LC6.6 that HTTPS Through proxy is now supported so I thought I would give it a try. The network I want to test it on runs PAC files for proxy assignment and I can't find anywhere in livecode to set the location of the PA

HTTPS Proxy and PAC files

2014-03-25 Thread Nakia Brewer
Hi, I see in the release notes for LC6.6 that HTTPS Through proxy is now supported so I thought I would give it a try. The network I want to test it on runs PAC files for proxy assignment and I can't find anywhere in livecode to set the location of the PAC file. Is it fair for me to assume it d

RE: mobile ads

2014-03-25 Thread John Dixon
Ok.. I can see that this example is working in the iOS simulator.. Where does one go to to find what is the value of revenue that is generated by displaying an ad in an app ? > There is a working test stack available the following a bug report that > has been entered in regards to banner ads on

Re: mobile ads

2014-03-25 Thread Neil Roger
Hi Everyone, There is a working test stack available the following a bug report that has been entered in regards to banner ads on high res Android devices. I have tested this on the iOS simulator and it works as expected. http://quality.runrev.com/show_bug.cgi?id=11510 It is worth noting tha

Re: mobile ads

2014-03-25 Thread J. Landman Gay
On 3/25/14, 4:19 PM, John Dixon wrote: That's understood, but the question remains... Can anyone point to a working app that employes 'inneractive' through liveCode ? Sorry, if I'd paid attention to who I was answering I would have recognized that you already knew about the mobile commands.

Re: iOS dev on older Mac?

2014-03-25 Thread stephen barncard
On Tue, Mar 25, 2014 at 2:21 PM, J. Landman Gay wrote: > You'll need Mavericks and XCode 5.1 to submit to the App Store. iOS 7 > requires it. I am really starting to hate Mavericks. I've never seen so many bugs and stupid UI tricks on the Mac. And I'm not even attempting to do iOS stuff right no

Re: iOS dev on older Mac?

2014-03-25 Thread J. Landman Gay
On 3/25/14, 1:38 PM, proth...@earthednet.org wrote: Folks: I have a Mac that is old enough so that the latest version of OSX it can run is 10.7. The latest version of Xcode (5.1) won't run on this OS. Will it be possible, or practical to make iOS apps using an older version of Xcode, or will the

RE: mobile ads

2014-03-25 Thread John Dixon
That's understood, but the question remains... Can anyone point to a working app that employes 'inneractive' through liveCode ? > All commands that start with "mobile" will only work in the > simulator/emulator or the device. They aren't available in the IDE. > > -- > Jacqueline Landman Gay

Re: mobile ads

2014-03-25 Thread J. Landman Gay
On 3/25/14, 4:01 PM, Rodney Green wrote: I got an ID key from inneractive and tried using it with the mobileAdRegister command but I get an error message saying that it can't find handler. Not sure how to proceed. The command takes only the ID key. Anyone else get past this? All commands that s

Re: mobile ads

2014-03-25 Thread Rodney Green
I got an ID key from inneractive and tried using it with the mobileAdRegister command but I get an error message saying that it can't find handler. Not sure how to proceed. The command takes only the ID key. Anyone else get past this? On Tue, Mar 25, 2014 at 12:03 PM, John Dixon wrote: > Has an

iOS dev on older Mac?

2014-03-25 Thread proth...@earthednet.org
Folks: I have a Mac that is old enough so that the latest version of OSX it can run is 10.7. The latest version of Xcode (5.1) won't run on this OS. Will it be possible, or practical to make iOS apps using an older version of Xcode, or will the support tools, require the latest Xcode too? I'm

Re: Alternating Row Colors?

2014-03-25 Thread BNig
Hi Terry, thank you for finding and testing. I guess I will file a bug report. Although it is probably not a good idea to have a missing image for the backgroundPattern Livecode should not crash. And I will update the stack on LivecodeShare. Kind regards Bernd -- View this message in context

Re: Alternating Row Colors?

2014-03-25 Thread Terence Heaford
Hi Bernd, This seems to cure the problem. All the best Terry On 25 Mar 2014, at 17:36, BNig wrote: > Hi Terence, > > trying repeatedly to scroll the field "fList" without setting a > backgroundPattern I finally saw a crash. > > If you open the stack and before doing anything issue from the

Re: Alternating Row Colors?

2014-03-25 Thread BNig
Hi Terence, trying repeatedly to scroll the field "fList" without setting a backgroundPattern I finally saw a crash. If you open the stack and before doing anything issue from the message box: - set the backgroundPattern of field "fList" to "" - there should be n

Can't Associate Files with 6.6

2014-03-25 Thread Ray
I thought I saw some problems on the list a few days ago with 6.6 so I'm not sure whether this is a repeat or not. I've just installed 6.6.0 and can not associate Livesocde stacks with it. Even after uninstalling 6.5.2 I get hung when choosing Livecode 6.6.0 via the properties window as the '

Re: Livecode membership

2014-03-25 Thread Pradeep Saxena
Do I get live code membership with the commercial $499 license (I am specifically referring to the special $499 all inclusive offer)? Pradeep From: Ralph DiMola To: 'How to use LiveCode' Sent: Tuesday, March 25, 2014 8:49 AM Subject: RE: Livecode membership

RE: mobile ads

2014-03-25 Thread John Dixon
Has anybody ever got inneractive to work ? > > Hi Rodney > > Hope you're enjoying your LiveCode learning curve (I found it quite hard at > first - but I'm a slow learner). Regarding access to Inneractive, I'm not > sure whether you have to have a commercial licence to get it - but I have a > fee

RE: Livecode membership

2014-03-25 Thread Ralph DiMola
Heather, I've sent 2 emails to your 'heat...@runrev.com' email on 3/7 and 3/24 about RR14. Did you get them? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf O

Re: Alternating Row Colors?

2014-03-25 Thread Scott Rossi
Hi Bernd: I also found your solution (similar to one from Trevor DeVore from several years ago) which is my alternate option. :-) I was hoping to avoid using an image if possible. Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/25/14 2:32 AM, "BNig" wrote

Re: Livecode membership

2014-03-25 Thread Heather Laine
The LiveCode Membership offers a number of things: A livecode.org email address Full Academy subscription for a year (worth $199) The ability to submit free, closed source apps, to the iOS app store A quarterly webinar with The Management and last but not least, a forum badge to show your support.

Re: Alternating Row Colors?

2014-03-25 Thread BNig
Thanks Terence, this must be an OSX 10.9.2 thing. All versions of Livecode you mention work with or without backgroundPattern without problems on other versions of MacOSX. Still soliciting confirmatory reports. So I am a bit at loss what to do about it. KInd regards Bernd -- View this messa

Re: LiveCode 6.6 very slow on Retina MacBookPro

2014-03-25 Thread Terence Heaford
Just read this out of interest and noted: "However, that being said, my current experiments indicate that around a two-fold increase in rendering speed should be attainable for large and reasonably graphically complex stacks (lots of bitmap effects and gradients) which should certainly help to

Re: LiveCode 6.6 very slow on Retina MacBookPro

2014-03-25 Thread Rolf Kocherhans
@Trevor Thanks for pointing me and others to this great article from Mark ! > Take a look at this blog post from Mark Waddingham which provides some > background and the solution that is being worked on: > > http://livecode.com/blog/2014/03/18/hi-speed-hidpi/ > > -- > Trevor DeVore As it sta

Re: Alternating Row Colors?

2014-03-25 Thread Terence Heaford
I can confirm the following: 1. Crashed 6.6.0 2. Crashed 6.5.2 3. Unable to get it to crash 6.1.3 All on Mac running 10.9.2 Hope this helps. All the best Terry On 25 Mar 2014, at 13:28, Terence Heaford wrote: > > > Will download earlier version of LC and report back > __

Re: Alternating Row Colors?

2014-03-25 Thread Terence Heaford
Tested a little more and if I makeBackgroundPattern first it does not crash. It only crashes if I fill in 365 days and then scroll WITHOUT makeBackgroundPattern (just to clarify). Will download earlier version of LC and report back All the best Terry On 25 Mar 2014, at 13:00, BNig wrote: >

Re: LiveCode 6.6 very slow on Retina MacBookPro

2014-03-25 Thread Trevor DeVore
On Tue, Mar 25, 2014 at 8:16 AM, Rolf Kocherhans wrote: > I noticed that LiveCode 6.6 is very slow on MacBooks with Retina display on > everything I do with it. > retina = a lot more pixels Take a look at this blog post from Mark Waddingham which provides some background and the solution that is

Re: Alternating Row Colors?

2014-03-25 Thread BNig
Hi Terence, Terence Heaford wrote > I am interested in your solution and downloaded it. > > On running on a Mac 10.9.2 and LC Community 6.6 it crashes after I press > fill in 365 and start using the scroller. I have no idea what happens. I don't see any reason for it, have never seens this. I

LiveCode 6.6 very slow on Retina MacBookPro

2014-03-25 Thread Rolf Kocherhans
Hello all I noticed that LiveCode 6.6 is very slow on MacBooks with Retina display on everything I do with it. My latest project-stack has a size of 500kb with about 10 bg buttons on it and 3 bg fields. When I click onto a button to edit the script in 6.6 on Retina MacBook, I can count to two un

Re: Alternating Row Colors?

2014-03-25 Thread Terence Heaford
Hi, I am interested in your solution and downloaded it. On running on a Mac 10.9.2 and LC Community 6.6 it crashes after I press fill in 365 and start using the scroller. May be a LC issue? All the best Terry Here is the report: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN

Re: Alternating Row Colors?

2014-03-25 Thread Scott Rossi
Hi Peter: I didn't think backgroundColor would span the entire row (line) but it seems like your option could work -- thanks very much. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/25/14 1:58 AM, "Peter W A Wood" wrote: >Scott > >I'm not sure whether you were dre

Re: Alternating Row Colors?

2014-03-25 Thread BNig
Hi Scott, I don't know of an easy way to set alternating colors. I have put up a stack on Livecodeshare that makes a backgroundpattern on the fly. http://livecodeshare.runrev.com/stack/661/ListStripes_0_0_5 You can change the colors and the size according to the textHeight etc. Only drawback i

Re: Alternating Row Colors?

2014-03-25 Thread Peter W A Wood
Scott I'm not sure whether you were dreaming or not, but I couldn't find anything about alternate rows colours with htmlText or styledText. Were you looking to avoid having to do something like this? put the height of field "Field" into tFieldHeight put the effective textHeight

Re: mobile ads

2014-03-25 Thread Dave Kilroy
Hi Rodney Hope you're enjoying your LiveCode learning curve (I found it quite hard at first - but I'm a slow learner). Regarding access to Inneractive, I'm not sure whether you have to have a commercial licence to get it - but I have a feeling that you might - I've just had a look at its terms and

Re: Entering text into vector graphic

2014-03-25 Thread FlexibleLearning.com
On Mon, 24 Mar 2014 14:56:26 -0700 (PDT) Dave Kilroy wrote: [snip] - "Some are born coders, some achieve coding, and some have coding thrust upon them." - William Shakespeare & Hugh Senior -- This still makes me smile every time I see it :) Hugh Senior FLCo

Alternating Row Colors?

2014-03-25 Thread Scott Rossi
Did I read/hear at some point that it's now possible to create alternating row colors in a field using htmlText or styledText? Or was this a dream about cheese? Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design ___ use-liv