TeamMentor / Master

TEAM Mentor 3.x Released Code
16 stars 17 forks source link

FUNCTIONALITY: Using TM with 2 Monitors #328

Open BendixSpring opened 11 years ago

BendixSpring commented 11 years ago

If a developer has 2 monitors, one with the main TM interface and one with a tear off menu (right click and open in a new window) holding the selected article.

image

This is the configuration I am using: image

I would have expected that the tear off menu display each page as it is selected. However, this is not how things work. The tear off menu only shows the selected page (which is fine, but it would be nice to have a way to display any subsequent selections in one window, rather than opening a new tab for each subsequent selection).

In an nutshell, is there a way to have all of the articles display in a single window (where ever the user may have it)?

--Danny

DinisCruz commented 11 years ago

Technically that is not very hard to do (since in JavaScript you get a pointer to the 'opened window' )

But how should we represent that in the GUI?

Dinis Cruz

On 12 Mar 2013, at 21:49, Danny Harris notifications@github.com wrote:

If a developer has 2 monitors, one with the main TM interface and one with a tear off menu (right click and open in a new window) holding the selected article.

This is the configuration I am using:

I would have expected that the tear off menu display each page as it is selected. However, this is not how things work. The tear off menu only shows the selected page (which is fine, but it would be nice to have a way to display any subsequent selections in one window, rather than opening a new tab for each subsequent selection).

In an nutshell, is there a way to have all of the articles display in a single window (where ever the user may have it)?

--Danny

— Reply to this email directly or view it on GitHub.

BendixSpring commented 11 years ago

Dinis:

A couple of ideas come to mind:

  1.   Users should be able to configure the behavior of the system, so if they have double monitors or if they just want to have all articles open in the same window, then make a click on the article go to that window.  (This would be a configuration toggle).
  2.  From the GUI:  perhaps add another very small column right in front of the TITLE column that would open the article in a certain destination window.
  3.  Include another icon on the selected article window to open a window where all subsequent requests will be sent.

--Danny

From: Dinis Cruz [mailto:notifications@github.com] Sent: Tuesday, March 12, 2013 6:27 PM To: TeamMentor/Master Cc: Danny Harris Subject: Re: [Master] FUNCTIONALITY: Using TM with 2 Monitors (#328)

Technically that is not very hard to do (since in JavaScript you get a pointer to the 'opened window' )

But how should we represent that in the GUI?

Dinis Cruz

On 12 Mar 2013, at 21:49, Danny Harris <notifications@github.com mailto:notifications@github.com > wrote:

If a developer has 2 monitors, one with the main TM interface and one with a tear off menu (right click and open in a new window) holding the selected article.

This is the configuration I am using:

I would have expected that the tear off menu display each page as it is selected. However, this is not how things work. The tear off menu only shows the selected page (which is fine, but it would be nice to have a way to display any subsequent selections in one window, rather than opening a new tab for each subsequent selection).

In an nutshell, is there a way to have all of the articles display in a single window (where ever the user may have it)?

--Danny

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/TeamMentor/Master/issues/328#issuecomment-14809830 . https://github.com/notifications/beacon/5F2_eRmNmMOSmJQY77zQB4GeKklHkgudKZdxYicc2tjtYiWEfu5hy5-jxa7w4EOj.gif

romichg commented 11 years ago

This is related to https://github.com/TeamMentor/Master/issues/271