Narcis,
Thank you for your reply. We have tried another approach. I am using the create popup to display the tooltip.
One issue I am facing is while converting the Date to string. because we are using the vbscrpit. So it takes the client machine user locale setting date format. If the Web server is in different culture then the tool tip is displaying in the differnt culture. This problem is there with the annotation approach also.
Please let me in which version of Teechart this issue "hanging IE we open the multiple instances of Teechart windows" is fixed.
Regards,
Rama
Multiple Instancing of Internet Explorer
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Rama,
Multiple instance issue should be fixed in v7.0.1.4. However we found thare are some issues using this fix with Windows Vista and Windows 2008 Server. Which operating system are you using?
Regarding the marks/annotations issue, could you please let us know the format you are trying to use? You could retrieve each point X value, manually converting it to a string, formating it as you desire and finally assign this to annotation tool.
Multiple instance issue should be fixed in v7.0.1.4. However we found thare are some issues using this fix with Windows Vista and Windows 2008 Server. Which operating system are you using?
Regarding the marks/annotations issue, could you please let us know the format you are trying to use? You could retrieve each point X value, manually converting it to a string, formating it as you desire and finally assign this to annotation tool.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hello Rama,
We have re-checked this. We believe the Multiple IE Window fix to be correctly in place. There are other elements though that may influence the viewing experience in IE.
Please check the following Windows system variable:
"Show window contents while dragging"
This may be accessed by going to Control Panel's 'System' config, 'Advanced' tab and the 'Performance' button.
"Show window contents while dragging" should be unchecked for correct rendering of TeeChart when multiple child windows are opened in IE.
TeeChart does not modify this element. It can be modified by code in the following way if you wish to fix the setting in your client PCs for a controlled environment.
Use Windows API SystemParametersInfo & SPI_SETDRAGFULLWINDOWS
details of use at. http://support.microsoft.com/kb/185637
Please check whether the setting of this Windows element modifies the Chart behaviour you are seeing.
Regards,
Marc Meumann
We have re-checked this. We believe the Multiple IE Window fix to be correctly in place. There are other elements though that may influence the viewing experience in IE.
Please check the following Windows system variable:
"Show window contents while dragging"
This may be accessed by going to Control Panel's 'System' config, 'Advanced' tab and the 'Performance' button.
"Show window contents while dragging" should be unchecked for correct rendering of TeeChart when multiple child windows are opened in IE.
TeeChart does not modify this element. It can be modified by code in the following way if you wish to fix the setting in your client PCs for a controlled environment.
Use Windows API SystemParametersInfo & SPI_SETDRAGFULLWINDOWS
details of use at. http://support.microsoft.com/kb/185637
Please check whether the setting of this Windows element modifies the Chart behaviour you are seeing.
Regards,
Marc Meumann
Steema Support