Hi there,
is there a ready VDJscript to let popup a window with a custom message and an OK button or should i build a new one into the skin with:
?
is there a ready VDJscript to let popup a window with a custom message and an OK button or should i build a new one into the skin with:
<window name="window" width="500" height="500" posx="11" posy="545" image="browser_windowed" shown="false">
place element code to be displayed within the window here
</window>
?
Posted Sun 06 Sep 20 @ 10:50 pm
You’ll need to create one.
I have some in the Project X skins.
I have some in the Project X skins.
Posted Sun 06 Sep 20 @ 10:52 pm
show_window
With the name of the window you want to show (in your case called "window" )
With the name of the window you want to show (in your case called "window" )
Posted Sun 06 Sep 20 @ 10:53 pm