Search found 5 matches
- Thu Dec 17, 2015 7:57 am
- Forum: TsiLang Components Suite
- Topic: Firemonkey: Duplicate resource
- Replies: 1
- Views: 12789
Firemonkey: Duplicate resource
Hello, The following warning appears on an empty foremonkey Project when I place a tsilang component on the form: H2161 Warning: Duplicate resource: Type 12 (CURSOR GROUP), ID 32761; File c:\program files (x86)\embarcadero\studio\17.0\lib\Win64\release\Controls.res resource kept; file c:\program fil...
- Tue Nov 17, 2015 10:38 am
- Forum: TsiLang Components Suite
- Topic: default list
- Replies: 1
- Views: 7785
default list
Hello,
I have created and saved a Default list for property exclusion.
In which directory can I find that list?
I would like to give the list to the other developers, is this possible?
I have created and saved a Default list for property exclusion.
In which directory can I find that list?
I would like to give the list to the other developers, is this possible?
- Thu Oct 15, 2015 12:35 pm
- Forum: TsiLang Components Suite
- Topic: Stream read error
- Replies: 0
- Views: 11267
Stream read error
Hello, I have a listview with 14 columns. Depending on several parameters some columns are not shown at runtime. To make the columns unvisible the width is set to Zero. At that Point i get an exception: Stream read error. This Problem does NOT occur when i run my Project in base language. I tried to...
- Tue Oct 13, 2015 8:58 am
- Forum: TsiLang Components Suite
- Topic: procedure UpdateStrings
- Replies: 2
- Views: 8447
- Mon Oct 12, 2015 9:43 am
- Forum: TsiLang Components Suite
- Topic: procedure UpdateStrings
- Replies: 2
- Views: 8447
procedure UpdateStrings
Hi, I have a problem with the auto-generated procedure UpdateStrings. The procedure is empty in some Projects. Maybe it's because the procedure is not generated in a new line (see below). The first 'end' is from the previous procedure. end; procedure TMainForm.UpdateStrings; begin inherited; end;