Hi,
was there a change in the behavior of the verb browser_isactive?
Two guys sends me a message, that browser_isactive also zoom the browser when a Custom Button were use for open a specific folder.
I check this and:
This script:
show_splitpanel 'sideview' on & sideview 'askthedj://'
for example activate the browser zoom and the sideview will not open in the zoomed browser. After 6 seconds the browser zoom goes off and the sideview is visible.
when browser_isactiv don´t activate, it works normal.
W10 64bit
b7544
https://www.youtube.com/watch?v=Zy2vLXMrxow
was there a change in the behavior of the verb browser_isactive?
Two guys sends me a message, that browser_isactive also zoom the browser when a Custom Button were use for open a specific folder.
I check this and:
This script:
show_splitpanel 'sideview' on & sideview 'askthedj://'
for example activate the browser zoom and the sideview will not open in the zoomed browser. After 6 seconds the browser zoom goes off and the sideview is visible.
when browser_isactiv don´t activate, it works normal.
W10 64bit
b7544
https://www.youtube.com/watch?v=Zy2vLXMrxow
Inviato Tue 02 May 23 @ 3:41 pm
I can confirm that the custom button w script show_splitpanel 'sideview' on & sideview 'askthedj://' (that uses the browser) is also currently setting the browser_isactive query to true, for 6 seconds.
and appears to have been that way for years, maybe always..(meaning any script action use of the browser, results with true for the 6 seconds)
went back as far as build b6294 (2-7-2021) and query has same result for the browser_isactive ? query.
So no change for over 2 years.
Note Description:
browser_isactive ... return true when the browser was used by a controller in the past 6 seconds
win 10
b7544
and appears to have been that way for years, maybe always..(meaning any script action use of the browser, results with true for the 6 seconds)
went back as far as build b6294 (2-7-2021) and query has same result for the browser_isactive ? query.
So no change for over 2 years.
Note Description:
browser_isactive ... return true when the browser was used by a controller in the past 6 seconds
win 10
b7544
Inviato Tue 02 May 23 @ 11:55 pm