Embedded Windows User Controls with TeeChart .Net into IE.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
edward
Newbie
Newbie
Posts: 2
Joined: Fri Nov 15, 2002 12:00 am
Location: Malaysia
Contact:

Embedded Windows User Controls with TeeChart .Net into IE.

Post by edward » Wed Jun 09, 2004 7:52 am

http://www.devhood.com/tutorials/tutori ... ial_id=187

I've built the sample dll with addition of a TeeChart component and then found that IE will not be able to load the dll at all. If i remove TeeChart it'll be fine. Any idea?

I have a Delphi TeeChart ActiveX app and was trying to convert into DotNet platform with C# now.[/url]

edward
Newbie
Newbie
Posts: 2
Joined: Fri Nov 15, 2002 12:00 am
Location: Malaysia
Contact:

Post by edward » Fri Jun 11, 2004 5:44 am

I can add any other components to the dll except teechart. Even if i have initialize teachart back color as non system color as mentioned in the tutorial. Could some one shed some light on this? Thanks

Cliven
Newbie
Newbie
Posts: 18
Joined: Fri May 14, 2004 4:00 am
Location: Malaysia

Same Problem

Post by Cliven » Thu Jun 17, 2004 7:16 am

Yes! I got the same problem
It is any solution fot it?

Thank

Cliven
Newbie
Newbie
Posts: 18
Joined: Fri May 14, 2004 4:00 am
Location: Malaysia

No Answer??

Post by Cliven » Mon Jun 28, 2004 2:35 pm

Dear Steema Support

Still no answer for this question?
It is because the TChart.dll doesn't existing in client PC?

I really need to include my user control in web application.
Please tell me what should I do...

Thank You
Cliven Yong

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Jun 29, 2004 3:53 pm

Hi Cliven,
sorry for delay !

I've posted one example which should work fine in the steema.public.attachments newsgroup. Can you test it ?
Make sure you set a correct path (where you've the dll) and also the correct permissions, you can see more info at :
http://www.15seconds.com/issue/030610.htm
While configuring the virtual directory, it is important to set the execution permissions on the virtual directory to Scripts. The control will not be properly activated if the execution permissions are set to Scripts & Executables.

Cliven
Newbie
Newbie
Posts: 18
Joined: Fri May 14, 2004 4:00 am
Location: Malaysia

Post by Cliven » Thu Jul 01, 2004 3:43 am

Dear Sir

Your sample is not working... Anywhere you try to included the TChart in the web form and open in IE..
But this is not I want.

I create a custom user control and included the TChart as part of my custom user control. It work well in the windown form. But it counldn't display in IE. After keep on trying. I found that if I take out the TChart from my user control and it work at the IE.....

That why I keep on asking how to solved it?

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Thu Jul 01, 2004 6:10 am

Hi ..
Your sample is not working... Anywhere you try to included the TChart in the web form and open in IE..
But this is not I want.
Then you don't have the same problem as Eduard as you mentioned earlier in this thread.
I create a custom user control and included the TChart as part of my custom user control. It work well in the windown form. But it counldn't display in IE. After keep on trying. I found that if I take out the TChart from my user control and it work at the IE.....
The TChart class (see help for details) inherits from the System.Windows.Forms.Control class; the Control class will only work in WinForms.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply