Search found 140 matches

by marcelloe
Mon Nov 14, 2016 6:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Extracting data from a form
Replies: 6
Views: 9620

Re: Extracting data from a form

The form is in PDF. This is the part I'm not sure about. I have been trying to talk myself through the process, but not really sure. At one point trying to determine if it would be better in Excel or if that was not necessary. I think I have confused myself in the process. Thank you for your help.
by marcelloe
Mon Nov 14, 2016 4:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Extracting data from a form
Replies: 6
Views: 9620

Re: Extracting data from a form

I want to upload the attached form and be able to extract the data from the fields. I hope that is more understandable.
by marcelloe
Fri Nov 11, 2016 9:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Extracting data from a form
Replies: 6
Views: 9620

Extracting data from a form

This is what I want to do, but not sure if it is possible. I have a bunch of the same forms and I want to extract the data form each form to be able to compare each form's data quickly. Is this something that can be done? I'm not sure how to get started. The quick version is this. 1. import the form...
by marcelloe
Tue Mar 18, 2014 7:00 pm
Forum: idea2app and Coding School
Topic: Webpages
Replies: 5
Views: 3809

Re: Webpages

I have read the lesson. It is talking about creating a browser to use. I want a specific webpage when the card is opened and be able to display that in a window for say. This is for mobile.
by marcelloe
Tue Mar 18, 2014 3:49 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14131

Re: Cloned Stacks

I have removed and re added the stack and it still does not work. I also, have tried coping the folder to see if it would work, and that doesn't work either. I don't know what to do?
by marcelloe
Tue Mar 18, 2014 3:00 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11515

Re: Mobile Location

Let me see if I am on the right track to create a separate handler. I want to put the Longitude and latitude to a value. I want to use the reverse look up to get a city and put that city into a variable. I want to call that variable on the mouseUp handler to put the city into the corresponding field...
by marcelloe
Tue Mar 18, 2014 2:51 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14131

Re: Cloned Stacks

I did what you suggested the answer that comes back is False. I have added the stack to the "copy files" area. Is there something else I need to do?
by marcelloe
Mon Mar 17, 2014 8:34 pm
Forum: idea2app and Coding School
Topic: Webpages
Replies: 5
Views: 3809

Webpages

How do I display a webpage in a field? I have tried the following and it puts the HTML code into the field.

Code: Select all

Put URL "http://www.google.com" into field "field"
by marcelloe
Mon Mar 17, 2014 6:38 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14131

Re: Cloned Stacks

I still can't get the stack to open. It is driving me crazy. I have looked at your sample stack. What am I doing wrong?
by marcelloe
Mon Mar 17, 2014 3:13 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11515

Re: Mobile Location

I have a couple of questions about the reverse lookup string. For the longitude and latitude would I use the "tLatitude" and "tLongitude" to get the coordinates? Would I put this string in the handler "showCurrentLocation"? https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.96145...
by marcelloe
Fri Mar 14, 2014 7:17 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11515

Re: Mobile Location

Am I on the right track with trying to use the following script to convert to a city?

Code: Select all

put  "http://maps.googleapis.com/maps/api/geocode/json?address="&tLocationArray&"&sensor=false" into tURL
by marcelloe
Fri Mar 14, 2014 6:53 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11515

Re: Mobile Location

Can LC use the metadata of a picture to find the location the picture was taken?
by marcelloe
Fri Mar 14, 2014 6:45 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14131

Re: Cloned Stacks

I still can't get the stack to launch. I have looked at the attached stack and I can't get it to work either. I really don't know what is going on. I see yo have "engines" and not "engine"

open stack specialFolderPath("engines") &" /photo.livecode"
by marcelloe
Fri Mar 14, 2014 4:45 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14131

Re: Cloned Stacks

In my script I have "engine" and not "engines". I still can't get the stack to launch when I clicked on a button. What am I doing wrong?
by marcelloe
Fri Mar 14, 2014 4:23 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14131

Re: Cloned Stacks

I can't get the stack to launch. This is the script i am using.

Code: Select all

on mouseUp
start using stack specialFolderPath("engines") &" /photo.livecode"
end mouseUp

Go to advanced search