Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] multi-monitor support


On Windows and Mac at least, it just works, as far as I can tell.

There is support in the SWT API for getting a list of monitors for the current display. See Display.getMonitors().

Have you tried using multiple monitors? Is it not working for you?

McQ.




max.nam@xxxxxxxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx

29/09/03 09:09
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        eclipse-dev@xxxxxxxxxxx, eclipse-dev-admin@xxxxxxxxxxx
        Subject:        RE: [eclipse-dev] multi-monitor support




excuse the apparent ignorance of my question, but is that feature available
on windows swt? if so, where would i set it? plugin.properties?




                                                                                                                                                 
                     DaveO@ASC-iSeries.                                                                                                          
                     com                       To:       eclipse-dev@xxxxxxxxxxx                                                                
                     Sent by:                  cc:                                                                                              
                     eclipse-dev-admin@        Subject:  RE: [eclipse-dev] multi-monitor support                                                
                     eclipse.org                                                                                                                
                                                                                                                                                 
                                                                                                                                                 
                     29/09/03 13:24                                                                                                              
                     Please respond to                                                                                                          
                     eclipse-dev                                                                                                                
                                                                                                                                                 
                                                                                                                                                 




On what platform?  There's a bug against Platform/SWT on Motif and/or GTK
(don't remember the number right now) to allow you to specify the DISPLAY
for a new window, which would do what you need on those platforms.


Dave

> -----Original Message-----
> From: max.nam@xxxxxxxxxxxx [mailto:max.nam@xxxxxxxxxxxx]
> Sent: Monday, September 29, 2003 7:15 AM
> To: eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] multi-monitor support
>
>
>
> couldn't find it in the bugs, but are there any plans to
> support multiple monitors?
>
>
>
>
>
>
> This communication is for informational purposes only.  It is
> not intended as an offer or solicitation for the purchase or
> sale of any financial instrument or as an official
> confirmation of any transaction. All market prices, data
> and other information are not warranted as to completeness or
> accuracy and
> are subject to change without notice. Any comments or
> statements made herein do not necessarily reflect those of
> J.P. Morgan Chase & Co., its subsidiaries and affiliates.
>
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclips> e-dev
>
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top