Search found 41 matches

by mpaulson
Thu Dec 11, 2008 4:02 pm
Forum: ActiveX
Topic: ocx registration issue
Replies: 1
Views: 4017

ocx registration issue

Does the ocx attempt to connect to and external site during registration for authorization. This is an end user install, not a developer license.
by mpaulson
Tue Oct 28, 2008 1:25 pm
Forum: ActiveX
Topic: tchart8.ocx crash on vista
Replies: 3
Views: 5813

It turned out that our setup kit wasn't registering the ocx. The reason I didn't check that first is because it works fine on XP. Strange. If you have an idea why it worked on XP but not on Vista, that would be interesting to know.

Otherwise, I'm good and thanks for the help.

-- Matt
by mpaulson
Mon Oct 27, 2008 7:49 pm
Forum: ActiveX
Topic: tchart8.ocx crash on vista
Replies: 3
Views: 5813

tchart8.ocx crash on vista

Hi: I have a vb6 program crashing in a Vista virtual machine when a form containing the control is loaded. By peppering our source code with dialog boxes, I was able to get this error message to appear. It happens just about the time the form with the tchart control is loaded, but we never actually ...
by mpaulson
Tue May 13, 2008 2:22 pm
Forum: ActiveX
Topic: back wall gradient
Replies: 1
Views: 3611

back wall gradient

Hi: Simple question, I hope. Please explain to me how to show a simple gradient on the back wall, white on top, blue on the bottom. I've tried: .Walls.Back.Gradient.Direction = gdBottomTop .Walls.Back.Gradient.StartColor = RGB(255, 255, 255) .Walls.Back.Gradient.EndColor = RGB(0, 0, 255) .Walls.Back...
by mpaulson
Mon May 05, 2008 3:33 pm
Forum: ActiveX
Topic: Legend box positioning
Replies: 6
Views: 9824

Hi:

This method moved the legend, but causes the legend to be painted on top of the full width graph, which is ugly.

Normally the graph is sized to fit next to the legend. Is there a way to control this behaviour also?

Thanks,

Matt
by mpaulson
Fri May 02, 2008 2:05 pm
Forum: ActiveX
Topic: legend behaviour difference between 1 and n series values
Replies: 1
Views: 3739

Hi: I found: lsSeries, it was set to auto, so that answers the question.

Sorry to bother you.

Matt
by mpaulson
Fri May 02, 2008 2:00 pm
Forum: ActiveX
Topic: legend behaviour difference between 1 and n series values
Replies: 1
Views: 3739

legend behaviour difference between 1 and n series values

Hi: When plotting multiple series, the legend shows the series names. That's what I want. But in some cases, due to the data I'm feeding in, there is only one series. When that's the case, the legend switches to showing the x axis data labels. Can I override this behavior? I want to the legend to sh...
by mpaulson
Fri May 02, 2008 10:48 am
Forum: ActiveX
Topic: Legend box positioning
Replies: 6
Views: 9824

Sorry, I have another related question: When these properties are set, are they used before or after the legend box is sized based on the width of the text elements?

Thanks,

Matt
by mpaulson
Fri May 02, 2008 10:42 am
Forum: ActiveX
Topic: Legend box positioning
Replies: 6
Views: 9824

Thanks, I'll try that. But then what is TChart1.Legend.left and TChart1.Legend.top ?
by mpaulson
Thu May 01, 2008 2:15 pm
Forum: ActiveX
Topic: Legend box positioning
Replies: 6
Views: 9824

Legend box positioning

Hi:

I would like to locate the legend box in the upper right of my graphs. I found the "left" and "top" attributes, but since the legend auto-sizes the width by how wide the text elements are, and there's no "width" attribute, I'm not sure how to proceed.

Do you have any suggestions?

Thanks,

Matt
by mpaulson
Mon Apr 14, 2008 12:03 pm
Forum: ActiveX
Topic: function issues
Replies: 4
Views: 7566

Hi: I see your point about scaling and the right axis. Now I get at least something > (apparent) 0 for each function I try. I will note that you are appearing to calculate the mode as the smallest number in the set when there are no repeating values. I'm not a stats expert, but it seems to me that t...
by mpaulson
Mon Apr 14, 2008 11:06 am
Forum: ActiveX
Topic: ChartEditorPanel questions
Replies: 11
Views: 13153

Hi: As you see from my earlier post, I installed your demo on a brand new virtual machine -- it was the first application ever installed on the operating system -- and it displayed the same issue. Further, I have search my development machine's registry for "TreeMode" and have found nothing. Therefo...
by mpaulson
Sun Apr 13, 2008 2:55 pm
Forum: ActiveX
Topic: function issues
Replies: 4
Views: 7566

function issues

Hi: I'm working with functions. I've implemented many of them, but some work and some do not. My basic subroutine to enable a function is: Private Sub SetUnSetFunction(Mnu As Menu, SeriesType As Long, Label As String) With TChart1(TChartIndex) Do While .SeriesCount > 1 .RemoveSeries .SeriesCount - 1...
by mpaulson
Thu Apr 10, 2008 12:07 pm
Forum: ActiveX
Topic: ChartEditorPanel questions
Replies: 11
Views: 13153

Hi:

I installed your version 8 Active X evaluation (not demo) on a brand new virtual machine, with nothing else installed and the window still appears.

Is there a difference between the stand alone demo and the one that comes with the Active X eval?

And how can we move this forward?

Thanks,

Matt
by mpaulson
Thu Apr 10, 2008 11:05 am
Forum: ActiveX
Topic: ChartEditorPanel questions
Replies: 11
Views: 13153

Hi: Nothing specific. It is always present when the "embedded" demo is displayed, or for that matter in my app. I still have 5.x installed, but I am planning on purchasing the upgrade. I'd really hate to uninstall 5.x just now. I'll try it in a vm that has 5.x installed and in one that does not and ...