forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserNewInstance.lcdoc
More file actions
41 lines (26 loc) · 893 Bytes
/
Copy pathbrowserNewInstance.lcdoc
File metadata and controls
41 lines (26 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: browserNewInstance
Synonyms: xbrowser_newinstance
Type: message
Syntax: browserNewInstance <pInstanceId>
Syntax: XBrowser_NewInstance <pInstanceId>
Summary:
Sent when a new browser instance is created.
Introduced: 2.8.1
OS: mac, windows
Platforms: desktop
Security: network
Example:
on browserNewInstance pInstanceId
put pInstanceId & return after sInstances
end browserNewInstance
Parameters:
pInstanceId:
The integer identifier of the new browser object
Description:
The <browserNewInstance> message is sent to the current card of the
stack when a new browser object is created in the stack's window.
>*Note:* For general information on using the browser library, see the
> notes in the <revBrowserOpen> <function> reference.
References: revBrowserClose (command), revBrowserSet (command),
revBrowserOpen (function), function (glossary),
browserNewUrlWindow (message)