I cannot for the life of me find any possible way to hide subitem columns. Is there a way to hide subitem columns and save them to a view in the same way the main item columns can be shown/hidden? Or is this functionality not available?
The matched elements will be hidden immediately, with no animation. This is roughly equivalent to calling .css( "display", "none" ), except that the value of the display property is saved in jQuery's data cache so that display can later be restored to its initial value. If an element has a display value of inline and is hidden then shown, it will once again be displayed inline.
When a duration, a plain object, or a "complete" function is provided, .hide() becomes an animation method. The .hide() method animates the width, height, and opacity of the matched elements simultaneously. When these properties reach 0, the display style property is set to none to ensure that the element no longer affects the layout of the page.
Durations are given in milliseconds; higher values indicate slower animations, not faster ones. The strings 'fast' and 'slow' can be supplied to indicate durations of 200 and 600 milliseconds, respectively.
As of jQuery 1.4.3, an optional string naming an easing function may be used. Easing functions specify the speed at which the animation progresses at different points within the animation. The only easing implementations in the jQuery library are the default, called swing, and one that progresses at a constant pace, called linear. More easing functions are available with the use of plug-ins, most notably the jQuery UI suite.
If supplied, the callback is fired once the animation is complete. This can be useful for stringing different animations together in sequence. The callback is not sent any arguments, but this is set to the DOM element being animated. If multiple elements are animated, it is important to note that the callback is executed once per matched element, not once for the animation as a whole.
Note: This method may cause performance issues, especially when used on many elements. If you're encountering such issues, use performance testing tools to determine whether this method is causing them. Moreover, this method can cause problems with responsive layouts if the display value differs at different viewport sizes.
I have been experimenting with VMware workstation. When I autohide the toolbar at the top, it leaves a 1 pixel sliver. While this is functional, my OCD is bugging me. Is there a way to totally hide the toolbar?
Took me a little searching to find the answer to this because I didn't want to change the position of my screens. If you go to Edit > Preferences > Display > Uncheck "Show toolbar edge when unpinned in full screen" you'll be all set!
The full screen toolbar can be completely hidden directly via the UI. On Windows, go to Edit > Preferences > Display and uncheck "Show toolbar edge when unpinned in full screen". (Doing so will write pref.fullscreen.toolbarPixels = "0" to your %APPDATA%\VMware\preferences.ini file.)
Entering "Exclusive Mode" also will completely hide the full screen toolbar. (Exclusive Mode additionally will force most keyboard shortcuts to go to the guest instead of allowing them to be intercepted by the host.)
For people who want to run VMs in full screen mode all the time with no UI at all, I would recommend running them in vmware-kvm.exe, which allows switching among running VMs and the host via a configurable hotkey. See the product documentation for usage instructions. vmware-kvm.exe is included with VMware Workstation (Pro), VMware (Workstation) Player, and VMware Remote Console.
As a matter of a fact, VMWare has installed a feature on the newest version to hide the toolbar. There is a "thumbtack icon" on the left side of the toolbar. This allows you to have the toolbar be permanently or temporarily shown.
In this Esri Community post, there's a response by KhaledHassen that says you can turn off field visibility using the laye