Search found 19 matches

by lilRalph
Sat Feb 13, 2021 2:02 pm
Forum: Android Deployment
Topic: Map Widget problems
Replies: 4
Views: 5461

Re: Map Widget problems

Re-reading the documentation it clearly states that the polylines function only works on Android which make it bloody hard to develop anything useful with this widget.

Web Browser and Javascript it is then.
by lilRalph
Sat Feb 13, 2021 4:12 am
Forum: Android Deployment
Topic: Map Widget problems
Replies: 4
Views: 5461

Re: Map Widget problems

As far as I am able to determine the addition of polylines onto the map widget still doesn't work. I can add a marker, centre the map and zoom in but the application that I'm trying to build will import at gpx file and plot the path from that, except it doesn't. Does anyone have this working in LC 9...
by lilRalph
Sun Jul 30, 2017 12:47 am
Forum: Internet
Topic: LiveCode + Xero (OAuth1.0a)
Replies: 11
Views: 13545

Re: LiveCode + Xero (OAuth1.0a)

G'Day Aphero, No I haven't but I do have an appllication which logs into a site (mine) with https and uses public & private keys for encryption. Doing a bit of quick reading about the difference between OAuth1.0 & 2.0 seems they are not compatible and the library will not be much help right now. How...
by lilRalph
Thu Jul 20, 2017 12:52 pm
Forum: Internet
Topic: Are there different functions to use for revBrowserCEF?
Replies: 13
Views: 15375

Re: Are there different functions to use for revBrowserCEF?

G'Day Ulrich, firstly let me apologise for such a slow response to your question. As you probably realised I was away from the forum doing other things and then I had a small industrial accident, details at http://brentmilne.com if you are interested. Add a couple of grandchildren, work, other illne...
by lilRalph
Mon Oct 24, 2016 8:50 am
Forum: Internet
Topic: Decoding encrypted data emailed from a server
Replies: 6
Views: 6019

Re: Decoding encrypted data emailed from a server

G'Day Tom, I have just been exploring something similar to this myself. I agree with Jacque that the best solution if you have to send to multiple email addresses is to just notify them that there is a message for them. If you are only sending to a small number then there is another option using pub...
by lilRalph
Thu Oct 20, 2016 12:08 pm
Forum: Internet
Topic: Struggling with the WPRestAPI tools
Replies: 4
Views: 5214

Struggling with the WPRestAPI tools

I would really like to be able to use the WP Api but I just don't seem to be able to figure out how to use it.

Is there a tutorial of some sort I can follow?

If not can someone please point me in the right direction to pull the data into a stack and call the APIs?
by lilRalph
Mon Jun 06, 2016 10:33 am
Forum: Internet
Topic: javascript talk to livecode through browser
Replies: 2
Views: 5004

Re: javascript talk to livecode through browser

Or you could have a look at the code samples and stacks here

http://forums.livecode.com/viewtopic.php?f=11&t=25307

Cheers.
by lilRalph
Thu Jun 02, 2016 4:05 pm
Forum: Internet
Topic: Are there different functions to use for revBrowserCEF?
Replies: 13
Views: 15375

Re: Are there different functions to use for revBrowserCEF?

Sorry, meant to also address the question from Javier about using Leaflet.js in LiveCode. You don't. You add the javascript framework, script or whatever in your web page as you would normally. The browser widget is a web browser that you can code and manipulate not a web server. However, if you wou...
by lilRalph
Thu Jun 02, 2016 3:54 pm
Forum: Internet
Topic: Are there different functions to use for revBrowserCEF?
Replies: 13
Views: 15375

Re: Are there different functions to use for revBrowserCEF?

I made a little stack for loading various files and added a way to test Javascript snippets. Perhaps I should have added it to this thread but I made a new thread for it here http://forums.livecode.com/viewtopic.php?f=11&t=27127 Since then I worked out how to use the Javascript Handler, by following...
by lilRalph
Tue Apr 26, 2016 4:16 pm
Forum: Internet
Topic: Javascript in LC8.0
Replies: 0
Views: 2930

Javascript in LC8.0

I have been diving around in the browser widget in LC 8.0 working out how the Javascript and Javascript Handlers work. I'm pretty happy with what I have done so far. I have attached a zipped up stack which allows you to select a web page (amongst other things) either online, on your local server or ...
by lilRalph
Tue Apr 26, 2016 3:39 pm
Forum: Internet
Topic: What mobile network is available and/or active?
Replies: 2
Views: 3642

Re: What mobile network is available and/or active?

G'Day Tonymac,

Not anything i have attempted yet but I probably would begin looking to access the Android API.
Maybe this will help
https://developer.android.com/training/ ... y/nsd.html

I'll be interested in the results.
by lilRalph
Wed Mar 23, 2016 9:59 am
Forum: Internet
Topic: Are there different functions to use for revBrowserCEF?
Replies: 13
Views: 15375

Re: Are there different functions to use for revBrowserCEF?

Since the inclusion of a browser widget in Livecode 8 I have been playing with getting the same Javascript to work in that environment. The widget environment is different but I have found that it is actually easier than using revBrowserCEF and revBrowserExecute(). Buried in the script is a little p...
by lilRalph
Sat Jan 09, 2016 8:02 am
Forum: Internet
Topic: Peer to peer networking with UDP
Replies: 5
Views: 7768

Re: Peer to peer networking with UDP

G'Day WinstonJenks, That is interesting. I have never managed to get WireShark working to my satisfaction but I blame myself. Like you I would have assumed that reading from a socket wouldn't care where the source was unless it is supposed to be a secure socket circuit and then the source must remai...
by lilRalph
Sat Dec 19, 2015 1:47 am
Forum: Internet
Topic: Socket reads and handlers
Replies: 2
Views: 3961

Re: Socket reads and handlers

G'Day Studawg66, There are people in this forum who know far more than I about socket management with LiveCode but my understanding is that by using the callback you have changed the code to event driven. What this really means is that you no longer need to do the looping polling that the old code h...
by lilRalph
Fri Dec 18, 2015 11:18 am
Forum: Internet
Topic: How do I simulate a button click in a browser?
Replies: 6
Views: 7700

Re: How do I simulate a button click in a browser?

Interesting that this is such an old thread and yet it still gets a lot of views. The answer from Pi does work but there is an easier way. In the demo in the second message here http://forums.livecode.com/viewtopic.php?f=11&t=25307 you will find a working method which works reliably and I find easy ...

Go to advanced search