Re: load app to ios device for testing??

2019-08-11 Thread JJS via use-livecode
Indeed. Create a standalone and drag that file to your real device in xcode it then gets installed and works for about 6 or 7 days, then renew the provisioning profile in xcode. Op 11-8-2019 om 15:21 schreef panagiotis merakos via use-livecode: Hello all, This was always the case. Deploying

Re: QR Code Reader with Livecode

2019-08-12 Thread JJS via use-livecode
I'm curious (as i'm working with it also), if you are able to turn it off and on. 1. The barcode widget seem not to react to: set the disabled of widget"Android Barcode Scanner" to true (or false) or either set the enabled of widget"Android Barcode Scanner" to true (or false) The enabled/dis

Re: QR Code Reader with Livecode

2019-08-13 Thread JJS via use-livecode
ah ok that's clears it up. and you are using the barcode library for it i presume. Op 12-8-2019 om 18:19 schreef hh via use-livecode: My stack is a (simple) QR Code *reader* not a *scanner*. It reads from static images. That is, if you use a webcam on desktop or a built-in camera on mobile you

best way to store data from signature widget into mysql db

2019-08-13 Thread JJS via use-livecode
Hi, i was wondering what the best way would be to store a signature of the signature widget into mysql db, so i can recall it. 1. figure out how many keys/elements there are in the array, as  it will be different per signature (serialize it as a single string, or create a JSON and store it

Re: best way to store data from signature widget into mysql db

2019-08-13 Thread JJS via use-livecode
eninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of JJS via use-livecode Sent: Tuesday, August 13, 2019 3:23 PM To: How to use LiveCode Cc: JJS Subject: best way to store data from signature widget into mysql db Hi, i was wondering what th

Re: QR-Reader_v100

2019-08-14 Thread JJS via use-livecode
So with this tip the browser widget then runs on Linux (Ubuntu) but only in the IDE? Not as standalone? Op 14-8-2019 om 19:35 schreef hh via use-livecode: Updated to version v101. Download QR-Reader_v101 from "Sample Stacks" of the LC toolbar or http://livecodeshare.runrev.com/stack/943/ The

Re: QR-Reader_v100

2019-08-14 Thread JJS via use-livecode
Great! Thanks for the explanation. Will test some out in a couple of days. I'd like to have the browser running on Ubuntu Standalone Op 14-8-2019 om 20:54 schreef hh via use-livecode: So with this tip the browser widget then runs on Linux (Ubuntu) but only in the IDE? Not as standalone? On l

Re: anyone still using altMobileResizer?

2019-08-16 Thread Jjs via use-livecode
e is no one on the list who uses this plugin. > >Matthias > > >Matthias Rebbe > >free tools for Livecoders: >InstaMaker <https://instamaker.dermattes.de/> >WinSignMaker Mac <https://winsignhelper.dermattes.de/> > >> Am 28.06.2019 um 20:00

Re: anyone still using altMobileResizer?

2019-08-17 Thread JJS via use-livecode
g having a great layout on all size phones. Thanks! Jerry Op 16-8-2019 om 21:43 schreef Jjs via use-livecode: Hi Matthias, did not test it yet, sorry. Will do tomorrow and let you know. Ciao! Jerry Matthias Rebbe via use-livecode schreef op 16 augustus 2019 20:25:06 CEST: Hi Jerr

Re: anyone still using altMobileResizer?

2019-08-17 Thread JJS via use-livecode
-2019 om 14:31 schreef Matthias Rebbe via use-livecode: Hi Jerry, i am not the developer of altMobileResizer. The developer is Chipp Walters. See my answer below Am 17.08.2019 um 11:22 schrieb JJS via use-livecode mailto:use-livecode@lists.runrev.com>>: Hi Matthias, a few things i don

Re: How do you handle different screen resolutions in mobile apps

2019-08-20 Thread JJS via use-livecode
Yes indeed Richard, your are totally right. Reading your message, i thought  it while reading your sentences. Just like making the browser window smaller you can see a website which uses bootstrap react on the size, so you can mimic a tablet or phone. We can do indeed the same with our stack

Re: Submitting to the Google Play Store

2019-08-20 Thread JJS via use-livecode
Yes i did an update, i will check out the forum thread Op 20-8-2019 om 07:28 schreef J. Landman Gay via use-livecode: Has anyone submitted a new app to the Play Store this month since the rules changed? A forum member can't do it: http://forums.livecode.com/viewtopic.php?f=53&t=33000&e=1&view

Re: Datagrid2 Form view slow down.

2019-08-22 Thread JJS via use-livecode
(i saw you also talked about iOs, so there was some confusion) From this bug https://quality.livecode.com/show_bug.cgi?id=22231 i know that for from it has to be container mode. For table it has to be dynamic. That's on mobile and runs smooth on Android. Indeed no fancy glow or anything. Bu

Re: another list test

2019-08-27 Thread JJS via use-livecode
for next time: - Warn users - put sites offline -create back-up -transfer to new server -check if all is working -put it back online instead of how it looks now: transfer to new server pull the switch to put new server online aaah sh*t some sites not working ok another aaah stuff is m

Re: BugZilla move scheduled today

2019-08-28 Thread JJS via use-livecode
Hi Panos, thanks for the notice ! Kind regards, Jerry Op 28-8-2019 om 15:52 schreef panagiotis merakos via use-livecode: Hello all, We are planning to move BugZilla to our new server today. This will take some time, and during the move the BugZilla page will be unavailable. Thank you for

Re: Compiling standalone crashes

2019-08-30 Thread Jjs via use-livecode
In previous release notes there is a script which you have to put in your closestack handler which solves this Brian Milby via use-livecode schreef op 30 augustus 2019 17:13:24 CEST: >Messages are no longer locked when the standalone builder closes/opens >the stack.  That would be one place to

Re: Is HTML5 really practical?

2019-08-30 Thread Jjs via use-livecode
A few days ago i read that if a webpage is not loaded within 3 seconds, 53% of visitors will skip it. LC's HTML5 is way too slow. It is stated that the engine needs downloading only once but it happens every time. It looks like more than 10 sec. I made one too a long time ago and it worked quite

Re: Is HTML5 really practical?

2019-08-31 Thread JJS via use-livecode
I always like it when you give these well thought replies, Richard. Opposed to me, i flap some things out sometimes too quick. Op 31-8-2019 om 19:19 schreef Richard Gaskin via use-livecode: William Prothero wrote: > ...I’m wondering whether it might be easier and better to just use > the engi

Re: OT: Catalina - the end of ad hoc & in-house development?

2019-09-07 Thread JJS via use-livecode
Well said. There is help on this. On of the list members will jump in i guess and he made an excellent tool which will help you out notarizing and all other stuff Apple tries to kill you with. If you already have a Apple dev account (only 100$ per year) which gives you the ability to help 1

Re: OT: Catalina - the end of ad hoc & in-house development?

2019-09-07 Thread JJS via use-livecode
I forgot, it was Mattias Rebbe who wrote the notarizing app which you can you fro free, aint that great! He also made an excellent lesson which is on lessons.livecode.com Op 7-9-2019 om 13:36 schreef JJS via use-livecode: Well said. There is help on this. On of the list members will jump

Re: OT: Catalina - the end of ad hoc & in-house development?

2019-09-07 Thread JJS via use-livecode
use for free (should it be written) Op 7-9-2019 om 13:53 schreef JJS via use-livecode: I forgot, it was Mattias Rebbe who wrote the notarizing app which you can you fro free, aint that great! He also made an excellent lesson which is on lessons.livecode.com Op 7-9-2019 om 13:36 schreef JJS

Re: OT: Catalina - the end of ad hoc & in-house development?

2019-09-11 Thread JJS via use-livecode
The ratio of money asked from devs is also of course: (considered mobile) Mobile Operating SystemsPercentage Market Share Mobile Operating System Market Share Worldwide - August 2019 Android 76.23% iOS 22.17% KaiOS 0.59% Unknown 0.26% Samsung 0.21% Windows

Re: BasicGeoLib_v100

2019-09-13 Thread JJS via use-livecode
Danke Hermann. I am still planning to use something like this. I have database with all dutch postcode with housenr's and longitudes and latitudes. This is now public information ordered some years ago by a Dutch Federal Judge as the post delivery appealed against this. But it is not easy to

Re: Sorting strangeness

2019-09-16 Thread JJS via use-livecode
you sir, have a sharp eye. Jerry J Op 16-9-2019 om 18:16 schreef Bob Sneidar via use-livecode: This does not answer the why, but as far as case specific, you can sort lines of by word 1 of each ascending text Bob S On Sep 16, 2019, at 09:10 , Paul Dupuis via use-livecode wrote: Okay,

Re: Writing a Book on LiveCode need your help

2019-09-16 Thread JJS via use-livecode
A lot of examples for LC server would be great. Yes there are some, in the lessons, on samples.on.rev.com and there is a guide on https://livecode.com/resources/guides/server/ which you can hardly call a guide as it only explains a bit how to install. So there are very very few examples for l

Re: Ideas for my book.

2019-09-17 Thread JJS via use-livecode
Op 17-9-2019 om 21:40 schreef Patrick Roza via use-livecode: First, let me say many of you gave some great input. So let me follow with this. I see an interest in: Raspberry PI LiveCode server Did not see anything on widgets or plugins? So here is are some questions for the group. 1. When y

Re: Print to PDF on Android?

2019-09-19 Thread JJS via use-livecode
You can't even print to paper, and i need that. It's 2019 and Android 9/10 and it was already possible(not lc) in Android 4.4.2 if not earlier. Only direct solution now is recreate the app in Android Studio using Java or Kotlin. For paper is a bug report available on the quality site. Op

Re: Guess encoding for text file...

2019-09-19 Thread JJS via use-livecode
ah that does remind me of the Amiga if copying floppys did not go well, we used nibble-copy. btw your surname differs 2 bytes from mine using ascii, with the same first name (off topic this is) :) Op 19-9-2019 om 21:23 schreef Jerry Jensen via use-livecode: On Sep 19, 2019, at 11:53 AM, Dar

Re: Print to PDF on Android?

2019-09-20 Thread JJS via use-livecode
A workaround could be (for text) (for photos or mixed with text i don't know for sure) save text as a text file launch the text file in a browser (we can laung a url or browser so also probably the url of the file where it is stored) then in the browser press the 3 dots in the right upper co

Re: Print to PDF on Android?

2019-09-20 Thread JJS via use-livecode
an image. And therefore i will export the image to a jpg or whatever file, then save the text written as html markup language instead of plain text, and add the image url as reference. see if that works also. Doei, Jerry Op 20-9-2019 om 16:08 schreef JJS via use-livecode: A workaround co

Re: Android architectures

2019-09-22 Thread JJS via use-livecode
That seems a welcome plugin. I do create 4 different apk's with all increasing version nr's. As this https://quality.livecode.com/show_bug.cgi?id=22118 seems hibernated. I made the request on suggestion of Mark Waddingham, as i suggested a check box feature to be able to choose a big single

Re: Android architectures

2019-09-22 Thread JJS via use-livecode
:) Op 22-9-2019 om 17:26 schreef Dar Scott Consulting via use-livecode: friended On Sep 22, 2019, at 5:07 AM, JJS via use-livecode wrote: What's the meaning of hibernated on the quality site? ___ use-livecode mailing list use-liv

Re: Android architectures

2019-09-22 Thread JJS via use-livecode
Thanks for the insight on this with the links provided Thought it was hype to use x86, but Intel dropped it so. I hope the emulator for ARM64 will speed up somehow then Op 22-9-2019 om 20:51 schreef J. Landman Gay via use-livecode: Thanks Ralph. I'm really looking forward to your utility becaus

Fwd: Re: Print to PDF on Android?

2019-09-22 Thread JJS via use-livecode
On 9/20/19, 1:54 PM, "use-livecode on behalf of JJS via use-livecode"use-livecode@lists.runrev.com> wrote: Nice. Save a simple text as html and then launch it opens the browser. *launch URL ("file:" & specialFolderPath("documents") &

Re: Fwd: Re: Print to PDF on Android?

2019-09-22 Thread JJS via use-livecode
29 schreef JJS via use-livecode: (strange this message vanished somehow)--repost I know it is unprofessional, and your are right about it. (the similair i do with a help file which is downloaded so it's always the latest version and it opens also in the browser or pdf reader, when i exit

Re: Mac Codesigning stops working. (revSecurity.dylib)

2019-09-29 Thread JJS via use-livecode
this will help you for signing in and outside the appstore http://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore Op 29-9-2019 om 21:46 schreef Tony Trivia via use-livecode: Hi all. I had the whole Mac codesigning th

Re: Recommended specs for Windows Development computer.

2019-10-03 Thread JJS via use-livecode
Why don't you create a dual boot of your mac? Apple itself supports it and delivers the drivers to do so. You only need a win10 license Op 3-10-2019 om 19:48 schreef Martin Koob via use-livecode: Hi I need to buy a new desktop PC to be used for LiveCode development including using the new c

Re: Recommended specs for Windows Development computer.

2019-10-03 Thread JJS via use-livecode
yes you can use virtualbox or whatever but it will be slower, running an OS in an OS, or: You install bootcamp if you only need Win10: read this https://support.apple.com/nl-nl/HT201468 it's in dutch but you can find the English version yourself i think then bootcamp will install all needed

Re: Where LiveCode is Now

2019-10-04 Thread JJS via use-livecode
I followed this thread, and what came up to me is "Don't kill your darling" I've seen this with Synthmaker/Flowstone happening too, people not happy, starting to rant or whatever, murdering the thing you love. Be constructive! I truly believe that a lot of programmers here, including myself,

Re: Where do we want LiveCode to go? (was "Re: Where LiveCode is Now")

2019-10-04 Thread JJS via use-livecode
I agree with this, Livecode gives fairly quick insight in the programming process Op 4-10-2019 om 20:09 schreef Richmond via use-livecode: I would like LiveCode to be "up there" in the top 5 of languages used in school world-wide for teaching within the next 10 years. I would like private educ

Re: LiveCode 9.0.5

2019-10-04 Thread JJS via use-livecode
Yep, that's something i also do not fully understand, as 9.5.0 is of both worlds 32 and 64 bits Op 4-10-2019 om 20:25 schreef Richmond via use-livecode: I am a bit confused about LiveCode 9.0.5 Stable, as surely it has been superseded by LiveCode 9.5.0 Stable? After all LiveCode 8.2.0 went "no

Re: LiveCode 9.0.5

2019-10-04 Thread JJS via use-livecode
I understand, but these will be merged into 9.5.x ? right? I might think people will go to 9.5.x instead of 9.0.5 Op 4-10-2019 om 21:47 schreef Brian Milby via use-livecode: 9.0.x merely fixes bugs 9.5 is a feature bump release (and 9.5.x will be subsequent bug fix releases) Thanks, Brian On O

Re: Give a bug a hug

2019-10-05 Thread JJS via use-livecode
I find this whole idea rather strange, although i understand where it is coming from. But, for example when i buy a car and it has bugs (in the warranty period) it gets fixed for free. Even if the car is out of warranty then some are called back to fix a safety item, also for free. If it i

Re: Recommended specs for Windows Development computer.

2019-10-06 Thread Jjs via use-livecode
How do you people cope with the differences on fields and knobs having text in it on the different OS-es? If i only build on windows even for Linux and Macos, text and such never fits in the fields.And i have to adjust it and maintain a stack for each OS. Dar Scott Consulting via use-livecode

Re: LiveCode now #49 at TIOBE Index!

2019-10-06 Thread Jjs via use-livecode
Well in terms of jobs here in NL, most asked is Java, PHP, JavaScript,C++,SQL and a few others. The rest almost never. Richmond via use-livecode schreef op 6 oktober 2019 08:37:13 CEST: > > >On 6.10.19 1:59, Mark Wieder via use-livecode wrote: >> On 10/5/19 3:36 PM, Richard Gaskin via use-livec

Re: Recommended specs for Windows Development computer.

2019-10-06 Thread JJS via use-livecode
out the upgrade detached the fusion drive’s SSD from its Hard Drive. It turned out well in the end but I don’t want to go through that again. Regards, Martin Koob On Oct 3, 2019, at 1:54 PM, JJS via use-livecode wrote: Why don't you create a dual boot of your mac? Apple itself supports

Re: Recommended specs for Windows Development computer.

2019-10-06 Thread JJS via use-livecode
orders. But not in a major way. This is more a case of the interface designers forgetting that fonts "wax and wane" cross-platform and that they need to make stretchy label fields. On 6.10.19 18:48, Mark Wieder via use-livecode wrote: On 10/4/19 10:50 AM, Jjs via use-livecode wrote: H

Re: Recommended specs for Windows Development computer.

2019-10-06 Thread JJS via use-livecode
is true though. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 6, 2019 10:38:14 AM Jjs via use-livecode wrote: How do you people cope with the differences on fields and knobs having text in it on the different OS-es? If

Re: Recommended specs for Windows Development computer.

2019-10-06 Thread JJS via use-livecode
I would go for the Pro. So you have some more options then the Home version. Also depends on the what your customers mostly have. Op 6-10-2019 om 18:21 schreef Martin Koob via use-livecode: Hi I am just setting up Virtual Box now on my iMac. I need to purchase of copy of Windows 10. I am j

Re: Recommended specs for Windows Development computer.

2019-10-07 Thread JJS via use-livecode
. If I need to, I use raw primitive controls and use appropriate graphics. So, to address the question, for simple stacks, I design for Mac and adjust for Windows. On Oct 4, 2019, at 11:50 AM, Jjs via use-livecode wrote: How do you people cope with the differences on fields and knobs having

Re: Where do we want LiveCode to go? (was "Re: Where LiveCode is Now")

2019-10-07 Thread JJS via use-livecode
, while on the other hand you can put something extra on your website and it can be installable as a webapp on your mobile, so that it becomes faster than ever to load. https://developers.google.com/web/progressive-web-apps Op 7-10-2019 om 18:18 schreef Bob Sneidar via use-livecode: Becau

Re: Where do we want LiveCode to go? (was "Re: Where LiveCode is Now")

2019-10-07 Thread JJS via use-livecode
19 om 21:31 schreef JJS via use-livecode: , while on the other hand you can put something extra on your website and it can be installable as a webapp on your mobile, so that it becomes faster than ever to load. https://developers.google.com/web/progressive-web-apps Op 7-10-2019 om 18:18 sc

Re: Recommended specs for Windows Development computer.

2019-10-07 Thread JJS via use-livecode
ntrols and use appropriate graphics. So, to address the question, for simple stacks, I design for Mac and adjust for Windows. On Oct 4, 2019, at 11:50 AM, Jjs via use-livecode wrote: How do you people cope with the differences on fields and knobs having text in it on the different OS-es? If i

Re: Where do we want LiveCode to go? (was "Re: Where LiveCode is Now")

2019-10-08 Thread Jjs via use-livecode
els uncomfortable to you to give up. 53% is a ridiculous >number for that level of impatience. Remember that 87.6543 % of >statistics are made up. > >Sean Cole >Pi Digital Prod Ltd > >> On 7 Oct 2019, at 20:35, JJS via use-livecode > wrote: >> >> by the way scr

Re: Where do we want LiveCode to go? (was "Re: Where LiveCode is Now")

2019-10-08 Thread JJS via use-livecode
If you watch the movie a bit on the link i posted about the webapps, it is quite interesting. Superfast loading, works on all platforms, on all browsers. Pages and applications. Works even Offline via caches. All your work is synced when going online again (in case you have a bad connection or

Re: Where do we want LiveCode to go? (was "Re: Where LiveCode is Now")

2019-10-09 Thread Jjs via use-livecode
; Brian >> >> On Tue, Oct 8, 2019 at 8:18 PM Pi Digital via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >>>> On 8 Oct 2019, at 19:37, JJS via use-livecode < >>> use-livecode@lists.runrev.com> wrote: >>>> >>

Re: Questions about LC Server Apps

2019-10-09 Thread Jjs via use-livecode
To be honest, i tried revigniter and i'm convinced it is good and working for some. But somehow i can't get my head around it unfortunately. I'm also not using lc server, i stopped it, too less examples. So for now i'm replicating my android app as webapp using html and php as there are millions

Re: Questions about LC Server Apps

2019-10-09 Thread Jjs via use-livecode
For example, how globals work between html pages like SESSIONS variables do in PHP. Or how values from buttons are picked up. I'm not unwilling to use it, but most servers already have php installed and therefore it is easier to use might one need to move to another server. The more when it is a

Re: Give a bug a hug

2019-10-09 Thread Jjs via use-livecode
I think i miss some understanding from my part. Sqlite is supported and working ok right. So what's this with this library? Then second, Heather said that things now in FM will flow back into lc. Pi Digital via use-livecode schreef op 9 oktober 2019 14:53:16 CEST: >Can you provide the full li

Re: Building Android Apps

2019-10-09 Thread Jjs via use-livecode
It means you are trying to install or push a build with lower version or version code than the one already on it. If it still not works after changing your app version, then remove it from the device and then push it to it again. Peter Reid via use-livecode schreef op 9 oktober 2019 13:25:56 C

Re: Questions about LC Server Apps

2019-10-09 Thread Jjs via use-livecode
That would be great thanks! Richard Gaskin via use-livecode schreef op 9 oktober 2019 14:43:35 CEST: >Jjs wrote: > > > Richard Gaskin wrote: > >> What functionality or topics would you like to see examples on? > > > > For example, how globals work between html pages like SESSIONS > > variables d

Re: Questions about LC Server Apps

2019-10-09 Thread Jjs via use-livecode
@Ralf, is it possible you can put it on the forum as a zip? In the lc server section? Ralf Bitter via use-livecode schreef op 9 oktober 2019 15:36:22 CEST: > > >> On 9. Oct 2019, at 14:43, Richard Gaskin via use-livecode > wrote: >> >> I remember reading about session management, and I believe

Re: Catalina

2019-10-09 Thread JJS via use-livecode
I just got an email from Arturia a french based company that makes software and nowadays hardware synthesizers too, warning customers not to update to Catalina, until there is a hotfix. Many plugins producers use in music DAW's are still 32-bits and will not work. What a great move from Apple.

Android/Java PKCS12 Industry format Keystore

2019-10-10 Thread JJS via use-livecode
Hi, have some people already changed their  (Android/Java) keystore keys to the PKCS12 format? When creating a keystore key i get this warning a few times: Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format usin

Re: Android/Java PKCS12 Industry format Keystore

2019-10-11 Thread Jjs via use-livecode
se.keystore -alias TicTacToe >-keyalg RSA -keysize 2048 -validity 1 > >I have never seen any warnings. > >On 10/10/19 1:55 PM, JJS via use-livecode wrote: >> Hi, >> >> >> have some people already changed their  (Android/Java) keystore keys >to >>

Re: Is it possible to implement Weizenbaum's original Eliza as a chatbot with LIVECODE?

2019-10-12 Thread Jjs via use-livecode
Nice! I thought first what the h Is it. But then i saw the screenshot, and it flashed thru my mind. I remember having it on the MSX too. Asking questions and getting answers. It's the same right? Actually the first AI heh hh via use-livecode schreef op 12 oktober 2019 00:38:43 CEST: >> I w

Re: Catalina and stuff other than 32bit

2019-10-14 Thread JJS via use-livecode
clover is the bootloader. You still need the kexts (but you know, else you would not use it) Op 14-10-2019 om 22:10 schreef Erik Beugelaar via use-livecode: That is why I rely for the last 10 years on myself built Hackintosh systems. They run faster for less money and they are modular and easy

Re: Catalina and stuff other than 32bit

2019-10-15 Thread Jjs via use-livecode
Tonymacx86.com Bob Sneidar via use-livecode schreef op 15 oktober 2019 16:45:27 CEST: >I need to look into this again. I made one Hackintosh with an eye to >play video games but could never get the graphics card to work. That >was a long time ago. If you have any links for making this happen I >

Re: LiveCode Server

2019-10-19 Thread Jjs via use-livecode
Follow the pre-last message too, which describes how to install with latest apache 2.x, don't mess with Apache 2.conf. the lesson should updated as it is no longer valid. Todd Fabacher via use-livecode schreef op 19 oktober 2019 06:08:03 CEST: >GOOD NEWS - Got it to work. Someone should take n

Re: LiveCode Server

2019-10-19 Thread Jjs via use-livecode
I meant the pre-last message at the lesson on how to install lc server on linux server. A very good explanation. Jjs via use-livecode schreef op 19 oktober 2019 14:10:19 CEST: >Follow the pre-last message too, which describes how to install with >latest apache 2.x, don't mess wi

Re: Player object in iOS 13....

2019-10-19 Thread Jjs via use-livecode
Who still wants Apple or iOs, everything breaks with them. They never heard of backwards compatibility. If someone wants Apple or iOs, just refuse it. To much hassle, and costs to much. Brian Milby via use-livecode schreef op 19 oktober 2019 16:09:23 CEST: >I can confirm that it does not work

Re: sub: ... in iOS 13....

2019-10-20 Thread JJS via use-livecode
way of avoiding breaking is to only offer minor device OS updates and expect you to bin old devices after a couple of years (apposed to the 6-8years for Apple). Peace. Sean Cole Pi Digital Prod Ltd On 19 Oct 2019, at 16:57, Jjs via use-livecode wrote: Who still wants Apple or iOs, everything

Re: AWS S3 support: docs?

2019-10-21 Thread JJS via use-livecode
i can see it in the dictionary 950 Indy on windows Op 21-10-2019 om 21:28 schreef Martin Koob via use-livecode: Hi Richard I had been using Monte’s mergAWS for an application then the new AWS S3 commands were incorporated into LiveCode 9. So I needed to make some changes to transition. I was

Re: My old man vs LC Standalone

2019-10-22 Thread JJS via use-livecode
Everything is crackable. There was once this version of Cubase 5.1 a audio/midi sequencer, very popular among musicians. People from H2O cracked it. It was protected by a USB dongle. They used 1500 manhours for it. And most of the time was not in the program itself, figuring out when it call

Re: [OT] Personal project

2019-10-24 Thread Jjs via use-livecode
Very good! My wife has suffered for years with depression and social anxiety. Good to share knowledge about this, which is not recognised enough by people until it hits themselves. Tom Glod via use-livecode schreef op 24 oktober 2019 16:00:46 CEST: >Tons of respect for creating that. Lots of p

Re: Bug from 2014 - still causing problems

2019-10-25 Thread Jjs via use-livecode
Not always. Sometimes you don't want that. But you can't turn it off. Brian Milby via use-livecode schreef op 25 oktober 2019 19:05:06 CEST: >Probably a big advantage to using native fields on mobile is >cut/copy/paste. > >Thanks, >Brian >On Oct 25, 2019, 12:46 PM -0400, Lagi Pittas via use-live

Re: Release 9.5.1 RC-1

2019-11-01 Thread Jjs via use-livecode
Ok i'm surprised, as i looked yesterday the milestone was at about 55%. So i did not expect this release. Thanks! Richmond Mathewson via use-livecode schreef op 1 november 2019 16:38:39 CET: >Congratulations. > >On Fri, Nov 1, 2019, 5:08 PM Bob Sneidar via use-livecode < >use-livecode@lists.run

Re: generating a standalone in v9.x

2019-11-01 Thread JJS via use-livecode
What you need is described in the release notes from 9.x onwards Removing the command quit is not the solution use this, it is copied from the release notes: on closeStack if the environment is "development" and \ there is a stack "revStandaloneProgress" and \ the mode of stack "revStandalonePr

Re: Learning from scratch - any recommendations?

2019-11-01 Thread JJS via use-livecode
quote : I hate to learn another language. That is why I live in the United States. /quote If we the Dutch go to Germany we talk German, if we go to France many of us not all talk French, if we go to other countries we talk mainly English. If Germans or French come to our country we talk their

Re: Learning from scratch - any recommendations?

2019-11-01 Thread JJS via use-livecode
ation in the early modern period. I am proud to be Dutch :) On 01/11/2019, 19:29, "use-livecode on behalf of JJS via use-livecode" wrote: quote : I hate to learn another language. That is why I live in the United States. /quote If we the Dutch go to Germany we talk

Re: Learning from scratch - any recommendations?

2019-11-02 Thread Jjs via use-livecode
> >free tools for Livecoders: >InstaMaker <https://instamaker.dermattes.de/> >WinSignMaker Mac <https://winsignhelper.dermattes.de/> > >> Am 01.11.2019 um 19:28 schrieb JJS via use-livecode >mailto:use-livecode@lists.runrev.com>>: >> >> quote : I

Re: Learning from scratch - any recommendations?

2019-11-02 Thread Jjs via use-livecode
Yes we watch it too, he is famous. I love when his son tries to speak dutch haha. Sometimes his brother is in the show, then you can hear some Drents which is different from normal dutch but not as hard as Fries that's a language on it's own. Bob Sneidar via use-livecode schreef op 1 november

Re: generating a standalone in v9.x

2019-11-02 Thread JJS via use-livecode
Glad you discovered that :) Op 2-11-2019 om 02:48 schreef Douglas Ruisaard via use-livecode: Thanks, JJS. I had that code ion place from Bob's suggestion but ran into the (apparent) never-ending "Attaching Engine" state. **BUT** just now I discovered, as my eye glanced over at the app's scrip

Re: Learning from scratch - any recommendations? [with OT additions]

2019-11-03 Thread JJS via use-livecode
a polylingual man in Munich who told me that at his school, the English master made them discuss the difference between a blunder, and error and a mistake! On 2 Nov 2019, at 08:27, JJS via use-livecode wrote: Yes we watch it too, he is famous. I love when his son tries to speak dutch haha

Re: Learning from scratch - any recommendations? [with OT additions]

2019-11-04 Thread JJS via use-livecode
I agree on this Bob. Op 4-11-2019 om 16:54 schreef Bob Sneidar via use-livecode: I'll just throw this in the mix. I find in America that where once people spoke the language common to their immediate society (the people around them) now people seem to not care. We have 3 slovakian volleyball p

Re: Android Deployment Update / Nov 2019

2019-11-10 Thread Jjs via use-livecode
Vc is the version nr of the apk. This is independent of your app version. The vc has to be increased with each upload to the google dev console Riko Abdul via use-livecode schreef op 10 november 2019 04:13:35 CET: >whats is vc? > >Pada tanggal Min, 10 Nov 2019 pukul 09.44 Sannyasin Brahmanatha

Commands on server and lack of examples

2019-11-12 Thread JJS via use-livecode
Hello, i'm really curious how some things from the dictionary should work or behave on server. (when filtered on server) And i can find almost no examples, the forum section is small, the list is searchable but not easy, lessons almost nothing and mostly about installing the server, diction

Re: Commands on server and lack of examples

2019-11-12 Thread JJS via use-livecode
of the GUI stuff applies.  The LC code is pretty much a replacement for PHP code, so the GUI piece would be the same (whatever HTML/JS frameworks you choose). Thanks, Brian On Nov 12, 2019, 1:24 PM -0500, JJS via use-livecode , wrote: Hello, i'm really curious how some things fro

Re: Commands on server and lack of examples

2019-11-12 Thread JJS via use-livecode
06, "use-livecode on behalf of JJS via use-livecode" wrote: Thank you Brian. So actually the Dictionary needs some updates of stuff that is not an error but also doing nothing when used on server. Thanks, Jerry Op 12-11-2019 om 19:

Re: unable to locate the play service dependency base version 9.4.0

2019-11-14 Thread JJS via use-livecode
Thanks Panos, someone on the forum had the same issues. regards, Jerry Op 14-11-2019 om 09:28 schreef panagiotis merakos via use-livecode: Hello Todd, You need to install some extra libraries using the SDK Manager. These libraries are usually installed by default, but if not, you have to do

Re: Commands on server and lack of examples

2019-11-14 Thread JJS via use-livecode
Thanks, that was an interesting read. Unfortunately i have zero C++ skills Regards, Jerry Op 13-11-2019 om 22:16 schreef Richard Gaskin via use-livecode: JJS wrote: > Op 12-11-2019 om 19:34 schreef Brian Milby via use-livecode: >> Unless you are doing a HTML5 app (entire stack resides in a w

Re: Push notification to all user

2019-11-14 Thread JJS via use-livecode
Hi, that lesson is major out of date. You need to use FCM and you can put multiple tokens behind each other in a JSON like string. Or you can send to all tokens one by one, like reading stored tokens from your DB via a repeat loop. Op 14-11-2019 om 18:54 schreef Riko Abadi via use-liveco

Re: WebP-Tool v103

2019-11-18 Thread Jjs via use-livecode
Nice, thank you. I noticed it. But they are not used very much yet. Also for jpeg are some extra formats. hh via use-livecode schreef op 18 november 2019 16:19:04 CET: >Sorry, the download links had a wrong path. Here are correct ones. > >[Download] Currently I cannot upload to "SampleStacks/li

Re: WebP-Tool v103

2019-11-18 Thread JJS via use-livecode
YEs indeed. I thought i read somewhere that Joomla also wanted (or is already) to support it as cms. great! Op 18-11-2019 om 17:29 schreef hh via use-livecode: Jjs wrote; Nice, thank you. I noticed it. But they are not used very much yet. Also for jpeg are some extra formats. TMHO it doesn'

Re: Commands on server and lack of examples

2019-11-20 Thread JJS via use-livecode
At least i know now how to use it with ISPconfig setups and their howto's to get fantastic VPS Linux setups, maybe how it's working with my VPS helps Op 20-11-2019 om 03:02 schreef Richard Gaskin via use-livecode: Alex Tweedly wrote: On 19/11/2019 18:19, Richard Gaskin via use-livecode wrote:

Re: Special Graphic Effects - Kill Performance On Rapid Redraws

2019-11-20 Thread JJS via use-livecode
Yes very well said. We must have the power with our great dev tool to get even more things done easier. Same like Android Studio Op 20-11-2019 om 03:41 schreef Pi Digital via use-livecode: I was going to continue your analogy but it’s better to put it simply. When you see the effects other

Re: WebP-Tool v103

2019-11-23 Thread JJS via use-livecode
i'm getting these errors: ''C:' is not recognized as an internal or external command, operable program or batch file. and if i import nothing and just choose an image from the dropdown then the following error occurs: line 91 of card 1002: *put h0*fw/fh into w0* Numeric divide by zero Op

Re: WebP-Tool v103

2019-11-23 Thread Jjs via use-livecode
Ok sorry, i forgot to mention. I'm also on win10-64bit. hh via use-livecode schreef op 23 november 2019 12:43:34 CET: >@BR. >There is currently not yet support for mobile (precompiled binaries). >But Android 4.0+ supports the format natively in its browser. See > >https://developers.google.com/s

Re: WebP-Tool v103

2019-11-24 Thread JJS via use-livecode
YEs i did save it and the exe files are there. It only happens when you open the stack and directly use the images dropdown. No worries, i'll see if i can figure it out. thanks. Op 24-11-2019 om 00:47 schreef hh via use-livecode: JJS wrote: Ok sorry, i forgot to mention. I'm also on win10-6

Re: Push notification to all user

2019-11-25 Thread JJS via use-livecode
It's Googles Firebase. firebase.google.com Op 25-11-2019 om 18:19 schreef Bob Sneidar via use-livecode: What is FCM? Bob S On Nov 14, 2019, at 10:24 , JJS via use-livecode wrote: You need to use FCM ___ use-livecode mailing list use-liv

<    1   2   3   4   >