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
Search found 6 matches
- Fri Apr 01, 2011 2:10 pm
- Forum: VCL
- Topic: TFullScreenTool on a two-monitor system
- Replies: 6
- Views: 9353
- Fri Apr 01, 2011 9:38 am
- Forum: VCL
- Topic: TFullScreenTool on a two-monitor system
- Replies: 6
- Views: 9353
Re: TFullScreenTool on a two-monitor system
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 TFullScree...
- Wed Jan 26, 2011 8:09 am
- Forum: VCL
- Topic: TKnobGauge increment with activecenter
- Replies: 7
- Views: 8479
Re: TKnobGauge increment with activecenter
Hi Yeray,
Unfortunately i'm not a source code customer, so i'll just have to wait for the release.
Thank you very much for your time and effort!
Best regards,
Willem
Unfortunately i'm not a source code customer, so i'll just have to wait for the release.
Thank you very much for your time and effort!
Best regards,
Willem
- Tue Jan 25, 2011 3:26 pm
- Forum: VCL
- Topic: TKnobGauge increment with activecenter
- Replies: 7
- Views: 8479
Re: TKnobGauge increment with activecenter
Hi Yeray,
Does that mean it will be available in a future release?
Regards,
Willem.
Does that mean it will be available in a future release?
Regards,
Willem.
- Tue Jan 18, 2011 3:23 pm
- Forum: VCL
- Topic: TKnobGauge increment with activecenter
- Replies: 7
- Views: 8479
Re: TKnobGauge increment with activecenter
Hello Yeray, Thank you for your response, but no, i don't mean through the editor. The end user must be able to change the value by mousedragging on the centre hub, that's why 'ActiveCenter' is true. And while this works fine with smaller numbers, the problems emerges when bigger numbers are used. M...
- Tue Jan 18, 2011 11:15 am
- Forum: VCL
- Topic: TKnobGauge increment with activecenter
- Replies: 7
- Views: 8479
TKnobGauge increment with activecenter
Hello, We're having a problem with a chart that contains a TKnobGauge. In runtime, we set the following properties : TKnobGauge(lSerie).ActiveCenter := True; TKnobGauge(lSerie).Maximum := 100000; TKnobGauge(lSerie).Minimum := 0; TKnobGauge(lSerie).Axis.Increment := 10000; TKnobGauge(lSerie).Value :=...