Which page?
Kind regards,
Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch
Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.com
Op 02-Sep-17 om 00:18 schreef Jim Lambert via use-livecode:
Richmond,
Congratulations on your
Thanks...Andy, Alex & Mark!!
I think we can find a solution. *Richard*, this sounds like the perfect
open source community project. What do you think?? We can host the stuff on
GitHub, but create an interface within the IDE with an online DB that can
be queried. we could slap a simple RestAPI on i
I would zero in on the https thing. If the user can get to an https web-site
via Safari/Chrome on the same server as your DB then tsNet should work unless
there is a bug in tsNet. The slack also problem has me concerned with the
router. If we eliminate the tin-foil-hat possibilities then could t
One other note. My banking app(RBS) on my phone sometimes(rarely) does not work
even when I have connectivity while on the road. It honks that it can't get a
secure connection. Then I move to another cell tower(I presume) and it works.
Secure mobile communication requires a ton of app error chec
B,
Yes I assume that if I get a response in 2000 ms the link is fast enough. The
text file should work but seeing I need the backend server for app
functionality this test also makes sure that there is good connectivity and the
web server/LC server is functioning in one test.
In one of my apps
Thank you very much, Thierry.
Richmond.
On 9/2/17 9:52 am, Thierry Douez via use-livecode wrote:
Here is the reason:
On Aug 31, 2017, at 3:42 AM, panagiotis merakos via use-livecode <
use-livecode@lists.runrev.com> wrote:
Hi all,
Since the week beginning 21st August 2017, LiveCode iOS apps
71
Richmond.
On 9/2/17 10:39 am, Mark Schonewille via use-livecode wrote:
Which page?
Kind regards,
Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch
Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.com
Op 02-Sep-17 om 00
Another Gotch ya... If you connect to a MySql DB (although https to back-end
server is preferred) every time you do a query of some sort first do something
simple like "SELECT 'I am Here'" or list the tables and see if you get back a
number for the record set or a list of tables. If not then clo
hh wrote:
> I also made an app "ImageJIT" that uses LC as a GUI and does most of
> its work with Luajit via shell. Runs faster as image processing with
> pure LC Script from IDE on a 3 GHZ linux box!
Interesting. If I read that correctly, you've found an equivalent test
in both Lua and LC in w
I have read many great ideas for this project.
Could I contribute another?
This repository could include an index of
LiveCode properties, commands and functions
used within these stacks and handlers.
Klaus Major already published a handler
that saves all stack scripts as a text file.
Could this
Todd Fabacher wrote:
> I think we can find a solution. *Richard*, this sounds like the
> perfect open source community project. What do you think?? We
> can host the stuff on GitHub, but create an interface within the
> IDE with an online DB that can be queried. we could slap a simple
> RestAPI o
RalphM wrote:
> The first thing I do before any network access is to ping my server with a
> https request to a LC backend server script that returns "OK". I set the
> timeout for 2 seconds. If the returned data is not "OK" or take more than 2
> seconds then I put the app into off-line mode.
On I
It happens to other users in other places, but only occasionally --
though we haven't got a whole lot of users yet, mostly just the client
and some testers. The reason we started looking into this is because the
client was giving a demo and it totally failed (ouch. He was trying to
sell it.) So
No, vice versa. ImageJIT (= LC as GUI + luajit via shell) on Raspberry 3 is
faster as 'LC with LCS only' on the 3 GHZ CPU (a linux box).
The Raspi app lets do the core processing of the raw imageData by luajit
and the 'LC with LCS only' is running with my fastest LC Scripts.
Doing both on the 3 G
hh wrote:
No, vice versa. ImageJIT (= LC as GUI + luajit via shell) on Raspberry 3 is
faster as 'LC with LCS only' on the 3 GHZ CPU (a linux box).
The Raspi app lets do the core processing of the raw imageData by luajit
and the 'LC with LCS only' is running with my fastest LC Scripts.
Doing bo
15 matches
Mail list logo