Re: [ANN] Release 9.6.3

2021-08-03 Thread JeeJeeStudio via use-livecode
Make a smaller app, and let it download the rest, whatever it is. Just like Off-Line navigation apps download 400 or 800 MB big maps. Op 3-8-2021 om 04:17 schreef Sannyasin Brahmanathaswami via use-livecode: Aloha Panagiotis But you cannot release an Android App which is more the 100MB! See

Re: First LC engine in 64bit?

2021-07-24 Thread JeeJeeStudio via use-livecode
Hallo mein freund, according the downloads page 9.5.0. Groetjes! Jerry (Sphere) Op 24-7-2021 om 19:06 schreef Klaus major-k via use-livecode: Hi all, Am 24.07.2021 um 18:57 schrieb Klaus major-k via use-livecode : Hi friends, the subject says it all, anyone happen to know the answer?

Re: AW: mySQL 8 destroyes umlaute

2021-07-09 Thread JeeJeeStudio via use-livecode
I always use UTF8MB4 for all. If you use phpmyadmin you can change everything on the spot. UTF8MB4 works great with LC, it's just you need to encode and decode correct in LC when you send or retrieve data. I always use PHP files as middleware. So LC sends to the PHP file, and the PHP file

Re: [OT] PHP Developer wanted for small job

2021-06-22 Thread JeeJeeStudio via use-livecode
a very very very very very good one is https://phpdelusions.net Try to switch over to use PDO for database connections and query's, it supports almost all types of databases, and prevent injections. You can also check this to have an idea: https://forums.livecode.com/viewtopic.php?f=12=27521

Re: Display Youtube video

2021-06-13 Thread JeeJeeStudio via use-livecode
Yes, check the video tab https://play.google.com/store/apps/details?id=nl.jjs.jjsapp Op 12-6-2021 om 22:31 schreef David Bovill via use-livecode: Does anyone have any code to display a Youtube video. As far as I understand the only way to do this is to request an html embed code from the

After 2 years still no Server notes in the zip

2021-05-26 Thread JeeJeeStudio via use-livecode
Hi, why are there still no Server notes in the Server zip file on the downloads page. It only contains the release notes, which do not contain instructions on how to install. You can't expect new users to search into version 6 to find the release notes (which I have by the way) The

Re: [ANN] Release 9.6.2

2021-05-22 Thread JeeJeeStudio via use-livecode
That's better! Op 21-5-2021 om 11:31 schreef Curry Kenworthy via use-livecode: JeeJeeStudio: > And wow got me a massive 30KB/sec download > while my download speedtest is 74.87Mbps... > That's the speed back in 1996... That happens to me a lot. Like the T3 cyborg using dial-up in the

Re: [ANN] Release 9.6.2

2021-05-22 Thread JeeJeeStudio via use-livecode
the updater? I thought we'd fixed the updater in this respect. What version of LiveCode were you updating from if you did use the updater? Best Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com On 19 May 2021, at 20:19, JeeJeeStudio via use-livecode

Re: [ANN] Release 9.6.2

2021-05-19 Thread JeeJeeStudio via use-livecode
Great! And wow got me a massive 30KB/sec download while my download speedtest is 74.87Mbps... That's the speed back in 1996... Op 18-5-2021 om 16:55 schreef panagiotis merakos via use-livecode: Dear list members, We are pleased to announce the release of LiveCode 9.6.2 STABLE.

Re: 9.6.0 simulator issue

2021-05-08 Thread JeeJeeStudio via use-livecode
an alternative is, create a standalone. Drag the standalone file you created to the emulator Op 8-5-2021 om 14:45 schreef Mark Smith via use-livecode: In order, Re-started Xcode, invoked the Simulator Waited for the simulator to boot Re-loaded LC, loaded my app Pressed the test button. That

Re: LiveCode DataGrid assistance requested

2021-05-04 Thread JeeJeeStudio via use-livecode
Hi Brian, if you are using LC9.x.x then it is an Datagrid2 automatically. I don't know the exact lc version as of. Make sure that you have the data item which you want to display in a variable first and put that in a test field or answer it, just to check if that is the data you need.

Re: PDF Widget

2021-04-25 Thread JeeJeeStudio via use-livecode
urlCode    local tData    --answer tsNetGetStatus("1")    if pCurlCode is not 0 then   answer tsNetRetrError(pID)    --else   --answer "File has been downloaded"    end if    tsNetCloseConn pID    helpdownloaded end transferComplete Op 24-4-2021 om 22:37 schreef Klaus major

Re: PDF Widget

2021-04-24 Thread JeeJeeStudio via use-livecode
Aber Klaus, for just displaying a PDF, you could use the browser widget Op 23-4-2021 om 13:48 schreef Klaus major-k via use-livecode: Hi Tore, Am 23.04.2021 um 13:28 schrieb Tore Nilsen via use-livecode : Not everyone needs it. that was just a little joke. :-) I had the business edition

Re: Android Barcode Scanner widget

2021-04-17 Thread JeeJeeStudio via use-livecode
Jaques, Am 16.04.2021 um 21:59 schrieb J. Landman Gay via use-livecode : On 4/16/21 2:38 PM, JeeJeeStudio via use-livecode wrote: But it could be a Rights issue, you can check if the app has rights to use the vibration, requsting these are also in the dictionary I can't get it to work either

Re: revBrowserNavigate

2021-04-16 Thread JeeJeeStudio via use-livecode
Why don't you use or test the latest 9.x.x version ? maybe a piece of script would help. Op 14-4-2021 om 15:51 schreef jbv via use-livecode: Hi list, I am using revBrowserNavigate and have the following problem : sometimes some urls won't display, but they display fine when I enter them in

Re: Android Barcode Scanner widget

2021-04-16 Thread JeeJeeStudio via use-livecode
Hoi Klaus, on mouseUp if the environment is "mobile" then    mobileVibrate 3    end if end mouseUp the vibrate has nothing to do with the barcode reader. But it could be a Rights issue, you can check if the app has rights to use the vibration, requsting these are also in the dictionary

Re: [ANN] Release 9.6.2 RC-4

2021-04-13 Thread JeeJeeStudio via use-livecode
Many thanks mark for explaining. So the IDE is a real 32 bit or a real 64bit application. Am I understanding it correct that it is the same for the executable an LC user/devbuilds for Windows? the build of a stack is a real 64bit? Op di 13 apr. 2021 om 18:09 schreef Mark Waddingham via

Re: Find Replace in Script Editor with cr

2021-04-11 Thread JeeJeeStudio via use-livecode
Amen! Op 10-4-2021 om 23:41 schreef Curry Kenworthy via use-livecode: Charles: Please do not ban anyone. Somehow that struck me as a pure and beautiful sentiment! Short and simple. It grew on me during the list silence today. We can be punitive, or else help each other as we imperfectly

Re: [ANN] Release 9.6.2 RC-4

2021-04-09 Thread JeeJeeStudio via use-livecode
Of course it's 32bits, even the builds are 32bits on windows except they are packed in a 64bit container. PLease correct me if I'm wrong Op 8-4-2021 om 17:00 schreef Bob Sneidar via use-livecode: To be fail, I do not think the problem is Livecode, I think it’s Windows, and I am not sure

Re: Android error messages are crap

2021-03-26 Thread JeeJeeStudio via use-livecode
I use Oracle's JDK 1.8.*, never have a problem with it. Sometimes there is a hint in the error adb message Op 26-3-2021 om 15:17 schreef Andre Garzia via use-livecode: Dear Panos, When I selected the sdk path in Android Studio, it didn’t populate the JDK path. I downloaded the OpenJDK

Re: Android error messages are crap

2021-03-26 Thread JeeJeeStudio via use-livecode
Java is not installed with Android Studio, you need either Oracle's or OpenJDK Op 26-3-2021 om 15:17 schreef Andre Garzia via use-livecode: Dear Panos, When I selected the sdk path in Android Studio, it didn’t populate the JDK path. I downloaded the OpenJDK separately and placed it in

Re: Android commissions (JeeJeeStudio)

2021-03-25 Thread JeeJeeStudio via use-livecode
Thank you. Done! Op 20-3-2021 om 04:46 schreef Andrew at MidWest Coast Media via use-livecode: Note that this can take a long while, perhaps a very long while I’m just excited to increase my earning potential by 15% in 6 months at the 2 app stores, all by doing absolutely nothing myself

Re: Android commissions

2021-03-19 Thread JeeJeeStudio via use-livecode
LiveCode is already looking into how to better support our revenue stream @ https://quality.livecode.com/show_bug.cgi?id=23116 Note that this can take a long while, perhaps a very long while Op 18-3-2021 om 14:46 schreef Andrew at MidWest

Re: Printing borked for LC Linux?

2021-03-14 Thread JeeJeeStudio via use-livecode
, 2021, at 12:25 PM, JeeJeeStudio via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Not just LC. If you try to print a Gmail message in Firefox on Ubuntu Mate, then it creates also a pdf which is not getting printed. Doing the same in chrome and it prints correct. Printin

Re: Printing borked for LC Linux?

2021-03-11 Thread JeeJeeStudio via use-livecode
Not just LC. If you try to print a Gmail message in Firefox on Ubuntu Mate, then it creates also a pdf which is not getting printed. Doing the same in chrome and it prints correct. Printing from Firefox to pdf, then open the pdf in the standard pdf reader, it prints also correct. This was

Mandatory for new Andorid apps on Play

2021-02-26 Thread JeeJeeStudio via use-livecode
For users of android some needed changes are mandatory, perhaps these should again be updated in LC: Upcoming Google Play and Android deadlines Updated Real-Money Gambling, Games, and Contests policy On March 1, we’re expanding the number of countries where you can publish licensed

Re: LC Roadmap

2021-02-13 Thread JeeJeeStudio via use-livecode
That's why I quit after one year subscription. I like Livecode a lot, but it has it's limitations, lot of bugs are not solved. Feature requests not implemented although asked by many. Livecode is great! Don't misunderstand and it learns a lot of people to program. But it runs behind future

Re: Test

2021-02-11 Thread JeeJeeStudio via use-livecode
I have that also many times, one pc works sending and receiving, another does not send to the list. Gmail via browser always works. Op 10-2-2021 om 20:43 schreef Ludovic THEBAULT via use-livecode: I can send but I don't receive anything! You can see the list here :

Re: Smooth scrolling

2021-02-02 Thread JeeJeeStudio via use-livecode
Maybe it's me but i don't see any difference in scrolling between the left an right on win10 Op di 2 feb. 2021 om 17:34 schreef Mark Wieder via use-livecode < use-livecode@lists.runrev.com>: > On 2/1/21 7:10 PM, Richard Gaskin via use-livecode wrote: > > > using Kafka's Metamorphosis... > >

Re: Printing borked for LC Linux?

2021-01-17 Thread JeeJeeStudio via use-livecode
Off Topic: I have a triple boot and Ubuntu is just booting so fast, within 2 seconds i'm on the log-in. Win10 Boots faster than BigSur, but BigSur shuts down faster, Win10 is a pain in the butt when shutting down. Ubuntu is the fastest booting and shutting down. Sorry for hijacking this

Re: LC & Mac M1 Chip

2021-01-15 Thread JeeJeeStudio via use-livecode
Nice find Richmond Op 15-1-2021 om 12:01 schreef Richmond via use-livecode: https://www.mediastorehouse.co.uk/pimage/164/4418216/4418216_450_450_81393_0_fill_0_e37e7951f24a5587cf10b5e3ccda4347.jpg On 14.01.21 23:29, JeeJeeStudio via use-livecode wrote: this cheesehead is here since 2014

Re: LC & Mac M1 Chip

2021-01-14 Thread JeeJeeStudio via use-livecode
. Consider yourself notified. ;-) Bob S On Jan 13, 2021, at 1:15 PM, JeeJeeStudio via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Stay off the fake Gouda cheese, maybe it's Chinese origin. Only take the original Dutch Gouda, which is protected by the way, although in China they

Re: LC & Mac M1 Chip

2021-01-13 Thread JeeJeeStudio via use-livecode
Stay off the fake Gouda cheese, maybe it's Chinese origin. Only take the original Dutch Gouda, which is protected by the way, although in China they don't mind that. Op zo 10 jan. 2021 om 23:36 schreef Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com>: > > JeeJeeStudio: > > >

Re: LC & Mac M1 Chip

2021-01-10 Thread JeeJeeStudio via use-livecode
One could ask him/her-self the question if it is still ethical to buy a reall Mac? Seeing the child-labor in their factories in China is still present. Seems nothing good enough is yet done to prevent that. Op 9-1-2021 om 23:34 schreef Curry Kenworthy via use-livecode: Me: > I'm planning

Re: Threads in LC

2021-01-08 Thread JeeJeeStudio via use-livecode
Not that I know of. When using LC it uses the GPIO library/api from the Master Library in which it was embedded. If I recall correct that uses access to the GPIO library which is on the Raspberry. For this i can't recall if i needed to install something via terminal, which i needed to do for

Re: Threads in LC

2021-01-07 Thread JeeJeeStudio via use-livecode
For what i've seen and read is that one can run functions in their own thread, so you assign a thread to it. I'm not very experienced in Python, but that is what i read and i found it interesting. (slowly progressing the motor project with simplepygui and the GPIO)

Re: Threads in LC

2021-01-03 Thread JeeJeeStudio via use-livecode
ries/best-raspberry-pi-power-supply/> 5V 2A 5V 2.5A On Jan 1, 2021, at 11:20 AM, JeeJeeStudio via use-livecode wrote: Hi Rick, thanks fo responding. It's a Pi 3 model B+, should be fast enough for this simple task. on clockWise -steps between

Re: Threads in LC

2021-01-01 Thread JeeJeeStudio via use-livecode
Thanks Bob, will try some out. regards, Jerry Op 31-12-2020 om 18:22 schreef Bob Sneidar via use-livecode: You can also try using callbacks, although the callback will not get processed until the next idle message (script execution termination or wait with messages). Bob S On Dec 31,

Re: Threads in LC

2021-01-01 Thread JeeJeeStudio via use-livecode
ork around which could make it behave as though it was. Have you tried Send in Time? How often are you telling your stepper motor to run? Once in every 10 milliseconds or once in every 20 milliseconds etc? Good luck! Rick On Dec 31, 2020, at 7:20 AM, JeeJeeStudio via use-livecode

Threads in LC

2020-12-31 Thread JeeJeeStudio via use-livecode
Hi, is it possible to assign threads in LC and why not? In python you can assign threads, not that i needed that with python, but it is possible. I'm playing with a stepper motor (for a while now) on a raspberry and with python it runs so smooth, with lc it's a different story. It runs,

Re: Advice setting up a new project

2020-12-28 Thread JeeJeeStudio via use-livecode
If you've already written it in Python, then maybe it's more convenient for you to use BeeWare so you could deploy your Python app with a GUI to web and any other platform. Check beeware.org I would not use HTML5 from LC, it's far from usefull for a website or webapplication. Else i would

Re: Some sad news

2020-12-04 Thread JeeJeeStudio via use-livecode
I thought he stopped the community because he was not happy about the progress on HTML5... This is very sad, a helpfull and smart man and a lung physician too.(he said once) Rest in Peace. All the best to his family. Und schone grussen nach oben! Jerry Janson Op 4-12-2020 om 13:49 schreef

Re: Chromebook apps?

2020-11-27 Thread JeeJeeStudio via use-livecode
And note that the Intel chips are a minor these days on Android, it's mostly ARM Op 26-11-2020 om 14:42 schreef panagiotis merakos via use-livecode: Hello Richmond, so LiveCode builds for Android wouldn't run on them. LC supports both arm (armv7, arm64) and Intel (x86, x86_64) on Android.

Re: Can LC read QR-Code?

2020-11-18 Thread JeeJeeStudio via use-livecode
Geen dank Klaus. Schone abend noch! Gruessen, Jerry Op 18-11-2020 om 15:41 schreef Klaus major-k via use-livecode: Dag JeeJee, Am 18.11.2020 um 15:34 schrieb JeeJeeStudio via use-livecode : It works in INDY, mein freund :) dat is mooi, hartelijk bedankt, beste vriend! :-) Op 18-11

Re: Apple commissions

2020-11-18 Thread JeeJeeStudio via use-livecode
Thanks! Wow 1 milion dollars, whish i could earn that in a year. Op 18-11-2020 om 15:31 schreef Sean Cole (Pi) via use-livecode: The news page from Apple: https://www.apple.com/newsroom/2020/11/apple-announces-app-store-small-business-program/ Sean Cole *Pi Digital * On Wed, 18 Nov 2020 at

Re: Can LC read QR-Code?

2020-11-18 Thread JeeJeeStudio via use-livecode
It works in INDY, mein freund :) Op 18-11-2020 om 15:29 schreef Klaus major-k via use-livecode: Hi all, Am 18.11.2020 um 13:15 schrieb Klaus major-k via use-livecode : Hi friends, I know that LC can generate QR-Codes, but can it also read them? On mobile? Thanks for any hint. found it

Re: Livecode Podcast Player - earbud click?

2020-10-23 Thread JeeJeeStudio via use-livecode
to the. Stack that I can trap? The issue is that I want to know the “currenttime” when the video is paused - this and other features would be easier using the player control. I guess I can use javascript if needed? On 23 Oct 2020, 09:38 +0100, JeeJeeStudio via use-livecode , wrote: So in fact

Re: Livecode Podcast Player

2020-10-23 Thread JeeJeeStudio via use-livecode
us one. It > happens a lot it seams looking back through the archives. > > I’m sorry if it seemed I had hijacked this hijacked thread buck to the OP > ;) > > Sean Cole > Pi Digital > > > > On 21 Oct 2020, at 20:16, JeeJeeStudio via use-livecode < > use-live

Re: Livecode Podcast Player

2020-10-23 Thread JeeJeeStudio via use-livecode
; I guess not - could not find anything in the forums or email thread. > On 21 Oct 2020, 20:17 +0100, JeeJeeStudio via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > You've just hijacked someone's thread...you said something last time. > It's > > now a totall

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread JeeJeeStudio via use-livecode
What do you see when you answer the data you set the dgdata to? Does it show the values? Op vr 23 okt. 2020 08:44 schreef Phil Davis via use-livecode < use-livecode@lists.runrev.com>: > I'm building an iPad app that reads a bunch of files into an array and > then sets the dgData of a form DG to

Re: Livecode Podcast Player

2020-10-21 Thread JeeJeeStudio via use-livecode
You've just hijacked someone's thread...you said something last time. It's now a totally different subject. But nevertheless I total agree with what you just said. Op wo 21 okt. 2020 17:46 schreef Pi Digital via use-livecode < use-livecode@lists.runrev.com>: > I’m going to chime in, not to

Re: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread JeeJeeStudio via use-livecode
ore to > PKCS12? > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of JeeJeeStudio via use-livecode > Sent: Wednesday, October 14, 2020 2:43 PM > To: How to use LiveCode > Cc: JeeJeeStudio > Subject: Re:

Re: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread JeeJeeStudio via use-livecode
I think you need to use PKCS12 industry standard format instead of the normal keystore. You can import your existing key via command prompt. Keytool -importkeystore -srckeystore yourapp.keystore -destkeystore yourapp.keystore -deststoretype pkcs12 Op wo 14 okt. 2020 18:17 schreef Ralph DiMola via

Samsung Galaxy skins for Android Studio

2020-09-26 Thread JeeJeeStudio via use-livecode
Here you can find Samsung Galaxy skins which you can use in Android Studio, so you can see how it looks on the real device.: https://developer.samsung.com/galaxy-emulator-skin/overview.html it's free to use as far as i could see. ___ use-livecode

Re: Looking for LiveCode developer in Norway, Stavanger area

2020-09-02 Thread JeeJeeStudio via use-livecode
Off topic-- Ah Stavanger, i was there on motor holiday in 1995 or 96. Very nice to see the Fjords. On topic-- Keep us posted, most interested. But i'm Dutch, living in Belgium since a few months. So if you can't find people, it can be done remote. Tak, Jerry Op wo 2 sep. 2020 10:48 schreef Tore

Re: DataGrid 2 swipe actions

2020-08-27 Thread JeeJeeStudio via use-livecode
you have to check the bug quality site for that and search for the DG2 I know there was a fix for the ID thingy, if i understand correctly what you ask. because if i remember correct the ID created by the dg scroller was not 'detectable' But to be sure on it check the quality site or one of the

Re: Layers in PBrowser

2020-08-15 Thread JeeJeeStudio via use-livecode
Maybe switch over in time to ReactNative and Node.js using JavaScript? I'm exploring these, cause it runs also on muliple platform, though there we're not as spoiled as with Livecode, but I guess most things are in your own hand then. First thing i see is the almost instantly change you get

Re: More Standalone Building Weirdness...

2020-08-14 Thread JeeJeeStudio via use-livecode
ons), it builds the standalone, but then just remains on "Attaching > engine..." and I have to force LC to exit. > > If no one else has seen anything like this, then it is probably > something about the stack. I don't have problems building other > standalones in LC960. > >

Re: ProtonMail vs Apple

2020-08-14 Thread JeeJeeStudio via use-livecode
Waaah, now even EPIC with Fortnite has been kicked off the appstore, because they found a way to sell things past the appstore. And then Apple don't get 30% https://tweakers.net/nieuws/170916/apple-verwijdert-fortnite-uit-app-store.html It's in dutch but you get the message. or this one

Re: More Standalone Building Weirdness...

2020-08-13 Thread JeeJeeStudio via use-livecode
Put this in every stack you build, and i mean the "build close issue" part in the on closeStack Handler It was in one of the release notes. Maybe that is holding your build to complete on shutdownRequest answer question "Are you sure you want to stop?" with "Y" or "N" if it is "Y" then

Facturing/Billing Warning Google Play dev console when using Android 8.0 as minimum version

2020-08-07 Thread JeeJeeStudio via use-livecode
Hi, i got a warning uploading an app update which uses minimum Android Version 8.0 Oreo about facturing rights, it does not use facturing. Also in the standalone settings in-App Purchases is not selected. Uploading an other app with minimum Android version 5.0 i do not get that warning.

Re: ProtonMail vs Apple

2020-08-06 Thread JeeJeeStudio via use-livecode
. and the > App Store is the only > available outlet for apps. That sounds like a monopoly to me. > > > On 8/6/20 11:46 AM, JeeJeeStudio via use-livecode wrote: > > Hmpff i just read in the news that even Microsoft can't bring out an > xcloud > > application due to t

Re: ProtonMail vs Apple

2020-08-06 Thread JeeJeeStudio via use-livecode
Hmpff i just read in the news that even Microsoft can't bring out an xcloud application due to the apple store rules. What a mess. Only Android users will be able to stream games as mentioned on dutch tweakers.net website. I think it's going to cost MS to much money to pay Apple ifvthey would

Re: ProtonMail vs Apple

2020-08-04 Thread JeeJeeStudio via use-livecode
1 positive thing then on a thing we don't have in LC and now also is removed...the possibility to put ads in your LC created mobile app... Op di 4 aug. 2020 21:38 schreef Mark Wieder via use-livecode < use-livecode@lists.runrev.com>: > On 8/4/20 11:39 AM, Dev via use-livecode wrote: > > > I

Re: ProtonMail vs Apple

2020-08-04 Thread JeeJeeStudio via use-livecode
It's not a contradictory, Apple has Worldwide Monopoly of iOs and the Apple store. I don't know any other store for Apple iOs software. (are there?) As for Android there are multiple stores (yes Google hold the monopoly of the OS itself) Op di 4 aug. 2020 om 20:20 schreef Jim Lambert via

Re: Has anyone created a specialised mobile keyboard?

2020-08-04 Thread JeeJeeStudio via use-livecode
You can set which keyboard you want, like email, numeric it's in the dictionary, search on mobile keyboard Op 4-8-2020 om 13:22 schreef Graham Samuel via use-livecode: In the iOS app I’m developing, it would be nice (I mean less confusing for the user) to display a keyboard with only certain

Re: ProtonMail vs Apple

2020-08-04 Thread JeeJeeStudio via use-livecode
1 solution :Ban apple and their appstore. Your users use Apple, aah, to bad for them. First they bought overprized hardware...and the rest you know Op 3-8-2020 om 23:33 schreef Mark Wieder via use-livecode: ...catching up on some reading here. One of my email providers

Re: Q re monetization via ads

2020-07-31 Thread JeeJeeStudio via use-livecode
i think no one, because it's not working and no longer supported in LC. Why do so many app dev(non LC) use so many ads in their apps? i guess not for fun but for some income (free apps with ads) A free game and i mean a good playable quality game costs maybe 200K to be build for Android and iOs,

Re: Q re monetization via ads

2020-07-31 Thread JeeJeeStudio via use-livecode
i think no one, because it's not working and no longer supported in LC. For many years now!! Why do so many app devs (non LC) use so many ads in their apps? i guess not for fun but for some income (free apps with ads) And alongside that sometimes also in-app purchases, like more lives or

Re: Google Play SDK problem

2020-07-30 Thread JeeJeeStudio via use-livecode
g > initialization/-1002:Bad response received/-1003:Purchase signature > verification failed/-1004:Send intent failed/-1005:User > cancelled/-1006:Unknown purchase response/-1007:Missing token/-1008:Unknown > error/-1009:Subscriptions not available/-1010:Invalid consumption attempt á

Re: Google Play SDK problem

2020-07-30 Thread JeeJeeStudio via use-livecode
Yes, that was what i was thinking too. Else it would not get into the standalone. Op 30-7-2020 om 19:18 schreef J. Landman Gay via use-livecode: I've never seen that. Did you accidentally tick the ads checkbox in standalone settings? -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Android target needs api-29 as of august 2020

2020-07-25 Thread JeeJeeStudio via use-livecode
Hi, FYI for the people who use the Google Play Developers Console. The target api needs to be 29 as of August 2020 for all new apps. And for updated apps as of november 2020. LC has the target now set on 28. It would be convenient if one could set that him/her-self in the standalone

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-07-21 Thread JeeJeeStudio via use-livecode
I once did that, to read out the values on a sheet. But I can't remember if I used OAuth2 for that. Op di 21 jul. 2020 15:51 schreef Mike Kerner via use-livecode < use-livecode@lists.runrev.com>: > I got impatient/spooked so we went another direction. I think we're going > to use other tools. >

Re: text to speech android

2020-07-19 Thread JeeJeeStudio via use-livecode
At least on Mac you know what voice you get. I wonder how other devs handle this on Android when selecting a voice, because you never know exactly what you choose. Op ma 20 jul. 2020 06:07 schreef Monte Goulding via use-livecode < use-livecode@lists.runrev.com>: > Hi Scott > > The identifiers

Re: test

2020-06-20 Thread JeeJeeStudio via use-livecode
testin testing 1,2 in the place to be sort of Op 20-6-2020 om 17:53 schreef Erik Beugelaar via use-livecode: Testing one two three ;-) You are on a mission? -Original Message- From: use-livecode On Behalf Of JeeJeeStudio via use-livecode Sent: zaterdag 20 juni 2020 17:25 To: How

Re: test

2020-06-20 Thread JeeJeeStudio via use-livecode
ok thanks for the clear up doc! i'm using thunderbird with gmail Op 20-6-2020 om 17:54 schreef doc hawk via use-livecode: Jee jee jabbered = it seems my emails do not always arrive on this use list. Can't find the cause why. This is usually the mail client, not the mailing list. Gmail, for

Re: test

2020-06-20 Thread JeeJeeStudio via use-livecode
it seems my emails do not always arrive on this use list. Can't find the cause why. In the settings i've set it to get a copy, but i don't get it. Sometimes when looking in the archive i see my answer is not there, although it was send correctly. Op 20-6-2020 om 17:26 schreef doc hawk via

test

2020-06-20 Thread JeeJeeStudio via use-livecode
test ___ 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: REducing image size of resized image

2020-05-29 Thread JeeJeeStudio via use-livecode
Sie sind Ihre eigene Meister Op 29-5-2020 om 17:17 schreef Klaus major-k via use-livecode: Am 29.05.2020 um 16:56 schrieb Klaus major-k via use-livecode : Am 29.05.2020 um 16:13 schrieb Klaus major-k via use-livecode : Hi all, there was a trick to reduce the size of a scaled-down image.

Re: Code-signed apk fails

2020-05-28 Thread JeeJeeStudio via use-livecode
The normal exstension is .keystore , maybe that's the reason? Op 28-5-2020 om 08:52 schreef J. Landman Gay via use-livecode: We're about to release an Android app. I've been signing it for development only and it works well. Today I created a keystore "FPMobile.jks" in Terminal as usual. As

Re: iOS Provisioning Profile issue

2020-05-22 Thread JeeJeeStudio via use-livecode
AS far as i know this profile lasts for 6 days for development. Then you have to renew it in Xcode. Op 22-5-2020 om 12:47 schreef Graham Samuel via use-livecode: Panos - thanks for asking Yes it is - an iPhone XS which has been my key test device for weeks. Should I try it on the very latest

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
So this is a good thing where we LC users have an advantage. Op 21-5-2020 om 19:44 schreef Richard Gaskin via use-livecode: Ralph DiMola wrote: I use the commercial server so I can use password encrypted stacks. I have an app that the customer required encryption of all data and source code.

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
Thanks for your extensive explanation Richard. Op 21-5-2020 om 19:01 schreef Richard Gaskin via use-livecode: The encrypt and decrypt commands are part of the core language common to all editions, along with hashing with messageDigest and the older md5Digest and sha1Digest functions. The

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
Yes, true. Does the commercial version not contain options comparable like LC Indy e.g. Encrypting or otherwise? Thanks for your answer. Op 21-5-2020 om 18:21 schreef Richard Gaskin via use-livecode: JeeJeeStudio wrote: > Op 20-5-2020 om 21:18 schreef Richard Gaskin via use-livecode: >>

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
that's not the same version as the one you can download from livecode.com when you log-in. Community vs commercial Op 20-5-2020 om 21:18 schreef Richard Gaskin via use-livecode: It would be helpful to have a convenient way to obtain the URL to the latest stable version of LC Server, to

Re: Recommended (simple) Linux distro for Livecode server home dev/test?

2020-05-09 Thread JeeJeeStudio via use-livecode
i would use Ubuntu server as there is much info about it on HowtoForge.com are very nice tutorials on how to setup Linux servers for several distributions of your choice. You can use these to set up a VPS, but also a Laptop or whatever to use as a server. Op 9-5-2020 om 15:46 schreef

Re: OT: Need some offlist help with PHP-SQL

2020-05-05 Thread JeeJeeStudio via use-livecode
Well that's nonsense that php would not be save, you need to make sure you are not providing reasons for injections. You need to use Mysqli or PDO You could check here: https://forums.livecode.com/viewtopic.php?f=12=27521 It's described in simple ways how to use PHP scripts using PDO as

Re: DataView and DataView Tree Updates

2020-05-04 Thread JeeJeeStudio via use-livecode
It's line 313 of the stack script of dataview_dbcursor.livecodescript i downloaded 0.4.0, but files inside where from 20-09-2019 so will download again, maybe i clicked the wrong zip Op 3-5-2020 om 23:00 schreef Trevor DeVore via use-livecode: On Sun, May 3, 2020 at 1:11 PM JeeJeeStudio via

Re: DataView and DataView Tree Updates

2020-05-03 Thread JeeJeeStudio via use-livecode
Hi Trevore, FYI your dataview demo throws an error on line 313: it's missing an before or into or after: probably an into *put _rowOfId(tId) tRow* put _rowOfId(tId) into Row Op 2-5-2020 om 19:42 schreef Trevor DeVore via use-livecode: Hi, I've updated the DataView and DataView Tree

Re: DataView and DataView Tree Updates

2020-05-03 Thread JeeJeeStudio via use-livecode
Thanks! Going to take a look. Op 2-5-2020 om 19:42 schreef Trevor DeVore via use-livecode: Hi, I've updated the DataView and DataView Tree code in my GitHub repos with a script that will load all of the necessary files for developers who are not using the Levure framework. You will find

Re: Detecting full Mobile Sensor activation

2020-04-25 Thread JeeJeeStudio via use-livecode
:33 schreef Graham Samuel via use-livecode: I do sympathise. I would love a more comprehensive system of sensor acquisition - but right now I’m just trying to cope with the GPS start up issue. Bluetooth and all that is further away from me. Graham On 25 Apr 2020, at 16:20, JeeJeeStudio via use

Re: Detecting full Mobile Sensor activation

2020-04-25 Thread JeeJeeStudio via use-livecode
Some apps even measure the heartbeat via the camera and turn on the cameralight. I don't know how we could do that in LC. Even for barcode reader the camera light would be convenient for dark spaces, i added a feature request, but it's hibernated. Who knows how long it takes before it gets

Auto opening of Project Browser

2020-04-18 Thread JeeJeeStudio via use-livecode
Hi, maybe i missed it, but i think not. Why is in preferences no option, to or not to, always have the Project Browser opened when starting LC? Actually same counts for the message box. Thanks! Jerry ___ use-livecode mailing list

Re: Apps to fight COVID-19

2020-04-18 Thread JeeJeeStudio via use-livecode
That's not made with livecode right? Op 18-4-2020 om 15:45 schreef David Bovill via use-livecode: The app looks a good start, but basic. I took a closer look at the cartoon images, they are quite specific, but a good base for a discussion about privacy issues. Not so good for an app. My

Re: Apps to fight COVID-19

2020-04-11 Thread JeeJeeStudio via use-livecode
Next to the Dutch sites, you can also write your Tender(Idea) to covid19-...@minvws.nl On Apr 11, 2020, at 1:35 PM, JeeJeeStudio via use-livecode wrote: Don't know if it was said already... The Dutch government is asking for app ideas for this Covid virus, so people are alerted

Re: Apps to fight COVID-19

2020-04-11 Thread JeeJeeStudio via use-livecode
have been describing. Two of those have libraries available right now. Build a car! On Apr 11, 2020, at 1:35 PM, JeeJeeStudio via use-livecode wrote: Don't know if it was said already... The Dutch government is asking for app ideas for this Covid virus, so people are alerted if they ar

Re: WebDAV library for LC community available which does not depend on tsNet

2020-04-11 Thread JeeJeeStudio via use-livecode
Awesome! thank you very much. Regards, JErry Op 11-4-2020 om 22:09 schreef matthias rebbe via use-livecode: Hi, Ralf Bitte released a WebDAV library , which does not depend on tsNet and can therefore also be used with the Community Edition. https://github.com/revig/livecode-webdavlib

Re: Apps to fight COVID-19

2020-04-11 Thread JeeJeeStudio via use-livecode
Don't know if it was said already... The Dutch government is asking for app ideas for this Covid virus, so people are alerted if they are to close to another, that's one thing. Any other ideas are welcome. Further, it has to be absolutely privacy safe for civliians. Any idea can be dropped

App rejected on Google Play, most probably due to Speech API in combination with Applicable for Families/Children

2020-04-11 Thread JeeJeeStudio via use-livecode
Hello, i have a simple app which tells the time and date in dutch and english. I made the app for people/children who are having difficulty reading time and dates by pushing a knob in the app like Kids with Autism/Bad Sight/other limiting handicap etcetera, very simple. (of course they can

Re: Old Fossil seeks fast track assistance

2020-04-04 Thread JeeJeeStudio via use-livecode
For Android: Install Oracle Java SDK 1.8.x Install Android Studio (or the command line version as you only need the sdk and some tools) but easier is Android Studio. Then in Android Studio download sdk for Android 4.1.2 and 9 or so. And perhaps an emulator. But there are lessons for it a

  1   2   >