Search found 15 matches

by sring
Wed Mar 21, 2007 9:06 pm
Forum: .NET
Topic: commander 3d button
Replies: 1
Views: 3473

commander 3d button

In my code (or using your Commander example), if I turn off 3d, and then hit move (or other buttons), when the chart starts to move the 3d button comes back on. Is there a way to prevent this? I have a handler for the commander ButtonClick, but this method isn't entered when the 3d button is toggled...
by sring
Mon Dec 18, 2006 10:59 pm
Forum: .NET
Topic: license error
Replies: 6
Views: 8638

I finally figured this out today. Unfortunately, I've tweaked a number of security setting, so I'm not sure exactly which one it was. In any event, the main problem is that IE7 changes the intranet security settings. In IE7 I had to reset the intranet to a lower security. But, I also added intranet ...
by sring
Mon Dec 11, 2006 8:19 pm
Forum: .NET
Topic: license error
Replies: 6
Views: 8638

I had already gone through all of the suggestions in this tutorial before I wrote the first time. As I said, there wasn't anything wrong until some microsoft security updates were made. Then I went ahead and updated teechart to see if that would fix things. It didn't, but teechart is the only think ...
by sring
Mon Dec 11, 2006 4:46 pm
Forum: .NET
Topic: license error
Replies: 6
Views: 8638

This didn't help. The problem has something to do with me using a disk from my file server. If I copy the project to a local disk the problem goes away. It only happens when I try and build the project on the server disk. This was working until I installed a number of patches from Microsoft. However...
by sring
Thu Dec 07, 2006 9:48 pm
Forum: .NET
Topic: license error
Replies: 6
Views: 8638

license error

I am suddenly getting the following error, and I haven't been able to figure out how to make it go away. Any idea? Error 2 Exception occurred creating type 'Steema.TeeChart.Chart, TeeChart, Version=2.0.2511.18118, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' System.MethodAccessException: Attemp...
by sring
Mon Apr 24, 2006 4:04 pm
Forum: .NET
Topic: Next release?
Replies: 7
Views: 8856

Next release?

When is there going to be a new production release for version 2? I need some of the fixes in the beta version, but I can't use it in an installer because it doesn't have strong names. So, I'm wondering when there will be a new production release.
by sring
Fri Feb 17, 2006 6:20 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

This has something to do with setting the ImageIndex. If, in the second loop, I keep the index at the first button I add, they all look good. If I let the index increment, even if I just do it manually and don't make it depend on the count, and even if I'm adding the same icon 5 times, the third one...
by sring
Fri Feb 17, 2006 5:53 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

If I do your first loop, adding in your 3D button 5 times, they all look ok.

When I tried the second loop, the third button comes out black. So, I changed it so that I was inserting my 0 icon 5 times. And, the third one still comes out black, but the other 4 show the 0 icon fine.
by sring
Thu Feb 16, 2006 5:34 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

But, I'm still having a slight problem. The third button that I add always comes out as a black square. I've switched icons back and forth with the fourth button, so I know that the icon can display correctly. Any idea why this would be happening?
by sring
Thu Feb 16, 2006 5:00 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

That fixed it
by sring
Wed Feb 15, 2006 4:30 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

The image has been posted
by sring
Wed Feb 15, 2006 3:48 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

Yes, the buttons are there, just partly hidden, it's like there is something in front of them. I have been through all of the components on the form and there doesn't seem to be anything that could account for it. The first extra button, you can see the entire left edge of the image as well as its t...
by sring
Tue Feb 14, 2006 10:02 pm
Forum: .NET
Topic: Commander button in VS2005
Replies: 11
Views: 14123

Commander button in VS2005

I'm updating an application from VS 2003 to 2005, and I have code where I add some buttons to a commander. The buttons are there, and work, but only part of the icons is appearing. It's as if I have a very thin button. Any idea why this is happening? This is an example of how a button is created Sys...
by sring
Thu Feb 09, 2006 3:36 pm
Forum: .NET
Topic: Can not bulid TeeChart in VC 2005
Replies: 9
Views: 12115

I checked the references, and they now point to the debug dll. I deleted the debug folder and rebuilt the solution - same result. This is a c++ dll project if that helps.
by sring
Wed Feb 08, 2006 11:29 pm
Forum: .NET
Topic: Can not bulid TeeChart in VC 2005
Replies: 9
Views: 12115

I too can't build, even with the debug build

I could be using the debug build incorrectly, but I can't build with it either. I still get the same error about the resx file.

When are you anticipating the next release build that will fix this?