Re: Google App Streaming

2015-11-30 Thread Bob Sneidar
The day that local apps die is the day we will all be paying through the nose for the "right" to use our own devices. And we will continue to pay too, because everything will be a subscription. It's already started, and while prices are not currently overwhelming, it's my belief that this is

Re: Death of the Application Browser

2015-11-30 Thread Dave Kilroy
Having another look at the PB and AP side-by-side this afternoon - apart from one being essentially vertical and the other horizontal it seems the two things missing on the PB are display of control ids and easy sorting by layer, visibility and selectibility - control ids - in the AP these (and

Re: Death of the Application Browser

2015-11-30 Thread Bob Sneidar
On Nov 26, 2015, at 12:07 , Scott Rossi > wrote: I doubt anybody is arguing with you. Well... is. :-) Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Java version

2015-11-30 Thread Bob Sneidar
Bastages! Thanks, this has been annoying me for some time on my home iMac. Now that I installed the Apple flavor of Java (that ought to be a contradiction in terms, but thanks to Microsoft there wil probably be many flavors of everything from now on) I am no longer getting that dialog (knocks

Re: Gmail API and Oath 2 - How to access using LiveCode ?

2015-11-30 Thread Bob Sneidar
Just a quick note that may or may not apply to your situation: Gmail has recently implemented a new TLS 1.2 standard, as Microsoft did some 9 months or so ago, which requires AES256 encryption. Also, prior versions of TLS including 1.2 would fall back on SSL if TLS failed. This is no longer the

Re: SQLite, keep connection open or close every time?

2015-11-30 Thread Bob Sneidar
(I'm pulling all this from memory when I read up on it a couple years back so if I am mistaken feel free to correct me). There are a few other reasons to think twice about sqLite. One that comes to mind is that there is no real typing. If you write text to an int column it will happily do so.

Re: Transparent MobileControl?

2015-11-30 Thread Dan Friedman
Scott, Thanks! I did not get a response. That seems to work. I thought I tried that, but obviously I didn't. Thanks again! -Dan > Not sure if you ever got an answer to this, but in the simulator, setting the > opaque property to false and the backgroundColor to something like >

Re: Death of the Application Browser

2015-11-30 Thread Dr. Hawkins
On Sat, Nov 28, 2015 at 10:50 PM, Brahmanathaswami wrote: > Jacque: can you detail your requirements that make it a must for your > stacks to use the AP? > I'm not Jacqui, but the biggest single thing for me is the information density: the application browser puts far more on

[ANN] SoCal LiveCode Meeting, Dec 3

2015-11-30 Thread Richard Gaskin
The next meeting of the SoCal LiveCode User Group is coming up Thursday, December 3, at 7PM in Pasadena - details in the forums: -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Dinner's on me

2015-11-30 Thread Kevin Miller
You should be able to set the quantity during purchase? I¹ll bug report it against the store though I don¹t think we¹ll be able to fix it until tomorrow now. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 30/11/2015

How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Mark Rauterkus
Hi, Looking for best practices. I want to create in LiveCode, Android Apps and have them run on tablets. And, I want to have them SHARE / TRADE text data. But, I don't have INTERNET. The Andoid devices have wifi. And they even have Bluetooth 4.0. What to do? Background: The school district

Re: Dinner's on me

2015-11-30 Thread Mark Talluto
Ok. Please pencil me in for two more. I do not want to miss out on the deal for spouses/partners. -Mark > On Nov 30, 2015, at 10:57 AM, Kevin Miller wrote: > > You should be able to set the quantity during purchase? I¹ll bug report it > against the store though I don¹t

Dinner's on me

2015-11-30 Thread Kevin Miller
Hi all, I greatly enjoy our conferences as an opportunity to meet and really talk with you. So I'm delighted that the next 12 purchasers of a LiveCode Conference ticket will get an invite to dinner with me. Get your ticket today and join me for drinks in my flat followed by dinner in a local

Re: Dinner's on me

2015-11-30 Thread Mark Talluto
Sounds great! How do we purchase more than one ticket? -Mark > On Nov 30, 2015, at 10:05 AM, Kevin Miller wrote: > > Hi all, > > I greatly enjoy our conferences as an opportunity to meet and really talk > with you. So I'm delighted that the next 12 purchasers of a

Re: Google App Streaming

2015-11-30 Thread Matt Maier
It's not an existential crisis. It's just the pendulum swinging back and forth between centralized and distributed organization. Each style has its pros/cons and people make a lot more money off of switching between them than just settling on a happy medium. Neither style will ever take over

Re: Dinner's on me

2015-11-30 Thread Kevin Miller
Ok, you are penciled in. Apologies for the store issue. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 30/11/2015 19:20, "use-livecode on behalf of Mark Talluto"

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Mark Talluto
> On Nov 30, 2015, at 11:16 AM, Mark Rauterkus wrote: > > If I can't communicate directly between devices, (doubt that I can), then > it might be easy to set up an INTRANET with a headless server on an extra > iMac or PC with a wifi router. Then we could talk at the site on

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Ben Rubinstein
Hi Mark, Two possible answers: a) Use any (err.. virtually) wifi access point to create a network that the devices can be on, then they can communicate directly with each other, even though that access point won't actually be connected to the internet. b) Make it worth Monte's while to port

Re: Dinner's on me

2015-11-30 Thread Heather Laine
Mmm yes I see the problem. There is no quantity box. We'll have to see if we can fix that asap, but in the meantime if you want to be sure of getting 2 more of those places at dinner you would I'm afraid have to go through the checkout twice more. Those places are looking very popular! Warm

Re: Dinner's on me

2015-11-30 Thread Mark Talluto
I will run them through individually as well as PayPal will allow. -Mark > On Nov 30, 2015, at 11:27 AM, Heather Laine wrote: > > Mmm yes I see the problem. There is no quantity box. We'll have to see if we > can fix that asap, but in the meantime if you want to be sure

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Monte Goulding
> On 1 Dec 2015, at 6:32 am, Ben Rubinstein wrote: > > b) Make it worth Monte's while to port the mergBLE extension to Android, then > use Bluetooth to connect the apps. It works great on iOS, but unfortunately > is not yet available on Android. Again, this solution

Re: Death of the Application Browser

2015-11-30 Thread J. Landman Gay
On 11/29/2015 12:50 AM, Brahmanathaswami wrote: Jacque: can you detail your requirements that make it a must for your stacks to use the AP? 1. Horizontal/column view so it is easy to drill down from stack to card to object, and see their relationships to everything else. Basically I want

Re: Death of the Application Browser

2015-11-30 Thread Monte Goulding
Thanks Jacque, this is a good list. > On 1 Dec 2015, at 7:41 am, J. Landman Gay wrote: > > 1. Horizontal/column view so it is easy to drill down from stack to card to > object, and see their relationships to everything else. Basically I want > Finder column view.

Re: Gmail API and Oath 2 - How to access using LiveCode ?

2015-11-30 Thread Roland Huettmann
Thanks for comments. ))) I am stuck nevertheless for the moment. I can fiddle around with JSON a bit, but it seems a library must be developed (TLS, ...), and I do not have the deep enough knowledge to apply those functions and settings i see in C# or PHP or Python to LC in such way that it could

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Simon
Monte Goulding-2 wrote > There’s a strong possibility I will be getting started on mergBLE for > Android soon. Wahoo!! Any idea what the further costing would be to bring on the full BLE? I'd would be interested in a crowed sourced project. Simon -- View this message in context:

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Advance IT BITCOM
Create a workgroup for all devices and share folders with privileges. Once this is done add code in New app to search iPhone range for devices and share On Nov 30, 2015 2:16 PM, "Mark Rauterkus" wrote: > Hi, > > Looking for best practices. > > I want to create in LiveCode,

Re: Google App Streaming

2015-11-30 Thread Peter Bogdanoff
+1 ! On Nov 30, 2015, at 4:06 PM, David Bovill wrote: > That's what the Romans said before it all went a bit decentralised :) > > On 30 November 2015 at 18:34, Matt Maier wrote: > >> It's not an existential crisis. It's just the pendulum swinging

Re: Google App Streaming

2015-11-30 Thread David Bovill
That's what the Romans said before it all went a bit decentralised :) On 30 November 2015 at 18:34, Matt Maier wrote: > It's not an existential crisis. It's just the pendulum swinging back and > forth between centralized and distributed organization. Each style has its >

Re: How would YOU trade data within LC Android app between 2 tablets without INTERNET?

2015-11-30 Thread Monte Goulding
> On 1 Dec 2015, at 1:46 pm, Simon wrote: > > Wahoo!! > Any idea what the further costing would be to bring on the full BLE? > I'd would be interested in a crowed sourced project. I’ll know more once I’ve implemented what I need to do the eddystone beacons. Cheers

Re: Death of the Application Browser

2015-11-30 Thread Dr. Hawkins
On Mon, Nov 30, 2015 at 12:41 PM, J. Landman Gay wrote: > 1. Horizontal/column view so it is easy to drill down from stack to card > to object, and see their relationships to everything else. Basically I want > Finder column view. > 2. I need to see card numbers and

Re: SQLite, keep connection open or close every time?

2015-11-30 Thread Dr. Hawkins
On Mon, Nov 30, 2015 at 8:28 AM, Bob Sneidar wrote: > The big reason I can think of to use it is that it is very easy to set up > and maintain. Security is handled by the file system it sits on. It's also magnificent for an in-memory variable system. I originally

Re: Gmail API and Oath 2 - How to access using LiveCode ?

2015-11-30 Thread AndyP
Hi Roland, You may find it easier to pass info to and from your LiveCode app using one of the Google OAuth 2.0 libraries. The PHP version is proberbly the easiest to work with. Library info here> https://developers.google.com/gmail/xoauth2_libraries

Re: SQLite, keep connection open or close every time?

2015-11-30 Thread Peter Haworth
Turns out SQLite now has a built-in user authentication module. Revopndatabase already has user and password parameters but they have not yet been extended to sqlite. On Mon, Nov 30, 2015, 8:50 PM Dr. Hawkins wrote: > On Mon, Nov 30, 2015 at 8:28 AM, Bob Sneidar

Re: Death of the Application Browser

2015-11-30 Thread Geoff Canyon
On Sun, Nov 29, 2015 at 4:57 PM, Paul Looney wrote: > I personally use Geoff's Navigator all the time. I find it indispensable! > I have never liked the Application Browser. > > I’m always surprised at how few people have even heard of the Navigator - > let alone actually using

Re: Death of the Application Browser

2015-11-30 Thread J. Landman Gay
On 11/30/2015 4:29 PM, Monte Goulding wrote: Thanks Jacque, this is a good list. I deleted a long commentary before I hit Send. :) 2. I need to see card numbers and object layer numbers. Would it be sufficient to have something like . instead of just ? Perhaps there might be a way in

Cyber Monday Sale: Valentina Studio Pro & Server 50% Off

2015-11-30 Thread Lynn Fredricks
Nobody else did Cyber Monday sales? Come on Monte! Hugh! We can't be the only ones :-) Valentina Studio Pro and Valentina Server are 50% through end of day 12/1/2015. Studio is your go-to tool for working with databases (SQLite, MySQL, PostgreSQL, SQL Server, Valentina DB, etc) and report

Re: Death of the Application Browser

2015-11-30 Thread Geoff Canyon
On Mon, Nov 30, 2015 at 3:41 PM, J. Landman Gay wrote: > 1. Horizontal/column view so it is easy to drill down from stack to card > to object, and see their relationships to everything else. Basically I want > Finder column view. > Navigator doesn't do the Finder

Re: Edinburgh Conference Partners?

2015-11-30 Thread Heather Laine
Peter... Just for you, today only we're offering a free Partner Package - bring your spouse/partner and we'll entertain them for 2 whole days while you're revelling in LiveCode. So get your ticket today, Cyber Monday and I'll look forward to meeting your partner! Warm Regards, Heather