Thanks, that looks better. It also says the message gets sent to the widget’s 
script, whereas the other help says messages get sent to the card.


> On Feb 20, 2016, at 6:10 PM, James Little <[email protected]> wrote:
> 
> 
> Hi Colin, 
> 
> If the Dictionary for DP14 is set on “API” and the drop down menu in the 
> upper L corner is set on “Browser”, I see as one of the choices:
> 
> browserDocumentLoadComplete
> 
> TypemessageSyntaxbrowserDocumentLoadComplete pUrl
> Associationscom.livecode.widget.browserSummarySent when a document has 
> completed loading in the browser.Parameters
> Name  Type    Description
> pUrl  string  
> The URL of the loaded document.
> Description
> The browserDocumentLoadComplete message is sent to the widget's script object 
> when a new document has completed loading in the browser. The pUrl parameter 
> contains the URL of the loaded document.
> 
> 
> 
> On Feb 20, 2016, at 2:59 PM, Colin Holgate <[email protected]> wrote:
> 
>> The BrowserDocumentLoadComplete one isn’t listed in any dictionaries. The 
>> BrowserNavigateComplete is after the navigation part is done, and the page 
>> starts to load. I need to know when it’s finished loading.
>> 
>> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Again, I have not tried this, so I don’t know for sure that it is working.
> 
> JIm
> 
> 
> 
> 
>>> On Feb 20, 2016, at 5:04 PM, James Little <[email protected]> wrote:
>>> 
>>> Hi Colin,
>>> 
>>> From the Dictionary, under Browser,  others are mentioned, though I’ve not 
>>> tried them.
>>> 
>>> BrowserDocumentLoad Complete pURL
>>> 
>>> BrowserNavigateComplete pURL
>>> 
>>> There’s also, among others:
>>> 
>>> BrowserNavigateFailed pURL, pError
>>> 
>>> BrowserDocumentLoadFailed pURL, pError
>>> 
>>> 
>>> Jim Little
>>> 
>>>> 
>>>> 
>>>> On Feb 20, 2016, at 12:57 PM, Colin Holgate <[email protected]> wrote:
>>>> 
>>>>> Thanks, that one does work, but I need to know when the page is finished 
>>>>> loading, and I’m setting the URL with code. At the time that 
>>>>> BrowserNavigateBegin happens, the page is still blank.
>>>>> 
>>>>> 
>>>>>> On Feb 20, 2016, at 3:49 PM, James Little <[email protected]> wrote:
>>>>>> 
>>>>>> 
>>>>>> Try  BrowserNavigateBegin  pURL
>>>>>> 
>>>>>> Turn on Message Watcher as you interact with the widget.
>>>>>> 
>>>>>> Jim
>>>>>> 
>>>>>> 
>>>>>> On Feb 20, 2016, at 12:47 PM, James Little <[email protected]> wrote:
>>>>>> 
>>>>>>> 
>>>>>>> Try  BrowserNavigateBegin pURL
>>>>>>> 
>>>>>>> Turn on Message Watcher as you interact with the widget.
>>>>>>> 
>>>>>>> Jim 
>>>>>>> 
>>>>>>> 
>>>>>>> On Feb 20, 2016, at 12:06 PM, Colin Holgate <[email protected]> 
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> In LiveCode 8, how can you tell when a browser page has fully loaded? 
>>>>>>>> I’ve tried browserDocumentCompleteFrame, browserDocumentComplete, and 
>>>>>>>> broswerFinishedLoading, none of them seem to fire.
>>>>>>>> 
>>>>>>>> This is on Mac, so the last of those three probably shouldn’t work. 
>>>>>>>> Should the other two work?
>>>>>>>> _______________________________________________
>>>>>>>> use-livecode mailing list
>>>>>>>> [email protected]
>>>>>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>>>>>> subscription preferences:
>>>>>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> _______________________________________________
>>>>>> use-livecode mailing list
>>>>>> [email protected]
>>>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>>>> subscription preferences:
>>>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> use-livecode mailing list
>>>>> [email protected]
>>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>>> subscription preferences:
>>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>> 
>>> 
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> [email protected]
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> [email protected]
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to