Popup: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(59 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{learned|what a popup is|what popups are in the Tygron Engine|what types of popup exist in the Tygron Engine|how to interact with a popup}}
Popups are used to communicate to a [[stakeholder]] when its attention is required in the [[3D Visualization]]. Popups are rendered as 3-dimensional models hovering above the rendered [[height map]] and [[building]]s. They are only visible to the [[stakeholder]] for whom they are relevant. When zoomed out, the visualization of a popup can change, and they can also be grouped together with other popups. Popups are considered a part of the [[Viewer]] interface.


{{stub}}
Popups can either be related to:
* an [[Action]], for which the types of popups are [[#Types of Action popups|described below]].
* a [[Panel]], which when clicked on, opens a [[Web panel]] displaying the content of the Panel item in the [[Viewer]].


==Popups==
==Types of Action popups==
In computing, a popup is a graphic which appears above a parent element. The purpose of a popup is to alert a user that attention or interaction is required.
Depending on the content of the popup, a popup will appear differently. Clicking on popups related to an action opens the [[Popup info panel]].


==Popups in the Tygron Engine==
===Standard===
In the Tygron Engine, popups are used to indicate when a [[player]]'s attention is required in the [[3D World]]. They are small cubes which appear in the 3D World. They are only visible to the player for whom they are relevant. They are often accompanied by an exclamation mark on the [[game interface#Minimap|minimap]].
[[File:Interface_game_popup_regular.jpg|left|none|50px]]  
 
A popup which appears when your interaction is required. This is the most common type of popup.<br clear=all>
==Types of popups==
===Land transaction===
Depending on the content of the popup, a popup will appear differently.
[[File:Interface_game_popup_land.jpg|left|none|50px]]  
A popup which appears when your interaction is required in a land transaction, either because someone wants to buy your land or sell you land. <br clear=all>


===Standard===
[[File:Interface_game_popup_regular.jpg|right|none]]
===Pending===
===Pending===
[[File:Interface_game_popup_pending.jpg|right|none]]
[[File:Interface_game_popup_pending.jpg|left|none|50px]]  
A popup which is currently awaiting interaction from another stakeholder. It appears when a spatial action requires interaction or approval from another stakeholder. <br clear=all>
===Approved===
===Approved===
[[File:Interface_game_popup_approved.jpg|right|none]]
[[File:Interface_game_popup_approved.jpg|left|none|50px]]  
A popup which informs you that an action you wanted to take has received the requested approval. This notifies the user that their action was successful; only confirmation is required.<br clear=all>
 
===Denied===
===Denied===
[[File:Interface_game_popup_denied.jpg|right|none]]
[[File:Interface_game_popup_denied.jpg|left|none|50px]]
A popup which informs you that an action you wanted to take has not received the requested approval. This notifies the user that their action was denied; only confirmation is required.<br clear=all>
 
 
{{article end
|howtos=
* [[How to interact with a popup]]
|seealso=
* [[Popup info panel]]
* [[Popup arrow panel]]
* [[Action]]
* [[Panel]]
 
|api=*[[Api session items popups]]
}}


==Interacting with popups==
{{editor future design nav}}


<onlyinclude>{{Editor steps|preamble=|form=:#|title=Interacting with a popup|Click on a popup to open the popup panel.|If necessary, enter the information requested by the popup panel.|Finish interaction with the popup panel by choosing an option at the bottom right corner of the popup panel.}}</onlyinclude>
[[Category:Items]]

Latest revision as of 12:27, 7 July 2026

Popups are used to communicate to a stakeholder when its attention is required in the 3D Visualization. Popups are rendered as 3-dimensional models hovering above the rendered height map and buildings. They are only visible to the stakeholder for whom they are relevant. When zoomed out, the visualization of a popup can change, and they can also be grouped together with other popups. Popups are considered a part of the Viewer interface.

Popups can either be related to:

Types of Action popups

Depending on the content of the popup, a popup will appear differently. Clicking on popups related to an action opens the Popup info panel.

Standard

A popup which appears when your interaction is required. This is the most common type of popup.

Land transaction

A popup which appears when your interaction is required in a land transaction, either because someone wants to buy your land or sell you land.

Pending

A popup which is currently awaiting interaction from another stakeholder. It appears when a spatial action requires interaction or approval from another stakeholder.

Approved

A popup which informs you that an action you wanted to take has received the requested approval. This notifies the user that their action was successful; only confirmation is required.

Denied

A popup which informs you that an action you wanted to take has not received the requested approval. This notifies the user that their action was denied; only confirmation is required.