How to extract an entire element from an HTML file?

2018-11-25 Thread Keith Clarke via use-livecode
Folks, Can anyone please guide me towards an LiveCode feature(s) that might provide the equivalent to the javascript jQuery library’s "jQuery(‘.class’).html();" mechanism that allows one to select an entire element’s content (including nested elements) from the page DOM? I have experimented

Re: How to extract an entire element from an HTML file?

2018-11-25 Thread Paul Dupuis via use-livecode
You could do this with revXML (see teh dictionary), but it is not a single call. On 11/25/2018 7:12 AM, Keith Clarke via use-livecode wrote: > Folks, > Can anyone please guide me towards an LiveCode feature(s) that might provide > the equivalent to the javascript jQuery library’s

Re: LiveCode and Websockets

2018-11-25 Thread Todd Fabacher via use-livecode
Thanks Charles for the reply. Hope all is going well with you. Where can I test the WebSocket external? I will need it for iOS, Android, Mac, and Windows. Can you email me directly as we are time sensitive on this please. We have the server up and running. Socket.io is the BEST in the market and

Re: Browser Widget Problem in Android

2018-11-25 Thread J. Landman Gay via use-livecode
Did you get a map API key as the dictionary describes? "Note: In order to use the map widget on Android, you must create a Google Maps V2 API key for your app, and set it in the standalone settings for the map widget via the cog icon in the Inclusions pane of the standalone settings stack."

Re: Browser Widget Problem in Android

2018-11-25 Thread Andrew Bell via use-livecode
Mike- Attachments don't make their way onto the list, so we can't see your settings. You said a "map browser widget" but that doesn't exist in LiveCode: Map widget does, and Browser widget does, but no Map Browser widget. I think you're talking about the Browser widget based off the thread

Quit an Android

2018-11-25 Thread Sannyasin Brahmanathaswami via use-livecode
Yay! The SivaSiva app works well on Android. 1 ½ years in the making! I have two requests that there be way to quit the app. But I recall you telling me that "User knows how to quit." And that "quit" was not an important function in the app itself. I may not have got that right… or maybe

Re: Quit an Android

2018-11-25 Thread J. Landman Gay via use-livecode
The user isn't asking for a way to quit, just for a controlled exit. Typically this is done from the entry screen (the Home stack in this case) when the Back button is pressed. Right now the app says "you are home" and blocks the backKey message. Instead, ask if they want to quit and if so,

Re: LiveCode and Websockets

2018-11-25 Thread Charles Warwick via use-livecode
Hi Bob, The external is still in development, so I have not yet uploaded any information or documentation to the web. I am happy to send you the latest beta version along with a few sample scripts if you are interested, just send me an e-mail directly. Regards, Charles > On 25 Nov 2018, at

Re: Max number of columns in a datagrid?

2018-11-25 Thread Richard Gaskin via use-livecode
Geoff Canyon wrote: > On Fri, Nov 23, 2018 at 4:38 PM Richard Gaskin wrote: > >> Geoff Canyon wrote: >> >> > It's not relevant to the current discussion, but wy back when, >> > I worked with a guy who had created some monster spreadsheets in >> > Excel with something like 9,000 columns. It

Re: Quit an Android

2018-11-25 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > I have two requests that there be way to quit the app. Few apps have that. Why do those users want this? > I may not have got that right… or maybe there are nuances about the > way Android works. Can you remind to Best Practice? Mobile OSes present a very