You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried the floating toolbar and read some source code for it. I do think it's quite a good idea, but hiding just after moving my pen out makes it a little bit hard to use and brings some prob of clicking on the bg. Thus, I got an idea to improve this in two ways.
We can delay the hiding after the pen is moved out for a little period, such as 0.5-1.0 sec. Then, we have time to move the pen back inside if we don't really want the toolbar to disappear. (An alternative way is to use a larger area to check if the pen is outside.)
We can add a Pin button to the floating toolbar. When this button is toggled, the floating toolbar will change its behavior from hiding when the pen is moved out to refreshing itself when the focused widget changes (because the toolbar may be different for different focuses, according to the source code). Besides, we can make it draggable, so we can drag and move it anywhere we want.
I really need this. A customizable toolbar, which can be put anywhere I want, will be so convenient and so cooool! Isn't it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, anyone who is reading this,
I just tried the floating toolbar and read some source code for it. I do think it's quite a good idea, but hiding just after moving my pen out makes it a little bit hard to use and brings some prob of clicking on the bg. Thus, I got an idea to improve this in two ways.
We can delay the hiding after the pen is moved out for a little period, such as 0.5-1.0 sec. Then, we have time to move the pen back inside if we don't really want the toolbar to disappear. (An alternative way is to use a larger area to check if the pen is outside.)
We can add a Pin button to the floating toolbar. When this button is toggled, the floating toolbar will change its behavior from hiding when the pen is moved out to refreshing itself when the focused widget changes (because the toolbar may be different for different focuses, according to the source code). Besides, we can make it draggable, so we can drag and move it anywhere we want.
I really need this. A customizable toolbar, which can be put anywhere I want, will be so convenient and so cooool! Isn't it?
Beta Was this translation helpful? Give feedback.
All reactions