
SetCurrent(WindowBorder,NoEdge)
SetCurrent(WindowBorder,NoEdge)
hie
why is it that the statement below doesnt work on dataease player 8.5.0.2500, especially NoEdge and Modal. It works only on the Developer.
setstate ("manip", 0 )+ SetCurrent("WindowBorder","NoEdge")+SetCurrent("WindowClass","Modal")+ SetCurrent("WindowPos","10","80")
Re:SetCurrent(WindowBorder,NoEdge)
We just tested this in 8.5.0.2500 and it seems to work excellent ;-)
The problem might be that the manip field is not triggered because it is off screen or something.
If the problem persist can you create a small sample where the functionality work in Developer but not in Player.
If you look closer on our sample the Player itself is also border and caption less etc.
This is because we have configured our player to start up in FullScreen mode (you can also configure it to run in kiosk mode which means it will be the OS on the device).
If you want to configure your player to run in kioskmode simply set the following setting in your DataEase.ini
[STARTUP]
ShowFullScreen=1