Resizing issue with $BNEWWIN$ #159
Rainroom69
started this conversation in
Keywords and commands
Replies: 1 comment 4 replies
|
It's probably because the window is just being created and your trying to resize it instantly. Try add a pause like this: If you want to fine tune the pause time you can do milliseconds like this: |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Help/Assistance requested on following to Community / @executordk
I try to set a window in a specific size
$BNEWWIN$but following setup results in an error message.KW= homeassistant
command =
http://homeassistant.local:8123$BNEWWIN$||arrange 1160,838,140,101KW= arrange
command=
$WARRANGE$parameter=
$P$Error message after running homeassistant:

If running homeassistant without trying to resize and not have
||arrange 1160,838,140,101at the end, works fine.It just the 'resizing' which is not satisfying :-)
Most like I'm not following a correct setup logic (once more).
All reactions