[DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Rohit Gupta
Ok, where has TeeChart gone ? ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Re: [DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Steve Peacocke
Hidden under TeeChart Std in the tool palette Steve -- Steve Peacocke http://stevepeacocke.blogspot.com/ On 24/07/07, Rohit Gupta [EMAIL PROTECTED] wrote: Ok, where has TeeChart gone ? ___ NZ Borland Developers Group - Delphi mailing list Post:

Re: [DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Rohit Gupta
Thanks, it helps to read the error message properly. I jumped to the conclusion that it wasnt there and there are many many people around the world complaining about it too. :-) They have made a property and a method protected arrgghh. Steve Peacocke wrote: Hidden under TeeChart Std

Re: [DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Neven MacEwan
Rohit That'll teach you for not sub-classing :-) Thanks, it helps to read the error message properly. I jumped to the conclusion that it wasnt there and there are many many people around the world complaining about it too. :-) They have made a property and a method protected arrgghh.

Re: [DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Richard Vowles
Rohit Gupta wrote: Ok, where has TeeChart gone ? And remember your Alt-Ctrl-P then type the name of the component. Richard -- Richard Vowles, Product Evangelist Developers Inc Ltd (for Delphi, C++ Builder, JBuilder, InterBase) web. http://www.developers-inc.co.nz ph. +64-9-3600231, mob.

Re: [DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Rohit Gupta
Now 3 of the apps compile but they crash when run. Problem 1 - FileExists now works for only one filename. It has worked with wildcards for yonks. I can make one easily enough. But I can do without these nasty changes. Is there a list in the help file that tells you what they have

Re: [DUG] 2007 - Where is Tee Chart

2007-07-23 Thread Rohit Gupta
Yes, and it was the only component that was not subclassed. :-) Neven MacEwan wrote: Rohit That'll teach you for not sub-classing :-) Thanks, it helps to read the error message properly. I jumped to the conclusion that it wasnt there and there are many many people around the world

[DUG] Help - E2171 Variable inaccessible here due to optimization

2007-07-23 Thread Steve Peacocke
I'm attempting to debug a piece of code in my application and I get this statement when trying to Watch, Evaluate, or Inspect a particular variable. E2171 Variable blah inaccessible here due to optimization It is most important that I see the value of blah at this time. The code is in a loop

RE: [DUG] Help - E2171 Variable inaccessible here due to optimization

2007-07-23 Thread Myles Penlington
Have you rebuilt the app, not just recompile? M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Peacocke Sent: Tuesday, 24 July 2007 01:33 To: NZ Borland Developers Group - Delphi List Subject: [DUG] Help - E2171 Variable inaccessible here due to

[DUG] List of Changes to VCL in D2007

2007-07-23 Thread Rohit Gupta
Changes in VCL, I can fix them easily enough. But I can not test the whole app to find them 1. FileExists now works for only one filename. It has worked with wildcards for yonks. 2. ClientDataset.Indexdefs.Add now works with fieldname. The bug in previous versions was that it wanted the