Re: Can a script preempt substack name conflicts?

2015-05-15 Thread Richard Gaskin
David Epstein wrote: > The case I am contemplating would involve a user creating new > substacks to hold content. While I can make sure each substack > created by my program gets a unique name, if a file created on > one machine is moved to another machine there is some chance of > a conflict (r

Re: Can a script preempt substack name conflicts?

2015-05-15 Thread J. Landman Gay
On 5/15/2015 4:21 PM, dfepst...@comcast.net wrote: I think I can work around this IF the "substack name conflict problem" is only a problem for the LiveCode UI. In other words if in my own scripts I am careful always to refer to a substack by its long name, am I safe even if two substacks have t

Geometry Manager For Mobile

2015-05-15 Thread Mike Kerner
Interesting - I just started messing with Xojo, again, since I see they're (finally) getting into the ios game (I didn't see anything about Android). Their version of the Geometry Manager is implemented on ios. I wonder if we're going to see it again in LC 8... -- On the first day, God created

Can a script preempt substack name conflicts?

2015-05-15 Thread dfepstein
Thanks for this prudent advice.  The case I am contemplating would involve a user creating new substacks to hold content.  While I can make sure each substack created by my program gets a unique name, if a file created on one machine is moved to another machine there is some chance of a conflict

Re: Helppppp-iOS Provisioning desperation

2015-05-15 Thread William Prothero
Scott and Colin: Thanks so much for your help on this. I was really desperate and you helped me focus on the critical issues. Best wishes. Bill > On May 15, 2015, at 12:41 PM, William Prothero > wrote: > > Whoopee! Got it working. What I had to do was syncronize Xcode to the > provisioning p

Re: Helppppp-iOS Provisioning desperation

2015-05-15 Thread William Prothero
Whoopee! Got it working. What I had to do was syncronize Xcode to the provisioning profiles using the Preferences->Accounts screen. Then I used one of the downloaded provisioning profiles and it worked! Whew! Still somewhat of a mystery, but boy am I getting good at fiddling with the Apple Dev

Re: Can a script preempt substack name conflicts?

2015-05-15 Thread J. Landman Gay
On 5/14/2015 8:16 PM, David Epstein wrote: With stack A already open, I open stack B and get a alert like this: "A stack "" in file is already in memory. The Revolution UI does not distinguish stacks which have identical names, so editing these stack files while both are in memory could result

Re: OT: Contixo android device

2015-05-15 Thread J. Landman Gay
On 5/14/2015 7:14 PM, Mike Bonner wrote: Hey all, I was given an android device. A Contixo kids tablet. The owner things there is a hardware issue (white screen, touch works, sounds work, but can't see anything.) I suspect a horked update has caused issues. Since I can't get to any settings (o

Re: SQL join question

2015-05-15 Thread Peter Haworth
That's strange since the SQLYoga stuff you posted specifies LEFT JOIN. What flavor of SQL are you using? Anyway, you got it working so all good. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: SQL join question

2015-05-15 Thread Bob Sneidar
Thanks Mark just came to that conclusion and then saw your email. Bob S > On May 15, 2015, at 11:14 , Mark Stuart wrote: > > Hi Bob, > LEFT OUTER JOIN will given you every record on the left (devices) even if a > device has no accessory. > > Mark > ___

Re: SQL join question

2015-05-15 Thread Bob Sneidar
OK problem solved. Apparently SQL assumes inner join if not specified. If I define it as an OUTER join, I get all the device records as expected. Thanks for the help. Bob S On May 15, 2015, at 11:07 , Peter Haworth mailto:p...@lcsql.com>> wrote: Hi Bob, Something not right there. A LEFT JOI

SQL join question

2015-05-15 Thread Mark Stuart
Hi Bob, LEFT OUTER JOIN will given you every record on the left (devices) even if a device has no accessory. Mark ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: SQL join question

2015-05-15 Thread Bob Sneidar
Hi Pete. I can post the code that sqlYoga needs for this. I suspect if I wrote out the actual SQL and ran it in a utility, it would work as expected. tableobj_createObject "devices" tableobj_createObject "accessories" tblrelation_createObject "devices|accessories" tblre

Re: SQL join question

2015-05-15 Thread Peter Haworth
Hi Bob, Something not right there. A LEFT JOIN should return all entries from the left table, presumably devices in your example, whether or not there are any matching entries in the other side of the join (accessories). One possibility is that your SELECT statement should name the devices table

SQL join question

2015-05-15 Thread Bob Sneidar
Hi all. I am just now learning SQL joins, and I have run across an interesting caveat. It may be how sqlYoga is working or it may be how joins work. I have two tables, devices and accessories. This is a one to many relationship. I set up the join as a left join on devices.deviceid = accessorie

Re: reporting

2015-05-15 Thread Peter M. Brigham
On May 14, 2015, at 2:06 PM, Richard Gaskin wrote: > we have one word, "free", for two very different things, "gratis" and "libre" A propos of that, one of my favorite bumperstickers (re recent US Supreme Court decisions) is: "If money = speech, then speech is not free." -- Peter Peter M. Bri

Re: Helppppp-iOS Provisioning desperation

2015-05-15 Thread William Prothero
Colin and Scott: Thanks for all the suggestions! I must be making progress because now I get a different error message: “App Installation failed. A valid provisioning profile for this executable was not found.” In LiveCode, I’ve set the internal App ID: org.earthednet.waterdetective Display Name

RE: reporting

2015-05-15 Thread Lynn Fredricks
> I've been doing HTML reporting for years using several tools, > but things definitely are not as tight once you lose control > - browsers still do not all render the same. We support different types of reports - generating pages, PDFs, etc. A number of our users utilize this ability on Valenti

Re: Trying to be "clever" with a URL in Linux

2015-05-15 Thread Bob Sneidar
Did you try put URL "http://www.distrowatch.org"; into foo set the htmlText of field “wab” to foo Bob S > On May 14, 2015, at 11:07 , Richmond wrote: > > So, revBrowser is a non-Linux thing . . . > > So, I tried this in a button: > > on mouseUp > put URL "http://www.distrowatch.org"; int

Re: OT: Contixo android device

2015-05-15 Thread Roger Eller
Is the tablet older than 1 year? From their website: Warranty Information 1-Year Worry-Free Guarantee: Customer Service & Tech Support http://www.contixo.net/pages/Contact-Us.html#mobile-phones-home On Thu, May 14, 2015 at 8:14 PM, Mike Bonner wrote: > Hey all, I was given an android device

Re: Release 6.7.5 / 7.0.5

2015-05-15 Thread Sebastien Nouat
On 15/05/2015 14:34, Mike Kerner wrote: "The only change from the RC 3 releases is in what we believe was the cause of the startup slowdown on iOS 8.1+, despite the font mapping fix. No bug fix note has been added since it was another aspect of the bug 14116." What does THAT mean? Is manual font

Re: Release 6.7.5 / 7.0.5

2015-05-15 Thread Sebastien Nouat
On 15/05/2015 14:34, Mike Kerner wrote: "The only change from the RC 3 releases is in what we believe was the cause of the startup slowdown on iOS 8.1+, despite the font mapping fix. No bug fix note has been added since it was another aspect of the bug 14116." What does THAT mean? Is manual font

Re: iOS & Android App in a Day workshop (and much more)

2015-05-15 Thread Earthednet-wp
Dave, That's great! I'll look forward to looking over the materials. I spend so much time over the niggling details, so working examples help a lot. Best regards, Bill William Prothero http://es.earthednet.org > On May 15, 2015, at 3:36 AM, Dave Kilroy wrote: > > Hi Bill > > One of the things

Re: Release 6.7.5 / 7.0.5

2015-05-15 Thread Mike Kerner
"The only change from the RC 3 releases is in what we believe was the cause of the startup slowdown on iOS 8.1+, despite the font mapping fix. No bug fix note has been added since it was another aspect of the bug 14116." What does THAT mean? Is manual font mapping still required? On Fri, May 15,

Re: reporting

2015-05-15 Thread Mike Kerner
I've been doing HTML reporting for years using several tools, but things definitely are not as tight once you lose control - browsers still do not all render the same. On Fri, May 15, 2015 at 8:49 AM, Andrew Kluthe wrote: > I've been pretty happy generating html reports for some of the big LC >

Release 6.7.5 / 7.0.5

2015-05-15 Thread Sebastien Nouat
Dear List Members, We are pleased to announce the release of LiveCode 6.7.5 Stable and 7.0.5 Stable: all the bug fixes added from LiveCode 6.7.5 RC 1 / 7.0.5 RC 1 are now considered as stable for both versions. The only change from the RC 3 releases is in what we believe was the cause of the

Re: Trying to be "clever" with a URL in Linux

2015-05-15 Thread Bob Warren
On 15/05/15 05:55, Bob Warren wrote: On 14 May 2015, at 19:07, Richmond wrote: So, revBrowser is a non-Linux thing . . . So, I tried this in a button: on mouseUp put URL"http://www.distrowatch.org"; into fld "wab" end mouseUp and got the raw HTML code in my field. Wonder if there is

Re: reporting

2015-05-15 Thread Andrew Kluthe
I've been pretty happy generating html reports for some of the big LC applications I've done. Use something like bootstrap that has a good print style sheet. Some JS powered charting that prints nice. I would open in external browser in my older applications but I wonder if things wouldn't work nic

Re: iOS & Android App in a Day workshop (and much more)

2015-05-15 Thread Dave Kilroy
Wow! That's excellent news David! Actually there is one other experienced LiveCoder who may be coming down to Plymouth as well (won't say who it it until she/he confirms) I'll try contacting you off-list now... PS: this other LiveCoder told me that Heather apparently has knowledge of schools in

Re: iOS & Android App in a Day workshop (and much more)

2015-05-15 Thread David Bovill
I hope to be able to get down there... If you want any help teaching something send us some info off-list? On Fri, 15 May 2015 at 12:53, Dave Kilroy wrote: > Hi Bill > > One of the things we're experimenting with this weekend is setting up > streaming from the venue - and if we get it working we'

Re: iOS & Android App in a Day workshop (and much more)

2015-05-15 Thread Dave Kilroy
Hi Bill One of the things we're experimenting with this weekend is setting up streaming from the venue - and if we get it working we'll attempt to stream at least part of the workshop - so if you in California get up really really early you can take part :) As regards materials, yes I plan to mak