Search found 17 matches

by akiva
Wed Feb 15, 2006 6:40 pm
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

thanks - I see my problem now - that I was calling SetValueFormat("100") and SetIncrement(0) when the min is 0 and the max is 1003 and because of this I was getting crazy values on axis ( up to 11000). Now I call SetValueFormat("0") if I have nondivisble by 10 numbers.
- akiva
by akiva
Tue Feb 14, 2006 1:29 pm
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

Hi Narcis:
anything new about this issue?
thanks,
akiva
by akiva
Mon Feb 13, 2006 11:54 am
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

You wrote: "I've seen what you reported but I'm unable to reproduce the problem here" I don't understand what you mean - have you seen the actual teechart graph with the strange values on the left vertical axis? I also had sent you the cpp file (timeplotGraph) - in there is the code for designationg...
by akiva
Mon Feb 13, 2006 10:08 am
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

By me it works. I forgot to mention that you have to register the 2 ocx files, by running "regsvr32 path_of_OCX_file". Maybe that's the problem.
by akiva
Sun Feb 12, 2006 2:05 pm
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

I resentthe files you need - using yousendit. There are 2 sites you must downloads from. They are: Put all the files in the bin directory except for For Narcis.pak file and and convert.xml which are in the cfg directory. After bringing up EXalt you might need to load the For Narcis.pak file You do t...
by akiva
Thu Feb 09, 2006 3:32 pm
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

Hi Narcis: If you still have the files I sent you last time - you can use that exe file (exalt.exe I think its called) What you must do is go to Lab - Watch mode (see left hand upper tabs) and then go to the Access Board in lower left hand corner and make sure you are in groups tab. Drill down the t...
by akiva
Thu Feb 09, 2006 11:12 am
Forum: ActiveX
Topic: SetMinMax only works right with numbers divisible by 10
Replies: 12
Views: 14982

SetMinMax only works right with numbers divisible by 10

If I use as parameters for my teeChart numbers such as 0 for min and 1002 for max I do not get the correct range on the teechart left axis. e.g. m_tchart.GetAxis().GetLeft().SetMinMax(0, 1002); What I get on the chart are values between 0 and 11000 and the values are not evenly distributed either. I...
by akiva
Sun Jan 29, 2006 4:24 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

thanks - that seemed to take care of it.
by akiva
Wed Jan 25, 2006 5:23 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

Hi Narcis again:

See my previous email in which I sent some more files via yousendit. I forgot 1 more dll file so I made another YouSendIt path.

http://s42.yousendit.com/d.aspx?id=3143 ... D1BU5VJXUL

thanks,
Akiva
by akiva
Wed Jan 25, 2006 5:13 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

Hi Narcis:
I used YouSendIt again

http://s49.yousendit.com/d.aspx?id=3U2N ... OX8GAR3P69

Put all these files in your bin directory.
I also attached a cpp file - take a look especially at GraphicTimePlotChart::OnRemoveEUFromGraph().

- akiva
by akiva
Wed Jan 25, 2006 11:49 am
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

Hi Narcis: I had problems sending the files to you with steema.public.attachments so I used YouSendIt. Click on the following link below to retrieve the files. ....................................... You can click on the following link to retrieve your file. The link will expire in 7 days and will b...
by akiva
Mon Jan 23, 2006 2:26 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

Hi Narcis: I posted 2 separate mails in the steema attachments since the files I am sending are large so it may take a short while. I wrote this in the attachments also: I am attaching 2 zip files (2 emails) due to the large size. Copy the enclosed files to your C: directory. The exalt.exe should be...
by akiva
Sun Jan 22, 2006 2:16 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

I now posted it.
by akiva
Thu Jan 19, 2006 4:34 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

I am not able to send my attachment as I get a notice "no sender was specified". This is so though I am sending to steema.public.attachments. What am I doing wrong?
by akiva
Thu Jan 19, 2006 2:58 pm
Forum: ActiveX
Topic: On tchart control - getting a very bad thick line
Replies: 13
Views: 16849

On tchart control - getting a very bad thick line

I am using Teechart ProActiveX control V5 in my application. (plotting graph) I am getting a very thick line that has a black stripe at top and a white stripe below it with the number '0' written at the head of the line. This happens after I programatically add and subtract series to the graph. In o...