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
>> > 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
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
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
! 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
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
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
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
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
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
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,
>
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
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"
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
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
browserDocumentLoadBegin97 stack
"behavior_view_SivaSivaBrowser" stack "view_SivaSivaBrowser"
info1/30/19 3:50:50 AM browserDocumentLoadComplete
browserDocumentLoadComplete 101 stack
"behavior_view_SivaSivaBrowser" stack "view_
> 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
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
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
19 matches
Mail list logo