Search found 140 matches

by marcelloe
Fri Mar 14, 2014 4:19 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Re: Mobile Location

I don't want to show the location on a map. I just want the location to be displayed in a field.
by marcelloe
Fri Mar 14, 2014 2:32 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Re: Mobile Location

Now how do I convert the longitude and latitude to a city?
by marcelloe
Fri Mar 14, 2014 1:55 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14649

Re: Cloned Stacks

I tried it with the Engine Folder, but it would not work either. Do I need to move it from the Engine folder to the Documents Folder?
by marcelloe
Thu Mar 13, 2014 6:51 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14649

Re: Cloned Stacks

I am trying to call a main stack that has been copied to the IOS files. Not sure what I am doing wrong.

Code: Select all

on mouseUp
start using stack specialFolderPath("documents") &" /photo.livecode"
end mouseUp
by marcelloe
Wed Mar 12, 2014 8:14 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14649

Re: Cloned Stacks

I have added a stack to the copy files area. Now how do I call that stack? This is what i have tried to use, but it doesn't work.

Code: Select all

on mouseUp
go to card "card1" on stack "stack1"
end mouseUp
by marcelloe
Wed Mar 12, 2014 8:00 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Re: Mobile Location

With adding the new script I can't get the script to produce anything. I am not sure what I am doing wrong.
by marcelloe
Mon Mar 10, 2014 7:45 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Re: Mobile Location

This is the script I am trying to use, but i can't get it to work. I am turning off and on the sensor on the card script. on mouseUp put tLatitude& comma & tLongitude into field "Location" card "LNP" end mouseUp on showCurrentLocation local tURL ## Get the url containing the current location ## and ...
by marcelloe
Mon Mar 10, 2014 4:40 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Re: Mobile Location

So i have to define which stacks to resize not on each stack script? Also, I have a substack that is 200 by 200 and it keeps resizing way bigger then that. How can I keep the stack the original size.

Where can I find lesson 4 about converting coordinates?
by marcelloe
Mon Mar 10, 2014 3:41 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14649

Re: Cloned Stacks

Stupid question. I know you can add other stack to your project, but my add stack is grayed out. How do i add stacks?
by marcelloe
Mon Mar 10, 2014 2:14 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Re: Mobile Location

I have read over the lesson and could not figure out how to get it to work. The only thing i could get to work was it to respond was true. My next question after i figure it out. How do I convert the coordinates into a location? Also, When I use the following script on a substack the substack doesn'...
by marcelloe
Mon Mar 10, 2014 2:08 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14649

Re: Cloned Stacks

This is my thinking but I am sure this is not correct. What I really want to happen is snapshots of a card from a sub-stack to be like a preview on the main stack. There are going to be several of these previews and I want to make them scrolling. Not sure but do I need to create new place holders ea...
by marcelloe
Fri Mar 07, 2014 9:48 pm
Forum: idea2app and Coding School
Topic: Mobile Location
Replies: 21
Views: 11899

Mobile Location

How do I get the current location of a mobile device? I have tried several function to no avail.

Thanks

Mark
by marcelloe
Thu Mar 06, 2014 7:59 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14649

Re: Cloned Stacks

In the sub-stack that I want to clone and then put a snapshot of one card, but has two sections. I want each section of the card to be display as a snapshot side by side. The name of the card is MOQ.
by marcelloe
Thu Mar 06, 2014 3:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersecting Buttons
Replies: 36
Views: 17729

Re: Intersecting Buttons

ok, I am going to talk this out to see if I understand the concept. I want to create a list of the current button locations. I want to take the lines from the list and assign to a button and delete that line. I want to repeat for all 10 buttons If I understand this correctly that this will only use ...
by marcelloe
Thu Mar 06, 2014 3:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersecting Buttons
Replies: 36
Views: 17729

Re: Intersecting Buttons

I have been playing with the script you posted all night. I can't seem how to figure out how to make it work and keep the buttons appear at random places. The next best thing I can think of is to take the current button positions and move the button to those current locs. I can talk myself what need...

Go to advanced search