I am trying to build a robot application for the Kindle fire. OS 5 and api 22.
Using mobilePickPhoto "camera" does in fact open the camera app but:
1) Using the rear facing camera
2) Requires the user to press the shutter release to take a photo
mobilePickPhoto "front camera" does not solve 1 ...
Search found 8 matches
- Mon Dec 21, 2015 8:03 pm
- Forum: Android Deployment
- Topic: mobile camera
- Replies: 13
- Views: 12490
- Tue Apr 08, 2014 2:35 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Cloud access in Livecode on Ubuntu
- Replies: 4
- Views: 4390
Re: Cloud access in Livecode on Ubuntu
Well, I tried the suggestion of Post and Get with gdrive and have Get working -- but a simple document file (from Gdrive) has so much "junk"
wrapped around it the comma delimited text is useless. Was unable to make Post work with either Dropbox or Gdrive.
Found a workable solution using FTP ...
wrapped around it the comma delimited text is useless. Was unable to make Post work with either Dropbox or Gdrive.
Found a workable solution using FTP ...
- Thu Apr 03, 2014 6:58 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Cloud access in Livecode on Ubuntu
- Replies: 4
- Views: 4390
Re: Cloud access in Livecode on Ubuntu
My highest priority is reaching a spread sheet in Google Drive, however any port in a storm.
I can even get away with a comma delimited file.
The problem seems to be that Ubuntu browser capabilities are not currently supported by Live code.
See earlier response from Roger Neil of Livecode staff ...
I can even get away with a comma delimited file.
The problem seems to be that Ubuntu browser capabilities are not currently supported by Live code.
See earlier response from Roger Neil of Livecode staff ...
- Wed Apr 02, 2014 9:17 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Cloud access in Livecode on Ubuntu
- Replies: 4
- Views: 4390
Cloud access in Livecode on Ubuntu
A previous question regarding browser failure indicated the were known problems when developing on Ubuntu.
My development environment is Ubuntu and my question is:
Is there ANY way to R/W a Cloud datasource from this code development environment?
My requirements are very simple -- my application ...
My development environment is Ubuntu and my question is:
Is there ANY way to R/W a Cloud datasource from this code development environment?
My requirements are very simple -- my application ...
- Wed Mar 26, 2014 7:56 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: RevBrowserInit - failing
- Replies: 6
- Views: 5497
Re: RevBrowserInit - failing
Well that's the Pitts!
Any kind of a time frame?
Urgently need central store/access of data and too cheap to pay for mysql hosting.
Was counting heavily on dropbox.
I asume the same problem exists for any cloud storage service????
Work a rounds anyone?
Flipjay
Any kind of a time frame?
Urgently need central store/access of data and too cheap to pay for mysql hosting.
Was counting heavily on dropbox.
I asume the same problem exists for any cloud storage service????
Work a rounds anyone?
Flipjay
- Wed Mar 26, 2014 4:16 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: RevBrowserInit - failing
- Replies: 6
- Views: 5497
Re: RevBrowserInit - failing
Live Code 6.5.0 Build 3009
Flipjay
Flipjay
- Wed Mar 26, 2014 6:51 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: RevBrowserInit - failing
- Replies: 6
- Views: 5497
Re: RevBrowserInit - failing
Regarding samples/examples i have tested:
BrowserTest
Browser_Sample
MobileBrowserExample
TestDropBox
All fail in the same way!!!
Cannot execute RevBrowserOpen
Flipjay
BrowserTest
Browser_Sample
MobileBrowserExample
TestDropBox
All fail in the same way!!!
Cannot execute RevBrowserOpen
Flipjay
- Tue Mar 25, 2014 11:20 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: RevBrowserInit - failing
- Replies: 6
- Views: 5497
RevBrowserInit - failing
Here is another livecode beginner completely baffled.
The command RevBrowserOpen(tWindowId,pUrl) throws an error.
I am on a Ubuntu dev platform and have Chrome set as my default browser.
Have verified the target url in native Chrome therefore the Problem must be tWindowId which is blank.
Just ...
The command RevBrowserOpen(tWindowId,pUrl) throws an error.
I am on a Ubuntu dev platform and have Chrome set as my default browser.
Have verified the target url in native Chrome therefore the Problem must be tWindowId which is blank.
Just ...