ItemPanelPopup
- Last UpdatedDec 16, 2023
- 3 minute read
The ItemPanelPopup node displays non-interactive images or web pages inside a 3D floating panel.
-
It is similar to ItemMonitor; however, in a pop-up version.
-
The ItemPanelPopup node inherits from ItemTextureDisplay.
-
A loading icon is displays when retrieving the content to display.

Platform support
This node is supported on XR-Windows platform only.
|
XR-WIN |
XR-P-WIN |
XR-P-IOS |
XR-P-AND |
XR-P-WASM |
|---|---|---|---|---|
|
Full support |
No support |
No support |
No support |
No support |
|
|
|
|
|
|
Code example
This is a code example for ItemPanelPopup.
<ItemPanelPopup name="BROWSER_G400" displayName="Contents" group="G400 INFO" images="http://www.netl.doe.gov/,http://www.google.com" />
Default Actions
|
Action |
Hotkey |
Text |
Description |
|---|---|---|---|
|
close |
Y |
Close |
Closes the item. |
|
prev |
LT |
Previous |
Moves to previous content display. |
|
next |
RT |
Next |
Moves to next content display. |
ItemPanelPopup fields
These are the fields for ItemPanelPopup node. Only the node-specific fields are indicated, not fields obtained by inheritance.
Field inheritance: NodeBase > NodeBaseMovable > Item > ItemTextureDisplay > ItemPanelPopup
The trend popup has a set of fields that belong to the panel and a set of fields relative to each variable (var0, var1, var2) that can be displayed in the panel.
|
Fields |
Type |
Use |
Default value |
Description |
|---|---|---|---|---|
|
backgroundColor |
svec3 |
Optional |
0 0 0 |
The panel background color. |
|
images |
mstring |
Optional |
Not set |
List of images or URL contents. URLs must include http: as part of address. |
|
mwxTemplate |
sstring |
Optional |
simulazione\panel_popup.mwx |
Can overridden the source MWX with a different MWX. |
|
nextImage |
sevent |
Optional |
Not set |
Displays next content from images list. |
|
orientation |
svec2 |
Optional |
0 0 |
Defines the popup orientation (yaw and pitch). |
|
position |
svec3 |
Optional |
0 0 0 |
Defines the popup position inside the scenario. |
|
prevImage |
sevent |
Optional |
Not set |
Displays previous content from images list. |
|
scale |
svec3 |
Optional |
1 1 1 |
Enables the popup to be scaled in size. |
|
value |
sint |
Optional |
0 |
Index of the currently selected image content. |
|
visible |
sbool |
Optional |
false |
The popup visibility state. Can be read and written. |