Re: Any electronic document formats offering interactivity?

2020-03-18 Thread Alex Tweedly via use-livecode

Hi David,

as Richard says, there are many unknowns, or unstated constraints, etc. 
- so anyone who would try to give a detailed answer without more details 
is either:


 - brave

 - foolhardy  or

 - just foolish.


So here I go  you choose which of the above adjectives fits :-)

Possibly a suitable format is  HTML.

Not just any old html, but a carefully selected subset / context.

Deliver a single, self-contained file of html. CSS and a small amount of 
JS all inline within the file.


Put in enough JS library/framework  (i.e. probably lift a minimal subset 
of Bootstrap or similar) to provide any kinds of interactivity you need 
such as clever tooltips, etc.), and build a LC tool to create the 
elements you want to place.


-- Alex.

P.S. If you need images then this "single page" idea breaks - you might 
need to make images be "in the cloud" and require Internet connectivity.



On 18/03/2020 18:00, David V Glasgow via use-livecode wrote:

Hi folks,

I would like to be able to generate a document from LC consisting of a single 
page (effectively a copy of a card) which can offer some basic interactivity.

I would be pretty happy if users can create a document that would display 
‘tooltip-like’ explanatory notes if summary fields are clicked.

I couldn’t make any sense of the interactivity offered by PDF.  I did a bit 
better with ePub, but the emphasis seems to be on links, animation and video 
etc, which is far more than I want.

Any advice or suggestions?


Best Wishes,
David Glasgow
Consultant Forensic & Clinical Psychologist

   

   
  
___
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: Tab In Field

2020-03-18 Thread Bob Sneidar via use-livecode
NVM! Set the tabstops to empty! Shoutout to revNavigator by Geoff Canyon who 
once again saves the day! 

Bob S


> On Mar 18, 2020, at 15:13 , Bob Sneidar via use-livecode 
>  wrote:
> 
> This is probably something really simple, but I have two fields whose 
> properties so far as I can tell are exactly the same, but if I tab in one 
> field it inserts a tab, and if I tab the other field it focuses on the next 
> field! 
> 
> Bob S


___
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


Tab In Field

2020-03-18 Thread Bob Sneidar via use-livecode
This is probably something really simple, but I have two fields whose 
properties so far as I can tell are exactly the same, but if I tab in one field 
it inserts a tab, and if I tab the other field it focuses on the next field! 

Bob S


___
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: ODBC Connections

2020-03-18 Thread Bob Sneidar via use-livecode
Sorry I looked it up ODBC connections are intended to be local to the device 
they are configured on. I cannot access an ODBC connection on a different 
computer than I am trying to connect from. That's okay, I was thinking about 
making an ODBC agent that works using sockets. That would allow my to encrypt 2 
way communications without having to futz with a web server. 

Bob S


___
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: ODBC Connections

2020-03-18 Thread matthias rebbe via use-livecode
Could you please explain what you mean with "access an ODBC connection 
remotely"?
Do you want to use an ODBC connection string instead of a DSN?


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 18.03.2020 um 21:41 schrieb Bob Sneidar via use-livecode 
> :
> 
> Hmmm your example works, so yes the dictionary is wrong (again). It states 
> revOpenDatabase("odbc", hostAddress, databaseName, 
> [userName],[passWord],[cursorType]). 
> 
> "hostAddress" should actually be "dsnName". Also the Disctionary example 
> seems to indicate the userName and passWord arguments are optional but they 
> are not. I get the same error using your corrected example sans the 
> user/pass. 
> 
> One more question if I may, can I access an ODBC connection remotely? If so, 
> how would I specifiy which actual server I want to connect to? 
> 
> Bob S
> 
> 
>> On Mar 17, 2020, at 16:00 , matthias rebbe via use-livecode 
>>  wrote:
>> 
>> i would say the description in the dictionary is wrong and therefore your 
>> script. ;)
>> 
>> I am using it as follows
>> 
>> put revopendatabase("ODBC",DsnName,Databasename,Username,Password)
> 
> 
> ___
> 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: ODBC Connections

2020-03-18 Thread Bob Sneidar via use-livecode
Hmmm your example works, so yes the dictionary is wrong (again). It states 
revOpenDatabase("odbc", hostAddress, databaseName, 
[userName],[passWord],[cursorType]). 

"hostAddress" should actually be "dsnName". Also the Disctionary example seems 
to indicate the userName and passWord arguments are optional but they are not. 
I get the same error using your corrected example sans the user/pass. 

One more question if I may, can I access an ODBC connection remotely? If so, 
how would I specifiy which actual server I want to connect to? 

Bob S


> On Mar 17, 2020, at 16:00 , matthias rebbe via use-livecode 
>  wrote:
> 
> i would say the description in the dictionary is wrong and therefore your 
> script. ;)
> 
> I am using it as follows
> 
> put revopendatabase("ODBC",DsnName,Databasename,Username,Password)


___
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: Interruption to LiveCode services

2020-03-18 Thread Martin Koob via use-livecode
So it was a Social Distancing issue then.  Keep the server 2 m away from the 
old backups.


Martin




> On Mar 18, 2020, at 6:02 AM, Heather Laine via use-livecode 
>  wrote:
> 
> It contracted some very peculiar interaction with an old backup. 

___
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: Making my book free until the end of May

2020-03-18 Thread Bob Cole via use-livecode
Andre:
As I restart my interest in LiveCode programming I think your book will help me 
produce better quality code. $20 seems like great a bargain.
Enjoy another beer on me.
Bob

Sent from my iPhone

> On Mar 18, 2020, at 11:00 AM, use-livecode-requ...@lists.runrev.com wrote:
> 
> Message: 10
> Date: Wed, 18 Mar 2020 12:42:45 +
> From: Keith Clarke  Subject: Re: Making my book free until the end of May
> 
> Hi Andre,
> I wasn?t aware that you?d written that book - but a spooky coincidence, as 
> last weekend I?d just started revisiting RevIgniter for LiveCode server and 
> as a hobbyist, was struggling to get my head around MVC & mapping to (limited 
> knowledge of) LiveCode concepts.
> 
> So, good timing and I was happy to pay the $20 - consider it a 'virtual beer' 
> in these times of social isolation & lockdown! :-D
> 
> Cheers Andre - and stay safe, all.
> 
> Best,
> Keith


___
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: Any electronic document formats offering interactivity?

2020-03-18 Thread Richard Gaskin via use-livecode

David V Glasgow wrote:

> I would like to be able to generate a document from LC consisting of a
> single page (effectively a copy of a card) which can offer some basic
> interactivity.
>
> I would be pretty happy if users can create a document that would
> display ‘tooltip-like’ explanatory notes if summary fields are
> clicked.
>
> I couldn’t make any sense of the interactivity offered by PDF.  I did
> a bit better with ePub, but the emphasis seems to be on links,
> animation and video etc, which is far more than I want.
>
> Any advice or suggestions?

LiveCode is a good format for delivering interactivity.

But I'm guessing there are requirements in play not yet described here 
which might rule that out.  Knowing what those requirements are will 
help us meet them.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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: Making my book free until the end of May

2020-03-18 Thread Richard Gaskin via use-livecode

Andre Garzia wrote:

> ...I haven't devoted more time to it because I felt like
> people were not interested...

I wonder if the world stopped making software.  That would explain the 
slow growth of the LC audience.


Surely the absence of visible marketing couldn't be a contributing factor...

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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


Any electronic document formats offering interactivity?

2020-03-18 Thread David V Glasgow via use-livecode
Hi folks,

I would like to be able to generate a document from LC consisting of a single 
page (effectively a copy of a card) which can offer some basic interactivity. 

I would be pretty happy if users can create a document that would display 
‘tooltip-like’ explanatory notes if summary fields are clicked.

I couldn’t make any sense of the interactivity offered by PDF.  I did a bit 
better with ePub, but the emphasis seems to be on links, animation and video 
etc, which is far more than I want.

Any advice or suggestions?


Best Wishes,
David Glasgow
Consultant Forensic & Clinical Psychologist

  

  
 
___
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: Interruption to LiveCode services

2020-03-18 Thread Mark Wieder via use-livecode

On 3/18/20 3:02 AM, Heather Laine via use-livecode wrote:


Those that understand these things assure me it will not happen again.


LOL.

Srsly though... thanks, team for the quick fix.

--
 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


Re: Making my book free until the end of May

2020-03-18 Thread Lagi Pittas via use-livecode
I am very  interested - but I read the first version and wanted more .

 I thought you gave up because you didn't have time

As I said it was a quick read - and then I forgot I had it and leanpub
didn't remind me.

Would appreciate some more - re-reading again today

Thanks Andre

Regards Lagi

On Wed, 18 Mar 2020 at 16:50, Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:

> The last update was last year when I added a chapter about libraries. I
> have more content planned to it but I haven't devoted more time to it
> because I felt like people were not interested...
>
> On Wed, 18 Mar 2020 at 15:03, Lagi Pittas via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hi Mathias
> >
> >
> > the version says
> >
> > Disclaimer
> > This is an early release. Send feedback to feedb...@andregarzia.com¹.
> > The content of this book will be expanded in the next months, I see this
> > book as a living thing,
> > much like LiveCode IDE.
> > This is the “minimum amount of book” I consider useful enough to make a
> > release. I hope you all
> > enjoy and benefit from it.
> > Version
> > The version you’re reading is the: 2019.11.1
> >
> > And it's 57 pages
> >
> >   To be honest I never looked at it after the first day and only just
> > downloaded it.
> > I'm going to read it again and send feedback
> >
> > Lagi
> >
> > On Wed, 18 Mar 2020 at 14:50, matthias rebbe via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > Hi Lagi,
> > >
> > > could you give a feedback here, if there is newer content. The last
> > > version i have here was published 2019-11-18.
> > >
> > > Matthias
> > >
> > >
> > > -
> > > Matthias Rebbe
> > > Life Is Too Short For Boring Code
> > >
> > > > Am 18.03.2020 um 15:21 schrieb Lagi Pittas via use-livecode <
> > > use-livecode@lists.runrev.com>:
> > > >
> > > > I too already bought it but I'll download to see if there were any
> > > additions
> > > >
> > > > Thanks
> > > >
> > > > Lagi
> > > >
> > > > On Wed, 18 Mar 2020 at 12:06, matthias rebbe via use-livecode <
> > > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > >> Hi Andre,
> > > >>
> > > >> wow that´s a generous offer. I own your book already and i really
> can
> > > >> recommend it.
> > > >>
> > > >> Btw. your e-mail signature still contains a link to fon.nu.  ;)
> > > >>
> > > >> -
> > > >> Matthias Rebbe
> > > >> Life Is Too Short For Boring Code
> > > >>
> > > >>> Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode <
> > > >> use-livecode@lists.runrev.com>:
> > > >>>
> > > >>> Hi Folks,
> > > >>>
> > > >>> Many of you are probably working from home right now and some might
> > be
> > > >>> self-isolating or under lockdown. I understand that this poses many
> > > >>> challenges to many of you, most of which I can't help with at all,
> > but
> > > I
> > > >>> can however make it easier for you to get more LC content. The
> > current
> > > >> time
> > > >>> is stressing the ability of many of us to make a living, especially
> > > >> people
> > > >>> here who might be forced into unpaid leave. Because of that I
> decided
> > > to
> > > >>> make my book free until the end of May. You can get it at:
> > > >>>
> > > >>> https://leanpub.com/livecodeapparchitecture
> > > >>>
> > > >>> The way Leanpub works is that there is a price slider that lets you
> > > >> adjust
> > > >>> the price from the minimum value set by the author all the way to
> as
> > > much
> > > >>> as you want. I've adjusted the minimum price and the recommended
> > price
> > > >> to 0
> > > >>> USD. You can still adjust that if you want. The book is usually 20
> > USD
> > > >> but
> > > >>> with that cut, you can use that cash for something else and improve
> > > your
> > > >> LC
> > > >>> skills.
> > > >>>
> > > >>> Best
> > > >>> Andre
> > > >>>
> > > >>> --
> > > >>> http://www.andregarzia.com -- All We Do Is Code.
> > > >>> http://fon.nu -- minimalist url shortening service.
> > > >>> ___
> > > >>> 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
> > > 

Re: Making my book free until the end of May

2020-03-18 Thread Andre Garzia via use-livecode
The last update was last year when I added a chapter about libraries. I
have more content planned to it but I haven't devoted more time to it
because I felt like people were not interested...

On Wed, 18 Mar 2020 at 15:03, Lagi Pittas via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Mathias
>
>
> the version says
>
> Disclaimer
> This is an early release. Send feedback to feedb...@andregarzia.com¹.
> The content of this book will be expanded in the next months, I see this
> book as a living thing,
> much like LiveCode IDE.
> This is the “minimum amount of book” I consider useful enough to make a
> release. I hope you all
> enjoy and benefit from it.
> Version
> The version you’re reading is the: 2019.11.1
>
> And it's 57 pages
>
>   To be honest I never looked at it after the first day and only just
> downloaded it.
> I'm going to read it again and send feedback
>
> Lagi
>
> On Wed, 18 Mar 2020 at 14:50, matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hi Lagi,
> >
> > could you give a feedback here, if there is newer content. The last
> > version i have here was published 2019-11-18.
> >
> > Matthias
> >
> >
> > -
> > Matthias Rebbe
> > Life Is Too Short For Boring Code
> >
> > > Am 18.03.2020 um 15:21 schrieb Lagi Pittas via use-livecode <
> > use-livecode@lists.runrev.com>:
> > >
> > > I too already bought it but I'll download to see if there were any
> > additions
> > >
> > > Thanks
> > >
> > > Lagi
> > >
> > > On Wed, 18 Mar 2020 at 12:06, matthias rebbe via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > >> Hi Andre,
> > >>
> > >> wow that´s a generous offer. I own your book already and i really can
> > >> recommend it.
> > >>
> > >> Btw. your e-mail signature still contains a link to fon.nu.  ;)
> > >>
> > >> -
> > >> Matthias Rebbe
> > >> Life Is Too Short For Boring Code
> > >>
> > >>> Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode <
> > >> use-livecode@lists.runrev.com>:
> > >>>
> > >>> Hi Folks,
> > >>>
> > >>> Many of you are probably working from home right now and some might
> be
> > >>> self-isolating or under lockdown. I understand that this poses many
> > >>> challenges to many of you, most of which I can't help with at all,
> but
> > I
> > >>> can however make it easier for you to get more LC content. The
> current
> > >> time
> > >>> is stressing the ability of many of us to make a living, especially
> > >> people
> > >>> here who might be forced into unpaid leave. Because of that I decided
> > to
> > >>> make my book free until the end of May. You can get it at:
> > >>>
> > >>> https://leanpub.com/livecodeapparchitecture
> > >>>
> > >>> The way Leanpub works is that there is a price slider that lets you
> > >> adjust
> > >>> the price from the minimum value set by the author all the way to as
> > much
> > >>> as you want. I've adjusted the minimum price and the recommended
> price
> > >> to 0
> > >>> USD. You can still adjust that if you want. The book is usually 20
> USD
> > >> but
> > >>> with that cut, you can use that cash for something else and improve
> > your
> > >> LC
> > >>> skills.
> > >>>
> > >>> Best
> > >>> Andre
> > >>>
> > >>> --
> > >>> http://www.andregarzia.com -- All We Do Is Code.
> > >>> http://fon.nu -- minimalist url shortening service.
> > >>> ___
> > >>> 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
>


-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, 

Re: use-livecode Digest, Vol 198, Issue 20

2020-03-18 Thread Jim Lambert via use-livecode
> We are all sorted now.
> 
> Best Regards,
> 
> Heather


Thanks, Heather and Team!

Jim Lambert
___
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: Making my book free until the end of May

2020-03-18 Thread Lagi Pittas via use-livecode
Hi Mathias


the version says

Disclaimer
This is an early release. Send feedback to feedb...@andregarzia.com¹.
The content of this book will be expanded in the next months, I see this
book as a living thing,
much like LiveCode IDE.
This is the “minimum amount of book” I consider useful enough to make a
release. I hope you all
enjoy and benefit from it.
Version
The version you’re reading is the: 2019.11.1

And it's 57 pages

  To be honest I never looked at it after the first day and only just
downloaded it.
I'm going to read it again and send feedback

Lagi

On Wed, 18 Mar 2020 at 14:50, matthias rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Lagi,
>
> could you give a feedback here, if there is newer content. The last
> version i have here was published 2019-11-18.
>
> Matthias
>
>
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
> > Am 18.03.2020 um 15:21 schrieb Lagi Pittas via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > I too already bought it but I'll download to see if there were any
> additions
> >
> > Thanks
> >
> > Lagi
> >
> > On Wed, 18 Mar 2020 at 12:06, matthias rebbe via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Hi Andre,
> >>
> >> wow that´s a generous offer. I own your book already and i really can
> >> recommend it.
> >>
> >> Btw. your e-mail signature still contains a link to fon.nu.  ;)
> >>
> >> -
> >> Matthias Rebbe
> >> Life Is Too Short For Boring Code
> >>
> >>> Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode <
> >> use-livecode@lists.runrev.com>:
> >>>
> >>> Hi Folks,
> >>>
> >>> Many of you are probably working from home right now and some might be
> >>> self-isolating or under lockdown. I understand that this poses many
> >>> challenges to many of you, most of which I can't help with at all, but
> I
> >>> can however make it easier for you to get more LC content. The current
> >> time
> >>> is stressing the ability of many of us to make a living, especially
> >> people
> >>> here who might be forced into unpaid leave. Because of that I decided
> to
> >>> make my book free until the end of May. You can get it at:
> >>>
> >>> https://leanpub.com/livecodeapparchitecture
> >>>
> >>> The way Leanpub works is that there is a price slider that lets you
> >> adjust
> >>> the price from the minimum value set by the author all the way to as
> much
> >>> as you want. I've adjusted the minimum price and the recommended price
> >> to 0
> >>> USD. You can still adjust that if you want. The book is usually 20 USD
> >> but
> >>> with that cut, you can use that cash for something else and improve
> your
> >> LC
> >>> skills.
> >>>
> >>> Best
> >>> Andre
> >>>
> >>> --
> >>> http://www.andregarzia.com -- All We Do Is Code.
> >>> http://fon.nu -- minimalist url shortening service.
> >>> ___
> >>> 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: Making my book free until the end of May

2020-03-18 Thread matthias rebbe via use-livecode
Hi Lagi,

could you give a feedback here, if there is newer content. The last version i 
have here was published 2019-11-18.

Matthias


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 18.03.2020 um 15:21 schrieb Lagi Pittas via use-livecode 
> :
> 
> I too already bought it but I'll download to see if there were any additions
> 
> Thanks
> 
> Lagi
> 
> On Wed, 18 Mar 2020 at 12:06, matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Hi Andre,
>> 
>> wow that´s a generous offer. I own your book already and i really can
>> recommend it.
>> 
>> Btw. your e-mail signature still contains a link to fon.nu.  ;)
>> 
>> -
>> Matthias Rebbe
>> Life Is Too Short For Boring Code
>> 
>>> Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode <
>> use-livecode@lists.runrev.com>:
>>> 
>>> Hi Folks,
>>> 
>>> Many of you are probably working from home right now and some might be
>>> self-isolating or under lockdown. I understand that this poses many
>>> challenges to many of you, most of which I can't help with at all, but I
>>> can however make it easier for you to get more LC content. The current
>> time
>>> is stressing the ability of many of us to make a living, especially
>> people
>>> here who might be forced into unpaid leave. Because of that I decided to
>>> make my book free until the end of May. You can get it at:
>>> 
>>> https://leanpub.com/livecodeapparchitecture
>>> 
>>> The way Leanpub works is that there is a price slider that lets you
>> adjust
>>> the price from the minimum value set by the author all the way to as much
>>> as you want. I've adjusted the minimum price and the recommended price
>> to 0
>>> USD. You can still adjust that if you want. The book is usually 20 USD
>> but
>>> with that cut, you can use that cash for something else and improve your
>> LC
>>> skills.
>>> 
>>> Best
>>> Andre
>>> 
>>> --
>>> http://www.andregarzia.com -- All We Do Is Code.
>>> http://fon.nu -- minimalist url shortening service.
>>> ___
>>> 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: Making my book free until the end of May

2020-03-18 Thread Lagi Pittas via use-livecode
I too already bought it but I'll download to see if there were any additions

Thanks

Lagi

On Wed, 18 Mar 2020 at 12:06, matthias rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Andre,
>
> wow that´s a generous offer. I own your book already and i really can
> recommend it.
>
> Btw. your e-mail signature still contains a link to fon.nu.  ;)
>
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
> > Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Hi Folks,
> >
> > Many of you are probably working from home right now and some might be
> > self-isolating or under lockdown. I understand that this poses many
> > challenges to many of you, most of which I can't help with at all, but I
> > can however make it easier for you to get more LC content. The current
> time
> > is stressing the ability of many of us to make a living, especially
> people
> > here who might be forced into unpaid leave. Because of that I decided to
> > make my book free until the end of May. You can get it at:
> >
> > https://leanpub.com/livecodeapparchitecture
> >
> > The way Leanpub works is that there is a price slider that lets you
> adjust
> > the price from the minimum value set by the author all the way to as much
> > as you want. I've adjusted the minimum price and the recommended price
> to 0
> > USD. You can still adjust that if you want. The book is usually 20 USD
> but
> > with that cut, you can use that cash for something else and improve your
> LC
> > skills.
> >
> > Best
> > Andre
> >
> > --
> > http://www.andregarzia.com -- All We Do Is Code.
> > http://fon.nu -- minimalist url shortening service.
> > ___
> > 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: Making my book free until the end of May

2020-03-18 Thread Kaveh Bazargan via use-livecode
disappointed the slider does not go below zero! Thanks André. Made the
purchase...

Regards
Kaveh

On Wed, 18 Mar 2020 at 12:44, Keith Clarke via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Andre,
> I wasn’t aware that you’d written that book - but a spooky coincidence, as
> last weekend I’d just started revisiting RevIgniter for LiveCode server and
> as a hobbyist, was struggling to get my head around MVC & mapping to
> (limited knowledge of) LiveCode concepts.
>
> So, good timing and I was happy to pay the $20 - consider it a 'virtual
> beer' in these times of social isolation & lockdown! :-D
>
> Cheers Andre - and stay safe, all.
>
> Best,
> Keith
>
> > On 18 Mar 2020, at 11:51, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Folks,
> >
> > Many of you are probably working from home right now and some might be
> > self-isolating or under lockdown. I understand that this poses many
> > challenges to many of you, most of which I can't help with at all, but I
> > can however make it easier for you to get more LC content. The current
> time
> > is stressing the ability of many of us to make a living, especially
> people
> > here who might be forced into unpaid leave. Because of that I decided to
> > make my book free until the end of May. You can get it at:
> >
> > https://leanpub.com/livecodeapparchitecture
> >
> > The way Leanpub works is that there is a price slider that lets you
> adjust
> > the price from the minimum value set by the author all the way to as much
> > as you want. I've adjusted the minimum price and the recommended price
> to 0
> > USD. You can still adjust that if you want. The book is usually 20 USD
> but
> > with that cut, you can use that cash for something else and improve your
> LC
> > skills.
> >
> > Best
> > Andre
> >
> > --
> > http://www.andregarzia.com -- All We Do Is Code.
> > http://fon.nu -- minimalist url shortening service.
> > ___
> > 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
>


-- 
Kaveh Bazargan PhD
Director
River Valley Technologies  • Twitter
 • LinkedIn

___
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: Making my book free until the end of May

2020-03-18 Thread Keith Clarke via use-livecode
Hi Andre,
I wasn’t aware that you’d written that book - but a spooky coincidence, as last 
weekend I’d just started revisiting RevIgniter for LiveCode server and as a 
hobbyist, was struggling to get my head around MVC & mapping to (limited 
knowledge of) LiveCode concepts.

So, good timing and I was happy to pay the $20 - consider it a 'virtual beer' 
in these times of social isolation & lockdown! :-D

Cheers Andre - and stay safe, all.

Best,
Keith

> On 18 Mar 2020, at 11:51, Andre Garzia via use-livecode 
>  wrote:
> 
> Hi Folks,
> 
> Many of you are probably working from home right now and some might be
> self-isolating or under lockdown. I understand that this poses many
> challenges to many of you, most of which I can't help with at all, but I
> can however make it easier for you to get more LC content. The current time
> is stressing the ability of many of us to make a living, especially people
> here who might be forced into unpaid leave. Because of that I decided to
> make my book free until the end of May. You can get it at:
> 
> https://leanpub.com/livecodeapparchitecture
> 
> The way Leanpub works is that there is a price slider that lets you adjust
> the price from the minimum value set by the author all the way to as much
> as you want. I've adjusted the minimum price and the recommended price to 0
> USD. You can still adjust that if you want. The book is usually 20 USD but
> with that cut, you can use that cash for something else and improve your LC
> skills.
> 
> Best
> Andre
> 
> -- 
> http://www.andregarzia.com -- All We Do Is Code.
> http://fon.nu -- minimalist url shortening service.
> ___
> 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: Making my book free until the end of May

2020-03-18 Thread Klaus major-k via use-livecode
Hi Andre,

> Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode 
> :
> 
> Hi Folks,
> 
> Many of you are probably working from home right now and some might be
> ...
> with that cut, you can use that cash for something else and improve your LC
> skills.
> 
> Best
> Andre

this is cool and very generous, my little spanish friend! :-D
Thank you very much!


Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
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: Making my book free until the end of May

2020-03-18 Thread matthias rebbe via use-livecode
Hi Andre,

wow that´s a generous offer. I own your book already and i really can recommend 
it.

Btw. your e-mail signature still contains a link to fon.nu.  ;)

-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 18.03.2020 um 12:51 schrieb Andre Garzia via use-livecode 
> :
> 
> Hi Folks,
> 
> Many of you are probably working from home right now and some might be
> self-isolating or under lockdown. I understand that this poses many
> challenges to many of you, most of which I can't help with at all, but I
> can however make it easier for you to get more LC content. The current time
> is stressing the ability of many of us to make a living, especially people
> here who might be forced into unpaid leave. Because of that I decided to
> make my book free until the end of May. You can get it at:
> 
> https://leanpub.com/livecodeapparchitecture
> 
> The way Leanpub works is that there is a price slider that lets you adjust
> the price from the minimum value set by the author all the way to as much
> as you want. I've adjusted the minimum price and the recommended price to 0
> USD. You can still adjust that if you want. The book is usually 20 USD but
> with that cut, you can use that cash for something else and improve your LC
> skills.
> 
> Best
> Andre
> 
> -- 
> http://www.andregarzia.com -- All We Do Is Code.
> http://fon.nu -- minimalist url shortening service.
> ___
> 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


Making my book free until the end of May

2020-03-18 Thread Andre Garzia via use-livecode
Hi Folks,

Many of you are probably working from home right now and some might be
self-isolating or under lockdown. I understand that this poses many
challenges to many of you, most of which I can't help with at all, but I
can however make it easier for you to get more LC content. The current time
is stressing the ability of many of us to make a living, especially people
here who might be forced into unpaid leave. Because of that I decided to
make my book free until the end of May. You can get it at:

https://leanpub.com/livecodeapparchitecture

The way Leanpub works is that there is a price slider that lets you adjust
the price from the minimum value set by the author all the way to as much
as you want. I've adjusted the minimum price and the recommended price to 0
USD. You can still adjust that if you want. The book is usually 20 USD but
with that cut, you can use that cash for something else and improve your LC
skills.

Best
Andre

-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: Interruption to LiveCode services

2020-03-18 Thread Heather Laine via use-livecode
It did not. It contracted some very peculiar interaction with an old backup. 
Those that understand these things assure me it will not happen again.

We are all sorted now.

Best Regards,

Heather

Heather Laine
Customer Services Manager
LiveCode Ltd
www.livecode.com



> On 17 Mar 2020, at 23:17, Bob Sneidar via use-livecode 
>  wrote:
> 
> Now THAT would be a crossover virus to beat all. 
> 
> Bob S
> 
> 
>> On Mar 17, 2020, at 16:09 , Pi Digital via use-livecode 
>>  wrote:
>> 
>> Did it contract a virus? Had it maintained social separation distances?
>> 
>> Sean Cole
>> Pi Digital
>> 
>> 
>>> On 16 Mar 2020, at 20:21, Mark Waddingham via use-livecode 
>>>  wrote:
>>> 
>>> Hi all,
>>> 
>>> As some of you will have noticed a number of LiveCode services are 
>>> currently down - notably, the main LiveCode webserver, the forums and 
>>> bugzilla.
>>> 
>>> We are currently working to restore these services as quickly as possible.
>>> 
>>> The mailing list server is currently unaffected it seems so hopefully this 
>>> email will get through!
>>> 
>>> Warmest Regards,
>>> 
>>> Mark
>>> 
>>> Sent from my iPhone
> 
> ___
> 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