Search found 3 matches
- Sun Nov 03, 2024 1:02 pm
- Forum: VCL / FMX
- Topic: help with installation
- Replies: 4
- Views: 3782
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: _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. W...
- Sun Nov 03, 2024 12:52 am
- Forum: VCL / FMX
- Topic: help with installation
- Replies: 4
- Views: 3782
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
- Fri Oct 18, 2024 9:27 pm
- Forum: VCL / FMX
- Topic: help with installation
- Replies: 4
- Views: 3782
help with installation
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...