Hello all
Apologies for the basic question here, I'm quite new
I've installed TeeGrid to Embarcadero C++ builder 12 Athens, and the component is showing but I suspect the files installed are in the wrong locations, as I receive various errors trying to compile a project from not being able to locate the hpp , .h , .a files.
I tried creating a new blank project with just the TGrid component placed on the form, and I receive an error of " error reading TeeGrid1.headers:invalid property value
It's clearly me and not the product. I've used it before and loved it, just a new laptop has forced me to reinstall everything. Any advice would be greatly appreciated.
help with installation
Re: help with installation
Hello,
Apologies for the delay in replying. There appears to be a problem installing TeeGrid to a form in Athens that may be due to a header error reported on earlier IDEs. We're checking.
Regards,
Marc Meumann
Apologies for the delay in replying. There appears to be a problem installing TeeGrid to a form in Athens that may be due to a header error reported on earlier IDEs. We're checking.
Regards,
Marc Meumann
Steema Support
Re: help with installation
A temporary workaround that may work is to open the form as text ("View as Text") and remove the following lines from the TeeGrid object definition:
If the form is then saved and closed and not reopened as a form it should compile and run correctly.
We will look for the correct solution internal to TeeGrid.
Regards,
Marc
Code: Select all
_Headers = (
1
'TColumnHeaderBand'
<
item
end>)
We will look for the correct solution internal to TeeGrid.
Regards,
Marc
Steema Support
Re: help with installation
Hi Marc
I removed the text you mentioned from unit1.dfm (The only file i could find which contained the text) , and it still fails to compile with:
Error reading TeeGrid1_headers: invalid property value
I removed the text you mentioned from unit1.dfm (The only file i could find which contained the text) , and it still fails to compile with:
Error reading TeeGrid1_headers: invalid property value
Re: help with installation
Given as it's not compatible with the version I am using I have uninstalled it. Perhaps if it's something you're able to resolve i may visit it again in the future.Marc wrote: ↑Thu Oct 24, 2024 1:32 pmA temporary workaround that may work is to open the form as text ("View as Text") and remove the following lines from the TeeGrid object definition:
If the form is then saved and closed and not reopened as a form it should compile and run correctly.Code: Select all
_Headers = ( 1 'TColumnHeaderBand' < item end>)
We will look for the correct solution internal to TeeGrid.
Regards,
Marc