"Kiosk Mode" enable move window

Inkeliz1

New member
Is possible create a location to move the window in “Kiosk Mode”.
Exemple:
Code:
<div class="exe-move">
</div>
If the user click and move the mouse the window will move.
The same think when you move the window next to the “X” option.
 
Last edited:
You can change the position of the window through SetUIProp, search on the forum, you’ll see some posts about this.
 
I think you don’t understand.
I mean create a “area” to move the window.

In all div area the user can move the window. :s
Some think like that.
 
Sure, you can certainly do it with JavaScript and pass the new coordinates X Y from JavaScript to HEScript. HEScript is required to move the window here and it’s done with SetUIProp.
 
Back
Top