Zoom rectangle invisible if form opacity set to 0 and then 1
Posted: Thu Nov 10, 2005 10:35 pm
TeeChart .NET version 2.0.2040.15119
Hi, when you set the Opacity of your form to 0 and then to 1
then the rectangle outlining the zoom area stays invisible.
(Reason for doing this:
One may start with Opacity 0 and then gradually increase it
to blend-in the form through a timer, reaching Opacity 1).
See example below. Is there a work aournd?
public X_MainWindow()
{
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
this.Opacity = 0.0;
this.Opacity = 1.0;
etc.
Thanks,
fano
Hi, when you set the Opacity of your form to 0 and then to 1
then the rectangle outlining the zoom area stays invisible.
(Reason for doing this:
One may start with Opacity 0 and then gradually increase it
to blend-in the form through a timer, reaching Opacity 1).
See example below. Is there a work aournd?
public X_MainWindow()
{
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
this.Opacity = 0.0;
this.Opacity = 1.0;
etc.
Thanks,
fano