@GhostZ i'm sorry for the late answear ...
I want to rectify my post, it is not a BAS problem, it is a problem with the editing function of fingerprintswitcher, the editing function of the screen size does not work, so when i save the profile it was saved without the changed screensize, hence my initial post ...
Here is the project for testing : editfingerprint1.xml
So i wrote something (javascript) to work around the problem, with this piece of code is possible to change the screen size and/or other value of the fingerprint, :
[[FINGERPRINT]] = [[FINGERPRINT]].replace(/height\":\d+/, "height\":" + "600");
Test project with the javascript work around : editfingerprint2.xml
Thanks