F2 Information Box
-
- Posts: 6
- Joined: Fri Oct 05, 2007 8:58 am
F2 Information Box
Hey 12d Team
Just wondering if its possible to bring up the information box (F2) by clicking on a string, and keep it open when i move my mouse away. (combination of cntrl+Alt+......?) It would be useful to keep that box open without it vanishing sometimes.
thanks
sam
Just wondering if its possible to bring up the information box (F2) by clicking on a string, and keep it open when i move my mouse away. (combination of cntrl+Alt+......?) It would be useful to keep that box open without it vanishing sometimes.
thanks
sam
-
- 12d Support
- Posts: 2060
- Joined: Thu Sep 29, 2005 6:06 pm
The problem is that as you say "sometimes".
The other times you want it to automatically go so you don't have to click on a button every time to make it disappear.
There is an Env Variable (Reset distance is env.4d Editor) that sets the distance in pixels that you can move your mouse before the Info panel is removed.
The other times you want it to automatically go so you don't have to click on a button every time to make it disappear.
There is an Env Variable (Reset distance is env.4d Editor) that sets the distance in pixels that you can move your mouse before the Info panel is removed.
-
- Posts: 115
- Joined: Thu Aug 14, 2008 11:49 am
There are many ways this could be improved.
- Env option to decide if it's "sometimes" or "all the time"
- Make better use of keyboard commands, e.g. if F2 was the bind for string inquire, then the option could be that the first hit of F2 brings it up and the second closes it. Why does further presses of F2 bring up multiple string inquires, when would multiple instances ever be useful for anything?
- Make better use of escape key, using escape already closes the string inquire, so its just a matter of making it always on until escape is pressed, similar to F2 but allowing for those instances where multiple inquires is used(I dont know when they would be used or why the function even allows for multiples)
- Make the box similar to the menu system, by simply moving the menu it will hold in place, otherwise you close it, you have already solved this for the other menus, it just needs to be applied to the inquire option.
- Or simply take a leaf out of autocad's properties box, it can be open, moved, docked, closed, empty, resized etc as Sam describes.
There are many simple ways this can be improved.
- Env option to decide if it's "sometimes" or "all the time"
- Make better use of keyboard commands, e.g. if F2 was the bind for string inquire, then the option could be that the first hit of F2 brings it up and the second closes it. Why does further presses of F2 bring up multiple string inquires, when would multiple instances ever be useful for anything?
- Make better use of escape key, using escape already closes the string inquire, so its just a matter of making it always on until escape is pressed, similar to F2 but allowing for those instances where multiple inquires is used(I dont know when they would be used or why the function even allows for multiples)
- Make the box similar to the menu system, by simply moving the menu it will hold in place, otherwise you close it, you have already solved this for the other menus, it just needs to be applied to the inquire option.
- Or simply take a leaf out of autocad's properties box, it can be open, moved, docked, closed, empty, resized etc as Sam describes.
There are many simple ways this can be improved.
-
- Posts: 115
- Joined: Thu Aug 14, 2008 11:49 am
-
- Posts: 922
- Joined: Mon Jun 27, 2016 2:14 pm
Definitely could improve the info panel, but Sam wrote a macro some time ago for a customised info panel, which I adapted to suit my needs
https://www.dropbox.com/s/7y5md7qpljgu7eb/info.jpg?dl=0
You can even flip it over to the attributes, and it will remain open. Even if you close it, it always come back to the same spot, so you can set your windows sizes around it. One other thing I like about it is that you can cut and paste from it. Have a look at Sams macro and adapt it to what you want (until 12d can dock panels).
https://www.dropbox.com/s/7y5md7qpljgu7eb/info.jpg?dl=0
You can even flip it over to the attributes, and it will remain open. Even if you close it, it always come back to the same spot, so you can set your windows sizes around it. One other thing I like about it is that you can cut and paste from it. Have a look at Sams macro and adapt it to what you want (until 12d can dock panels).
-
- Posts: 115
- Joined: Thu Aug 14, 2008 11:49 am
-
- Posts: 922
- Joined: Mon Jun 27, 2016 2:14 pm