Quote from
Gaev on April 7, 2022, 11:23 pm
@asleycruz
The below line code maximizes the window BUT after the window is shown (this is annoying xD)
You might find it somewhat less annoying if you had a dummy first page which ...
a) has a lot of properties (background, transition effect/speed)
b) could be populated with your Logo etc.
Then place ...
SetVar "[WindowState]" "Whatever"
GotoPage "RealHomePage"
... in the PageEnter section of this page.
As far as adding [WindowInitialState], a more productive enhancement would be if developers had a place to specify (at design time) initial values for Global Variables i.e. available to VisualNEOWin before rendering anything.
@asleycruz
The below line code maximizes the window BUT after the window is shown (this is annoying xD)
You might find it somewhat less annoying if you had a dummy first page which ...
a) has a lot of properties (background, transition effect/speed)
b) could be populated with your Logo etc.
Then place ...
SetVar "[WindowState]" "Whatever"
GotoPage "RealHomePage"
... in the PageEnter section of this page.
As far as adding [WindowInitialState], a more productive enhancement would be if developers had a place to specify (at design time) initial values for Global Variables i.e. available to VisualNEOWin before rendering anything.