Problem with ressourcestring wizard

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
BenjyKid
Posts: 18
Joined: Wed Apr 05, 2006 4:08 pm

Problem with ressourcestring wizard

Post by BenjyKid »

When I use the import resource string wizard to import the resource strings into my main form, they are not added to siLang, but to another component on the form. What can I do?

The dfm then looks like this:
object dxComponentPrinter1: TdxComponentPrinter
CurrentLink = dxGridReport
Version = 0
OnBeforeDesignReport = dxComponentPrinter1BeforeDesignReport
Strings.Strings = (
'IDS_RES_65535'#1'Read beyond end of file'#1''#1''#1
'IDS_RES_65534'#1'File access denied'#1''#1''#1
'IDS_RES_65533'#1'Too many open files'#1''#1''#1
'IDS_RES_65532'#1'Invalid filename'#1''#1''#1
'IDS_RES_65531'#1'File not found'#1''#1''#1
'IDS_RES_65530'#1'I/O error %d'#1''#1''#1
'IDS_RES_65529'#1'Out of memory'#1''#1''#1

I'm using Delphi 2006 Pro.
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Could you please send us this DFM file to check and investigate a reason for this?
Best regards,
Igor Siticov.
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

There is small bug in Wizard application. We will fix it. As a temporary workaround please move TsiLang at desing-time on form somewhere higher or lower its position in order the Top property will be written into DFM.
Please let me know if this helps.
Best regards,
Igor Siticov.
BenjyKid
Posts: 18
Joined: Wed Apr 05, 2006 4:08 pm

Post by BenjyKid »

Thanks, the workaround did the trick!
Post Reply