Re: browserDocumentLoadComplete

2022-02-16 Thread Dan Friedman via use-livecode
Panos, Glad to hear this will get resolved in the next release. I hope that the Android "pan" issue (https://quality.livecode.com/show_bug.cgi?id=23245) and others like it also get resolved. These are quite critical to everyday life on mobile. FYI... I found a work-around for the browserDocu

Re: browserDocumentLoadComplete

2022-02-16 Thread panagiotis m via use-livecode
Hello again :) Correction: We do have a patch for this issue, but it needs refined to make sure the new behavior is 'correct'/'better' than the current behavior, so it might not make it into 10.0.0 DP-2. But it is in our TODO list for LC 10. Kind regards, Panos -- On Wed, 16 Feb 2022 at 17:36,

Re: browserDocumentLoadComplete

2022-02-16 Thread panagiotis m via use-livecode
Hello all, Hopefully this will be fixed in the upcoming release of LC 10.0.0 DP-2 (https://quality.livecode.com/show_bug.cgi?id=21599) Kind regards, Panos -- On Wed, 16 Feb 2022 at 12:04, hakan--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Maybe you could do a js callback on do

Re: browserDocumentLoadComplete

2022-02-16 Thread hakan--- via use-livecode
Maybe you could do a js callback on document loaded window.onload = (event) => { livecode.jscallback('The page has fully loaded’); ); :-Håkan > 15 feb. 2022 kl. 00:08 skrev Tom Glod via use-livecode > : > > Hi Dan, I reported that bug a couple months back, it was confirmed and > ac

Re: browserDocumentLoadComplete

2022-02-14 Thread Tom Glod via use-livecode
Hi Dan, I reported that bug a couple months back, it was confirmed and accepted, so its on the list to be fixed. I know there is work on the browser being done, so one would assume. You will find it will work sometimes, but mostly not. I don't think there is much we can do, I would love to learn o

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 tags. ah, I see, thanks fo

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/care wh

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
Hi Tom > Am 20.11.2019 um 19:43 schrieb Tom Glod via use-livecode > : > > to me it seems like a nope. > > I would think that this is an issue with the browser widget not being able > to detect when the page is completely "rendered" which is not the same > as being completely "loaded".

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Tom Glod via use-livecode
to me it seems like a nope. I would think that this is an issue with the browser widget not being able to detect when the page is completely "rendered" which is not the same as being completely "loaded". as soon as I noticed that this message does not work consistently, I gave up on usin

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 end if show widget "Body

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
I learned something today, wow, the target only records mouse click budget record what the message it going to This was useful. It is still being call twice on mobile. NetWork tracer output. I have to set a flag or same ON desktop info1/30/19 3:50:49 AM from loader: true ope

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-livecode mailing list use-liv

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