Search found 8 matches
- Wed Jun 19, 2013 4:47 pm
- Forum: VCL
- Topic: TeeGDIplus
- Replies: 10
- Views: 14757
Re: TeeGDIplus
Yeray Has this issue been fixed? I have just upgrade my TeeChartPro to 2013.08 (I am using C++Builder 2007) and, for the first time, I get: [C++ Error] Teegdipapi.hpp(531): E2019 'TeeGDIPAPI__4:: :: :: ()' cannot be declared in an anonymous union I have checked my paths in the Tools > Options box, w...
- Tue Sep 01, 2009 4:40 pm
- Forum: VCL
- Topic: How to find TeeChart version number at runtime?
- Replies: 2
- Views: 5034
Re: How to find TeeChart version number at runtime?
Narcís
A perfect answer - thanks!
Andrew
A perfect answer - thanks!
Andrew
- Tue Sep 01, 2009 3:13 pm
- Forum: VCL
- Topic: How to find TeeChart version number at runtime?
- Replies: 2
- Views: 5034
How to find TeeChart version number at runtime?
I want to display the version number (major/minor/revision) of TeeChart in my app at run-time, but I can't find a function of macro that allows me to do that.
Does anyone know a simple way to get this information at compile or run-time?
Many thanks
Andrew Bond
Does anyone know a simple way to get this information at compile or run-time?
Many thanks
Andrew Bond
- Sat Jul 25, 2009 10:33 am
- Forum: VCL
- Topic: TeeChart help integration in CodeGear Studio 2007 not workin
- Replies: 7
- Views: 9531
Re: TeeChart help integration in CodeGear Studio 2007 not workin
No need to answer my last question - WinHelp looks for the HLP file in the same folder as the TeeChart dll (unless told otherwise in Windows Registry).
Thanks for all your help Narcis - problem is now solved.
Andrew
Thanks for all your help Narcis - problem is now solved.
Andrew
- Fri Jul 24, 2009 1:04 pm
- Forum: VCL
- Topic: TeeChart help integration in CodeGear Studio 2007 not workin
- Replies: 7
- Views: 9531
Re: TeeChart help integration in CodeGear Studio 2007 not workin
Narcis
Thanks - that worked (suitably modified for C++Builder).
A final question - where does the Help button handler look for the Help file if the 'TEEUSER8.HLP' key is missing from the registry? Does it look in the directory that TeeUI8111.bpl is located in? If not, where?
Andrew
Thanks - that worked (suitably modified for C++Builder).
A final question - where does the Help button handler look for the Help file if the 'TEEUSER8.HLP' key is missing from the registry? Does it look in the directory that TeeUI8111.bpl is located in? If not, where?
Andrew
- Wed Jul 22, 2009 7:30 pm
- Forum: VCL
- Topic: TeeChart help integration in CodeGear Studio 2007 not workin
- Replies: 7
- Views: 9531
Re: TeeChart help integration in CodeGear Studio 2007 not workin
Narcis I cannot get Option 3 to work. The info at 'Docs\Runtime Editor help source' in TeeChart's installation explains how to point the Help button's event handler to a particular file (at least I presume it does), but I just get the message "No context-sensitive help installed" whenever I click th...
- Wed Jul 22, 2009 1:05 pm
- Forum: VCL
- Topic: TeeChart help integration in CodeGear Studio 2007 not workin
- Replies: 7
- Views: 9531
Re: TeeChart help integration in CodeGear Studio 2007 not workin
Narcis Thanks for the quick response. I am not so bothered about having to access the Help file manually myself, but I don't want our end-users to get the error message when they click on the Help button. Is there any way to: Hide the button in the run-time TChartEditor? Override the on-click handle...
- Wed Jul 22, 2009 11:23 am
- Forum: VCL
- Topic: Error: no context-sensitive help installed
- Replies: 1
- Views: 4315
Error: no context-sensitive help installed
I am using TeeChart Pro 8.04 in my C++Builder 2007 app. At run-time, when I click the Help button that appears at the bottom of the TCHartEditor box, I get the message: "No context-sensitive help installed" I have checked in Windows Registry that the setting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi...