Search found 48 matches

by cbarnhart
Fri Aug 19, 2016 4:17 pm
Forum: User Groups and Events
Topic: Livecode Developer Needed
Replies: 1
Views: 6519

Livecode Developer Needed

I was contacting by a customer looking to create a LiveCode project, but what they need is over my head. They are looking for a app to run on mobile devices that would read RFID tags, collect the number, have 3 or 4 fields the user could fill in, then upload all the info to a database. If this is so...
by cbarnhart
Fri Aug 05, 2016 8:07 pm
Forum: Using Externals
Topic: RFID Reader
Replies: 1
Views: 6556

RFID Reader

I am looking to program a RFID reader into the livecode app. Does anyone know of an plugin or external I could use to make this easier?
by cbarnhart
Thu Jul 31, 2014 9:22 pm
Forum: Windows
Topic: Windows Tablets
Replies: 3
Views: 4109

Re: Windows Tablets

Sounds good. So the touch screen works with no problems?
by cbarnhart
Tue Jul 29, 2014 7:55 pm
Forum: Internet
Topic: "launch url" not working on all windows machines
Replies: 2
Views: 4174

"launch url" not working on all windows machines

I have a cross-platform app that has a resource area. Click on an image it launches the url to pdf doc. It has been working well, but for some reason, on a couple windows machines the external browser does not launch. Has anyone else experienced this problem?
by cbarnhart
Tue Jul 08, 2014 8:56 pm
Forum: Windows
Topic: Windows Tablets
Replies: 3
Views: 4109

Windows Tablets

I have client who is moving all their users to windows tablets. I looked but I do not see any clear "yes" about livecode deploying to a window 8 tablet. Does anyone have any experience deploying to windows tablets?
by cbarnhart
Fri Mar 28, 2014 4:41 pm
Forum: Internet
Topic: Uploading to server via PHP form
Replies: 3
Views: 7268

Re: Uploading to server via PHP form

Figured it out. It was all in the header

Code: Select all

   put "Content-Disposition: form-data; name=" & quote &"file"& quote & "; fileName=" & quote & tName & quote & crlf after tData
Now works like a dream
by cbarnhart
Fri Mar 28, 2014 4:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mobile file upload a solution CGI
Replies: 16
Views: 24340

Re: Mobile file upload a solution CGI

Thank you for the feedback. ddunston2014 had it right. it was all in the header. I changed it to this and it worked like a dream

Code: Select all

   put "Content-Disposition: form-data; name=" & quote &"file"& quote & "; fileName=" & quote & tName & quote & crlf after tData
Thank you again for all the help
by cbarnhart
Wed Mar 26, 2014 2:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mobile file upload a solution CGI
Replies: 16
Views: 24340

Re: Mobile file upload a solution CGI

I am posting to a PHP page I created and I assumed the LiveCode App portion would be not different. The PHP page works with a test html page but I can not get the post to work from my desktop app. What am I doing wrong... local tData,tPic,tName on mouseUp put "" into fld 1 if the environment is "mob...
by cbarnhart
Tue Mar 25, 2014 6:21 pm
Forum: Internet
Topic: Uploading to server via PHP form
Replies: 3
Views: 7268

Re: Uploading to server via PHP form

Sorry forgot to add what I have so far - local tData,tPic,tName on mouseUp put "" into fld 1 if the environment is "mobile" then set the vis of the templateImage to false mobilePickPhoto "library" put the last image into tPic put "mobUp.jpg" into tName --someone fix this so the user can put there ow...
by cbarnhart
Tue Mar 25, 2014 5:41 pm
Forum: Internet
Topic: Uploading to server via PHP form
Replies: 3
Views: 7268

Uploading to server via PHP form

There are numerous post in regards to uploading via a web form but most are CGI and/or Livecode Server. I am not using Livecode server so I have been struggling to create an upload solution for photos from all mobile systems including android. I have a PHP form now working. UploadPHP.zip I tried to ...
by cbarnhart
Mon Mar 17, 2014 11:36 pm
Forum: iOS Deployment
Topic: iPad Camera
Replies: 3
Views: 4013

iPad Camera

I am using mobilepickphoto in a iPad app that is landscape in origination. The camera preview is portrait (sideways on the screen) but is landscape once the photo is taking. Is there a way to have the preview in landscape?
by cbarnhart
Tue Mar 11, 2014 6:00 pm
Forum: Internet
Topic: Upload Image via FTP
Replies: 17
Views: 12907

Re: Upload Image via FTP

I never saw a reply to Simon's post. I am in the same boat. I have the upload working on Ipad and desktop, but before I work to much on a workaround to Android should wait to see if there is a upload to fix this problems, or should I give up and find another way to upload file to the server on the a...
by cbarnhart
Tue Mar 11, 2014 5:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode Server
Replies: 2
Views: 2369

Livecode Server

I have a really stupid question. I have been working with Livecode for desktop and mobile for over a year now and I am now looking at also using livecode server. Am I able to utilize complete stack I have already build as a complete package? For example when a web page opens can I start a stack and ...
by cbarnhart
Sat Feb 08, 2014 6:03 pm
Forum: Internet
Topic: Upload Image via FTP
Replies: 17
Views: 12907

Re: Upload Image via FTP

Thank you Fourth
Not the answer I wanted but at least I know what my options might be
by cbarnhart
Sat Feb 08, 2014 1:40 am
Forum: Internet
Topic: Upload Image via FTP
Replies: 17
Views: 12907

Re: Upload Image via FTP

also it does create the file on the FTP server but the file never gets past "0" in size

Go to advanced search