Search found 4 matches

by MetegrityInc
Thu Sep 07, 2006 9:10 pm
Forum: VCL
Topic: TreeTree store abd reload (file and Stream)
Replies: 7
Views: 20929

The issue arose from the fact that there was a form with name = '' currently created in the app. I removed the form, and the problem went away.
by MetegrityInc
Thu Sep 07, 2006 5:58 pm
Forum: VCL
Topic: TreeTree store abd reload (file and Stream)
Replies: 7
Views: 20929

I am experiencing the same problem. Application freezes because of looping in procedure TeeTreeFindGlobalComponent.

Any help would be appreciated.

Thanks
T.S.
by MetegrityInc
Wed Jul 07, 2004 1:50 pm
Forum: VCL
Topic: TBarSeries Multibar error
Replies: 2
Views: 6652

Thanks for the quick reply. That works nicely.
by MetegrityInc
Tue Jul 06, 2004 9:22 pm
Forum: VCL
Topic: TBarSeries Multibar error
Replies: 2
Views: 6652

TBarSeries Multibar error

Hi, I'm using Delphi 7, TeeChart Pro v7. The error "Incompatible types 'TMultibar' and 'TMenubreak'" is generated by the following code: ----- var i : integer; seriesBar : TBarSeries; begin for i := 0 to chtActive.SeriesCount - 1 do if chtActive.Series[i] is TBarSeries then begin seriesBar := chtAct...