TFullScreenTool on a two-monitor system

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TestAlways
Advanced
Posts: 228
Joined: Tue Aug 28, 2007 12:00 am
Location: Oregon, USA

TFullScreenTool on a two-monitor system

Post by TestAlways » Thu Jun 12, 2008 6:39 pm

I have a two-monitor system. When I activate the TFullScreenTool object, it shows the chart on both monitors. Any way to limit it to one monitor?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jun 13, 2008 10:03 am

Hi TestAlways,

I'm afraid this will depend on your graphic card driver options for managing dual screen settings and Delphi handling of this setup when maximizing a window. Can you maximaze a Delphi form to be in one monitor only?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

TestAlways
Advanced
Posts: 228
Joined: Tue Aug 28, 2007 12:00 am
Location: Oregon, USA

Post by TestAlways » Sat Jun 14, 2008 4:04 am

>Can you maximize a Delphi form to be in one monitor only?

Yes.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 23, 2008 1:15 pm

Hi TestAlways,

Thanks for the information. I've added your rquest to our wish-list to be investigated and implemented for next releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Construsteel
Newbie
Newbie
Posts: 6
Joined: Mon Nov 29, 2010 12:00 am
Contact:

Re: TFullScreenTool on a two-monitor system

Post by Construsteel » Fri Apr 01, 2011 9:38 am

Hello,

I seem to have te same problem, with the exception that only the part on the main monitor is shown.

I have a dual monitor system (main monitor: 1680x1050, secundairy monitor: 1440x900).
All other (Delphi) forms and windows are maximized on the main monitor only.
When i activate the TFullScreenTool, the chart is maximized on both monitors, but i only see the part on the main monitor.
the part which should be shown on the secundairy monitor is not visible.


Screenshot:
Image

As you can see, the left part of the chart is missing. I reckon that by limiting TFullScreenTool to one monitor all data
would be shown correctly.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TFullScreenTool on a two-monitor system

Post by Narcís » Fri Apr 01, 2011 1:09 pm

Hi Willem,

Thanks for reporting. I have reproduced something similar but not identical. This may depending on monitors and graphics card drivers. I've seen that if the main monitor is the left-one the chart renders correctly but doesn't respect the main monitor, it occupies both screens. If the main monitor is the one of the right things are worse, as in your case. I have updated TV52013157's description and increased its priority to be investigated for future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Construsteel
Newbie
Newbie
Posts: 6
Joined: Mon Nov 29, 2010 12:00 am
Contact:

Re: TFullScreenTool on a two-monitor system

Post by Construsteel » Fri Apr 01, 2011 2:10 pm

Hi Narcís,

Than you for the fast reply.
To confirm your findings, i have just tested switching the monitors and you are correct.
If the main monitor is on the left, i get the whole chart on both monitors.

Best regards,
Willem

Post Reply