Search found 8 matches

by MarkR
Sat Oct 13, 2007 2:47 pm
Forum: ActiveX
Topic: Teechart7.ocx as a dll?
Replies: 3
Views: 8476

Same here

We're having problems with this as well, and I think it's because we're making some incorrect assumptions about COM registration. We have two products that are installed separately, and both make use of teechart.ocx v6. Both copy an instance of teechart.ocx into their private installation directory,...
by MarkR
Tue Feb 27, 2007 9:09 pm
Forum: ActiveX
Topic: OCX authenticode signature
Replies: 4
Views: 8510

I just downloaded v 6.0.0.6 of TeeChart6.ocx, and there is still no Authenticode signature on the OCX itself.

Again, the cab file is signed, but the OCX is not.
by MarkR
Tue Feb 06, 2007 8:42 pm
Forum: ActiveX
Topic: OCX authenticode signature
Replies: 4
Views: 8510

As a follow-up, I have learned that (if necessary) we can acquire a waiver with regard to your OCX component not being signed.

I'd much rather have a signed version of TeeChart6.ocx, but if it's not on your radar I need to apply for a waiver. So please let me know your intentions ASAP.

Thanks!
by MarkR
Tue Feb 06, 2007 7:55 pm
Forum: ActiveX
Topic: OCX authenticode signature
Replies: 4
Views: 8510

OCX authenticode signature

Hello, We've been using the ActiveX version of TeeChart with one of our software products for quite a while now, and it works great. Now we're in the process of acquiring certification for the new Windows Vista Logo Program, and we're hitting a serious (and somewhat urgent) snag. Simply put, Vista c...
by MarkR
Sat Aug 07, 2004 3:19 am
Forum: ActiveX
Topic: Stacked horizontal lines
Replies: 5
Views: 10527

Hi Pep, I'm still having trouble with the lables of self-stacked horizontal bars. I added an event sink for OnGetAxisLabel as per your suggestion, but for some reason it only fires for the first couple of series. Is there another way? I should probably mention that I'm using v6 of the ActiveX versio...
by MarkR
Fri Aug 06, 2004 12:51 am
Forum: ActiveX
Topic: Stacked horizontal lines
Replies: 5
Views: 10527

Hi Josep, Thanks very much for your prompt reply, it was very helpful. The final issue I'm having is with the labeling. If I have an array of two drives, I add each of them in a loop: LOOP HERE: m_Chart1.AddSeries(scHorizBar); m_Chart1.Series(i).SetColorEachPoint(TRUE); m_Chart1.Series(i).GetMarks()...
by MarkR
Thu Aug 05, 2004 3:26 am
Forum: ActiveX
Topic: Stacked horizontal lines
Replies: 5
Views: 10527

Stacked horizontal lines

My apologies, I must be overlooking the obvious, but I'm having trouble figuring out how to create a simple stacked horizontal bar series. Let's say I want to create a horizontal stacked bar representing used/free space on a user's "C" drive. I'd like the first part of the bar to represent the "free...
by MarkR
Sun Feb 01, 2004 12:08 am
Forum: ActiveX
Topic: Setting legend items explicitly
Replies: 1
Views: 7788

Setting legend items explicitly

Hello, My apologies if I'm missing the obvious, but how do I go about setting legend items explicitly (in a pie graph) without affecting the point labels? In my pie graph, I want the pie slices to be labeled with text, but the legend items to use a different custom string. Thanks for any assistance!...