Search found 814 matches

by BarrySumpter
Wed Apr 25, 2012 12:35 am
Forum: Android Deployment
Topic: Calling a JavaScript function in the browser
Replies: 0
Views: 1590

Calling a JavaScript function in the browser

<html> <head> <script type="text/javascript"> function myfunction(txt) { alert(txt); } function myfunction2() { alert('Who Dat Be?'); } </script> </head> <body> <form> <input type="button" onclick="myfunction('Hello')" value="Call function"> </form> <p>By pressing the button above, a function will ...
by BarrySumpter
Tue Apr 24, 2012 11:16 pm
Forum: iOS Deployment
Topic: Any success with iPhoneControlDo "execute" for scripts?
Replies: 8
Views: 6652

Re: Any success with iPhoneControlDo "execute" for scripts?

Hi Alan, Many thanks for the reply. Thanks for clarifying the logic behind this concept. Where a picture is worth a thousand words, a working sample app is worth a billion. :P I'll know what to do when I get to the iOS version of my app. Or when RR opens up the browser events for Android. Thanks aga...
by BarrySumpter
Tue Apr 24, 2012 10:15 pm
Forum: iOS Deployment
Topic: Any success with iPhoneControlDo "execute" for scripts?
Replies: 8
Views: 6652

Re: Any success with iPhoneControlDo "execute" for scripts?

Hi strongbow,

Any way I can get you to post a sample app on how you are doing this?
i.e. posting back to LC app for real time processing?

tia
by BarrySumpter
Tue Apr 24, 2012 7:11 am
Forum: Android Deployment
Topic: Map of Cities initialized to current position-working sample
Replies: 6
Views: 6046

Re: Map of Cities initialized to current position-working sa

... LcNav.html has to be a file. I tried to have is as a text field but wouldn't work as the url nor when I saved the text field as a file. I don't know why. . The HTML can be a text field. And does NOT have to be an HTML file. mobileControlDo id, "load", baseUrl, htmlText Loads as page consisting ...
by BarrySumpter
Tue Apr 24, 2012 4:04 am
Forum: Android Deployment
Topic: Anyone know how to retrieve the center Lat n Lng from google
Replies: 2
Views: 3740

Re: Anyone know how to retrieve the center Lat n Lng from go

Never mind. Found something I think I can work with here: gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/draggable-markers.html http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/draggable-markers.html displays ON SCREEN: Current position: -37.850904314073965, 145.057441...
by BarrySumpter
Tue Apr 24, 2012 3:51 am
Forum: Android Deployment
Topic: Anyone know how to retrieve the center Lat n Lng from google
Replies: 2
Views: 3740

know java wll enough to write the center lat lng to a file?

Here we have a location. Anyone know java well enough to perhaps write the center lat lng to a file? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta name=...
by BarrySumpter
Mon Apr 23, 2012 11:53 pm
Forum: Android Deployment
Topic: Anyone know how to retrieve the center Lat n Lng from google
Replies: 2
Views: 3740

Anyone know how to retrieve the center Lat n Lng from google

Anyone know how to retrieve the center Lat n Lng from google maps? Been looking at the link below to centre the map on a specific location as my notes state. I can center the map with a pin but can't retreive the lat n lng. Anyone know how to retrieve the lat n lng from google maps with an update to...
by BarrySumpter
Fri Apr 20, 2012 10:27 pm
Forum: Android Deployment
Topic: Huge Android library of Icons already on your PC and Phone
Replies: 13
Views: 8923

Re: Huge Android library of Icons already on your PC and Pho

List View of the Androids 400+ Icons only.
Sized to work on my HD2.
by BarrySumpter
Fri Apr 20, 2012 7:22 am
Forum: Android Deployment
Topic: ANSWERED: A working LiveCode 5.5 GPS smpl app for Android?
Replies: 7
Views: 9460

Re: ANSWERED: A working LiveCode 5.5 GPS smpl app for Androi

Yes please Gene.
Anything you would care to post would be fantastic.
by BarrySumpter
Thu Apr 19, 2012 12:36 am
Forum: Android Deployment
Topic: Map of Cities initialized to current position-working sample
Replies: 6
Views: 6046

Map of Cities initialized to current position-working sample

Further research variations on this technique: developers.google.com/maps/documentation/javascript/examples/ https://developers.google.com/maps/documentation/javascript/examples/ Set Centre as home: google-developers.appspot.com/maps/documentation/javascript/examples/control-custom-state https://goo...
by BarrySumpter
Thu Apr 19, 2012 12:00 am
Forum: iOS Deployment
Topic: iOS, Google Maps and GPS, Oh My!
Replies: 9
Views: 7412

Re: iOS, Google Maps and GPS, Oh My!

Hi all,

If anyone has solved this issue
I'd be very intersted in seeing the LC scripting results
and/or would we happy to assist by converting and testing on android.

tia
by BarrySumpter
Wed Apr 18, 2012 10:57 pm
Forum: Android Deployment
Topic: Map of Cities initialized to current position-working sample
Replies: 6
Views: 6046

Map of Cities initialized to current position-working sample

Aren't solutions so simple? I feel like such a hack. It took me hours n hours to finally get this to work. I started with the map of cities sample app contributed by Dixie. With references to: how-do-i-use-core-location-in-revmobile http://lessons.runrev.com/s/lessons/m/4069/l/12161-how-do-i-use-cor...
by BarrySumpter
Tue Apr 17, 2012 11:24 pm
Forum: Android Deployment
Topic: Huge Android library of Icons already on your PC and Phone
Replies: 13
Views: 8923

Re: Huge Android library of Icons already on your PC and Pho

Hi mwieder, Thanks for the reply and info. Not really persuing via LC anymore. Just researching and making my own decisions with current (lack of) knowledge on how to use available resources or not. Eventhough I have a developers license I don't plan on developing anything other than my own apps tar...
by BarrySumpter
Tue Apr 17, 2012 9:21 pm
Forum: Android Deployment
Topic: Huge Android library of Icons already on your PC and Phone
Replies: 13
Views: 8923

Re: Huge Android library of Icons already on your PC and Pho

Not sure what Pulse is or what it needs a copy of all those Icons for. I guess it really doesn't matter since you can install to a 32gig sdCard. Perhaps the development language for Pulse couldn't access the drawables. I've posted an app above to prove the icons are part of the Android OS. There are...
by BarrySumpter
Tue Apr 17, 2012 8:04 pm
Forum: Android Deployment
Topic: Huge Android library of Icons already on your PC and Phone
Replies: 13
Views: 8923

Re: Huge Android library of Icons already on your PC and Pho

Dear Barry G. Sumpter, Thank you for your request. There is no direct access to Android Drawables in LiveCode but you could save the images, include them in your stack and use them to create your interface. There is a lesson on using images in your interface at http://lessons.runrev.com/s/lessons/m/...

Go to advanced search