Difference between revisions of "ARK/Window"

From EncyclopAtys

< ARK
Jump to: navigation, search
(Created page with "<noinclude>{{Trad |DE= |EN=ARK/Window |ES= |FR=ARK/Window |RU= }} === Webig windows management ===</noinclude> {| |32px |Function name : ''' ''weA...")
 
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
:→ Web Transaction: This is a hidden window that receives responses from the server. The player should never see.
 
:→ 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.
 
*'''9)''' windowTitle : The title of the window when that last one is visible.
</div><noinclude>
+
</div>
'''[[ARK, guide|←ARK Guide]]'''
+
<noinclude>
{{Portal Forge}}
+
'''[[ARK, guide]]'''{{Last version link}}{{Portal Forge}}
[[Category:Tutorials]]  
+
[[Category:Tutorials]] [[Category:ARK]]
[[Category:ARK]]
 
 
</noinclude>
 
</noinclude>

Latest revision as of 16:08, 22 January 2019

en:ARK/Window
fr:ARK/Window
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Zorroargh, 2019-01-22)

Webig windows management

Application xp.png Function name : weAWindow_v3

This feature allows you to manage dialogs (open / close, size and position)

WeAWindow IG
WeAWindow ARCC
  • 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) .
  • 3) W : Width in pixels (In the example of the IG window, the value is 400)
  • 4) H : Height in pixels (In the example of the IG window, the value is 300)
  • 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.
  • 6) X en %: Relative position in X, 100% box on the right (Like here, in the example of the IG window).
  • 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)
  • 8) [expert] Webig window. The default is "Current" in basic mode. This setting determines what kind of WebIG window has to be controlled.
→ BBCode :
→$_GET[« current_window »] :
→ 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.
ARK, guide
Last version 2019-01-22•