Here's a weird one -- I tried an alt-PrtScn to capture just the Cirrus window, but it was as if there's an invisible dialog centered over the window and I only got a small area. (The capture was for my next post below -- for some reason the board's not letting me attach more than one pic.)
Announcement
Collapse
No announcement yet.
User interface oddities
Collapse
X
-
When doing a file copy of an entire tree, for some reason the files are moved in a different order than what's visible onscreen (in this case, alphabetically). I guess a screenshot wouldn't be useful here (I saved one just to remind me to post about it). I take it this isn't intentional, that it just doesn't yet have code implemented to handle that, right? I couldn't tell what order they were being copied in, but some files visible in the current window were copied and then others way offscreen were being copied. Kinda disconcerting.
-
I haven't been able to reproduce the Alt+PrtScn glitch you're seeing here. Is it repeatable for you? If so, what OS are you running, and if you move/resize the window does it change how the screenshot works?
The tree should copy in the same sort order as the display, but it goes level by level instead of copying an entire directory and it's contents before moving to the next sibling. There are technical reasons for this related to the way the file operations are split up and scheduled. In certain cases we can work around the scheduling to produce a more expected order; when I have time I'll see about improving this case.Zoë P Scooter Software
Comment
-
Originally posted by Craig View PostIs it repeatable for you? If so, what OS are you running, and if you move/resize the window does it change how the screenshot works?
The tree should copy in the same sort order as the display, but it goes level by level instead of copying an entire directory and it's contents before moving to the next sibling.
Comment
-
Originally posted by Craig View PostI haven't been able to reproduce the Alt+PrtScn glitch you're seeing here. Is it repeatable for you? If so, what OS are you running, and if you move/resize the window does it change how the screenshot works?
I moved two subdirs with their contents from one drive to another in 3.0.442 and then went to the parent dir to delete it since it was now empty. Cirrus showed it was deleted because it disappeared from the listview, but apparently Win Explorer had a partial lock on the dir because I had it displayed or "open." When I changed dirs in Explorer, the one I "deleted" was still there, so I deleted it directly through Explorer.
I've noticed that paging down in BC2 with the folder compare window always goes "window contents -1" (leaving one common line in both views). Cirrus just goes "window contents," meaning you have no reference point to see that you've scrolled. If your mouse sends a doubleclick, for example, you'd be none the wiser, and it's just a bit easier to remain oriented when you have the one-line "underlap". (Does that make sense?)
Finally, in the initial Cirrus dialog at load time, the layout of the Saved Sessions treeview ends up requiring that initially-visible filenames are cut off pretty short. Even though the treeview display will scroll horizontally, I'd like to suggest to remove the redundant word "compare" from the action buttons in this dialog. (I've highlighted 'em in the sample screenshot.) Same concept for the sync buttons, etc. That'll permit better use of the horizontal space for the initial overview of what's available.Last edited by Tom; 17-Dec-2007, 07:47 AM.
Comment
-
Originally posted by Tom View PostI'd like to suggest to remove the redundant word "compare" from the action buttons in this dialog.
If you have a newer system with a higher resolutions (I use 1600x1200) then Cirrus will remember your selected window size when you launch the application, and you will have plenty of space for the full filenames to display.
Scooter: My suggestion would be as follows: When the user deselects the "Include session management" option in the "Home view" Interface options, why not display the session filenames in a docked pane at the bottom of the window (similar to the log pane at the bottom of a compare session) with an open and an edit icon to the left of the pane (similar to the icons to the left of a log pane). This would remove the filenames and "Open" button to the right of the "Saved sessions" tree and give the user all of the real estate for the "Saved sessions" tree itself...a nice compromise for those with lower screen resolutions.Last edited by Michael Bulgrien; 17-Dec-2007, 08:44 AM.BC v4.0.7 build 19761
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Comment
-
Originally posted by Michael Bulgrien View PostI prefer that the word "Compare" is left in place.
If you have a newer system with a higher resolutions (I use 1600x1200) then Cirrus will remember your selected window size when you launch the application, and you will have plenty of space for the full filenames to display.
I'm running at the fairly common 1024x768 (it's monitor size keeping me to that rez) and while I can maximize the "home" dialog, I guess the real issue is that the treeview is displaying horizontal info in an area optimized for vertical info (and same for the specs fields that appear next to it). Another thought might be to place the tree over top of the specs so they both have room to grow horizontally for those deeply nested paths.
why not display the session filenames in a docked pane at the bottom of the window
Comment
-
Originally posted by Tom View PostHow come?
Originally posted by Tom View PostDo you have an example of this? I can't picture it.
Something like this:
...where a pencil icon will edit/manage the session, and an open book icon (or perhaps the scooter "wheel" icon) will open the session in a compare window.Last edited by Michael Bulgrien; 18-Dec-2007, 01:14 PM.BC v4.0.7 build 19761
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Comment
-
Originally posted by Tim View PostThat might not help Tom since he has the "session management" tabs visible.
I have the "Include session management" option checked. But I might just change it if this enhancement were implemented. Without it, there isn't enough to gain by making the change. With it, there are distinct advantages either way a user has it configured.BC v4.0.7 build 19761
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Comment
-
We originally had a user-dragable vertical splitter between the session tree and the specs (session management tabs), but we dropped it in favor of the program trying to manage available space automatically. We also considered dropping "Compare", "Sync", etc from the buttons (as you suggest) or the button images when space is real tight, but we never got around to implementing that.
Another thought might be to place the tree over top of the specs so they both have room to grow horizontally for those deeply nested paths.
Another space-saving possibility for people who like the session management tabs visible on the home page is to drop the buttons altogether and depend on the Edit Session Defaults part of the session tree to launch new empty sessions. Sort of like the BC2 Session Open dialog.
While in general I'm hesitant to add options to Cirrus, I am in favor of having the Home page configurable. Perhaps users will be able to include/exclude and position the various elements.Tim T Scooter Software
Comment
-
Originally posted by Tim View PostI am in favor of having the Home page configurable. Perhaps users will be able to include/exclude and position the various elements.BC v4.0.7 build 19761
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Comment
-
Originally posted by Michael Bulgrien View PostWell, it won't buy much screen space, but now that I see it, it looks okay.
"Compare: folder compare" is a little like a "PIN number" (Personal ID Number number) or ATM machine.
Comment
Comment