Re: browserDocumentLoadComplete

2022-02-16 Thread Dan Friedman via use-livecode
nd for the browserDocumentLoadComplete issue... I simply save the data to a local file and load the file as the URL. Problem solved. -Dan On 2/16/22, 7:46 AM, "use-livecode on behalf of panagiotis m via use-livecode" wrote: Hello again :) Correction: We do have a patch for this

Re: browserDocumentLoadComplete

2022-02-16 Thread panagiotis m via use-livecode
>> > On Mon, Feb 14, 2022 at 5:58 PM Dan Friedman via use-livecode < >> > use-livecode@lists.runrev.com> wrote: >> > >> >> Greetings! I am loading a browser widget by setting the htmlText of >> the >> >> widget to some html code. This

Re: browserDocumentLoadComplete

2022-02-16 Thread panagiotis m via use-livecode
owser widget by setting the htmlText of the > >> widget to some html code. This is working fine! However, how can I > >> determine when the page is done loading? The > browserDocumentLoadComplete > >> message isn't being sent? Nor is browserNavigateComple

Re: browserDocumentLoadComplete

2022-02-16 Thread hakan--- via use-livecode
ine! However, how can I >> determine when the page is done loading? The browserDocumentLoadComplete >> message isn't being sent? Nor is browserNavigateComplete. Any ideas? >> >> -Dan >> >> ___ >> use

Re: browserDocumentLoadComplete

2022-02-14 Thread Tom Glod via use-livecode
! However, how can I > determine when the page is done loading? The browserDocumentLoadComplete > message isn't being sent? Nor is browserNavigateComplete. Any ideas? > > -Dan > > ___ > use-livecode mailing list > use-l

browserDocumentLoadComplete

2022-02-14 Thread Dan Friedman via use-livecode
Greetings! I am loading a browser widget by setting the htmlText of the widget to some html code. This is working fine! However, how can I determine when the page is done loading? The browserDocumentLoadComplete message isn't being sent? Nor is browserNavigateComplete. Any

Re: browserDocumentLoadComplete working correctly?

2019-11-21 Thread Klaus major-k via use-livecode
Hallo Hermann, > Am 21.11.2019 um 09:52 schrieb hh via use-livecode > : > > Klaus, > > looked in the scenario you mention. (I didn't say to use > messages of the browser widget ...) I did not say you did so, just rying out some things! :-) > This is your scenario (correct me if not): > > You

Re: browserDocumentLoadComplete working correctly?

2019-11-21 Thread hh via use-livecode
Klaus, looked in the scenario you mention. (I didn't say to use messages of the browser widget ...) This is your scenario (correct me if not): You have several pages on one or more foreign servers. These pages have dynamically generated content you wish to access and extract parts to custom prop

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 20.11.2019 um 22:13 schrieb hh via use-livecode > : > > Yes, browserDocumentLoadComplete is working correctly and consistent > with HTML5, no bug here. > BrowserDocumentLoadComplete is fired as soon as the DOM is finished > incl. *reading* your script tag

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread hh via use-livecode
Yes, browserDocumentLoadComplete is working correctly and consistent with HTML5, no bug here. BrowserDocumentLoadComplete is fired as soon as the DOM is finished incl. *reading* your script tags. *After* that your javascript is *executed*. The server and browser/ browser widget don't check

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
l --url "url here..." will only return what "put url xxx into aVariable" does, show incomplete data. Any hints very welcome! > On Wed, Nov 20, 2019 at 12:50 PM Klaus major-k via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi all, >

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Tom Glod via use-livecode
tently, I gave up on using it ...so I did not further investigate the reasons for this. On Wed, Nov 20, 2019 at 12:50 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > no idea if this is a bug or feature: > When I use the message "browse

browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
Hi all, no idea if this is a bug or feature: When I use the message "browserDocumentLoadComplete" this does not work correctly when dealing with "dynamically created pages" (no idea if that is the correct term?). -> put url "http://www.whatever.com/anything"

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Opps fix my post I learned something today, wow, the target not only records mouse clicks, but record what the message it going to ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Had to add hack for mobile. This works Local sHackDownloadCompleteFlag on browserDocumentLoadComplete pURL add 1 to sHackDownloadCompleteFlag ntinfo ("download flag: " & sHackDownloadCompleteFlag) if pURL is not empty then dispatch "hideloader" to me

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
browserDocumentLoadBegin97 stack "behavior_view_SivaSivaBrowser" stack "view_SivaSivaBrowser" info1/30/19 3:50:50 AM browserDocumentLoadComplete browserDocumentLoadComplete 101 stack "behavior_view_SivaSivaBrowser" stack "view_

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread hh via use-livecode
> You could use "the target" do get the browser > that is calling the handler... .. and put the browserDocumentLoadComplete *only* in the card's script (or the stack's script if the widgets are on different cards). ___ use

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread hh via use-livecode
You could use "the target" do get the browser that is calling the handler. ___ 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/mail

browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
browserDocumentLoadComplete is not in the dictionary. It's in described in API doc for the browser widget. Maybe that is intentional At any rate, for some reason if you have two browses widgets on the same card, but you have this in the script of only 1 browser widget widget "load