You know, windows management is in the freaking stone ages
-
Marc Clifton wrote:
What I mean is, I have, say, Notepad, a schema designer, and Visio in windows spread across my monitor, not maximized, but nicely positioned next to each other. I also have Chrome and a couple PDF viewers open, also nicely spaced on my monitor. I want to context switch so that I can show notepad, the schema designer, and Visio, in the foreground, or context switch and show Chrome and the PDF viewers. Does that make sense.
This sounds an awful lot like a set of virtual desktops ...[^]
-
Modal dialogs are my pet hate full stop. Only message boxes should be modal - anything else that is modal and requires input, yet prevents me from sourcing that input from any other window is a crock of shit! :mad:
Brady Kelly wrote:
anything else that is modal and requires input, yet prevents me from sourcing that input from any other window is a crock of sh*t!
What about an Options dialog?
-
For example, I want to be able to be able to: bring into the foreground several windows in a "group" when I bring any one window in that group into the foreground. minimize the entire group easily position the windows side-by-side horizontally, but not necessarily maximized vertically, etc. move a group of windows from one monitor to another have other windows slide around so that I can position a window in a different place on my monitor without having to then move other windows that are in the way Until then (and I'm sure I can think of a few more things), this whole business of a "Windows" environment is a crock of shyte, IMO. Don't the people that write this stuff think about how they would like to actually use it in a productive setting? Marc
As I read some of your descriptions, it brought to mind a really, really old windows program. Program Manager. And while it allowed only for organization of icons in open folders, it would be nice if there was a Program Manager equivalent for actual running programs. So if I have 20 or 30 apps all running at the same time, I can group several of the windows of those apps together, so that as I switch from one app to another, I'm actually switching from one program group to another. :)
Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]
-
As I read some of your descriptions, it brought to mind a really, really old windows program. Program Manager. And while it allowed only for organization of icons in open folders, it would be nice if there was a Program Manager equivalent for actual running programs. So if I have 20 or 30 apps all running at the same time, I can group several of the windows of those apps together, so that as I switch from one app to another, I'm actually switching from one program group to another. :)
Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]
Chris Meech wrote:
it would be nice if there was a Program Manager equivalent for actual running programs.
Exactly! Marc
-
For example, I want to be able to be able to: bring into the foreground several windows in a "group" when I bring any one window in that group into the foreground. minimize the entire group easily position the windows side-by-side horizontally, but not necessarily maximized vertically, etc. move a group of windows from one monitor to another have other windows slide around so that I can position a window in a different place on my monitor without having to then move other windows that are in the way Until then (and I'm sure I can think of a few more things), this whole business of a "Windows" environment is a crock of shyte, IMO. Don't the people that write this stuff think about how they would like to actually use it in a productive setting? Marc
This is a site for software developers right? So write the program yourself. If enough other people find it useful you can make a buck. If you are not a developer, find one and pay/partner with them to do it. Haven't looked into it myself, but I am aware of Windows programs that take over the desktop and/or window positioning systems, so apparently it is possible.
-
This is a site for software developers right? So write the program yourself. If enough other people find it useful you can make a buck. If you are not a developer, find one and pay/partner with them to do it. Haven't looked into it myself, but I am aware of Windows programs that take over the desktop and/or window positioning systems, so apparently it is possible.
Jason Christian wrote:
If you are not a developer
:-D
Jason Christian wrote:
So write the program yourself
You know the expression, choose your battles? Well, I'm not choosing that battle at the moment. Marc
-
Brady Kelly wrote:
anything else that is modal and requires input, yet prevents me from sourcing that input from any other window is a crock of sh*t!
What about an Options dialog?
An options dialog need not and should not be modal. These are opened electively, not as notifications.
-
An options dialog need not and should not be modal. These are opened electively, not as notifications.
tell that to Microsoft or any of the thousands of software companys out there.
-
tell that to Microsoft or any of the thousands of software companys out there.
That is exactly my complaint!
-
Trouble is, that's all very well, but seems to raise more problems than it solves: 1) bring into the foreground several windows Only one window can ever be the foreground window, so you want the impossible. 2) easily position the windows side-by-side horizontally Suppose they don't fit on the screen side by side. What then? Any ruleset to cover all situations is going to be complex, and therefore non-obvious to most people. 3) have other windows slide around so that I can position a window in a different place on my monitor without having to then move other windows that are in the way For almost all window layouts and sizes, that would be impossible without either moving windows partially or totally off screen, or resizing windows that the user isn't currently working with, neither of which sounds like good usability to me.