software.
>
> Perhaps this topic is an idea for a short book (hint, hint).
>
> Best,
> Bill
>
> William Prothero
> http://es.earthednet.org
>
> > On Jan 20, 2021, at 8:03 AM, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com>
WebAssembly (aka WASM) is not a silver bullet. It is not something like
"you compile to WebAssembly and then PROFIT".
WebAssembly and ASM.js (which is what the current HTML5 LC Runtime uses)
are very similar. The advantages of WASM is that it is a lot smaller –
since it is bytecode and not
So,
Displaying bundled content only (or mostly) allows Apple's static analysis
tools to take a look at your app. They can also identify outgoing
connections, so they know if you are opening remote pages. If all you do is
display local content, and there is no outgoing connections, then security
Bill,
Let me second what Richard said, you'd be better served by building desktop
stack apps than by building web apps. There is no silver bullet for doing
web work, there is no magical technology that makes it as easy as LC. The
Web is a design by committee with various multi-billion companies
But apps that are browsers to bundled content are OK. That is how you get
Apache Cordova and Phonegap to work.
On Tue, 19 Jan 2021 at 02:06, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On 1/18/21 2:20 PM, William Prothero via use-livecode wrote:
>
> > Building a single
Hi Panos,
Is there a potential ETA for M1 support?
Best
Andre
On Tue, 12 Jan 2021 at 09:13, panagiotis merakos via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Dear list members,
>
> We are pleased to announce the release of LiveCode 9.6.2 RC-2.
>
>
> Getting the Release
>
Hi Panos,
Just updated https://quality.livecode.com/show_bug.cgi?id=22955 with a
screenshot from 9.6.2-rc-1 running on my M1 machine.
I can't reproduce the bug, I guess it is fixed.
On Fri, 8 Jan 2021 at 10:35, panagiotis merakos via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hello
as I think you use American format dates.
>
> Lagi
>
> On Wed, 30 Dec 2020 at 00:28, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hey Friends,
> >
> > I've reduced the price of my LiveCode eBook to £9.99. This book will
>
Hey Friends,
I've reduced the price of my LiveCode eBook to £9.99. This book will teach
you advanced techniques, and contains a ton tips and tricks from a seasoned
LC developer.
Get it from:
https://andregarzia.com/books/livecode-advanced-application-architecture.html
Kind regards
Andre
--
Hey Friends,
I'm enjoying this thread a lot. I'll not be the person to tell someone not
to port LC to some new ISA or OS, I think it would be great if LC would run
in BSD. Personally, I don't have the time or even the skillset to help
this, but I'd love to benefit from it. Incidentally this is
On Mon, 19 Oct 2020 at 21:31, Paul McClernan via use-livecode <
use-livecode@lists.runrev.com> wrote:
> >
> > OS X, Windows 95 through Windows 10, Raspberry Pi and "several variations
> > of Unix (I think is just means Linux)".
> >
> > I'm thinking about tinkering with a FreeBSD server and
Hi Friends,
I looked in my archives here but I can't find that post. I probably did
that just to solve the size limitation for the forum and failed to archive
it anywhere. I think that content was lost :-(
If this is a topic that you folks feel is under-explored, I could come up
with a new post
Aloha,
The last "put" command is wrong. This one:
> put URL (tHttpsServerRoot & sStoryTitle & "/" & sStoryTitle &
".livecode") into tLocalDocumentsStories & sStoryTitle & "/" & sStoryTitle
& ".livecode"
It should have been:
put URL (tHttpsServerRoot & sStoryTitle & "/" & sStoryTitle &
There is https://github.com/soapdog/livecode-vobjectlib it is fairly easy
to use but it is best if you use it while reading the specs because it is a
bit low-level.
On Fri, 2 Oct 2020 at 01:30, Alex Tweedly via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
> On 02/10/2020 00:11, Bob
The problem with the installers is that the LC binaries are linked with
specific versions of the shared libraries in the system. If you have a
different version, or the library has a different name in that system, then
there is a chance that LC will not run correctly (and by not run I mean not
run
Also folks, EPIC didn't do that because "they thought they could get away
with it". These are all strategic attacks at Apple at the same time that
the EU is looking to maybe mount an antitrust case against them. So you
have multiple companies taking action that will either prompt a reaction
from
Sean,
> Andre, What on earth are you talking about regards browsers? There is a
> crapload of other browsers to choose from on ALL platforms, including iOS.
> They all play happily by the rules. Which ones are you talking about that
> can't get onto Apple because they choose not to follow the
> Do Apple's actions and policies monopolistically harm consumers?
Yes it does. There is a ton of innovation that is user friendly that is
prevented from being present in iOS due to Apples practices. A simple
example is new browser engines, you can't have them. Which means you can't
have more
People saying that there are Apple competitors in the App Store are missing
some crucial details. First, since Apple takes 30% cut of all ecommerce
that passes through it, it basically means that competitors can't really
compete with Apple owns offers that don't need to go through that fee.
Phone
>
> > On Aug 7, 2020, at 2:16 PM, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Jim,
> >
> >> Even with 58% of the US smartphone market Apple does not actually have a
> > monopoly.
> >> Now there may be
how the logic works. Google doesn’t make the only
> > Android phone.
> >
> > When I read Apple’s guidelines I don’t see anything about price parity.
> > You can’t point out that it is cheaper elsewhere, but are you required to
> > charge the same?
> >
> > Sent
Jim,
> Even with 58% of the US smartphone market Apple does not actually have a
monopoly.
> Now there may be plenty of good reasons to object to Apple’s app store
policies but let’s not misuse the term monopoly.
There is another way to approach this. Apple has the monopoly of the iOS
market,
Antti,
Android has 85% of the world market, it all depends on which country you're
selling and which metrics you're using. In the U.S. iOS has 58% of the
smartphone market and 63% of the tablet market. Another important factor is
that iOS users spend more money on apps than their Android peers.
Alex,
I think that Mark solution is the correct one but I couldn't resist telling
you some other idea, one that is only applicable if performance is not a
problem.
You can add custom properties to controls you want to find later and then
look for them by looping everyone in the card. A reusable
Dear Alex,
This is great! Thanks for sharing! :D
On Thu, 23 Jul 2020 at 01:10, Alex Tweedly via use-livecode <
use-livecode@lists.runrev.com> wrote:
> I'd like to announce the Beta (i.e. v0.1) release of my simple rich text
> field. Currently it's not on Github or anywhere sensible - it's just
Folks,
I think that either you're all misreading the original intent, or I have
read it wrong.
>From what I have read, Mike has a webapp that converts from one file format
to another and wants to do bulk conversion. Rsync and FTP will not help
there, what he needs to to be able to call that form
Mark,
Thanks a lot for your support my friend, I really appreciate it. :-)
On Fri, 10 Jul 2020 at 11:39, Mark Smith wrote:
> Thanks for the update Andre, I have the book and am looking forward to
> some good reads
>
> Mark
>
> > On Jul 10, 2020, at 11:14 AM, Andre Ga
Folks,
Thanks a lot for your detailed responses. Since you have all been quite
awesome in giving me all these great replies and feedback, let me tell you,
in probably more details than you'd ever want, where I am coming from and
what I plan to do going forward.
Many here know that I have
Hey Folks,
I have been working on some new LC content to sell. I want to transition my
career into content production and I think there is an unserved demand for
quality content for our beloved language.
I'm just not exactly sure if you prefer to consume content in book format
or video format.
Hi Heriberto,
I've read this thread and want to share a bit of experience of using LC as
a server engine. I'm part of the team that builds
http://www.himalayanacademy.com which is probably the largest site built
with LC Server around. I'll try to frame this email in the topics I've seen
you
to be honest, I'd use binfile:// when writing...
On Tue, 2 Jun 2020 at 15:17, Andre Garzia wrote:
> A decade ago I wrote a vCard library for LiveCode:
>
> https://git.sr.ht/~soapdog/vObjectLib
>
> It uses CRLF and file://, I never had trouble opening the generated vCards
> but I haven't tested
A decade ago I wrote a vCard library for LiveCode:
https://git.sr.ht/~soapdog/vObjectLib
It uses CRLF and file://, I never had trouble opening the generated vCards
but I haven't tested this in years.
On Mon, 1 Jun 2020 at 01:10, kee nethery via use-livecode <
use-livecode@lists.runrev.com>
Thanks a lot for the hard work! :D
On Fri, 22 May 2020 at 04:32, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> I have moved the repository from bitbucket to github because reasons.
>
> This is the latest build. It's now at glx2ScriptEditor version 4.1.
> Release notes
This should be in the user guide...
On Tue, 12 May 2020 at 00:42, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
> GEORGE WOOD wrote:
>
> > How can I activate the "About MyApp" under the Apple menu?
>
> On other OSes the "About" item is usually the last item in the Help
I came here to recommend "script tracker" as a powerful tool for those
storing stacks in vcs. In the end it all depends on how your workflow is
going to happen. Are you going to do merges? If that is the case then you
need to plan ahead and carefully since you can't merge binary stacks.
Another
Hey Folks,
I just wrote a lengthy blog post about recreating an old app of mine to
post to blogs using LiveCode:
https://andregarzia.com/2020/04/cross-platform-development-with-livecode.html
I don't talk about any stuff that you're not aware in it. It is mostly for
the benefit of people who
e not very serious about.
>
> Try running apps for Windows ME or OS 9. It’s only a matter of degrees.
>
> Bob S
>
>
> > On Apr 8, 2020, at 8:20 AM, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> >> Why should
> Why should i want to? My Mac OS can run 64bit apps. ;)
Now try running a 32bits one...
rsrsrs what I mean is that Windows machines have a lot of
retrocompatibility and interoperability among themselves, something that is
no longer true for the mac. The fact that I'm running all these 32bits
So, my main machine these days is a Surface Pro X which is a Microsoft
computer that runs Windows 10 with an ARM64 CPU (aka Windows on ARM, aka
WoA).
Machines running Windows 10 on ARM64 can run Windows 10 applications
compiled to ARM64 and also run Windows 10 applications compiled for x86
32bits
Hi Folks,
I just reinstalled LC and Devolution here but every time I try opening any
of the panes, it does an audible chime. Trying to click any of the tabs in
the first pane (the one with about, check for updates, etc) just sounds the
chime and doesn't change anything. It feels like there is a
I'm also experiencing some oddities with GLX2 4.0.1 here.
I've uploaded a screenshot to:
http://andregarzia.com/img/shots/glx2/glx2-strange.png
* The GLX2 bar is misplaced and even though it moves when I move the main
LC menu, it moves to the wrong location.
* The menubar in the GLX2 script
Hi Folks,
I missed the meeting, is there a recording available?
Best
A.
On Thu, 2 Apr 2020 at 11:31, Heather Laine via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Dear list folks,
>
> I have now scheduled our first zoom meeting, open to anyone who wishes to
> discuss LiveCode, share
It looks like just a PC from the listed hardware specs. Probably running
some specialized Linux (my guess).
On Wed, 1 Apr 2020 at 11:36, Quentin Long via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Atari is apparently producing a gizmo they call the "Atari VCS",
> which they're
Hi Folks,
This just appeared on my feed and I thought that some people here who are
trying to ship macOS software might benefit from it.
https://github.com/akeru-inc/xcnotary/blob/master/README.md
This is an ease to use command-line tool for notarizing your app. The
linked readme explains more
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
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
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
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
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
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
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
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
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:
>
> >
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
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:
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
Bob,
Yes but it is not as ergonomic. Let me tell an example from a different
platform. I was working in WebStorm IDE in a JavaScript project. I was
refactoring a ton of it.
One of the functions worked better with a different parameter order than
what I originally used. I could select the
That loop is briliant. I am tempted to place it into a command called
"unlockScreenForReal"
On Mon, Dec 31, 2018, 16:38 dunbarxx via use-livecode <
use-livecode@lists.runrev.com wrote:
> Not sure if this is still relevant in LC, but in HC, lock screen commands
> were queued. So the fix, so that
Stephen,
If this is to be accessed from a server as in, you have a server running
some LC code that will reply to whatever needs to make that request the you
can use a "reverse proxy" in front of the LC server process such as caddy
or even just point a cloudflare instance to it and point your
Friends,
I have been silent for a while but I am now getting more active here again.
I've recently moved to London so if people want to go to a Pub or organize
an LC meetup, I am game.
Now back to business, I am an active member of the decentralized web
movement and more visible through my
Matthias,
Congratulations on shipping a shipping software! I think that LiveCode is
the best thing under the sun to build Desktop apps. I wish people were not
so enthralled with mobile these days because Desktop stuff rocks.
Best
andre
On Thu, Oct 4, 2018 at 10:30 AM Matthias Rebbe via
recover a version earlier in the day,
> in case I completely bork my code, then save it.
>
> Still, this is a pain and needs to be sussed out, but as you say, producing
> a reliable recipe is nearly impossible, because by the time you notice it,
> it's about to go nuclear.
>
> B
Folks,
I've been complaining about LC on Windows for ages to Brahmanathaswami and
occasionally on this list as well. I have a feeling that most people on HQ
must be using Macs because there is no way this is going unnoticed.
I have disabled all I could in terms of auto suggestion and other live
lt;
> use-livecode@lists.runrev.com> wrote:
>
> > Is there an upgrade charge?
> >
> > SKIP KIMPEL
> >
> > On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > Friends,
> &g
Friends,
After ages without updating my tools, I've resumed working on them. Today I
am releasing a tentative version of DB Lib v2.2 which has better Unicode
handling. Basically I've replaced old uniencode/unidecode based code with
the new textencode/textdecode stuff.
I've tried with some
Panos,
Found a race condition that causes the behavior I mentioned originally. It
is quite easy to reproduce, just try to execute any "liveCode.*" as soon as
the page loads. Apparently it takes some time (ticks? millisecs?) for the
liveCode.* namespace to be available for scripts running on the
use-livecode@lists.runrev.com> wrote:
> Hi Andre,
>
> Have you tested with LC 8.1.10 rc1 (or rc2)? We added support for local
> storage on Android browser in this PR:
>
> https://github.com/livecode/livecode/pull/6362
>
> Best,
> Panos
> --
>
> On Tue, May 15, 2018 at 8:5
reported as https://quality.livecode.com/show_bug.cgi?id=21284
On Tue, May 15, 2018 at 3:52 PM, Andre Garzia wrote:
> Hi Friends,
>
> Just asking for confirmation, has anyone used the "javascriptHandlers" of
> the browser widget on mobile? I am setting them and they work
Reported as https://quality.livecode.com/show_bug.cgi?id=21281
On Tue, May 15, 2018 at 4:47 PM, Andre Garzia wrote:
> LocalStorage is a web api which is standard everywhere, you can read more
> about it at:
>
>
LocalStorage is a web api which is standard everywhere, you can read more
about it at:
https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
It is part of the W3C Web Storage Spec and implemented in every single
browser and webview everywhere but on Android default WebView it is
Hi Friends,
Just asking for confirmation, has anyone used the "javascriptHandlers" of
the browser widget on mobile? I am setting them and they work fine on
Desktop but on mobile I see errors in the console such as:
chromium: [INFO:CONSOLE(35)] "Uncaught TypeError: liveCode.getWordList is
not a
e:
> Andre I think that should only be an issue if your number of requests *
> time per request > client timeout.
>
> Tom probably the best place to start is some logs of the requests and
> responses on both client and server.
>
> Cheers
>
> Monte
>
> > On
Remember that LC is using a single thread and that script execution is
blocking, so, if your server is busy doing work to respond to a request,
then it will probably not acknowledge an incoming request at the same time.
Or at least that was true for my RevHTTPd version...
On Mon, May 7, 2018 at
Sean,
Do you have a support package? They don't monitor this list close, it might
be better to call them over the phone while sending a direct email to
Heather. At least this is somewhat fixable on their side. I remember when I
lost a ton of money when Apple decided that only Obj-C/Cocoa apps
Monte,
The problem is that no web api expects an object with numeric keys, it
expects an honest, real, array. The fact that LC arrays are actually
hashmaps is awesome, I love them as well, but it still makes it impossible
to export arrays from LC which are really common on Web APIs. JSONExport
I use LC 9 on a Surface Pro 4 Machine, it is almost unusable. Everything is
as slow as molasses. Typing a script sometimes takes many seconds to
respond and it even goes as far as missing keystrokes. Trying to drag and
drop stuff onto the stack is also horrible. I don't have any plugins
anymore,
Hi Friends,
This is a bit of a rant because I can't believe no one stopped by these
kind of problems before.
First of all, the JS Handlers for a browser widget are one way only. There
is no way to call a LiveCode function from JS and actually see a response.
You need to code two JS functions,
Swami,
You choose a topic that is really really advanced. React is not an easy or
lightweight framework, specially when you use it like most advanced web
developers do by using the flow architecture. Once you go through that
path, integration with other frameworks becomes really hard. For
Hey Friends,
Just to let you know that I am speaking this year and I would love to have
more people board the "decentralization" train with me :-P
"choo-choo, where we're going, there are no tracks!"
On Thu, Jan 11, 2018 at 9:26 AM, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
Jonathan,
It is not that simple. There is no silver bullet that can be added to a
language to make it scale by couple orders of magnitude like this. LiveCode
engine while is executing your business logic is not doing anything else
(it might be tidying up the house bit, I haven't looked at it but
IMHO opinions it is not fair to compar NodeJS and LC Server on merits of
performance because they are really different beasts, I will try to digress
a little about why I think this below.
NodeJS is the union of two things, one of which is the lightning fast JS
Engine from Google called V8 and the
t; you exspected a laborious second mouseclick from our little "spanish"
> friend?
> How dare you? :-D
>
> > Best,
> > Panos
> > --
> >
> > On Mon, Dec 4, 2017 at 3:43 PM, Andre Garzia via use-livecode <
> > use-livecode@lists.runrev.com> wro
I like these emails a lot but I would like them even more if they contained
a direct link to the release notes :D
On Mon, Dec 4, 2017 at 1:24 PM, panagiotis merakos via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Dear List Members,
>
> We are pleased to announce the release of
Taking a tangential line of thought in this thread, I think there is value
in exploring "more focused" or "less flexible" solutions than complete CMSs
to gauge the feasibility of a CMS project. Specially if it is something
like David said that leverages the Desktop value of LC while spewing out
Alejandro,
You could but there lies a question of why should you do it? The idea of
storing flat files is that they are easy to edit by a human. Most flat file
CMSs use Markdown plus a frontmatter in YAML these days and that is really
a good system. Check out GravCMS, Jekyll, Metalsmith, Hexo,
Hey,
A friend of mine gave a talk at BrazilJS entitled "the end of the web", be
aware that BrazilJS is the largest Javascript conference in the world, so
this is quite a spotlight (I gave a talk there this year too). He later
posted an article with same content in English at
Hey Alex,
Long time, no see! Hope all is well over there. Its that time again when I
pop up out of nowhere and write a long email, sorry for the longform text
but I am kind of a sucker for CMSs.
as pointed before by Ralf, CMSs are tricky business and quite hard to get
it right. It is easy to get
at 8:58 PM, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On 11/23/2017 02:08 PM, Andre Garzia via use-livecode wrote:
>
>> Hey Friends,
>>
>> Recently I switched to a Surface 4 Pro running Windows 10.
>>
>
> My condolences.
>
Hey Friends,
Recently I switched to a Surface 4 Pro running Windows 10. It is a quite
decent machine with an i5 and 8gb of RAM but I barelly can use LiveCode in
it because the IDE is extremelly laggy/slow. Just so that you know, it was
a cold night here and I preferred to close my machine, walk
It used to be the case that Apple would only allow JS to be downloaded, all
other languages could not run. Of course the static analysis system is not
perfect and probably it can't detect that that is what is happening with
our LC apps, but the terms were clear that you could not download code
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
&
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
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 Andre
>
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,
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
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:
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
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
ue, Jun 27, 2017 at 8:50 AM, Lagi 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
>>
&
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>
1 - 100 of 131 matches
Mail list logo