Difference between revisions of "Window ARCC EN"
From Ryzom Forge Wiki
(Created page with "<noinclude>{{tabLang|EN|DE|Window ARCC EN|ES|Window ARCC FR|RU}} {{toTrad}} === Webig windows management ===</noinclude> {| |32px |Nom interne de ...") |
|||
Line 7: | Line 7: | ||
|} | |} | ||
This feature allows you to manage dialogs (open / close, size and position) | This feature allows you to manage dialogs (open / close, size and position) | ||
− | |||
{{Banner|ff0|Important Note|[[File:WarningRyzom.png|left|]] | {{Banner|ff0|Important Note|[[File:WarningRyzom.png|left|]] | ||
Pix to remake!!!! new field added!!! | Pix to remake!!!! new field added!!! | ||
Line 15: | Line 14: | ||
[[File: WeAWindow window.png|200px|thumb|left| WeAWindow ARCC ]] | [[File: WeAWindow window.png|200px|thumb|left| WeAWindow ARCC ]] | ||
WebIG Window expert-> | WebIG Window expert-> | ||
− | *'''1)''' Execute action : (Activate/Close). | + | *'''1)''' Execute action : (Activate/Close). Used to open a new window or close an existing one (see below). |
− | + | *'''2)''' Resize : (Yes / No) If yes, use the values in ''W'''(3)''' '' et ''H'''(4)''' ''. | |
− | *'''2)''' Resize : ( | + | *'''3)''' W : Width in pixels ''(In the example of the IG window, the value is 400)'' |
− | *'''3)''' W : | + | *'''4)''' H : Height in pixels ''(In the example of the IG window, the value is 300)'' |
− | *'''4)''' H : | + | *'''5)''' Move : (Yes / No) If yes, use the values in ''X'''(6)''' '' et ''Y'''(7)''' ''. These values are in percent relatively to the dimensions of the window Ryzom. |
− | *'''5)''' Move : ( | + | *'''6)''' X en %: Relative position in X, 100% box on the right ''(Like here, in the example of the IG window)''. |
− | *'''6)''' X en %: | + | *'''7)''' Y en %: Relative position in Y, 100 % box on the top. ''(In the example of the IG window, the value 50 % put de box in the middle)'' |
− | *'''7)''' Y en %: | + | *'''8)''' <span style="color:#f00">'''[expert]'''</span> Webig window. The default is "Current" in basic mode. This setting determines what kind of WebIG window has to be controlled. |
− | *'''8)''' <span style="color:#f00">'''[expert]'''</span> | + | <div style="margin:0em; padding:0em;border: none;background:yellow;"> |
− | :→ BBCode : | + | :→ BBCode : |
− | :→$_GET[« current_window »] : | + | :→$_GET[« current_window »] : |
− | : | + | </div> |
− | : | + | :→ Webig: Is the window that opens when you do <shift> + w. This is the one that displays web apps |
− | : | + | :→ Browse Npc: Is the window that opens when talking to an NPC. So this is the one that opens when you link a script to an NPC. |
+ | :→ Web Transaction: This is a hidden window that receives responses from the server. The player should never see. | ||
+ | *'''9)''' windowTitle : The title of the window when that last one is visible. | ||
</div><noinclude> | </div><noinclude> | ||
− | '''[[ARCC Guide | + | '''[[ARCC Guide EN|←ARCC Guide EN]]''' |
{{TPInWikiRyzom}} | {{TPInWikiRyzom}} | ||
Revision as of 17:32, 14 September 2014
Webig windows management
Nom interne de la fonction : weAWindow_v3 |
This feature allows you to manage dialogs (open / close, size and position)
Important Note