We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

re: Splash Panel Resize In 6.102.0.34

Is splash panel resize problem fixed in Syncfusion Tools package version 6.102.0.34?

Thanks
Sean




5 Replies

FS Fathima Shalini P Syncfusion Team September 19, 2008 07:19 AM UTC

Hi Sean,

Thank you for your interest in Syncfusion Products.

Please refer to the below given video clip and let me know whether is this the issue you have mentioned:

http://websamples.syncfusion.com/samples/Tools.Windows/42689_Defect/DefectVideoClip.zip

If yes, we are glad to inform you that this issue has been fixed internally and the fix for this issue is available with our 6.3.0.30 and further releases and it is not included in 6.1.0.34.

If not, could you please provide me some more details regarding the issue so that I could work out and provide you a solution?

Please let me know if any concerns.

Regards,
Fathima



SS Sean Sheldon September 22, 2008 05:20 PM UTC

I am trying to resize the splash panel using Size property programatically. It is not working. Is there an issue with it?

Using the following code:

splashPanel.Size = new Size(325, ((m_customHeaderTextControlList.Count) * 80) + 16);
splashPanel.Revalidate();

We have the following property set also

splashPanel.ShowAsTopMost = true;
splashPanel.AllowMove = false;
splashPanel.AllowResize = false;





HK Hemaladha K Syncfusion Team September 23, 2008 07:34 AM UTC

Hi Sean,

Thank you for the update.

I am afraid that I was not able to reproduce the mentioned issue. I have created a simple sample to test this issue which is available in the following link:

http://websamples.syncfusion.com/samples/Tools.Windows/F76677/main.htm

Please refer to the above sample, if the issue still exists, could you please let me know what I have missed out, so that I could work out in depth to trace the cause of the issue and provide you a solution?

Please let me know if any concerns.

Regards,
Hema



SS Sean Sheldon September 23, 2008 02:27 PM UTC

I am calling method1 and method2

see if the below is a problem

method1()
{
CustomHeaderTextControl customHeaderTextControl = null;
if (m_customHeaderTextControlList.Count >= m_numberOfAlerts)
{
customHeaderTextControl =
m_customHeaderTextControlList[0] as CustomHeaderTextControl;
customHeaderTextControl1_Ticked(customHeaderTextControl, null);
}

CustomHeaderTextControl customHeaderTextControl1 = new CustomHeaderTextControl();
customHeaderTextControl1.BackColor = System.Drawing.Color.Transparent;

m_customHeaderTextControlList.Add(customHeaderTextControl1);

if (m_customHeaderTextControlList.Count >= 0)
customHeaderTextControl1.Location =
new System.Drawing.Point(0, ((m_customHeaderTextControlList.Count - 1)*80) + 16);
else
customHeaderTextControl1.Location = new System.Drawing.Point(0, 16);
_splashPanel.Size = new Size(325, ((m_customHeaderTextControlList.Count) * 80) + 16);

customHeaderTextControl1.Name = "customHeaderTextControl1";
customHeaderTextControl1.Size = new System.Drawing.Size(325, 80);

_splashPanel.Controls.Add(customHeaderTextControl1);
customHeaderTextControl1.setLabelHeaderAndMessage(header, message, foreColor);

_splashPanel.Refresh();
}

method1()
{
splashPanel.SuspendAutoCloseMode();
splashPanel.DesktopAlignment = SplashAlignment.SystemTray;
splashPanel.TimerInterval = -1;
splashPanel.AnimationSpeed = 10;
splashPanel.ShowAsTopMost = true;
splashPanel.AllowMove = false;
splashPanel.AllowResize = false;
splashPanel.ShowSplash(pt.empty, null, false);
splashPanel.Invalidate();

}

>Hi Sean,

Thank you for the update.

I am afraid that I was not able to reproduce the mentioned issue. I have created a simple sample to test this issue which is available in the following link:

http://websamples.syncfusion.com/samples/Tools.Windows/F76677/main.htm

Please refer to the above sample, if the issue still exists, could you please let me know what I have missed out, so that I could work out in depth to trace the cause of the issue and provide you a solution?

Please let me know if any concerns.

Regards,
Hema





AD Administrator Syncfusion Team October 1, 2008 05:11 AM UTC

Hi Sean,

Sorry for the delayed response.

I am afraid still I was not able to reproduce the issue.Please refer the attached sample in which controls.Count used in the
Size property of SplashPanel.

Please refer the below sample and let me know if I missed out anything in reproducing the issue.

http://websamples.syncfusion.com/samples/Tools.Windows/F76677/Tools_WF_SplashSample_F76677_1.zip

Regards,
Jaya


Loader.
Live Chat Icon For mobile
Up arrow icon