Search found 45 matches

by stsl
Tue Jun 15, 2010 1:40 pm
Forum: VCL
Topic: File not found error (DclTeePro911.bpl)
Replies: 7
Views: 9119

Re: File not found error (DclTeePro911.bpl)

I copied all the dcltee-----.bpl in the \public documents\Rad Studio\5.0\Bpl and now it works.
I dont know why, because it works with a new projects without these files in the public documents and my search paths are correctly defined.
by stsl
Tue Jun 15, 2010 1:31 pm
Forum: VCL
Topic: File not found error (DclTeePro911.bpl)
Replies: 7
Views: 9119

Re: File not found error (DclTeePro911.bpl)

I removed all the old references in my project files but it didn't work.
by stsl
Tue Jun 15, 2010 7:00 am
Forum: VCL
Topic: File not found error (DclTeePro911.bpl)
Replies: 7
Views: 9119

Re: File not found error (DclTeePro911.bpl)

Hi, I have the same problem. I checked my search path and Options->Package. When i load my project, there is the message "file not found error (DclTreePro911.bpl)". I have to Unload/Load my project a second time. It seems that the problem occurs only when the project has been developped with a previ...
by stsl
Mon Mar 22, 2010 7:29 am
Forum: VCL
Topic: Activate license
Replies: 2
Views: 4626

Re: Activate license

Hi,

It works properly.

Thanks
by stsl
Fri Mar 19, 2010 1:23 pm
Forum: VCL
Topic: Activate license
Replies: 2
Views: 4626

Activate license

I tried to reinstall teechart 8.06 source code and the online license activation has failed.
Regards
by stsl
Fri Jun 05, 2009 9:18 am
Forum: VCL
Topic: Functions, period range and data leak
Replies: 22
Views: 29024

Hi,

Ok, i have an implementation suggestion. But i am not sure that my code is correct.

You said that it's not a bug. So, you think that it's normal to have bad result values (0 is not "no value") when we use functions and period. I don't have confidence in the Teechart functions.

Regards
by stsl
Fri Jun 05, 2009 7:38 am
Forum: VCL
Topic: Functions, period range and data leak
Replies: 22
Views: 29024

Very good, i am very happy, my first request has been posted in 2005 (Wed Nov 02, 2005). And it's a critical bug (a feature !!!).
When this "feature" will be added (9.05 release) ?
by stsl
Tue Jun 02, 2009 1:00 pm
Forum: VCL
Topic: Functions, period range and data leak
Replies: 22
Views: 29024

and i suppose that the TV52012945 bug (sorry, it's a bug) is not fixed in the 8.05...
by stsl
Tue Jun 02, 2009 12:55 pm
Forum: VCL
Topic: Extra legend tool
Replies: 16
Views: 19880

and i suppose, not in the 8.05 release....
by stsl
Thu Apr 30, 2009 12:23 pm
Forum: VCL
Topic: Extra legend tool
Replies: 16
Views: 19880

But i need a normal legend with series (not the dummies) and an extra legend with groups (dummies) and check box to disable one or more groups of other series. Is-it possible to do that ? I think that with dummies series it will be complicated. Why did you disable the OnDrawLegend event when we have...
by stsl
Thu Apr 30, 2009 10:57 am
Forum: VCL
Topic: Extra legend tool
Replies: 16
Views: 19880

TV52014060 :
Did you use LegendStyle := lsGroups ?


TV52012945 :
For me it's a bug because the function generates wrong values in the graph (0 instead null values).

Best regards
by stsl
Thu Apr 30, 2009 8:05 am
Forum: VCL
Topic: Extra legend tool
Replies: 16
Views: 19880

When did you plan to fix this bug ? I hope in the 8.05 release.....
by stsl
Mon Apr 20, 2009 2:12 pm
Forum: VCL
Topic: Functions, period range and data leak
Replies: 22
Views: 29024

Please, fixed your bugs instead of adding useless features like video encoding or very bad GIS implementation.
I don't want to spend more time with teeChart (i have no time to find workarounds, it's not the purpose of my job).
by stsl
Thu Apr 09, 2009 3:23 pm
Forum: VCL
Topic: Functions, period range and data leak
Replies: 22
Views: 29024

1. Get data from the database but i add them manually with addXY. I have a lot of data and it will take a very long time to re-loop them each time the user change the intervals. 2. You could create a new series plus a new function every time the acquiring process starts. Very good !! And what about ...
by stsl
Thu Apr 09, 2009 12:03 pm
Forum: VCL
Topic: Functions, period range and data leak
Replies: 22
Views: 29024

In my release, DefaultNullValue is not declared. Excuse me, i can test with a 0 value. Resuming: If I understand well, you have a process that adds points to your source. The problem is because you have gaps in your X values and you also have an average function and you would like this function not...