Search found 38 matches

by joseggarza
Tue Oct 25, 2022 9:25 pm
Forum: Internet
Topic: Future HTML5 and mail
Replies: 11
Views: 13516

Re: Future HTML5 and mail

Thanks, I was able to write the code myself. Here is the code I used for mailgun.com for future reference. JG on mouseUp put "https://api.mailgun.net/v3/YOURDOMAIN.com/messages" into tURL put base64encode("api:xxxxxxxxxxxxxx") into userpass put "Authorization: Basic " & userpass into UserAuth put em...
by joseggarza
Tue Oct 18, 2022 7:58 pm
Forum: Internet
Topic: Future HTML5 and mail
Replies: 11
Views: 13516

Re: Future HTML5 and mail

Hi,

did you ever receive the mailgun with livecode sample?

I am able to send email with mailgun, but I got stuck with the attachments. I am not using Curl and I don't want use it, instead I am using post from livecode.

any ideas of how to do this?

thanks in advance.

JG
by joseggarza
Wed Oct 12, 2022 10:03 pm
Forum: Made With LiveCode
Topic: Paypal PayFlow Pro Sample
Replies: 1
Views: 4172

Paypal PayFlow Pro Sample

Hi,

I spend a some time trying to figure how paypal payflow pro works and I finally I got it working.
This forum has helped me a lot on the past that I just want to contribute with something back.

is not a big script, but I know it will help someone.

Jose Garza
by joseggarza
Fri Jul 08, 2022 6:10 pm
Forum: Android Deployment
Topic: Android barcode scanner widget Requirements
Replies: 10
Views: 7926

Re: Android barcode scanner widget Requirements

oooh WOW... That is a nice website.... Thanks.. I think I will get all my toys from there!!! by any chance do you know a place or book where I can get some information about how to use LC with java FFI ? I really would like to spend some time on learning LC FFI, but I can't find much info about it.....
by joseggarza
Fri Jul 08, 2022 3:25 pm
Forum: Android Deployment
Topic: Android barcode scanner widget Requirements
Replies: 10
Views: 7926

Re: Android barcode scanner widget Requirements

Jacque, Thanks a lot for you time. I really appreciate it. Let me give you an update of what I've been doing. I can confirm that this tablet has a No Auto Focus Camera. I installed the Zxing Barcode Scanner app and it works OK. I had some problems with the Camera because of the autofocus and I had t...
by joseggarza
Thu Jul 07, 2022 5:07 pm
Forum: Android Deployment
Topic: Android barcode scanner widget Requirements
Replies: 10
Views: 7926

Re: Android barcode scanner widget Requirements

Hi Jacque, Thanks for Your Advice, and your quick response. I don't want to submit this to Quality. I don't think is a bug, but more of a library missing on the amazon table. I am getting False for the isOperational propery. I was wondering what is that this widget checks in order to return true on ...
by joseggarza
Wed Jul 06, 2022 8:00 pm
Forum: Android Deployment
Topic: Android barcode scanner widget Requirements
Replies: 10
Views: 7926

Re: Android barcode scanner widget Requirements

Hi Jacque,

thanks for your reply, I really don't think that is the problem because I was able to download three other apps from the app store and they work just fine. I agree, the camera is not the best, but the apps that I got work ok on this tablet.

JG
by joseggarza
Tue Jul 05, 2022 11:43 pm
Forum: Android Deployment
Topic: Android barcode scanner widget Requirements
Replies: 10
Views: 7926

Android barcode scanner widget Requirements

Quick question, What are the requirements for the Android barcode scanner to work? I made an app and is working OK with my phone, but when I try to use it in an Amazon Fire HD 10 (2021, 11th gen) (Android 9, API Level 28) the Widget does not work. I installed the following apps: Google Play Services...
by joseggarza
Sun Jul 19, 2020 4:51 am
Forum: Android Deployment
Topic: can i use messageAuthenticationCode on android
Replies: 1
Views: 2227

can i use messageAuthenticationCode on android

Hi, I could not find any info about what platform I can use messageAuthenticationCode. I made a desktop Application an I am using it to encrypt my password. now I need to develop an android app and I am try the same code but is not working. I went to the docs and it does not say what platform it is ...
by joseggarza
Tue Nov 06, 2018 9:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Report Framework
Replies: 16
Views: 11099

Re: Report Framework

I just found a good way to make Awesome reports using Crystal Reports by SAP. Well, the solution is simple. I found a website from a guy in Malaysia (https://www.rainforestnet.com/) who made an external(DOS) Executable to run the crystal reports and send them to the printer or other outputs. You can...
by joseggarza
Thu Mar 16, 2017 4:33 am
Forum: Android Deployment
Topic: playing .m3u8
Replies: 2
Views: 4363

playing .m3u8

Hi all, I need to make player for a .m3u8(HLS) on android. I have the following code without any success mobileControlCreate "player", "HLSplayer" --create a player HLSplayer mobileControlSet "HLSplayer", "visible", true mobileControlSet "HLSplayer", "rect", the rect of fld"field" --adjust these set...
by joseggarza
Thu Nov 24, 2016 10:09 pm
Forum: Talking LiveCode
Topic: Play Audio on Background Mode
Replies: 9
Views: 7037

Re: Play Audio on Background Mode

Armenhui wrote:Ok.

Thanks
any Updates on this topic?
by joseggarza
Tue Oct 04, 2016 11:36 pm
Forum: Android Deployment
Topic: [SOLVED][android] how to keep Screen ON while running App
Replies: 3
Views: 3691

Re: [android] how to keep Screen ON while running App

KimD wrote:Have you tried mobileLockIdleTimer? The first time that I used this it didn't work because I forgot to also tick Idle Timer in the Android stand alone application settings.

Regards

Kim
Thanks Kim, That is exactly what I was looking for. You're the best.

JG
by joseggarza
Fri Sep 30, 2016 10:27 pm
Forum: Android Deployment
Topic: [SOLVED][android] how to keep Screen ON while running App
Replies: 3
Views: 3691

[SOLVED][android] how to keep Screen ON while running App

Hello, LC Gurus...

I am looking for a command or library to keep screen "ON" while running my program.

I need to update db records while locationChanges, but android keeps turning off.

Any good ideas on how to do this?
by joseggarza
Sat Sep 03, 2016 3:51 pm
Forum: Android Deployment
Topic: Shoutcast / Icecast stream player
Replies: 2
Views: 4089

Re: Shoutcast / Icecast stream player

One thing you could try (although my own tests don't look promising) is the new browser widget. I believe that this is fully cross platform. It is also easier to work with as it can be tested in LiveCode before being tested on a mobile device. The browser widget definitely supports HTML5 as I am ab...

Go to advanced search