Search found 23 matches

by TheBigDuck
Wed Mar 07, 2012 5:19 pm
Forum: Feature Proposals
Topic: Camera
Replies: 14
Views: 8218

Re: Camera

Vielen Danke!

When I get back from my vacation, I will start right away!

alles beste,

Heinrich
by TheBigDuck
Wed Mar 07, 2012 5:04 pm
Forum: Feature Proposals
Topic: Camera
Replies: 14
Views: 8218

Re: Camera

Sorry Klaus, Here is the work flow. 1. Customer launches app. 2. App has a button that takes a picture from the REAR (facing AWAY from the user) camera. 3. The image is then sent to a remote server. Pretty simple. I hope I made myself clear, and I sincerely thank you for your time in answering my qu...
by TheBigDuck
Wed Mar 07, 2012 4:35 pm
Forum: Feature Proposals
Topic: Camera
Replies: 14
Views: 8218

Re: Camera

Hi Klaus,

Yes, but this requires the user to take pictures with the camera (using the iOS/Android app) and THEN use pickPhoto to select from gallery.

I want a BUTTON that my user can press that TAKES the PICTURE.
by TheBigDuck
Wed Mar 07, 2012 4:17 pm
Forum: Feature Proposals
Topic: Camera
Replies: 14
Views: 8218

Camera

I have a very simple feature request.

Be able to take a picture within my mobile app so that I can then do what I wish with the image.

The moment this feature is available, please let me know.
by TheBigDuck
Thu Sep 08, 2011 4:23 pm
Forum: iOS Deployment
Topic: External Lib
Replies: 3
Views: 3502

External Lib

I want to use an external OCR lib written in C++ in my mobile app.

The idea is to pass the lib an image captured by the camera, and the lib hands me back text.

IS this possible with RunRev Mobile?
by TheBigDuck
Tue Jul 05, 2011 6:38 pm
Forum: iOS Deployment
Topic: Bar Code Support
Replies: 2
Views: 3102

Bar Code Support

I'd like to create an app that uses the camera to read bar codes or QR Codes.

Does RunRev Mobile support this on either Android or iOS?
by TheBigDuck
Tue Dec 01, 2009 4:11 pm
Forum: Windows
Topic: Plug-In fails on IE 8
Replies: 2
Views: 4837

Plug-In fails on IE 8

I made a revlet and one of the key things it must do is read a path/directory. on mouseUp answer folder "Choose a Client Root Directory:" put it into field newClientRoot end mouseUp I create the revlet have it here: http://www.iheinrich.com/bug2 neither answer folder or answer directory work with IE...
by TheBigDuck
Fri Oct 09, 2009 9:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating a Facebook application
Replies: 1
Views: 2675

Creating a Facebook application

If I wanted to make an application for Facebook, host it on my server, using Rev Media, how would I do it?

Please offer SPECIFIC code examples of how you would communicate and parse the data from Facebook, and then save it a back end database.

I think a lot of us would like to know how to do this.
by TheBigDuck
Fri Oct 02, 2009 4:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Accessing a Ruby File with a RevLet
Replies: 4
Views: 4324

Close, but no cigar yet

the shell command looks here shell("pwd") which gives the local directory returns this: /Users/hbeck/Library/Application Support/RunRev/revWebPlayer This doesn't work for me, because the Ruby script is hosted on the server. I need to send list of parameters to Ruby and get them back. All the Ruby ma...
by TheBigDuck
Thu Oct 01, 2009 3:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Accessing a Ruby File with a RevLet
Replies: 4
Views: 4324

Accessing a Ruby File with a RevLet

I have a Ruby script that does some special stuff and I want to pass it some parameters. The revlet is hosted on my server. In a regular application, I pass data to the Ruby script via shell, but this fails in revlet. Shell scripts do not work. trying "shell ('pwd') in debug works, but when deployed...
by TheBigDuck
Tue Mar 03, 2009 10:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Referencing a Ruby script
Replies: 4
Views: 5364

No....

if you put it into myapp.app/Contents/MacOS/ then put shell("ruby.rb") into.... should do it, since the default folder is now where the app's executable is. No, sorry, that doesn't work. I get: /bin/sh: line 1: test.rb: command not found Further, to execute the Ruby script I need to preface it with...
by TheBigDuck
Mon Mar 02, 2009 12:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Referencing a Ruby script
Replies: 4
Views: 5364

Ummm...

Hi,

Thanks for the response, but once I copy INTO the bundle, how do I make the shell call to it?

I tried

Code: Select all

put shell ("cd Application.app/MacOS/ | ./ruby.rb" ) into ....
or

Code: Select all

 put shell ("./Application.app/MacOS/ruby.rb") into ...
but that doesn't work.
by TheBigDuck
Sun Mar 01, 2009 8:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Referencing a Ruby script
Replies: 4
Views: 5364

Referencing a Ruby script

I am using Rev to make an UI which then passes data via ARGV to a Ruby script. I am using Ruby here because the external API I need is written in Ruby. so I am using: put shell ("./ruby.rb" && item1 && item2 & " ") into field "results" to pass data to Ruby and get data (usually confirmation) back. N...
by TheBigDuck
Fri Jan 09, 2009 9:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: choosing TWO selections
Replies: 1
Views: 2299

choosing TWO selections

I am creating drop down menu that (for this example) has a list of all countries that MANUFACTURE CARS (again, this is an example) SWEDEN GERMANY USA ITALY So if they choose GERMANY I create the buttons AUDI, VW, Porsche, Mercedes in group AUTO create group "AUTO" set the radiobehavior of group "AUT...
by TheBigDuck
Wed Jan 07, 2009 5:25 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: HELP! Data LOST! Cards are shifted UP...
Replies: 5
Views: 4246

HELP! Data LOST! Cards are shifted UP...

I have been working on a project for a month now, and it is due very soon. I save the file, no problem. Closed the app. It looked like this: http://www.iheinrich.com/runrev/Original.jpg Get home, relaunch. Looks like this: http://www.iheinrich.com/runrev/Screwed.jpg the code for the cards is intact,...