Re: Levure wiki / documentation

2017-06-29 Thread Andre Garzia via use-livecode
ode@lists.runrev.com> wrote: > Andre how do we get your book(s) somebody on here posted that he had the > book that is still showing 80% done on leanpub > > KIndest Regards Lagi > > On 27 June 2017 at 00:20, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com>

Re: Levure wiki / documentation

2017-06-29 Thread Andre Garzia via use-livecode
agi Pittas via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Andre how do we get your book(s) somebody on here posted that he had the >> book that is still showing 80% done on leanpub >> >> KIndest Regards Lagi >> >> On 27 June 2017 at 00:

Re: modal window = block handler?

2017-07-10 Thread Andre Garzia via use-livecode
Friends, Just to add a related note here, at least on 9dp5 the "popup" command is also not pausing. It is supposed to pause the handler that calls it until menupick happens but in my experience here it simple keeps running even while the modal is open. This might be related. om om andre On Mon,

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-29 Thread Andre Garzia via use-livecode
Hey, I think I am on a special position to talk about this as I have been on the bleeding edge of the Web trenches for a while. Instead of boring everyone here to death, I will do a quick TL;DR first with the actual info and then digress a bit about the current situation. = WEB: * The we

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-29 Thread Andre Garzia via use-livecode
Hey, Mixed answer below: > - when the app needs access to the phone's functions (notifications, GPS, > screen dimming, text messages, etc) > There are Web APIs for: * Geolocation https://developer.mozilla.org/en-US/docs/Web/API/Geolocation * Notification (both local and push): - Local: https

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Hey Alex, I have multiple sources for it here. This is in the most recent location: https://www.dropbox.com/s/0636wl30z4btg1u/RevHTTP.zip?dl=0 Be aware that this httpd was never safe. It handles only one connection at a time. We can build better stuff these days. I haven't tested the new httpd l

Re: httpd library and missed opportunity.

2017-08-01 Thread Andre Garzia via use-livecode
Alex, Python is kinda tricky to bundle. If you're looking into writing an extension, then these might be useful: * Libmicrohttpd - from GNU project, embedable httpd in C: https://www.gnu.org/software/libmicrohttpd/ Implementing httpd is not hard, it could be done quite easily. On Tue, Aug 1, 20

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
g via use-livecode < use-livecode@lists.runrev.com> wrote: > > > On 2 Aug 2017, at 4:02 am, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I wish there was a more comprehensive documentation effort going on. > > Hi Andr

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Friends, I just looked at the source code for the new httpd library, it is quite similar in "what it is doing" to mchttpd and my own revhttpd. Basically both of them use LC to accept and process requests. I had the impression that the new library was using some C/C++ based implementation. The imp

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Thats how I feel too :-) Em 1 de ago de 2017 20:04, "J. Landman Gay via use-livecode" < use-livecode@lists.runrev.com> escreveu: > On 8/1/17 5:48 PM, Andre Garzia via use-livecode wrote: > >> Right now we have documentation spread all over the place. There are &

[ANN] vCard & iCalendar library

2019-02-18 Thread Andre Garzia via use-livecode
Hi Friends, I am in the process of updating my LiveCode book (http://andregarzia.com/livecode/#livecode-advanced-application-architecture). The demo application for the book is an Address Book stack and while I was writing the "libraries" chapter, I remembered that long ago, I wrote an vCard/

Address and phone to the office

2019-03-11 Thread Andre Garzia via use-livecode
Hey, Anyone here know the current address of LiveCode office and their phone number? Cheers Andre ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Address and phone to the office

2019-03-15 Thread Andre Garzia via use-livecode
This is probably right - it’s certainly different from the address they > had last year, and I know they’ve moved. > > HTH > > Graham > > > > On 11 Mar 2019, at 15:19, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > H

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Andre Garzia via use-livecode
this is just TOO AWESOME One of the things I always complained is the lack of refactoring support. Thanks a ton my friend. On Thu, Mar 21, 2019 at 2:48 AM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 3/20/19 2:53 PM, Mark Wieder via use-livecode wrote: > > > H

Notarizing applications for macOS

2019-04-09 Thread Andre Garzia via use-livecode
Hey friends, This info just passed through my inbox: https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution?language=objc Do we have a solution for this already? Can we notarize LC standalones? Cheers andre ___

Re: Notarizing applications for macOS

2019-04-10 Thread Andre Garzia via use-livecode
On 09/04/2019 16:47, Mark Wieder via use-livecode wrote: On 4/9/19 4:04 AM, Andre Garzia via use-livecode wrote: Hey friends, This info just passed through my inbox: https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution?language=objc https

Re: Container for Multi-Media Narravites; SMIL Revisited

2019-04-10 Thread Andre Garzia via use-livecode
Swami, I think this was probably a message that was made for me and not for the list :-) I will get back to you on this soon. om om andre On 09/04/2019 16:47, Sannyasin Brahmanathaswami via use-livecode wrote: Brainstorm: It a shame that SMIL was abandoned. Well maybe not... but working

Re: Upcoming MacOS 14.5 with software “notarization” requirements

2019-04-11 Thread Andre Garzia via use-livecode
People forget that speed and latency are not related. Solving latency on networked apps is tricky. There will always be a place for Desktop apps (local apps on your computer I mean) On 10/04/2019 22:53, Richard Gaskin via use-livecode wrote: Paul Dupuis wrote: > Of course this may all be a

[Feedback request] New docs for dbLib

2019-04-29 Thread Andre Garzia via use-livecode
Hey Friends, I've been working on a new release for dbLib for a while and part of it is producing better documentation. Even though it is not yet complete, I think that the new documentation is good and it might already be valuable for people here as it applies to the current release. I'd be

How to hide LC menubar without losing the icon on the windows taskbar?

2019-05-27 Thread Andre Garzia via use-livecode
I enjoy using Devolution and since my machine has 10'' I'd like to hide the menubar to free up some real estate but if I use the feature from Devolution to hide the LC menubar I end up losing the application icon on Windows 10 task bar which makes it really hard to switch between apps on the ma

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

Re: Making my book free until the end of May

2020-03-18 Thread Andre Garzia via use-livecode
2: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. > > >> &g

<    1   2   3