how to remove black title bar in browser widget when showing a pdf?

2017-03-14 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.3, Windows 10: When I am displaying a pdf (local or web) in the browser widget, there is a black title bar on top of the pdf, which occupies the top 45 pixels of the browser widget. When hovering over the widget, the name of the pdf is shown within this black title bar. I didn&#

Re: Working browser widget/linux-flavour combinations?

2017-03-09 Thread hh via use-livecode
> Mark Wieder wrote: > ... worked in 9.0-dp6 ... 64-bit Linux Mint 17.3 cinnamon. So I tried Mint 173 cinnamon 32 bit and Mint 181 cinnamon 64 bit, used LC 8 and LC 9, in Virtualbox on Mac and on a 64 bit Linux box. Both show with the browser widget the "something"-window that Ri

Re: Working browser widget/linux-flavour combinations?

2017-03-09 Thread Mark Wieder via use-livecode
On 03/09/2017 11:55 AM, hh via use-livecode wrote: I would like to test some browser interaction on linux. Please, could someone who works with a LC version that has NO problems with the browser widget tell me this working 32/64 bit LC version - linux flavour combination? Thanks in advance

Re: Working browser widget/linux-flavour combinations?

2017-03-09 Thread panagiotis merakos via use-livecode
Hi all, The Browser widget does work as expected in the *64-bit* Linux versions we officially support. I have an Ubuntu 16.04 VM and I can confirm this. **However**, several users have reported some strange problems on particular Linux distros (including Ubuntu 16.04), which although they seem

Re: Working browser widget/linux-flavour combinations?

2017-03-09 Thread Richmond Mathewson via use-livecode
However "showcase" the browser widget may be you should remember that, as far as I can see, Linux versions come a long way down the food chain. Richmond. On 3/9/17 10:42 pm, hh via use-livecode wrote: Thanks Richmond. There are bug reports from Sept 2016 reporting this 'someth

Re: Working browser widget/linux-flavour combinations?

2017-03-09 Thread hh via use-livecode
at nothing changed since then: The browser widget is a 'showcase'-member of all LC advertising. Should at least basically work. > Richmond wrote: > Xubuntu 16.04 64-bit, 8.1.3: "something". Had to KILL Livecode. > As above, 9.0.0 DP-

Re: Working browser widget/linux-flavour combinations?

2017-03-09 Thread Richmond Mathewson via use-livecode
Never tried it; so have just done: Xubuntu 16.04 64-bit, 8.1.3: "something" Had to KILL Livecode. As above, 9.0.0 DP-6: no obvious difference. Tut, tut, tut. sincerely, Richmond. On 3/9/17 9:55 pm, hh via use-livecode wrote: I would like to test some browser interaction on linu

Working browser widget/linux-flavour combinations?

2017-03-09 Thread hh via use-livecode
I would like to test some browser interaction on linux. Please, could someone who works with a LC version that has NO problems with the browser widget tell me this working 32/64 bit LC version - linux flavour combination? Thanks in advance. ___ use

Re: preOpenCard not called when opened from project browser

2017-02-22 Thread panagiotis merakos via use-livecode
No, this is a bug which will be fixed in 8.1.4 rc1. http://quality.livecode.com/show_bug.cgi?id=17448 Best, Panos On 22 Feb 2017 23:53, "Dr. Hawkins via use-livecode" < use-livecode@lists.runrev.com> wrote: > I just found, after trying to open a stack from the pr

preOpenCard not called when opened from project browser

2017-02-22 Thread Dr. Hawkins via use-livecode
I just found, after trying to open a stack from the project browser, that preOpenCard is not called when the stack is opened this way, whereas it is when using the application browser. Is this correct behavior? -- Dr. Richard E. Hawkins, Esq. (702) 508-8462

Re: Browser Widget Appears to be caching data (JavaScript)?

2017-02-08 Thread Bob Sneidar via use-livecode
I think he mentioned a different site. I could be mistaken. Bob S On Feb 7, 2017, at 22:31 , Sannyasin Brahmanathaswami via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Are you serving this content yourself from your web server? If so there are "cb" (cache busting) methods alrea

Re: Browser Widget Appears to be caching data (JavaScript)?

2017-02-07 Thread Sannyasin Brahmanathaswami via use-livecode
"logo.jpg" without changing it's name, but your content assembly system appends the cache busting string to the outgoing html… (Ralf does this in RevIgniter) BR On 2/6/17, 7:07 AM, "use-livecode on behalf of Ralph DiMola via use-livecode" wrote: To refresh a bro

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
>From Stack Overflow: "There's no guaranteed way to force the user to clear the DNS cache, and it is often done by their ISP on top of their OS. It shouldn't take more than 24 hours for the updated DNS to propagate. Your best option is to make the transition seamless to the user by using someth

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread J. Landman Gay via use-livecode
Active Software | http://www.hyperactivesw.com On February 6, 2017 10:47:43 AM Bob Sneidar via use-livecode wrote: Right. But that is the browser cache. If you are talking about a url resolving to a different site, that is a function of DNS, which is totally separate from the browser ca

RE: Browser Widget Appears to be caching data (JavaScript)?

2017-02-06 Thread Ralph DiMola via use-livecode
To refresh a browser cache I put an argument on the URL that is different from the last request and the cache will be invalidated. In LC I put "&seconds=12345678" at the end of the URL arguments or if there are no arguments then I put "?seconds=12345678" where "123

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Mike Bonner via use-livecode
livecode@lists.runrev.com> wrote: > Right. But that is the browser cache. If you are talking about a url > resolving to a different site, that is a function of DNS, which is totally > separate from the browser cache the browser maintains. I do not think the > browser is capable of bypassing DNS c

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
Right. But that is the browser cache. If you are talking about a url resolving to a different site, that is a function of DNS, which is totally separate from the browser cache the browser maintains. I do not think the browser is capable of bypassing DNS caching. But maybe I misunderstand the

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Mike Bonner via use-livecode
In an actual browser (at least as far as I know) one doesn't have to resort to tricks. Like in chrome, ctrl-f5 bipasses cache and reloads. More info here. https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache On Mon, Feb 6, 2017 at 9:01 AM, Bob Sneidar via use-livecode < use-

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
Old site? This may be DNS caching not browser caching. Clear the cache on your computer, and if possible, if you have a local DNS server, clear that cache as well. Bob S > On Feb 5, 2017, at 12:16 , JOHN PATTEN via use-livecode > wrote: > > Hi Bill, > > Did not seem to

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
In ANY browser?? I did not know that!! Bob S On Feb 5, 2017, at 11:53 , William Prothero via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: John: Try adding “?” to the URL. This should force reload. Bill ___ use-livecode mailin

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
right, you will not be the first one to change file on his own machine think it would magically appear in his browser. time for either a nap or a swim. and "duh" here too… seems the 360 pano in native LC has been a long running topic on the forums already since

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
essage based on the > hotspot id." > > then, theoretically just click anywhere on the pano should fail to evoke > the last call (to be tested) > > If it does, it goes back to: Browser widget is possibly caching the last > event params? > > I have more than a passing

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
gives a message based on the hotspot id." then, theoretically just click anywhere on the pano should fail to evoke the last call (to be tested) If it does, it goes back to: Browser widget is possibly caching the last event params? I have more than a passing interest in this. cou

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
Nevermind, user error. It doesn't matter how many changes I make to local files when i'm actually pointing to an external web page. On Sun, Feb 5, 2017 at 3:08 PM, Mike Bonner wrote: > Thx for the info. Honestly, all I want is for the example in the > dictionary to work for me. (and yes, the

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread Mike Bonner via use-livecode
if just tacking on a ? at the end doesn't work, do this instead. Tack on the ?dummyvar=1234125 where 1234125 is "the seconds." That way its always a unique url and should do a fresh load. On Sun, Feb 5, 2017 at 1:44 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > John: Ditto what Bill

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
Thx for the info. Honestly, all I want is for the example in the dictionary to work for me. (and yes, the javascript causes the lc side handler to fire, but.. No parameters passed.) I'll read through the stuff you linked and see what I can learn. Thanks! On Sun, Feb 5, 2017 at 1:41 PM, Sannya

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
John: Ditto what Bill said…that, keep us all posted! Possibly get a thread going on the multi-media are of the forums? William Prothero: John, this is a very cool project. I hope you get it working. I’d love to be able to use your VR framework. One of my colleagues created a VR exploration

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
Actually you can get it here: http://livecodeshare.runrev.com/stack/817/LC-to-JS-Data-Transfer On 2/5/17, 10:28 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: Getting those params over to LC is doable… Jonathan wrote me off line.. I will email you a

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread William Prothero via use-livecode
Thank you! > > John Patten > SUSD >> On Feb 5, 2017, at 11:53 AM, William Prothero via use-livecode >> wrote: >> >> John: >> Try adding “?” to the URL. This should force reload. >> Bill >> >>> On Feb 5, 2017, at 11:31 AM, JOHN PATTEN

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
our horses, you will banging against walls in no time. The browser widget is *not* in the message path We had some long discussions on the integration of the Browser Widget/HTML5 apps already see: thread: Browser Widget/HTML5/LC Integration We also have an enhancement request which was &

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
017, at 11:53 AM, William Prothero via use-livecode > wrote: > > John: > Try adding “?” to the URL. This should force reload. > Bill > >> On Feb 5, 2017, at 11:31 AM, JOHN PATTEN via use-livecode >> wrote: >> >> Hi All, >> >> How do

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread William Prothero via use-livecode
John: Try adding “?” to the URL. This should force reload. Bill > On Feb 5, 2017, at 11:31 AM, JOHN PATTEN via use-livecode > wrote: > > Hi All, > > How do you get the browser widget to dump any cached web content? > > I have an html5 panoramic running in a brow

Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
Hi All, How do you get the browser widget to dump any cached web content? I have an html5 panoramic running in a browser widget. I change the javascript code associated to a hotspot to point to a different url, but the hotspot link continues to point to the old URL. If I launch the panorama

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
The >>>> interface of their software allows you to attach a javascript action to >>>> a >>>> vr hotspot. The interface creates the following javascript for the >>>> hotspot >>>> to trigger the LiveCode handler: >>>> >>>

Browser widget and websites that open content in a tab or window

2017-02-03 Thread Bleiler, Timothy via use-livecode
The links on a website displayed in a browser widget work fine when they are of the form: https://www.NotRealSite.***<https://www.notrealsite.***> but nothing happens in the Livecode browser widget if the links are part of a javascript element that attempts to open the site in a new ta

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-03 Thread Richmond Mathewson via use-livecode
function() {liveCode.myLiveCodeHandler2();}); } (svg2 is the hotspot icon). The hotspot in the vr adds some text to a field on the card when clicked, waits 2 seconds, and then removes the text. This javascript works only the first time, because after the hotspot

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-03 Thread JOHN PATTEN via use-livecode
vr adds some text to a field on the card when clicked, >> waits 2 seconds, and then removes the text. >> >> This javascript works only the first time, because after the hotspot is >> clicked, the LiveCode handler is triggered any time the user clicks within >>

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-02 Thread Mike Bonner via use-livecode
g2 is the hotspot icon). > > The hotspot in the vr adds some text to a field on the card when clicked, > waits 2 seconds, and then removes the text. > > This javascript works only the first time, because after the hotspot is > clicked, the LiveCode handler is triggered any time t

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-02 Thread JOHN PATTEN via use-livecode
ield on the card when clicked, waits 2 seconds, and then removes the text. This javascript works only the first time, because after the hotspot is clicked, the LiveCode handler is triggered any time the user clicks within the vr of the browser object. (Javascript “event listener” listens for a

Re: Browser Widget/HTML5/LC Integration

2017-01-31 Thread Richard Gaskin via use-livecode
Alex Tweedly wrote: > HTML also has something else - CSS, The object inheritance model in > LC allows you to inherit properties (e.g. colour, margins, etc.) for > your objects - but it doesn't have any easy way to classify together > (I wanted to say "group" but that would get confusing :-) a num

Re: JavaScript, Browser Object, VR with Hotspots?

2017-01-30 Thread Mike Bonner via use-livecode
Depending on what version of LC you're using,k and if you're using the widget, or openrevbrowser look at revBrowserAddJavascriptHandler in the dictionary. If using the widget, use the dropdown to select the browser widget in the dictionary and look at the javascripthandlers property.

JavaScript, Browser Object, VR with Hotspots?

2017-01-30 Thread JOHN PATTEN via use-livecode
t that just throws a JavaScript alert, “Hello World.” So I know I can create a Javascript inside a hotspot in the pano using the Pano2VR app. Here are my questions. 1. Can Livecode intercept the Javascript result in the browser object and act on it? If it can, I’m guessing I could have it retur

Re: Browser Widget/HTML5/LC Integration

2017-01-30 Thread Alex Tweedly via use-livecode
On 29/01/2017 19:22, Richard Gaskin via use-livecode wrote: HTML model: Natural Flow HTML has something we don't: "natural flow", a set of conventions for object placement that are implied and do not need to be specified in order to get some form of reasonably useful

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
Hmm, interesting try this http://wiki.hindu.org/uploads/SivaSivaDiagram.svg # in firefox; chrome; LC browser widget result: Firefox renders the gradients. Chrome and the LC browser widget render some place holder in the same space. On 1/29/17, 11:41 AM, "BNig via use-livecode&quo

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
shift over to SKIA (nor do I really know the scope of what that means in terms of future possibilities) I'll do a small test loading these into a browser widget.. On 1/29/17, 11:41 AM, "BNig via use-livecode" wrote: Sannyasin Brahmanathaswami wrote: > OK, one

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread BNig via use-livecode
hing it yet. https://github.com/livecode/livecode/pull/3089 Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Browser-Widget-HTML5-LC-Integration-tp4712003p4712034.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > OK, one more SVG example (I believe that's what you were asking for) > > now you have three > > http://wiki.hindu.org/uploads/floor-plan.svg # not responsive, but > could be > > http://wiki.hindu.org/uploads/SivaSivaDiagram.svg ># not responsive, but could

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > 1) SVG requirements > > rendering this would be a minimum. If here is a way to do it now in > LC let me know > > http://www.himalayanacademy.com/assets/img/khm-logo-full-horizontal.svg > > resize your browser, it remains perfect! If

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
@ Richard. OK, one more SVG example (I believe that's what you were asking for) now you have three http://wiki.hindu.org/uploads/floor-plan.svg # not responsive, but could be http://wiki.hindu.org/uploads/SivaSivaDiagram.svg # not responsive, but could be (though that's not wanted in this

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
as mentioned… it's not responsive, that was just a quick export, would require some tweaking. and the use case envisioned for larger ones is different: use pinch and zoom and swipe to move around and go in on the "map", this means we actually do not want it to scale down to fit…. On 1/29/17,

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
I forget to give the URL for a complete web app that I was able to put into a LC browser widget (too heavy for delivery becuase of all the audio content, but good proof of concept for using the brower widget to drive local html5 content in the same package: www.himalayanacademy.com/apps

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Richmond Mathewson via use-livecode
If that is meant to be a series of mobile phone outlines in a sort of flowchart the thing is viewable, but unlike the Himalayan Academy logo is doesn't scale at all. Richmond. On 1/29/17 8:25 pm, Sannyasin Brahmanathaswami via use-livecode wrote: oops sorry, I was trying to make is responsive

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
oops sorry, I was trying to make is responsive and broke something try this now http://wiki.hindu.org/uploads/SivaSivaDiagram.svg On 1/29/17, 8:14 AM, "use-livecode on behalf of Richmond Mathewson via use-livecode" wrote: http://wiki.hindu.org/uploads/SivaSivaDiagram.svg

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
thanks for these tips… I will try again. Svasti Astu, Be Well Brahmanathaswami www.himalayanacademy.com On 1/28/17, 6:20 PM, "use-livecode on behalf of hh via use-livecode" wrote: It's not the LC graphics it's the "jagged" and "uncomplete" scripting. LC can do much more.

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Richmond Mathewson via use-livecode
http://www.himalayanacademy.com/assets/img/khm-logo-full-horizontal.svg This is coming up nice and clear in my browser (Waterfox, Mac OS 10.7.5) resize your browser, it remains perfect! More robust example… not currently set to resize, (but could be) http://wiki.hindu.org/uploads/SivaSivaDiagram.svg Th

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
Until we hear that HQ is listening or want to know more I'll keep it short 1) SVG requirements rendering this would be a minimum. If here is a way to do it now in LC let me know http://www.himalayanacademy.com/assets/img/khm-logo-full-horizontal.svg resize your browser, it remains pe

Re: Browser Widget/HTML5/LC Integration

2017-01-28 Thread hh via use-livecode
> BR wrote: > Sure.. try this: > go stack url "http://wiki.hindu.org/uploads/SivasHawaiiRevels_v001.livecode"; > it's so "bad" as it is "just below par" enough to cause others to blink at it. It's not the LC graphics it's the "jagged" and "uncomplete" scripting. LC can do much more. Some basic ex

Re: Browser Widget/HTML5/LC Integration

2017-01-28 Thread Richard Gaskin via use-livecode
of LC is behind the graphics > rendering layer of the browser Likely, but since both Chrome and LC use Skia we'd have to look a little deeper. Specifics are helpful. > 2) an IDE that provides a tool box for super elegant 21st century UI > -- smooth, responsive, easy to c

Re: Browser Widget/HTML5/LC Integration

2017-01-28 Thread Sannyasin Brahmanathaswami via use-livecode
iterations on development of those media modules in any browser; so it's not like this is just opinionated griping. We are working in a very real world media context where *everything* is about what you see and how it moves and how easy/hard it is to develop the front end (what you see) A

Re: Browser Widget/HTML5/LC Integration

2017-01-28 Thread hh via use-livecode
BR wrote: "Even my attempts with AnimationEngine which is, I believe as good as it's going to ever get with LC's engine, have a clunky, jerky feel." I tried to generate such "bad" graphics in LC without any success. So: Could we see (at least one of) such attempts? Don't forget the source code. _

Re: Browser Widget/HTML5/LC Integration

2017-01-27 Thread Sannyasin Brahmanathaswami via use-livecode
So as not to burden this list which "use" list and not a "complain" list I have responded to you at length directly. in a word: 1) the graphics rendering layer of LC is behind the graphics rendering layer of the browser 2) an IDE that provides a tool box for super ele

Re: Browser Widget/HTML5/LC Integration

2017-01-27 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > Currently there is a "wall" between LC and the browser widget. ... > Our use case is simple: the browser widget by default can only store > data in the web indexDB space. But if you want to run a SQLLite > database in your mobile app, an

Browser Widget/HTML5/LC Integration

2017-01-27 Thread Sannyasin Brahmanathaswami via use-livecode
How many devs here would be willing to pitch in $ to cover the cost for HQ to add "deep integration" between the browser widget and Livecode. Currently there is a "wall" between LC and the browser widget. Jonathan Lynch, myself and Andre have been looking into this very clos

Browser Widget - JS - LC -Integration

2016-12-19 Thread Sannyasin Brahmanathaswami
mands from javascript in the html browser widget 2) Javascripts that fire commands in the stack cannot get any data returned OR we don't have the correct methods to do that. 3) using -- do [some javascript] in widget "myBrowser (e.g from docs) do "document.getElementById('my

Pinch and Zoom Browser Widget Content

2016-12-13 Thread Sannyasin Brahmanathaswami
Create browser widget for mobile app Set remote URL Web page appears perfect but you cannot pinch snd zoom the content Go to same URL on mobile Safari ( iOS ) or Chrome (android) and ypu can pinch in and out to zoom or shrink content How do we get broweer Widget to do that also? .BR

Re: Example Stack with HTML+JS in Browser Widget that Talks to LC

2016-12-12 Thread hh
See Dictionary -> API:Browser -> javascriptHandlers ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-liveco

Example Stack with HTML+JS in Browser Widget that Talks to LC

2016-12-11 Thread Sannyasin Brahmanathaswami
Does anyone have an example of a stack/card with a browser widget that shows some html content with clickable JS objects that then trigger handlers in the native LC code in that stacks card or stack script? i.e. we want to be able to mount some html content aka "widget in a browser windo

Re: Retrieving Browser Widget DOM

2016-11-30 Thread Trevor DeVore
On Tue, Nov 29, 2016 at 5:22 PM, mwieder wrote: > Warning, though... it's madness trying to treat html as valid xml. > Amen! It would be nice to have something like this wrapped up for use in LiveCode: http://xmlsoft.org/html/libxml-HTMLparser.html -- Trevor DeVore ScreenSteps www.screenstep

Retrieving Browser Widget DOM

2016-11-29 Thread Alejandro Tejada
This new proposed property: htmlDOM is like storing in a widget property the result of running one of these scripts on the Console: Choose one: copy(document.body.innerHTML); or copy(document.body.outerHTML); After running one of these scripts on the browser Console, the clipboard now

Retrieving Browser Widget DOM

2016-11-29 Thread Alejandro Tejada
Hi Mark, Mark Wieder wrote: > Warning, though... it's madness trying > to treat html as valid xml. Actually, I am thinking to use this new proposed property: htmlDOM as a simpler method to retrieve data from a webpage opened in browser widget. Vote for this Enhancement Re

Re: Retrieving Browser Widget DOM

2016-11-29 Thread mwieder
Warning, though... it's madness trying to treat html as valid xml. - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Retrieving-Browser-Widget-DOM-tp4710690p4710728.html Sent from the Revolution - User mailing

Re: Retrieving Browser Widget DOM

2016-11-29 Thread hh
Hi Al, AFAIK there is no built-in DOM Inspector. In case you write one, in livecodeshare (Sample Stacks) I found once several XML-stacks containing very useful handlers. H. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Retrieving Browser Widget DOM

2016-11-29 Thread Alejandro Tejada
Hi All, Does exists some command or function to retrieve the Browser Widget DOM? I could see the webpage source with this code: put the htmltext of widget "Browser" but How could I see the rendered DOM? Thanks in advance! Al ___ use-liveco

Convert SVG to PNG using Browser Widget

2016-11-28 Thread Alejandro Tejada
ally, the process of copying a svg as a png from the Browser Widget to a LiveCode stack should take a single click and offer more options, like resizing and cropping but these features will appear, eventually, if this stack is useful. Have a nice

Re: OT non LC: cross tab/window browser communication

2016-11-22 Thread Mike Bonner
My problem is the same. *kinda* Basically i'm "adding to cart" and not too long ago.. something changed and it can take 7 or 8 seconds to decrypt the button code. Not that big a deal, but people like me, click once, leave the cart tab open, and then go back to the main shopping tab and click mor

Re: OT non LC: cross tab/window browser communication

2016-11-22 Thread Mark Schonewille
This is strange and very insecure. You should let the tab load and redirect to the PayPal page after the tab has finished doing everything it should do. I had a similar problem though. I needed a page to give PayPal time to process a transaction. I did this with a fake progress bar, which wait

OT non LC: cross tab/window browser communication

2016-11-22 Thread Mike Bonner
I have a problem I need to solve with a web page i've set up.. On my page (my domain) I have forms that submit to an external domain (paypal) and open a new named tab on submission. I need to be able to block further actions until the paypal page load is complete. Currently, I have simply set up

Re: error with script opening application browser in 8

2016-10-20 Thread J. Landman Gay
On 10/19/16 5:49 PM, Dr. Hawkins wrote: On Wed, Oct 19, 2016 at 2:18 PM, Bob Sneidar wrote: Works as advertised! Thanks jacque! It worked once for me, but not since. But I've got bigger fish at the moment (make that, bigger demons . . .) The demons are your problem, I'm afraid. But for t

Re: error with script opening application browser in 8

2016-10-20 Thread mwieder
Do you get frequent fryer miles with those? Collect enough of those and you get a free fright. - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/error-with-script-opening-application-browser-in-8-tp4709570p4709629.html

Re: Browser widget question

2016-10-20 Thread Bob Sneidar
What I still don't seem to be able to fathom is, did any of their customers lose money via these exterraneous accounts? Bob S On Oct 20, 2016, at 10:26 , Jim Lambert mailto:j...@netrin.com>> wrote: RichardG wrote: Wells Fargo will enable it for you if you open 15 savings accounts. ;) Well

Re: Browser widget question

2016-10-20 Thread Jim Lambert
>> >> RichardG wrote: > > Wells Fargo will enable it for you if you open 15 savings accounts. ;) Wells Fargo will automatically open those bank accounts for you even if you don’t want them and without your even knowing! ;) Jim Lambert ___ use-live

Re: error with script opening application browser in 8

2016-10-20 Thread Dr. Hawkins
On Thu, Oct 20, 2016 at 7:54 AM, Bob Sneidar wrote: > You fry demons??? ... > > how do they taste? > like chicken of course! You just have to marinate them in Holy Water for a couple of days they're too tough to new well and you get one Hell of a stomachache . . . -- Dr. Richard E. Hawkins,

Re: error with script opening application browser in 8

2016-10-20 Thread Bob Sneidar
You fry demons??? ... how do they taste? Bob S On Oct 19, 2016, at 15:49 , Dr. Hawkins mailto:doch...@gmail.com>> wrote: On Wed, Oct 19, 2016 at 2:18 PM, Bob Sneidar mailto:bobsnei...@iotecdigital.com>> wrote: Works as advertised! Thanks jacque! It worked once for me, but not since. But

Re: error with script opening application browser in 8

2016-10-19 Thread Dr. Hawkins
On Wed, Oct 19, 2016 at 2:18 PM, Bob Sneidar wrote: > Works as advertised! Thanks jacque! It worked once for me, but not since. But I've got bigger fish at the moment (make that, bigger demons . . .) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462

Re: error with script opening application browser in 8

2016-10-19 Thread Bob Sneidar
Works as advertised! Thanks jacque! Bob S On Oct 18, 2016, at 22:28 , J. Landman Gay mailto:jac...@hyperactivesw.com>> wrote: It should (but doesn't) work like any other plugin: Open the Plugin Settings (bottom of the Plugins menu item) and select the app browser from the option

[OT] That bank (was: Browser widget question)

2016-10-19 Thread J. Landman Gay
On 10/19/16 2:44 PM, Richard Gaskin wrote: William Prothero wrote: It’s odd that Wells Fargo, a big US financial institution, doesn’t meet the security requirements for ATS. Wells Fargo will enable it for you if you open 15 savings accounts. ;) :) I was in there the other day to conduct so

Re: Browser widget question

2016-10-19 Thread Richard Gaskin
William Prothero wrote: > It’s odd that Wells Fargo, a big US financial institution, doesn’t > meet the security requirements for ATS. Wells Fargo will enable it for you if you open 15 savings accounts. ;) -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop

Re: Browser widget question

2016-10-19 Thread William Prothero
ra > conditions. See this report for more details > http://quality.livecode.com/show_bug.cgi?id=18645 > > Best, > Panos > > On 19 Oct 2016 19:36, "William Prothero" wrote: > >> Folks: >> I’m on OSX 10.11.6 and LC 8.1.1., XCode 8. I am finding that the b

Re: Browser widget question

2016-10-19 Thread panagiotis merakos
, XCode 8. I am finding that the browser > widget works fine in the IDE, but I get no web page downloaded in the iOS > simulator unless ATS is disabled. > > I know the latest iOS will not allow http connections unless ATS is > disabled. I tried https://www.wellsfargo.com and thi

Browser widget question

2016-10-19 Thread William Prothero
Folks: I’m on OSX 10.11.6 and LC 8.1.1., XCode 8. I am finding that the browser widget works fine in the IDE, but I get no web page downloaded in the iOS simulator unless ATS is disabled. I know the latest iOS will not allow http connections unless ATS is disabled. I tried https

Re: error with script opening application browser in 8

2016-10-18 Thread J. Landman Gay
On 10/18/16 2:15 PM, Dr. Hawkins wrote (about the Application Browser): Is there another way to automatically open it? It should (but doesn't) work like any other plugin: Open the Plugin Settings (bottom of the Plugins menu item) and select the app browser from the option menu button. S

error with script opening application browser in 8

2016-10-18 Thread Dr. Hawkins
I have the code snippet if the version < 8 then put "revApplicationOverview" into brsStk else put "revApplicationOverview" into brsStk --put "revIDEProjectBrowser" into brsStk end if if brsStk is not among the words of the openStacks then open stack brsStk end if in my setup routine. Bu

iOS browser widget : prevent scroll bouncing ?

2016-10-12 Thread Yann Le Bihan
Hi all, For the needs of my current project, the browser widget is used a lot for the UI and should not have the default scroll bouncing behaviour, which doesn't make it feel "app-like" enough. I tried some classical javascript/css approaches that work well on web pages (preven

simulate mouse click in browser widget

2016-10-06 Thread Henk van der Velden
Hi all, is it possible to simulate a mouse click along the lines of click at globalLoc() in the browser widget? Kind regards, Henk ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Multiple Browser Widgets

2016-09-28 Thread Sannyasin Brahmanathaswami
Peter TB Brett wrote: Yes, you only "pay" for the browser widget once, no matter how many of them you use. Of course, using lots of browser widgets might require a lot of CPU time and lots of RAM, but it won't make your app into a huge download." -- Peter --- BR:

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread Richard Gaskin
Trevor DeVore wrote: > Has anyone tried using the LiveCode engine as part of a browser > extension? > I know Safari and Chrome have support for communicating with > installed apps (I haven't researched Firefox or Edge yet), but > I'm wondering if one could include the

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread mwieder
OK - no worries then. Extensions are still supported, it's just web apps that are being discontinued. - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Using-LiveCode-engine-with-a-browser-extension-Chrome-Safari

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread Trevor DeVore
On Tue, Sep 27, 2016 at 5:13 PM, mwieder wrote: > I haven't tried this, but before you put a lot of effort into this, note > that > Google is phasing out web app support in Chrome. > > https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html Thanks for that Mark. I&#x

Re: Multiple Browser Widgets

2016-09-27 Thread Peter TB Brett
On 27/09/2016 23:11, Sannyasin Brahmanathaswami wrote: Given a framework with many stacks and many cards in those stacks if you instantiate the browser widget in 10 different stacks on 20 different cards, is this increasing the size of the frame work 1 Widget X 10 X 20 = 200 times or is the

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread mwieder
ntime-revolution.278305.n4.nabble.com/Using-LiveCode-engine-with-a-browser-extension-Chrome-Safari-Edge-Firefox-tp4708970p4708972.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com P

<    4   5   6   7   8   9   10   11   12   13   >