Request: make status icon in window list clickable for Auto Refresh

Claus Pedersen

Member³
From the PLD beta 13 page: "Status icons have been added for the "Pinned" and "Auto refresh" status of a window"

Looks like it is working, I have just tested it for Auto Refresh.

I have a request: it would be really cool if Auto Refresh icon was clickable, e.g. to turn Auto refresh on or off directly via the icon in the window list.

And then a remark: would be nice if the "Executing" status button in window list always reflected the corresponding status button in the SQL window (for smaller queries). If Auto refresh is turned on, and the select is fast (below approx. 0.1 sec. on my setup), the Executing status button in the window list does not turn red like the one in the SQL window. For longer running queries (above 0.1 sec.) it works in the window list.

I have experimented with the query

SELECT * FROM user_tables WHERE rownum
 
I don't think so. In version 12, the indicator always flashes red, even for super-fast selects. Should be the same in version 13.
But do not spend too much time chasing this error, I can live without it, I just wondered why...
 
Back
Top