Re: [ANN] Release 9.6.0 DP-1

2019-11-26 Thread JJS via use-livecode
Well i'm happy at least PDF printing is a step in the right direction. Via html and opening in a browser one could get to pdf / print on paper, so we can skip that. Hopefully printing on paper will be a next step on Android. Thanks a lot! Jerry Op 26-11-2019 om 19:34 schreef Mark Waddingh

Re: Achilles Heel of Livecode

2019-12-03 Thread JJS via use-livecode
Their website is terrible to see what the product actually is and does. But ok after looking for a while i thought wow, if can do all that. And you only need to pay once as far as i can see, although it might be a lot more. It offers Java, iOs, Android, Windows, Mac, PHP, Linux, Win ce, Iot..

Re: Connecting LC to Xcode

2019-12-04 Thread Jjs via use-livecode
Maybe a deinstall of all xcode versions, reboot, reinstall may do a miracle. Seems like strange failures. Marty Knapp via use-livecode schreef op 5 december 2019 00:48:01 CET: >OK I took those steps but now when I launch Simulator I get this error: > >“Unable to boot device because it cannot be

Re: iOS text file download from Dropbox

2019-12-07 Thread JJS via use-livecode
you could use the dropbox library, so you have direct access to your dropbox Op 6-12-2019 om 23:32 schreef Marty Knapp via use-livecode: I'm working on my first iOS app. It needs to access a 6mb text file in Dropbox. Using "dropboxDownLoad" it works fine on my Mac. On the iPhone I'm using spec

Re: iOS text file download from Dropbox

2019-12-07 Thread JJS via use-livecode
Great! Op 7-12-2019 om 19:18 schreef Marty Knapp via use-livecode: A follow-up. Apparently the standalone builder was not picking up that it needed the Dropbox library (maybe because I use a script only behavior stack). So I manually included the Dropbox library. Still no joy. Then I though th

Re: Java update?

2019-12-10 Thread JJS via use-livecode
You can't build for Android if you don't have Java on your machine Op 10-12-2019 om 18:04 schreef Rick Harrison via use-livecode: If you go into the terminal type; java -version That will tell you if you are running java, and what version of it you are running. Compare that to what the curren

Re: Missing keys in datagrid?

2019-12-17 Thread JJS via use-livecode
Ein schöne guten abend Klaus, i don't know exactly what your trying to accomplish, but maybe this helps, or give a further idea. I use this to export column names and data: put the dgProp[ "columns" ] of group "DataGrid 1" into tColumnTitles replace return with comma in tColumnTitles   

Re: Missing keys in datagrid?

2019-12-17 Thread JJS via use-livecode
* * *put tEdit["Nummer"] into field"Nummer" --etcetera* *end if* *Regards,* *JErry * Op 17-12-2019 om 21:46 schreef Klaus major-k via use-livecode: Hi Jerry, Am 17.12.2019 um 20:42 schrieb JJS via use-livecode : Ein schöne guten abend Klaus, i don't know exactl

Re: mobile dev confusion

2019-12-27 Thread Jjs via use-livecode
Choose Android 4.1.2 in the build settings then it will probably be 99% of all devices. But 6% is very low. Did you also provide an apk for armv8, arm64? If i'm correct the x86 are not of interest anymore, it was a short wave of intel mobile processors, correct me if i'm wrong. Tom Glod via use

Re: mobile dev confusion

2019-12-28 Thread JJS via use-livecode
That error depends on what version of LC you use. Use LC 9.5.1 and it can build for ARMv8-ARM64-X86 and x86-64, then lc will build the correct one to the emultaor ones you press the test button in LC ide. But for uploading to the Google play store ARMv8 and ARM64 will be sufficient Op 28

Re: mobile dev confusion

2019-12-28 Thread JJS via use-livecode
So in fact the only great thing now for x86 and x86-64 is the high speed emulator. Makes it strange right, there are almost no x86 or x86-64 real phones, but in Android Studio you see as of Android 8 and up only x86 system images and no ARM at all. I don't get it, where is the logic behind

Re: mobile dev confusion

2019-12-28 Thread JJS via use-livecode
This is also a nice read: with some X86 System images you can use ARM to test, https://androidstudio.googleblog.com/2019/09/android-p-x86-system-images-google-play.html Op 28-12-2019 om 23:03 schreef JJS via use-livecode: So in fact the only great thing now for x86 and x86-64 is the high

Re: mobile dev confusion

2019-12-29 Thread JJS via use-livecode
Yes you are right Sannyasin. And on your desktop you can use the very fast x86 / x86-64 emulator which you can use directly via the test button in the ide(of course first load the emulator) Op 29-12-2019 om 14:43 schreef Sannyasin Brahmanathaswami via use-livecode: Hmmm.. I conclude from thi

Re: mobile dev confusion

2019-12-30 Thread JJS via use-livecode
Mostly i do to real device too. Because on emulator x86 / x86-64 i get strange images with every LC app where graphics are in, like mirrored or repeated buttons etcetera. Don't know exactly why or where the fault comes from, maybe it is something with accelerated rendering but have not figured

Happy New Year!

2020-01-01 Thread Jjs via use-livecode
Wishing everyone a healthy and fantastic new year! Make it great! Happy coding! Regards, Sphere Sannyasin Brahmanathaswami via use-livecode schreef op 31 december 2019 20:39:36 CET: >I would like to import an SVG that has multiple paths and which two >colors. Using Illustrator or Inkscape, m

Re: Littel Arrows

2020-01-10 Thread Jjs via use-livecode
If you click the upper, the line goes down, so it looks like you are going up. And vice versa. In that way it makes sense. JB via use-livecode schreef op 10 januari 2020 20:58:28 CET: >Hi Klaus, > >I just checked the little arrow scrollbar in version 4.6. If I add a >field and then I add a lit

Re: Focus on customproperty inspector

2020-01-11 Thread Jjs via use-livecode
Happy new year! On which platform do you run the ide? Perhaps there is a difference on win or mac or linux Ludovic THEBAULT via use-livecode schreef op 11 januari 2020 15:38:42 CET: >Hello, > >With livecode 9.6 I have a strange behavior, when the custom property >inspector is open, and the sc

search whole list on certain subject, searching for Admob integration

2020-01-12 Thread JJS via use-livecode
Hi, how do i search the whole list to get info on some topics. For now i'm searching for a solution to use Admob. as i made a thread here: https://forums.livecode.com/viewtopic.php?f=53&t=33521 Certainly not everyone is using the forum. So maybe someone has info here on how to add Admob to

Re: search whole list on certain subject, searching for Admob integration

2020-01-12 Thread JJS via use-livecode
4#p139662 looks promising but it is still not there. I even see threads from nearly a decade ago...2011. any hints on this? Op 12-1-2020 om 19:04 schreef JJS via use-livecode: Hi, how do i search the whole list to get info on some topics. For now i'm searching for a solution to use Admob.

Re: Embarrasssing old bugs

2020-01-14 Thread Jjs via use-livecode
There are more things which are still not possible in LC concerning mobile. It goes back to 2011 and that is get ads in your app. Or decent touch possibilities like TUIO for all desktop platforms. Klaus major-k via use-livecode schreef op 14 januari 2020 18:55:33 CET: >Hi all, hi mothership, >

Re: Buying a used apple to run ios simulator.

2020-01-15 Thread JJS via use-livecode
Alternative, if you have a decent PC, insert an extra HD or SDD and make it an Hackintosh and dualboot check details here: https://www.tonymacx86.com/ on how to do it You can nicely play with the iOs Simulator Op 15-1-2020 om 21:45 schreef Richmond via use-livecode: See if it sits within the

Admob integration

2020-01-15 Thread JJS via use-livecode
No one interested in putting ads in mobile apps to get some extra income? Op 12-1-2020 om 19:23 schreef JJS via use-livecode: ok i can search on narkive.com, that's great. Reading this " With that being said, we are currently working on various widgets for LiveCode 8 and one tha

Re: Admob integration

2020-01-15 Thread JJS via use-livecode
, Unity, Eclipse i see lots of examples. If one might have a reasonable app, you could get some extra income to extend the LC subscription which already would be a good reason for me at the moment Op 15-1-2020 om 22:07 schreef Dr. Hawkins via use-livecode: On Jan 15, 2020, at 1:03 PM, JJS via

Re: Admob integration

2020-01-18 Thread JJS via use-livecode
le *Pi Digital * On Wed, 15 Jan 2020 at 21:42, JJS via use-livecode < use-livecode@lists.runrev.com> wrote: If i knew how to create a library or widget for it i would do it too. My knowledge is to little for it,even after reading and trying out the examples from Git and the lessons. For

Re: mailto: string with attachment

2020-01-18 Thread JJS via use-livecode
almost, it fires up my email client (on windows) but no attachment yet in the email on mouseUp pMouseButton    put "mailto:m...@example.com?subject=hallo&body=blabla&attachment=url"e&file:/Users/Jerry/Documents/anicedocument.pdf"e"; into tT    launch url tT end mouseUp Op 18-1-2020

Re: mailto: string with attachment

2020-01-18 Thread JJS via use-livecode
I think Matthias is correct, i see several topics on the web that using attachments is not possible with mailto: There is a little solution here: https://stackoverflow.com/questions/1195111/c-sharp-mailto-with-attachment but for windows using MAPI32.dll, so not for mac Op 18-1-2020 om 16:25

Re: mailto: string with attachment

2020-01-18 Thread JJS via use-livecode
http://lessons.livecode.com/m/4071/l/13198-how-do-i-attach-a-file-to-an-e-mail by the way there is an option for mobile, but since you don't have a mobile... Groetjes Op 18-1-2020 om 22:02 schreef JJS via use-livecode: I think Matthias is correct, i see several topics on the web that

No support for 24bit/96kHz audio file?

2020-01-22 Thread JJS via use-livecode
Hi, i imprted some short audiofiles 24bit/96kHz but it seems LC does some kind of downsampling or changes the frequency. As it plays now very looow. Is the max 16bit/44.1kHz ? Any idea? Thanks, Jerry ___ use-livecode mailing list use-livecode@

Re: Raspberry Pi 4

2020-01-22 Thread JJS via use-livecode
NIce, i would like to know how you did it. And did you need any other service like FCM or GCM or another to get it out to browser or mobile devices? JErry Op 22-1-2020 om 20:34 schreef Kevin via use-livecode: I’ve had my push notification server running on a Pi 3 for some years. Just bought

Re: No support for 24bit/96kHz audio file?

2020-01-23 Thread Jjs via use-livecode
I use wav and when i change it to 16bit/44.1kHz it plays ok. So for this usage it maybe is ok. But higher resolutions is better and more crisp. I'm building a drumpad for fun on mobile(Android for now) and use the play command. It has to respond fast so the player will be probably too slow, also

Re: Submitting to the Google PLay store

2020-01-24 Thread Jjs via use-livecode
As far as i know you can still upload unbundled. But for one project you need to upload an armv8 apk and an arm64 apk with each an increasing versioncode nr. So the armv8 is no1, the arm64 is no2. Next time armv8 is 3, arm64 is versioncode 4. Lagi Pittas via use-livecode schreef op 24 januari

multitouch buttons on Android

2020-01-26 Thread JJS via use-livecode
Hello, can 2 buttons be pressed simultanously on Android? Or do i need to change them to an Image? Although i use buttons, it seems not to be able to hold one button down and press another. They are in the same group, and the option only one button is off in the group settings Thanks f

Re: multitouch buttons on Android

2020-01-27 Thread JJS via use-livecode
s are down? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 26, 2020 3:36:51 PM JJS via use-livecode wrote: Hello, can 2 buttons be pressed simultanously on Android? Or do i need to change them to an Image? Although i use buttons, it

Re: multitouch buttons on Android

2020-01-27 Thread JJS via use-livecode
yes touchStart and touchEnd is what i need. Do you Jacque or anyone else knows if these functions conflict with mouseUp or mouseDown in the same control on mobile? Op 27-1-2020 om 20:06 schreef JJS via use-livecode: one button is a drumpad which has multiple functions. if tap it, then you

Re: Admob integration

2020-01-27 Thread JJS via use-livecode
All these mobilead commands which are still in the engine which work(ed) with inneractive are deprecated? Op 18-1-2020 om 17:31 schreef JJS via use-livecode: Thank you for response Sean. Hopefully there will be some kind of solution. I'm going to explore some more sites as i see al

Re: multitouch buttons on Android

2020-01-28 Thread Jjs via use-livecode
> >> On Jan 27, 2020, at 1:58 PM, J. Landman Gay via use-livecode > wrote: >> >> I think you get both, touchStart first followed by mouseDown, and >touchEnd followed by mouseUp. >> >> On 1/27/20 3:04 PM, JJS via use-livecode wrote: &g

Re: No support for 24bit/96kHz audio file?

2020-01-28 Thread JJS via use-livecode
Hi Mark, i did not try a player on windows, ultimately it has to work on Android which it does now with 16bit/44.1kHz. I can try if that will work with 24bit/96kHz. Regards, Jerry Op 23-1-2020 om 09:43 schreef Mark Waddingham via use-livecode: On 2020-01-22 19:17, JJS via use-livecode

Re: Displaying & caching PDF files

2020-02-05 Thread JJS via use-livecode
 launch url "file:/mnt/sdcard/help.pdf" Groetjes, Jerry Op 5-2-2020 om 19:15 schreef Klaus major-k via use-livecode: Hi all, Am 05.02.2020 um 19:05 schrieb Eller, Roger via use-livecode : Hey Ralph, "The latest phones usually come with a built-in PDF reader." Source: How To Open PDF Fil

Re: Displaying & caching PDF files

2020-02-05 Thread JJS via use-livecode
to my app. (probably because that was the one which launched Chrome Op 5-2-2020 om 20:44 schreef JJS via use-livecode:  launch url "file:/mnt/sdcard/help.pdf" Groetjes, Jerry Op 5-2-2020 om 19:15 schreef Klaus major-k via use-livecode: Hi all, Am 05.02.2020 um 19:05 schrieb El

Re: Displaying & caching PDF files

2020-02-05 Thread JJS via use-livecode
Hi Klaus, Jawohl ! Wilkommen! Op 5-2-2020 om 20:52 schreef Klaus major-k via use-livecode: Hi Jerry, Am 05.02.2020 um 20:50 schrieb JJS via use-livecode : let me clarify. once a user click on the help button, it downloads a fresh copy from my server using tsnet. after that i copy it to

Re: YouTube video synchronisation

2020-02-15 Thread JJS via use-livecode
perhaps by using the youtube api in some way https://developers.google.com/youtube/v3 Op 14-2-2020 om 06:39 schreef Peter Bogdanoff via use-livecode: Hi, Along the lines of the other conversation about sync of sound and vision: Is there a way when I've loaded a YouTube page in the browser wi

Re: YouTube video synchronisation

2020-02-15 Thread JJS via use-livecode
er Bogdanoff ArtsInteractive On Feb 15, 2020, at 11:19 AM, Peter Bogdanoff via use-livecode wrote: Thanks, I looked at the APIs there, but I’m not seeing anything appropriate. Peter On Feb 15, 2020, at 9:35 AM, JJS via use-livecode wrote: perhaps by using the youtube api in som

Re: Sorry - test

2020-02-15 Thread Jjs via use-livecode
There are websites on which you can check if your ip is registered as spammer. If so then you can request to have your ip removed. Some spam blocking mechanism use those kind of lists. Had it before on 2 websites i maintained, where people complaint getting refused due to this. Drs Mark Schonew

Re: LCB widget "BioRhythm" v1.0.0

2020-03-03 Thread Jjs via use-livecode
Nah, i overrule you all heh heh. I had such program on my Sony HitBit MSX(not programmed by me, was to young for that) and i could plot it on my 4 color Sony Plotter with smooth sharp lines. I still have those. Further i really did not know what to do with that biorhythm heh heh just play. Jer

<    1   2   3   4