Re: Lesson on Accelerated Rendering

2019-04-28 Thread Sannyasin Brahmanathaswami via use-livecode
And here is Mark Waddingham's more technical explanation:


BR: After reading the above, in so far as my app is modular, made up of many 
stacks, all of  which have object that move, either with dynamic or scrolling. 
It is simple enough always to "set acceleratedRendering to true" 

Caveat he does not mention, that doing so in a preopenstack handler  of Stack 
B, if you have another stack open first (A), will cause a blank black screen, 
when opening Stack B, on Android. Whether this a bug or not, has yet to be 
determined. But if  we allow the stack to render first, and "set 
acceleratedRendering to true" in the top of the first handler run... no blank 
screen.

That’s for moving between stacks, problem solved. 

Now within a stack, the open ACLR set to default-false. Inside one handler, I 
still get a blank black screen before I render our puzzle tiles after 
rearranging them with screen locked. I suspect that  

"set acceleratedRendering to true" while the screen is locked will be the 
problem. 

More testing needed. What is missing in Mark's reply is "how this all affects 
performance on Android."  I supposed it can be inferred... but  I can wait to 
hear Mark W. talk  on "Optimising" at the conference (I'll be tuning in with 
SimulCast)

Stephen Barncard wrote:

It is frightening how much mumbo jumbo goes down every time we 'touch' a
field.
I had no idea.
No wonder loops could get glacial quickly if one is not careful with using
fields as a destination.


___
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: Livecloud Bundle Offer

2019-04-28 Thread Tom Glod via use-livecode
Hey Kevin,

I'm not sure if I did the right thing by posting about the offer here, it
didn't occur to me to think whether thats something you would want to have
happen.  Someone else posted about this on facebook, thats how I found out
about it. If it matter, I'm sorry.  I'll think twice next time.

Partly its because you guys rarely ever really post about your events
not to mention offers.  Your social media / advertising strategy is
unpredictable in that sense.

I know that I will move on from this license because i need some of the
bugs fixed and the datagrid to have accelerated rendering:)







On Sun, Apr 28, 2019 at 1:33 PM Alex Tweedly via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Kevin,
>
> while I absolutely understand and agree with your email, there is an
> ambiguity in this bundle offer which I think should be cleared up (esp.
> since this is an offer available on the website to everyone, not one
> emailed to a targeted group).
>
> Since it has had so much interest on the uselist - could someone from
> Livecode Ltd please give an unambiguous answer here on the list.
> Does this bundle (Livecloud Introductory Bundle) include a permanent
> license to 9.0.3 or to 9.0 x ?
>
> Many thanks,
>
> Alex.
>
> On 28/04/2019 15:26, Kevin Miller via use-livecode wrote:
> > Hi folks,
> >
> > I¹m glad there is excitement about this offer.
> >
> > However a little note of caution. At various points we make offers that
> > target specific groups for all sorts of reasons. For example, we might
> > offer a bundle to someone who has been on our mailing list for a long
> time
> > and who has never ever bought a license from us. In those cases it makes
> > sense for us to try to help move you up to the commercial version, in the
> > hope that as you use the commercial features and enjoy a level of
> success,
> > you may become a full price subscriber to at least one of the various
> > things we offer subscriptions to.
> >
> > Clearly it would be completely unsustainable for us as a business to do
> > something like that if you weren¹t in such a category as our bread and
> > butter is revenue of all sorts from our subscriber base. The purpose of
> > this type of offer is increase the odds we ultimately grow full price
> > subscribers and purchasers. The Simulcast is certainly not available for
> > less than the list price to anyone, the conference is very expensive to
> > run and packed with valuable content.
> >
> > If you get such an offer it states clearly it is personal to you and not
> > transferable. So posting it on the list puts us in the difficult position
> > of potentially having to decline a purchase from individuals who did not
> > receive it. That's not a situation we ever want to be in as it leads to
> > disappointment all round, but we don¹t really have a choice. This was not
> > a general offer open to everyone.
> >
> > In general if you have questions about offers, pricing, licensing etc we
> > greatly appreciate it if you post them to supp...@livecode.com. This
> list
> > is about using LiveCode, and as such I would like to declare an end to
> > this thread.
> >
> > Kind regards,
> >
> > Kevin
> >
> > Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
> > LiveCode: Develop Yourself
> >
> >
> >
> >
> > On 28/04/2019, 16:06, "use-livecode on behalf of Rick Harrison via
> > use-livecode"  > use-livecode@lists.runrev.com> wrote:
> >
> >> Hi Matthias,
> >>
> >> Nice one, but no thanks.
> >>
> >> Sometimes bundling isn¹t the best option for LiveCode vets.
> >> Individual offerings might be better for some of us.
> >>
> >> I don¹t think the mothership should leave money
> >> on the table by not offering other options.
> >>
> >> Just my 2 cents for the day.
> >>
> >> Enjoy your day! :-)
> >>
> >> Rick
> >>
> >>> On Apr 28, 2019, at 9:17 AM, Matthias Rebbe via use-livecode
> >>>  wrote:
> >>>
> >>> You can order just the Simulcast here
> >>> https://livecode.com/california19/simulcast/
> >>>
> >>> for 149$. ;)
> >>>
> >>> Regards,
> >>>
> >>> Matthias
> >>>
> >>>
> >>>
> >>>
>  Am 28.04.2019 um 04:35 schrieb Rick Harrison via use-livecode
>  :
> 
>  Hi Mark,
> 
>  I have a Lifetime Indy LiveCode license.  So I don¹t need that.
>  I have a Lifetime On-Rev license.
>  I run my own servers with Postgresql as my database.
>  (I really don¹t need LiveCloud yet.)
>  I do not want to attend the conference in person.
> 
>  So yes, in my case, the deal isn¹t good enough for me.
>  I might only have interest in just the simulcast and recordings.
> 
>  Thanks for asking.
> 
>  Rick
> 
> 
> > On Apr 27, 2019, at 10:13 PM, Mark Wieder via use-livecode
> >  wrote:
> >
> > On 4/27/19 6:45 PM, Rick Harrison via use-livecode wrote:
> >
> >> Is there a way to just get full access to the 2019 Simulcast
> >> streaming and recordings?
> > Because $149 for that PLUS a LiveCloud 

Re: Lesson on Accelerated Rendering

2019-04-28 Thread Stephen Barncard via use-livecode
It is frightening how much mumbo jumbo goes down every time we 'touch' a
field.
I had no idea.
No wonder loops could get glacial quickly if one is not careful with using
fields as a destination.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Apr 28, 2019 at 2:31 PM Sannyasin Brahmanathaswami via use-livecode
 wrote:

> Wow that's great, I need to use the MailArchive to search, . (duh, of
> course) my own inbox archive doesn't go that far
>
> I will see you I can get my head around it before the conference so I'll
> know what Mark is talking about.
>
> I'm getting black, blank screens, on Android(in the wordpuzzle)
> related to lock screen and AcceleratedRendering
>
> Thanks to some change they made in 9.0.4.RC2
>
> BR
>
> J. Landman Gay wrote:
>
> Here is my layman's guess at how it works:
> <
> https://www.mail-archive.com/use-livecode@lists.runrev.com/msg84396.html>
>
> And here is Mark Waddingham's more technical explanation:
> <
> https://www.mail-archive.com/use-livecode@lists.runrev.com/msg84428.html>
>
> ___
> 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
>
___
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: Lesson on Accelerated Rendering

2019-04-28 Thread Sannyasin Brahmanathaswami via use-livecode
Wow that's great, I need to use the MailArchive to search, . (duh, of course) 
my own inbox archive doesn't go that far

I will see you I can get my head around it before the conference so I'll know 
what Mark is talking about.

I'm getting black, blank screens, on Android(in the wordpuzzle) related to 
lock screen and AcceleratedRendering

Thanks to some change they made in 9.0.4.RC2

BR

J. Landman Gay wrote:

Here is my layman's guess at how it works:


And here is Mark Waddingham's more technical explanation:


___
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


Segmented control on Android

2019-04-28 Thread J. Landman Gay via use-livecode
I'm using a segmented control in an Android app and it is not sending a 
hiliteChanged message when I tap on it. It works fine on desktop.


This is with LC 9.0.4rc2. Is this something on my end or has anyone else 
had the problem?


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: Why do I have the business package?

2019-04-28 Thread Matthias Rebbe via use-livecode
The commercial licenses have many additional features. It´s up to you to decide 
if you need one/some or any of those additional features or not and if it´s 
worth to pay the subscription fee.
You´ll find a comparison chart of all licenses types here  
https://livecode.com/products/livecode-platform/pricing/

Regards,
Matthias



> Am 28.04.2019 um 18:16 schrieb doc hawk via use-livecode 
> :
> 
> 
> In all seriousness, what does it actually do for us?
> 
> I have a perpetual indy license, and my business license is up for renewal on 
> Thursday.
> 
> I *think* it’s supposed to handle some kind of revision control or 
> repository, but I’ve never gotten around to *anything* with it.
> 
> Currently, my revision control is by stacks (which I’ll actually be talking 
> about and sharing at the conference).
> 
> Does it really doppelgänger’s anything other than support the mothership?
> ___
> 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


___
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: Livecloud Bundle Offer

2019-04-28 Thread Alex Tweedly via use-livecode

Kevin,

while I absolutely understand and agree with your email, there is an 
ambiguity in this bundle offer which I think should be cleared up (esp. 
since this is an offer available on the website to everyone, not one 
emailed to a targeted group).


Since it has had so much interest on the uselist - could someone from 
Livecode Ltd please give an unambiguous answer here on the list.
Does this bundle (Livecloud Introductory Bundle) include a permanent 
license to 9.0.3 or to 9.0 x ?


Many thanks,

Alex.

On 28/04/2019 15:26, Kevin Miller via use-livecode wrote:

Hi folks,

I¹m glad there is excitement about this offer.

However a little note of caution. At various points we make offers that
target specific groups for all sorts of reasons. For example, we might
offer a bundle to someone who has been on our mailing list for a long time
and who has never ever bought a license from us. In those cases it makes
sense for us to try to help move you up to the commercial version, in the
hope that as you use the commercial features and enjoy a level of success,
you may become a full price subscriber to at least one of the various
things we offer subscriptions to.

Clearly it would be completely unsustainable for us as a business to do
something like that if you weren¹t in such a category as our bread and
butter is revenue of all sorts from our subscriber base. The purpose of
this type of offer is increase the odds we ultimately grow full price
subscribers and purchasers. The Simulcast is certainly not available for
less than the list price to anyone, the conference is very expensive to
run and packed with valuable content.

If you get such an offer it states clearly it is personal to you and not
transferable. So posting it on the list puts us in the difficult position
of potentially having to decline a purchase from individuals who did not
receive it. That's not a situation we ever want to be in as it leads to
disappointment all round, but we don¹t really have a choice. This was not
a general offer open to everyone.

In general if you have questions about offers, pricing, licensing etc we
greatly appreciate it if you post them to supp...@livecode.com. This list
is about using LiveCode, and as such I would like to declare an end to
this thread.

Kind regards,

Kevin

Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
LiveCode: Develop Yourself




On 28/04/2019, 16:06, "use-livecode on behalf of Rick Harrison via
use-livecode"  wrote:


Hi Matthias,

Nice one, but no thanks.

Sometimes bundling isn¹t the best option for LiveCode vets.
Individual offerings might be better for some of us.

I don¹t think the mothership should leave money
on the table by not offering other options.

Just my 2 cents for the day.

Enjoy your day! :-)

Rick


On Apr 28, 2019, at 9:17 AM, Matthias Rebbe via use-livecode
 wrote:

You can order just the Simulcast here
https://livecode.com/california19/simulcast/

for 149$. ;)

Regards,

Matthias





Am 28.04.2019 um 04:35 schrieb Rick Harrison via use-livecode
:

Hi Mark,

I have a Lifetime Indy LiveCode license.  So I don¹t need that.
I have a Lifetime On-Rev license.
I run my own servers with Postgresql as my database.
(I really don¹t need LiveCloud yet.)
I do not want to attend the conference in person.

So yes, in my case, the deal isn¹t good enough for me.
I might only have interest in just the simulcast and recordings.

Thanks for asking.

Rick



On Apr 27, 2019, at 10:13 PM, Mark Wieder via use-livecode
 wrote:

On 4/27/19 6:45 PM, Rick Harrison via use-livecode wrote:


Is there a way to just get full access to the 2019 Simulcast
streaming and recordings?

Because $149 for that PLUS a LiveCloud subscription AND a permanent
9.0 license isn't a good enough deal for you?

If you buy a $199 ticket to attend the conference and want to add
just the simulcast and recordings, that alone will add $149.

--
Mark Wieder
ahsoftw...@gmail.com

___
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


___
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


___
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


___
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



___

Why do I have the business package?

2019-04-28 Thread doc hawk via use-livecode

In all seriousness, what does it actually do for us?

I have a perpetual indy license, and my business license is up for renewal on 
Thursday.

I *think* it’s supposed to handle some kind of revision control or repository, 
but I’ve never gotten around to *anything* with it.

Currently, my revision control is by stacks (which I’ll actually be talking 
about and sharing at the conference).

Does it really doppelgänger’s anything other than support the mothership?
___
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: Livecloud Bundle Offer

2019-04-28 Thread Kevin Miller via use-livecode
Hi folks,

I¹m glad there is excitement about this offer.

However a little note of caution. At various points we make offers that
target specific groups for all sorts of reasons. For example, we might
offer a bundle to someone who has been on our mailing list for a long time
and who has never ever bought a license from us. In those cases it makes
sense for us to try to help move you up to the commercial version, in the
hope that as you use the commercial features and enjoy a level of success,
you may become a full price subscriber to at least one of the various
things we offer subscriptions to.

Clearly it would be completely unsustainable for us as a business to do
something like that if you weren¹t in such a category as our bread and
butter is revenue of all sorts from our subscriber base. The purpose of
this type of offer is increase the odds we ultimately grow full price
subscribers and purchasers. The Simulcast is certainly not available for
less than the list price to anyone, the conference is very expensive to
run and packed with valuable content.

If you get such an offer it states clearly it is personal to you and not
transferable. So posting it on the list puts us in the difficult position
of potentially having to decline a purchase from individuals who did not
receive it. That's not a situation we ever want to be in as it leads to
disappointment all round, but we don¹t really have a choice. This was not
a general offer open to everyone.

In general if you have questions about offers, pricing, licensing etc we
greatly appreciate it if you post them to supp...@livecode.com. This list
is about using LiveCode, and as such I would like to declare an end to
this thread.

Kind regards,

Kevin

Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
LiveCode: Develop Yourself




On 28/04/2019, 16:06, "use-livecode on behalf of Rick Harrison via
use-livecode"  wrote:

>Hi Matthias,
>
>Nice one, but no thanks.
>
>Sometimes bundling isn¹t the best option for LiveCode vets.
>Individual offerings might be better for some of us.
>
>I don¹t think the mothership should leave money
>on the table by not offering other options.
>
>Just my 2 cents for the day.
>
>Enjoy your day! :-)
>
>Rick
>
>> On Apr 28, 2019, at 9:17 AM, Matthias Rebbe via use-livecode
>> wrote:
>> 
>> You can order just the Simulcast here
>>https://livecode.com/california19/simulcast/
>> 
>> for 149$. ;)
>> 
>> Regards,
>> 
>> Matthias
>> 
>> 
>> 
>> 
>>> Am 28.04.2019 um 04:35 schrieb Rick Harrison via use-livecode
>>>:
>>> 
>>> Hi Mark,
>>> 
>>> I have a Lifetime Indy LiveCode license.  So I don¹t need that.
>>> I have a Lifetime On-Rev license.
>>> I run my own servers with Postgresql as my database.
>>> (I really don¹t need LiveCloud yet.)
>>> I do not want to attend the conference in person.
>>> 
>>> So yes, in my case, the deal isn¹t good enough for me.
>>> I might only have interest in just the simulcast and recordings.
>>> 
>>> Thanks for asking.
>>> 
>>> Rick
>>> 
>>> 
 On Apr 27, 2019, at 10:13 PM, Mark Wieder via use-livecode
 wrote:
 
 On 4/27/19 6:45 PM, Rick Harrison via use-livecode wrote:
 
> Is there a way to just get full access to the 2019 Simulcast
>streaming and recordings?
 
 Because $149 for that PLUS a LiveCloud subscription AND a permanent
9.0 license isn't a good enough deal for you?
 
 If you buy a $199 ticket to attend the conference and want to add
just the simulcast and recordings, that alone will add $149.
 
 -- 
 Mark Wieder
 ahsoftw...@gmail.com
 
 ___
 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
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
>
>
>___
>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



___
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: Livecloud Bundle Offer

2019-04-28 Thread Rick Harrison via use-livecode
Hi Matthias,

Nice one, but no thanks.

Sometimes bundling isn’t the best option for LiveCode vets.
Individual offerings might be better for some of us.

I don’t think the mothership should leave money
on the table by not offering other options.

Just my 2 cents for the day.

Enjoy your day! :-)

Rick

> On Apr 28, 2019, at 9:17 AM, Matthias Rebbe via use-livecode 
>  wrote:
> 
> You can order just the Simulcast here 
> https://livecode.com/california19/simulcast/
> 
> for 149$. ;)
> 
> Regards,
> 
> Matthias
> 
> 
> 
> 
>> Am 28.04.2019 um 04:35 schrieb Rick Harrison via use-livecode 
>> :
>> 
>> Hi Mark,
>> 
>> I have a Lifetime Indy LiveCode license.  So I don’t need that.
>> I have a Lifetime On-Rev license.
>> I run my own servers with Postgresql as my database.
>> (I really don’t need LiveCloud yet.)
>> I do not want to attend the conference in person.
>> 
>> So yes, in my case, the deal isn’t good enough for me.
>> I might only have interest in just the simulcast and recordings.
>> 
>> Thanks for asking.
>> 
>> Rick
>> 
>> 
>>> On Apr 27, 2019, at 10:13 PM, Mark Wieder via use-livecode 
>>>  wrote:
>>> 
>>> On 4/27/19 6:45 PM, Rick Harrison via use-livecode wrote:
>>> 
 Is there a way to just get full access to the 2019 Simulcast streaming and 
 recordings?
>>> 
>>> Because $149 for that PLUS a LiveCloud subscription AND a permanent 9.0 
>>> license isn't a good enough deal for you?
>>> 
>>> If you buy a $199 ticket to attend the conference and want to add just the 
>>> simulcast and recordings, that alone will add $149.
>>> 
>>> -- 
>>> Mark Wieder
>>> ahsoftw...@gmail.com
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: Livecloud Bundle Offer

2019-04-28 Thread JJS via use-livecode
9.0.4rc2 is far more interesting as a lot of important bugs were solved 
(Memory leaks / AcceleratedRendering among others)


Op 28-4-2019 om 15:50 schreef Matthias Rebbe via use-livecode:

Ah, you are right. Seems the Livecode Team mentions 9.0.x in one place on their 
offer page and 9.0.3 in an other place on the same page.

But anyway, even if it would only be 9.0.3, it´s a bargain  as it is  a 
permanent license and no expiring one.





Am 28.04.2019 um 15:43 schrieb Tom Glod via use-livecode mailto:use-livecode@lists.runrev.com>>:

James.It includes every service in 9.0x so 9.04 would be included.

On Sun, Apr 28, 2019 at 9:27 AM Matthias Rebbe via use-livecode <
use-livecode@lists.runrev.com > wrote:


Yes, just 9.0.3 and no upgrades.

Maybe this sound not attractive to everyone, but i am sure there are many
Livecode users who still use an older "permanent" license like 4 or 5. This
would be a good chance for them to "upgrade" this older license to 9.0.3 at
least  if they are interested in the new features  of the V9 commercial
license. The included tsNet external btw is so powerful for networking
stuff like SFTP/FTPS/SMTP/SMTPS.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de  
>
https://winsignhelper.dermattes.de  
>


Am 28.04.2019 um 12:15 schrieb James At The Hale via use-livecode <

use-livecode@lists.runrev.com  
>>:

Doesn’t a permanent 9.03 license mean just that, 9.03, not 9.04 or above?

James

___
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 


___
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 


___
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 


___
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


___
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: Livecloud Bundle Offer

2019-04-28 Thread Matthias Rebbe via use-livecode
Ah, you are right. Seems the Livecode Team mentions 9.0.x in one place on their 
offer page and 9.0.3 in an other place on the same page.

But anyway, even if it would only be 9.0.3, it´s a bargain  as it is  a 
permanent license and no expiring one.




> Am 28.04.2019 um 15:43 schrieb Tom Glod via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> James.It includes every service in 9.0x so 9.04 would be included.
> 
> On Sun, Apr 28, 2019 at 9:27 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com > wrote:
> 
>> Yes, just 9.0.3 and no upgrades.
>> 
>> Maybe this sound not attractive to everyone, but i am sure there are many
>> Livecode users who still use an older "permanent" license like 4 or 5. This
>> would be a good chance for them to "upgrade" this older license to 9.0.3 at
>> least  if they are interested in the new features  of the V9 commercial
>> license. The included tsNet external btw is so powerful for networking
>> stuff like SFTP/FTPS/SMTP/SMTPS.
>> 
>> 
>> Matthias Rebbe
>> 
>> free tools for Livecoders:
>> https://instamaker.dermattes.de  
>> >
>> https://winsignhelper.dermattes.de  
>> >
>> 
>>> Am 28.04.2019 um 12:15 schrieb James At The Hale via use-livecode <
>> use-livecode@lists.runrev.com  
>> > >>:
>>> 
>>> Doesn’t a permanent 9.03 license mean just that, 9.03, not 9.04 or above?
>>> 
>>> James
>>> 
>>> ___
>>> 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 
>>> 
>> 
>> ___
>> 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 
>> 
> ___
> 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 
> 
___
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: Livecloud Bundle Offer

2019-04-28 Thread Tom Glod via use-livecode
James.It includes every service in 9.0x so 9.04 would be included.

On Sun, Apr 28, 2019 at 9:27 AM Matthias Rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Yes, just 9.0.3 and no upgrades.
>
> Maybe this sound not attractive to everyone, but i am sure there are many
> Livecode users who still use an older "permanent" license like 4 or 5. This
> would be a good chance for them to "upgrade" this older license to 9.0.3 at
> least  if they are interested in the new features  of the V9 commercial
> license. The included tsNet external btw is so powerful for networking
> stuff like SFTP/FTPS/SMTP/SMTPS.
>
>
> Matthias Rebbe
>
> free tools for Livecoders:
> https://instamaker.dermattes.de 
> https://winsignhelper.dermattes.de 
>
> > Am 28.04.2019 um 12:15 schrieb James At The Hale via use-livecode <
> use-livecode@lists.runrev.com >:
> >
> > Doesn’t a permanent 9.03 license mean just that, 9.03, not 9.04 or above?
> >
> > James
> >
> > ___
> > 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
>
> ___
> 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
___
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: Livecloud Bundle Offer

2019-04-28 Thread Matthias Rebbe via use-livecode
Yes, just 9.0.3 and no upgrades. 

Maybe this sound not attractive to everyone, but i am sure there are many 
Livecode users who still use an older "permanent" license like 4 or 5. This 
would be a good chance for them to "upgrade" this older license to 9.0.3 at 
least  if they are interested in the new features  of the V9 commercial 
license. The included tsNet external btw is so powerful for networking stuff 
like SFTP/FTPS/SMTP/SMTPS.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 28.04.2019 um 12:15 schrieb James At The Hale via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Doesn’t a permanent 9.03 license mean just that, 9.03, not 9.04 or above?
> 
> James
> 
> ___
> 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

___
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: Livecloud Bundle Offer

2019-04-28 Thread Matthias Rebbe via use-livecode
You can order just the Simulcast here 
https://livecode.com/california19/simulcast/

for 149$. ;)

Regards,

Matthias




> Am 28.04.2019 um 04:35 schrieb Rick Harrison via use-livecode 
> :
> 
> Hi Mark,
> 
> I have a Lifetime Indy LiveCode license.  So I don’t need that.
> I have a Lifetime On-Rev license.
> I run my own servers with Postgresql as my database.
> (I really don’t need LiveCloud yet.)
> I do not want to attend the conference in person.
> 
> So yes, in my case, the deal isn’t good enough for me.
> I might only have interest in just the simulcast and recordings.
> 
> Thanks for asking.
> 
> Rick
> 
> 
>> On Apr 27, 2019, at 10:13 PM, Mark Wieder via use-livecode 
>>  wrote:
>> 
>> On 4/27/19 6:45 PM, Rick Harrison via use-livecode wrote:
>> 
>>> Is there a way to just get full access to the 2019 Simulcast streaming and 
>>> recordings?
>> 
>> Because $149 for that PLUS a LiveCloud subscription AND a permanent 9.0 
>> license isn't a good enough deal for you?
>> 
>> If you buy a $199 ticket to attend the conference and want to add just the 
>> simulcast and recordings, that alone will add $149.
>> 
>> -- 
>> Mark Wieder
>> ahsoftw...@gmail.com
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: Livecloud Bundle Offer

2019-04-28 Thread James At The Hale via use-livecode
Doesn’t a permanent 9.03 license mean just that, 9.03, not 9.04 or above?

James

___
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