MySQL Client on

2020-08-25 Thread Todd Fabacher via use-livecode
st version 8.0 and now LiveCode server is NOT working??? Please advise, Todd Fabacher PS I never got LC server to open a Postgres Database. I need some help here. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: use-livecode Digest, Vol 203, Issue 17

2020-08-16 Thread Todd Fabacher via use-livecode
Thanks Matthias Rebbe for the reply Did you already try to remove the https:// from tDatabaseAddress? I am not used with Postgres, but this https would definitely not work when connecting to MySQL. When I took it out the https:, I got this error: *could not connect to server: No such file or d

Postgres Connection Issue

2020-08-15 Thread Todd Fabacher via use-livecode
ocal tDatabaseAddress = "https://x-0.a.db.ondigitalocean.com::25060"; put revOpenDatabase("postgresql", tDatabaseAddress, "admin", tDatabaseUser, tDatabasePassword, "sslmode=require") into tConnectionID Error Message invalid port number: "//x-0.a.db.ondigitalocean.com::25060" Wha

unable to locate the play service dependency base version 9.4.0

2019-11-13 Thread Todd Fabacher via use-livecode
In 9.5 stable I have added the Android barcode widget. With that and a button just to test it. But when I try and compile I get an error message: unable to locate the play service dependency base version 9.4.0 Am I missing something? - Any help would be appreciated. I am under the gun and I nee

Re: LiveCode Server

2019-10-18 Thread Todd Fabacher via use-livecode
GOOD NEWS - Got it to work. Someone should take note an issue with Apache 2 and LiveCode server SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 For Linux in /etc/apache2/apache2.conf For Mac (using Homebrew) in /usr/local/etc/httpd/httpd.conf Adding this to .htaccess didn't work for some re

LiveCode Server

2019-10-17 Thread Todd Fabacher via use-livecode
HTTP ACCEPTS which I set in my header, but I can's find anything else from the header that was posted. Does anyone know how to read an "Authorization: Bearer" header in LiveCode Script on the server?? Thanks for the help. --Todd Fabacher

In-App Purchase Subscription

2019-09-25 Thread Todd Fabacher via use-livecode
Hello LiveCode community, Does anyone have a sample of selling a subscription using LiveCode's In-App Purchase functionality? We are looking to sell an app with a monthly fee. I have it set up in Apple correct, but getting errors in testing. --Todd Fab

Variable and debugger window disappeared

2019-04-30 Thread Todd Fabacher via use-livecode
I can not seem to bring the variable and error list in the script editor to show again. I have a newer version of LC and it will now NOT show up. --Todd Fabacher ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

mergZXing Android Barcode scanner library is not working.

2019-04-10 Thread Todd Fabacher via use-livecode
The Android Barcode scanner library is not working. I have a client who is going crazy. I native on iOS, but is there any solution available?? --Todd Fabacher ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: use-livecode Digest, Vol 183, Issue 35

2018-12-29 Thread Todd Fabacher via use-livecode
Thanks for the email Tom. Unfortunately NOT. We got the WebSocket working in the browser with Javascript, but the app dies after 20 mins in iOS [<10 mins on Android] of play because it is calling a LiveCode function from Javascript. Or workaround was to create an Angular site [ https://play.trivia

Websockets Problem on LiveCode

2018-12-26 Thread Todd Fabacher via use-livecode
This is a 911 call for HELP from anyone. We are using a Socket IO server. We tried using the web browser to send websockets messages...no problems. but when we listen and receive the websocket message, that is where the problem is created. If we don't call LiveCode from the web browser, we don't

Re: LiveCode and Websockets

2018-11-25 Thread Todd Fabacher via use-livecode
more Javascript code to manage all the different callback and error trapping functionality, but it is a workable solution we also had considered. It is NOT as flexible as an external, but we will improve it to make it work to keep it as a backup. Thanks guys, Todd Fabacher

LiveCode and Websockets

2018-11-22 Thread Todd Fabacher via use-livecode
We have hot a wall because we have an API that is ONLY accessible via a call to Socket.io server using Websockets. Richard Gaskin, I remember you were looking into this last year, any success from your research. It seems the best way would be to open a web browser and code the communications usin

Re: use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
I finally got it to work, just don't do "include" the script, but only do "start using" On Sat, Nov 17, 2018 at 10:30 PM Todd Fabacher wrote: > I got the LC Indy web server installed and it can connect to the DB and > return JSON. > > But as soon as I

Re: use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
quot; file "/var/www/html/xps_sync.livecode" row 7, col 6: Function: error in function handler (DoesItWork) row 7, col 6: put: error in expression Here is the simple password protected function: function DoesItWork return "It Works" end DoesItWork On Sat, Nov

Re: use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
SUPER..I FOUND IT AND THE ANSWER IS YES!!! This changes my entire concept of using LiveCode online. I can do full debugging in my app and just take the functionality I want and move it online. FANTASTIC!! On Sat, Nov 17, 2018 at 9:21 PM Todd Fabacher wrote: > Quick question...we have s

use password protected scripts on LC web server

2018-11-17 Thread Todd Fabacher via use-livecode
Quick question...we have some specific info in LC we need to put in a LiveCode web script to be run online. But we need to protect the content. Can we put that in a password protected script, drop it online and add it in as an "Include"?? Thanks, this would be SUPER helpful, Todd

Using stackoverflow.com

2018-08-13 Thread Todd Fabacher via use-livecode
Just curious...Why are these questions NOT being put on stackoverflow.com? This is now people, companies, and publications rank languages these days. I think I have seen a post on people asking before, but it seems self-defeating to keep these post in the format. The new kids on the block and the

Re: WooCommerce API Manager & Livecode

2018-07-01 Thread Todd Fabacher via use-livecode
Hello Peter, Yes, Digital Pomegranate created an interfaced with WooCommerce several times via the WP RestAPI. Here is the documentation: https://woocommerce.github.io/woocommerce-rest-api-docs/ You can get the LiveCode-WP RestAPI script here: https://github.com/digitalpomegranate/livecode-wp-re

WordPress REST API's

2018-06-26 Thread Todd Fabacher via use-livecode
> Hmmm...maybe Todd can chime in on this I asked him a a few months back > if it was good and safe to use in production...he said absolutely...so i > kinda passed that on. Yes, sorry I was a speaking at a conference. Hi Steve, I am happy to help. There are several ways to connect to the WP RE

Re: Scott Rossi and TactileMedia

2018-04-30 Thread Todd Fabacher via use-livecode
look Thanks, Todd Fabacher ___ 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: Scott Rossi and TactileMedia

2018-04-29 Thread Todd Fabacher via use-livecode
Scott was such a talented innovator and I loved the work he did. At Digital Pomegranate we were customers and used TactileMedia controls. Since we are now creating UI widgets, please let us know what controls from TactileMedia you liked the most and we will see if we can make them into now LCB wid

Re: use-livecode Digest, Vol 175, Issue 43

2018-04-26 Thread Todd Fabacher via use-livecode
I put in a review of LiveCode at g2crowd.com. But it still says there are none. --Todd On Wed, Apr 25, 2018 at 6:00 AM, wrote: > > Today's Topics: > >1. Re: Typesetting Fields (Paul Hibbert) >2. Livecode at g2crowd.com - (Matthias Rebbe) > > > --

Digital Pomegranate

2018-04-23 Thread Todd Fabacher via use-livecode
on and off and now the entire company is on the streets asking for a free election and better government, so we will not be providing support for our new widgets for a few days. https://www.rferl.org/a/armenia-fresh-protests-sarkisian-yerevan-pashinian/29186416.html --Tod

Re: use-livecode Digest, Vol 175, Issue 31

2018-04-18 Thread Todd Fabacher via use-livecode
Thanks Matthias for the reply We figured it out. When you do a Post to LiveCode Server, you MUST call $_POST or $_POST_RAW. If you do NOT then the server script will NOT process and returns an error. We just put the file up there is see if we could get a return. But when posting...you MUST make on

Posting to LiveCode Server

2018-04-18 Thread Todd Fabacher via use-livecode
&usg=AFQjCNFvW3yaTcJjQ9bGpWgi3CYh1mQwGA> " *put* the result into tError *put* it into tFormResults The tError is: tsneterr: (52) Empty reply from server and tFormResults is null I need some help ASAP. This is SUPER frustrating!! --Todd Fabacher

Re: Intel CPU for Android Devices

2018-03-31 Thread Todd Fabacher via use-livecode
reeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Todd Fabacher via use-livecode > Sent: Saturday, March 31, 2018 10:35 AM > To: Use-livecode Use-livecode > Cc: Todd Fabacher > Subject: Intel

Intel CPU for Android Devices

2018-03-31 Thread Todd Fabacher via use-livecode
I am running into a problem where the Android device uses Intel CPU and NOT Arm. It does not rum from the store on the device. Has anyone installed and run a LiveCode Android App on an Intel device. I have an 11am meeting on Monday, so any answer on the holiday weekend would be much appreciated.

TSNet updated to include PUT and PATCH

2018-03-14 Thread Todd Fabacher via use-livecode
Hello Charles and LC community, As we start to use more JSON databases and REST APIs, we are going to need to get HTTPS PATCH. This is a commonly used function used by many REST services. We are currently doing Google Firebase for LiveCode and they make extensive use of PATCH. We can get by with

Re: LiveCode Widget Factory

2018-02-22 Thread Todd Fabacher via use-livecode
Thanks...But nobody gave any suggestions Roger Eller wrote: do you mean it should work on ANY of the "LiveCode-supported" platforms, both desktop and/or mobile? --Honestly, our main focus will be mobile at first, but our goal is all platforms. As you can see in the list, many are mobile issu

LiveCode Widget Factory

2018-02-21 Thread Todd Fabacher via use-livecode
Hello LiveCoders, I hope all is going well. As Kevin announced before...Gurgen, myself, the DP team and the FANTASTIC LiveCode team [providing wonderful support] are working on creating LCB widgets that will catapult the LC platform and improve productivity. I have been in touch with a few peopl

Android Install with LiveCode

2017-12-12 Thread Todd Fabacher via use-livecode
Hello All, Currently, Google supports 50MB in the App install. There is a way to reference another 200MB is a separate file in native Java Apps. Is that possible in LiveCode?? Now iOS support 100MB+ with LiveCode, but Android still seems to be limited to 50MB. Please help, Todd

Re: RESTful PUT error

2017-11-27 Thread Todd Fabacher via use-livecode
What are you setting your headers to?? Are you sending JSON or posting a form?? This is to send a form and get back JSON. You may also want XML or TEXT FYI, most RestAPI use POST. *--Build the REST API Header* *set* the httpHeaders to empty *put* "Accept: application/json" & CR after tHeader

Re: Beacons and Bluetooth

2017-09-27 Thread Todd Fabacher via use-livecode
Hello Lagi, I replied to the forum post. We tried but not much luck. With the new LCB, we could talk about something for now. Beacons are a bit different than most Bluetooth devices. They will require wrapping and SDK. I am open to figuring out how we can get this done as an LC Widget Lib and get

Native Fingerprint check for Android

2017-09-27 Thread Todd Fabacher via use-livecode
Hello All, We are trying to create an LCB lib to check the fingerprints using the native API calls. But we are getting permission problems. Here is the forum post: https://forums.livecode.com/viewtopic.php?f=93&t=29800 The fingerprint API is level 23 of the Android SDK from version 6.0. We need

Re: use-livecode Digest, Vol 168, Issue 5

2017-09-02 Thread Todd Fabacher via use-livecode
Thanks...Andy, Alex & Mark!! I think we can find a solution. *Richard*, this sounds like the perfect open source community project. What do you think?? We can host the stuff on GitHub, but create an interface within the IDE with an online DB that can be queried. we could slap a simple RestAPI on i

Re: Subject: Re: LC and OneSignal

2017-09-01 Thread Todd Fabacher via use-livecode
have a contest who contributed the best code and it was voted on by the community. If we want to grow our community we need something like this. LiveCode just does not have sufficient examples for people starting out. So they quit. --Todd On Fri, Sep 1, 2017 at 9:25 AM, Todd Fabacher wrote

RE: Subject: Re: LC and OneSignal

2017-09-01 Thread Todd Fabacher via use-livecode
When I did a lot of VB work in late 90s and early 2000s there was a site Planet Source Code: https://www.planet-source-code.com/ They had full sample utilities and event just small 20-100 line code examples. Plus they had a great way of searching, presenting and commenting on the code. They even

Subject: Re: LC and OneSignal

2017-09-01 Thread Todd Fabacher via use-livecode
Hello LiveCoders, Good News!!! The team of Digital Pomegranate did a project with onesignal push notification last year. We are actually in the progress of upgrading the lib now. So if someone is interested in it, please contact me and I will make arrangements to get you a version. Also as an ad

Using Touch ID with Keychain and LocalAuthentication

2017-08-17 Thread Todd Fabacher via use-livecode
Hello Mark or Monte or any knowledgeable soul, We are working with the United Nations to create their first LMS mobile App. The problem is they are security freaks. It took their hackers about 4 hours to send me screen shots of the encryption key I scripted in LiveCode and compiled for iOS. Norma

Password Protected stack on the web

2017-07-28 Thread Todd Fabacher via use-livecode
Can we call a password protected stack from a web server script? --Todd ___ 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

Amazon S3 lib for Android and iOS?

2017-07-26 Thread Todd Fabacher via use-livecode
Do you know if there is an Amazon S3 lib for Android and iOS for LiveCode? We need OAuth and to access audio files to stream them. We are aware of mergAWS but it is ONLY for iOS. Is there an Android solution or anything with the new LCB platform??? --Todd __

64 Bit iOS Apps

2017-07-24 Thread Todd Fabacher via use-livecode
Apple - "When Apple launches iOS 11 in September, the company will drop support for old 32-bit applications" We have some apps still on LiveCode version 7.14. Is this ONLY 32 bit or is it 64Bit? Will the App die if my users upgrade to iOS 11? --Todd ___

IntelliSense - Intelligent code completion for LiveCode

2017-07-19 Thread Todd Fabacher via use-livecode
be difficult. Maybe an IntelliSense extension, done by the community can be done? It is a major barrier to entry for experienced developers to switch to. This is the #1 reason we can not get coders in companies to agree to LiveCode. #2 was Git, but that seems to be solved with community involvemen

I need a "slider" in a circle

2017-07-04 Thread Todd Fabacher via use-livecode
Hello Livecode group, I have a situation where we need a slider, not a straight line, but as a circle. I thing Scott Rossi did a demo of this at San Diego LC conference, but I can't find the code samples to check. I just need to restrict the movement to a circle when the user moves their finger. M

Re: D3 LiveCode Chart Examples

2017-03-25 Thread Todd Fabacher via use-livecode
Hello LiveCoders, This was our prototype for charting, but unfortunately we have become so consumed with projects that we can not focus on this right now. We also coded the D3.js scripts so that we could use it in React. Just an FYI, some of the projects we have been working on in LiveCode...Roya

D3 LiveCode Chart Examples

2017-03-23 Thread Todd Fabacher via use-livecode
On Facebook people had expressed a desire to work with D3 and LiveCode. So, here is the D3 LiveCode Chart Examples on github: https://github.com/digitalpomegranate/D3-Livecode-Charts --Todd Fabacher & Digital Pomegranate Tame ___ use-livecode mai

Re: LiveCode + Amazon CloudFront

2017-02-20 Thread Todd Fabacher via use-livecode
ndows and Android. --Todd On Mon, Feb 20, 2017 at 2:27 AM, Todd Fabacher wrote: > Hello All, > > We need to interface between LiveCode and Amazon CloudFront. We are aware > of mergAWS, but it ONLY works on iOS. We also need this for Android. Any > suggestions??? > > We

LiveCode + Amazon CloudFront

2017-02-19 Thread Todd Fabacher via use-livecode
Hello All, We need to interface between LiveCode and Amazon CloudFront. We are aware of mergAWS, but it ONLY works on iOS. We also need this for Android. Any suggestions??? We need this ASAP! --Todd Fabacher ___ use-livecode mailing list use-livecode

Re: JavaScript + LC HTML5 = LiveCode.js

2016-11-24 Thread Todd Fabacher
Hello Roger, you need to remember almost 50% of web users are on a non-desktop OS, and almost none of them support plugins like you are describing. LC HTML5 is what it is...It is an App running in an HTML5 canvas. We will be limited that those restrictions. But I understand where you are coming fro

JavaScript + LC HTML5 = LiveCode.js

2016-11-24 Thread Todd Fabacher
Hello LiveCode community, At Digital Pomegranate we are very excited about the update to LiveCode HTML5. We already have several projects that we plan on using the platform for. Since our LiveCode team has only a little experience in JavaScript, we are thinking of creating a LiveCode.js. This will

FULL MailChimp & FREE PushNotifications from Digital Pomegranate

2016-10-19 Thread Todd Fabacher
Good News LiveCode Community... Open Source We have wrapped the FULL MailChimp and Mandrill API library in LiveCode. It is over 6,000 lines of code between the two, but we are happy to release them to the community. We are looking for testers before we release them to the public. So if you have a

Re: [OT] Website Design Apps-Mac

2016-10-17 Thread Todd Fabacher
I can tell you #1 way to protect your site, is to change the wp-admin to something else. it cut our attacks by 99%. I plan on going over WP for the second webinar on WP REST API. Richard is correct, WP is only as good as your setup. But WP with the LiveCode WP REST API is a great solution. Take a

Subject: Re: LiveCode interface to SCORM /LTI

2016-10-12 Thread Todd Fabacher
Hello Martin and Bill and other educators, Actually we have been diligent little elves working away since the hangout meeting. Based on research, we have decided to focus on 2 interchange formats: LTI and xAPI [from TinCan and SCORM]. We would like in the near future to have another online meetu

LiveCode interface to SCORM /LIT

2016-09-19 Thread Todd Fabacher
Hello Educators, Will Jamieson, and the DP teem are deep into creating an online and App integrated LMS in LiveCode. We are at the stage of creating a SCORM and LIT interface to our App. I see that several people have posted on the subject and was wondering if anyone has finished, made any progre

WP - LiveCode Coding Webinar

2016-07-20 Thread Todd Fabacher
Hello LiveCoders, First, thanks again for supporting LC in getting all of the projects funded, and I am sure the dev team is hard at work. As we agreed, we divided the webinars into two, one hour webinars. The first was the overview: https://www.youtube.com/watch?v=D_6b04AltTQ. The next one is m

Re: 911 - We are having problems attaching an image on mobileComposeHtmlMail

2016-07-14 Thread Todd Fabacher
Sorry, we fixed that right after I posted it, But it is still NOT working. Thanks, Todd From: Randy Hengst http://gmane.org/get-address.php?address=iowahengst%2dee4meeAH724%40public.gmane.org> > Subject: Re: 911 - We are having problems attaching an image on mobileComposeHtmlMail

911 - We are having problems attaching an image on mobileComposeHtmlMail

2016-07-14 Thread Todd Fabacher
Hello All, We are trying to attach an image in an HTML email and use mobileComposeHtmlMail to send them on mobile devices. Here is the code. It send s the email, but the images are NOT attaching. We tried base64 encoding, but that did not work. We are on a tight deadline and can't get this to work

Draft LiveCode Conference App for 2016, but we have a bug

2016-07-10 Thread Todd Fabacher
At Digital Pomegranate, our team members wanted to do a simple App for the upcoming LiveCode conference and us it as a form of training. But we also came up with a simple, but great business plan to create a profitable business given the number of conferences that happen today, We found a few exist

Progress on WP REST API

2016-07-06 Thread Todd Fabacher
Here are two plugins that will allow WP to become a customizable DB server with little to no DB experience. Perfect for LC students and people who want to get a DB setup online, but don't have the experience or know-how. https://wordpress.org/plugins/advanced-custom-fields/ https://wordpress.org/p

LiveCode HTML5

2016-06-28 Thread Todd Fabacher
I was just checking, I don't see a way to make an HTTP post back to a web server. Am I wrong? If it is not there...is it in the pipeline? I have a HUGE project that we are planning to do in Angular JS, but would love to do in LiveCode HTML5. We are looking to use HighCharts on the web, but would

WordPress LiveCode Webinar Today @ 1:00pm est

2016-06-27 Thread Todd Fabacher
/digitalpomegranate/livecode-wp-restapi See you online, Todd Fabacher ___ 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

LiveCode + WP Webinar

2016-05-30 Thread Todd Fabacher
Thanks to everyone who contributed to the LiveCode Infinity campaign. As promised, Digital Pomegranate and I are putting together the code and a presentation. We are looking for Monday June 27th @ 1:00 pm NYC time [EST] for the webinar using Google on air Hangouts. We are setting up a page on our

re: Fwd: LC / WordPress / CGI challenge

2016-05-29 Thread Todd Fabacher
Hello Richard, Rating Stars for WP - just doing an iFrame will not be that simple, because you will need to transfer a good deal of info into calling iFrame. Plus you will NOT be able to track the user. I suggest using a WP plugin like this: https://wordpress.org/plugins/rating-widget/. There are

How to Convert a LiveCode Wim App to a Universal Windows App

2016-05-26 Thread Todd Fabacher
We will try this out sometime in the next week and let you know. Has anyone tried yet? Anything we should be looking for?? http://www.howtogeek.com/250041/how-to-convert-a-windows-desktop-app-to-a-universal-windows-app/ --Todd ___ use-livecode mailing

Re: Make a $500 Pledge to LiveCode Campaign and we will help you get your WP App in the store MUCH faster

2016-05-21 Thread Todd Fabacher
The key to making money in the App Business is making it cloud based. By connecting your App to a web presence, you will be able to change $24.95 per month [which is the the average for B2B services). Even if you only get 500 -1000 customers, you will be making $12,500 to $25,000 PER MONTH!!! The

Make a $500 Pledge to LiveCode Campaign and we will help you get your WP App in the store MUCH faster

2016-05-20 Thread Todd Fabacher
App to market quicker and more stable. Just make your $500 pledge now and shoot me an email. I usually charge $300 / hour for App Architecture, so this is a great deal!!!! Todd Fabacher & Digital Pomegranate Team ___ use-livecode mailing list use-

LiveCode + WordPress = Infinite Possibilities

2016-05-17 Thread Todd Fabacher
We are happy to be part of the LiveCode community, and do our part to enhance open source software. But open source is about give and take. So we are offering our comlete WordPress framework if you help contribute to the latest LiveCode campaign and they reach their $40K goal by Friday. If you hav

IPv6 for iOS??

2016-05-05 Thread Todd Fabacher
I know this was on the feature thing once, but was funded. But Now it seems that Apple will NOT accept anything but IPv6 starting June 1. So what are our options because the Internet lib for LiveCode only supports IPv4: http://www.zdnet.com/article/apple-drops-ipv4-internet-support/ Will LiveCode

Re: Community PDF Project (was Revenue and the Open Source edition)

2016-05-05 Thread Todd Fabacher
Actually Kevin, sorry but... users need to be aware about Android. The statement "Bear in mind however that basic display is already possible with the browser included in all editions of LC." is not 100% accurate. A PDF does NOT display within the web browser in Android. We ended up having to use

how to create a Custom Control

2016-04-26 Thread Todd Fabacher
I have a simple question. Sorry for my ignorance, but how does one create a Custom Control from a group? It seems to be just a group, but somehome there is a way to set the group to be a Custom Control. Is a "Custom Control" a defined stack in the Plugins folder? Thanks for the help. --Todd _

mergPopActivity - URL not sharing

2016-04-16 Thread Todd Fabacher
A little help with mergPopActivity would be MUCH appreciated. We get the title, just not the URL. Someone ask for me to posted how we used bitly in LiveCode to shorten a URL. I added it in the forum post and can be found on the forum post with my issue. http://forums.livecode.com/viewtopic.php?f=

Re: Anyone have any LiveCode hooks to WordPress? And, are you following these Word Camp events

2016-04-14 Thread Todd Fabacher
in LiveCode if anyone is interested. Narek is finishing the project in the next few days and we will setup a sample server to the public to test on, but please be kind to follow coders be not killing the DB with 20,000 records or posting nasty stuff. Best, Todd Fabacher

Re: Load PDF in mobile browser

2016-04-08 Thread Todd Fabacher
Actually, I am quite happy with LiveCode. It is just I had to sit and listen to a guy rail on me for an hours because he wanted to use C#, but I convinced the owner to use LC. So Monte is actually correct, I did not test the functionality fully on Android. My fault for sure. We had the App fully wo

Re: Load PDF in mobile browser

2016-04-08 Thread Todd Fabacher
Thanks Monte, So is seems only two options: Use Google Docs: put "http://docs.google.com/gview?embedded=true&url="; before tURL or use mergExt to open on Android These seem to be my only two options? Any suggestions would be appreciated. I like LiveCode, but sometimes it gets

Load PDF in mobile browser

2016-04-07 Thread Todd Fabacher
I am trying to load a pdf in the LiveCode mobile browser, but it does not load: https://news.universal-info.com/article.php?article_z=DVQb58x0MPY=&action=download&key=1633709899066f9d11dc32b0d6a0a634 I could maybe download it, But I have been reading that in Android that the browser will not loa

Re: Android Internet Library OpenSSL version problem

2016-03-31 Thread Todd Fabacher
Here is the email Hello Google Play Developer, Your app(s) listed at the end of this email utilize a version of OpenSSL that contains one or more security vulnerabilities. If you have more than 20 affected apps in your account, please check the Developer Console

Android Internet Library OpenSSL version problem

2016-03-31 Thread Todd Fabacher
I LiveCode going to upgrade the Internet Lib? Google sent out messages to everyone in the app store: *Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as possible and increment the version number of the upgraded APK.* Our build manager say they will start rejecting Apps. Can we

Re: iOS deployment question

2016-03-23 Thread Todd Fabacher
Hello Bill, Please please if you have any info on the steps of how to submit to the OSX Store. We are facing the same problems. I can find almost ZERO info on what needs to be done to submit the app. Thanks, Todd > On Mar 22, 2016, at 7:29 PM, William Prothero earthednet.org> > wrote: > > I’

Re: Separate Widget palette

2016-03-22 Thread Todd Fabacher
some kind. I assume that is what Scott is doing with his UI objects. This is used by MILLIONS of people to create web based UI forms. It is worth a five min peek. --Todd Fabacher ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Mac App Store Submission

2016-03-22 Thread Todd Fabacher
Is there any step by step guide how to create a .pkg for a LiveCode Mac App for the store? WOW, this is where the community can really help LiveCode. It is so difficult to get a clear updated step by step guide to App submission. It is such a crap shoot to find the right steps. VERY frustrating.

Finally made it into the App Store..

2016-03-18 Thread Todd Fabacher
We are going to open source the app and all the 16 language games soon. If you are interested in seeing what are the possibilities with LiveCode check out the iPad App: https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1065372259&mt=8 There is also an Android and desktop versions

RE: Ken Burn's Effect Library for Livecode

2016-01-31 Thread Todd Fabacher
Hello BR, Any luck with the KenBurn's effects? We are looking into that and what is being called 2.5D effects in a LiveCode. Not sure Scott Rossi or any of the other great visual designers have looked into it yes. In effect is mixes Ken Burn's with parallax and can also gif animation to get fancy.

Davos Day 3

2016-01-26 Thread Todd Fabacher
On day 3 we spent most of our time focused UI/UX issues with LiveCode. We created a desktop/ native mobile scrolling lib. I see lots of post on this from beginners, we put put it into a substack. Take a look and let me know if there is a better way. Also, we can not deal with the suspending of Li

Re: LiveCode @ Davos

2016-01-23 Thread Todd Fabacher
sharing most of the code, but the idea is to crete a business out of it. So we will not be giving away the completed final project. --Todd > On Jan 22, 2016, at 7:27 AM, Todd Fabacher wrote: > > Hello LiveCoders, > > I am at Davos for a little business and was inspired to create a

LiveCode @ Davos

2016-01-22 Thread Todd Fabacher
r-better-at-the-world-economic-forum/ https://livecode.com/day-2-in-davos-security-wireframing/ Please make comments and check out the code Cheers, Todd Fabacher ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: "fork" command?

2016-01-07 Thread Todd Fabacher
Yes, Monte is correct, we switch our servers to Node.JS simply because of the ease of use, speed and productivity gains. BUT...there is tremendous power is using one language as a solution. The barrier of entry for most LiveCoders is very high to get a proper cloud App. If like LC had a solution l

Subject: Re: "fork" command?

2016-01-07 Thread Todd Fabacher
+1 for Me also I would for sure would support funding for this. LiveCode in a Node.JS like solution would be a KILLER!!! Especially if there was a direct connection to MongoDB which we are HEAVY users of. --Todd > Le 7 janv. 2016 ? 20:03, Richard Gaskin a ?crit : > > I'm just far enough into R

Re: Displaying mixed text and images in iOS app

2015-12-26 Thread Todd Fabacher
Hi Richard, We had the same issue, but we needed to actually edit the documents. If you just need to display, HTML is the way to go. I suggest you use Base64 to put the image in the HTML so there are no possible broken links. It is easy to do. Plus, the HTML proved to be more flexible for mobile d

Re: Need help with my C to LiveCode skill

2015-12-18 Thread Todd Fabacher
Thanks Everyone for the help. My problem I have is that there is an online Database that the mobile needs to search 20,000 users in the DB. Plus it is shared with a Legacy system, so no other option as I can't choose the algorithm. bitXor did the trick. Seasons Greetings to All and 2016 is going

Need help with my C to LiveCode skills

2015-12-16 Thread Todd Fabacher
Sorry to bother the list, but I don't know how to do Xor in LiveCode. I have an app deadline of this week and I can't figure now to do a byte Xor conversion. We converted an Objective C app to LiveCode, I have done ALL of the code except a small encryption function. I can't figure how to convert us

Re: My App is fitting to 320x480

2015-12-13 Thread Todd Fabacher
Thanks Colin. Yes, they were pointing to the wrong folder, so the app was defaulting to iPhone4 size. Thanks for the help, Todd Message: 18 Date: Sat, 12 Dec 2015 21:56:29 -0500 From: Colin Holgate To: How to use LiveCode Subject: Re: My App is fitting to 320x480 Message-ID: <59b3044d-339f-4f1

My App is fitting to 320x480

2015-12-12 Thread Todd Fabacher
I even have exact fit, but it is not stretching the UI in the stack. I create a new simple project and everything is fine. The stack is set to 375x667 and set to noresize In the preopenstack, I even set the width to 375 and height to 667 manually and call: *set* the fullscreenmode of this stack

Stress or Regression Testing System for LiveCode

2015-12-08 Thread Todd Fabacher
Is there any system for proper testing that can "plug" into LiveCode? I think on mobile this would be even more difficult as there is no remote debugging correct? Thanks, Todd ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: learning resources for kids

2015-11-22 Thread Todd Fabacher
Hi Monte, We are releasing our Playland Armenia Social/Game App. It contains over 16 games, some are played individually and others are online multiplayer player. The team wanted to create an App in honor of the 100 year anniversary of Armenian Genocide. So they focused on the positive and create

Re: Vector images?

2015-10-29 Thread Todd Fabacher
it because today programers just assemble, they don't code. They are not given the time or the budget to get it done. --Todd Fabacher ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

LC 7.1 RC2 and RC3 Running on iPhone

2015-09-22 Thread Todd Fabacher
We upgraded to XCode 6.4 as requested, but none of the compiled Apps are running on the iPhone. It compiles no problem, then copy over the app on to the device [iPhone 5 iOS 8.3] in XCode, run it on the phone device, I see the Splash Screen and it dies. The iPad is fine. We even created just a hel

Has anyone created a Pedometer in LiveCode?

2015-09-12 Thread Todd Fabacher
An iPhone pedometer is one that counts each step a person takes by detecting the motion of the person's hands or hips. We should be able to get this using the change in the Y of the accelerometer. Because the distance of each person's step varies, an informal calibration, performed by the user wil

Open Monthly online Webinars on LiveCode

2015-09-01 Thread Todd Fabacher
Here is the Google Hangout On Air. Thursday @ 13:00 New York time est. I will be putting the Presentation and the code on Google Drive. The video is posted to YouTube automatically for instant viewing after the hangout: https://www.youtube.com/watch?v=CVJd2h9Ht_M Create a LiveCode Cloud Server in

Re: What is this - is anyone making money?

2015-08-23 Thread Todd Fabacher
>So the crux comes down to this. IMO your ability to make money with LC has >nothing to do with the language and everything to do with your business >acumen, which Richard and Todd have already pointed out will take a lot of >skill, effort and time. In this regard Gladwell is probably correct, it >

  1   2   >