browserDocumentLoadComplete

panagiotis m merakosp at gmail.com
Wed Feb 16 10:36:00 EST 2022


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 at lists.runrev.com> wrote:

> Maybe you could do a js callback on document loaded
>
> <script>
> window.onload = (event) =>
>  {
>         livecode.jscallback('The page has fully loaded’);
> );
> </script>
>
> :-Håkan
> > 15 feb. 2022 kl. 00:08 skrev Tom Glod via use-livecode <
> use-livecode at lists.runrev.com>:
> >
> > 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 of a
> > workaround also, but I don't see how.
> >
> > On Mon, Feb 14, 2022 at 5:58 PM Dan Friedman via use-livecode <
> > use-livecode at lists.runrev.com> wrote:
> >
> >> 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 ideas?
> >>
> >> -Dan
> >>
> >> _______________________________________________
> >> use-livecode mailing list
> >> use-livecode at lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


More information about the use-livecode mailing list