I like the idea of this software for a tablet so that I can access my common functions with fewer pen taps--enough that I purchased the software.
However, there is a key feature that I would like that I think is essential for tablet use. I want to be able to change what side of the screen a dock is docked to when the screen orientation changes.
In landscape mode, because it's a widescreen tablet, I want the dock attached to the left (or right) of the screen, where it will use the fewest pixels for that orientiation (N*Height < N*Width). However, when I switch to portrait mode, I want the dock attached to the top (or bottom) of the screen, where it will use the fewest pixels for that orientation (N*Height > N*width).
There are two ways I can think of to implement this. One is to have us be able to set two different positions, one for lanscape and one for portrait. The other is to have a docklet to let me disable/enable specific docks with a single tap. Although that's less automated, it'd be an improvement...
Thanks!