Page 1 of 1

help with installation

Posted: Fri Oct 18, 2024 9:27 pm
by 18698888
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.

Re: help with installation

Posted: Thu Oct 24, 2024 1:00 pm
by Marc
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

Re: help with installation

Posted: Thu Oct 24, 2024 1:32 pm
by Marc
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:

Code: Select all

    _Headers = (
      1
      'TColumnHeaderBand'
      <
        item
        end>)
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

Re: help with installation

Posted: Sun Nov 03, 2024 12:52 am
by 18698888
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

Re: help with installation

Posted: Sun Nov 03, 2024 1:02 pm
by 18698888
Marc wrote:
Thu Oct 24, 2024 1:32 pm
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:

Code: Select all

    _Headers = (
      1
      'TColumnHeaderBand'
      <
        item
        end>)
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
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.