Search found 3 matches
- Tue Nov 04, 2008 12:37 pm
- Forum: VCL
- Topic: TGridShape individual Cell Width
- Replies: 1
- Views: 10569
TGridShape individual Cell Width
In an multicolumn GridShape I try to give each Column an individual width. I did insert in the TeeTree2New Example the following lines at the FormCreate of unit GridShape.pas: Cells[0,0].width := 200; Cells[0,1].width := 300; Cells[0,2].width := 400; Cells[1,0].width := 200; Cells[1,1].width := 300;...
- Thu Oct 23, 2008 2:15 pm
- Forum: VCL
- Topic: Wrong font after installing Delphi 2009
- Replies: 1
- Views: 9213
with screenshot
To show where the problem is, here a screenshot: http://www.menatwork.de/teetree.jpg The left Teetree-Demo runs in a virtual machine and is ok. The right Teetree-Demo runs on my XP-Machine. This Tree shows an Italic-like Font. Both Exe Files are the same without any changes. This concerns to all Tee...
- Wed Oct 15, 2008 3:26 pm
- Forum: VCL
- Topic: Wrong font after installing Delphi 2009
- Replies: 1
- Views: 9213
Wrong font after installing Delphi 2009
I did install Delphi 2009. After that, all Teetrees in my COMPILED Application changed the Font. Also in Apps who are created with Delphi 7 or Delphi 2005.
Also your Example-App TeeTree2New.exe does use this worng font, without recompile anything !
Crazy. Please help.
Also your Example-App TeeTree2New.exe does use this worng font, without recompile anything !
Crazy. Please help.