Search found 5 matches

by Pat
Thu Dec 17, 2015 7:57 am
Forum: TsiLang Components Suite
Topic: Firemonkey: Duplicate resource
Replies: 1
Views: 13637

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...
by Pat
Tue Nov 17, 2015 10:38 am
Forum: TsiLang Components Suite
Topic: default list
Replies: 1
Views: 8449

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?
by Pat
Thu Oct 15, 2015 12:35 pm
Forum: TsiLang Components Suite
Topic: Stream read error
Replies: 0
Views: 54225

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...
by Pat
Tue Oct 13, 2015 8:58 am
Forum: TsiLang Components Suite
Topic: procedure UpdateStrings
Replies: 2
Views: 9297

Thanks for your answer.

I have already solved it :D

There was a comment after the 'end' of the previous procedure.

After removing the comment it works.
by Pat
Mon Oct 12, 2015 9:43 am
Forum: TsiLang Components Suite
Topic: procedure UpdateStrings
Replies: 2
Views: 9297

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;