Search found 114 matches

by Malcolm
Mon Dec 06, 2004 6:10 pm
Forum: TsiLang Components Suite
Topic: AV when changing string IDs
Replies: 5
Views: 8678

AV when changing string IDs

Hi v5.3.2 I am getting the following error when trying to change a string ID. Access violation at address 0633ACA8 in module 'TSiLang_D6.bpl'. Read of address 00000000. I edit the ID in the Translation Editor for a TSiLang component, it asks whether to change the source, I click Yes .. then blooey! ...
by Malcolm
Sat Nov 13, 2004 12:08 am
Forum: TsiLang Components Suite
Topic: Version number
Replies: 2
Views: 6197

OK, fixed it. :oops:
by Malcolm
Thu Nov 11, 2004 10:55 pm
Forum: TsiLang Components Suite
Topic: Version number
Replies: 2
Views: 6197

Version number

Hi

Did you forget to update the version number .. or did my upgrade fail?

Malcolm
by Malcolm
Tue Aug 17, 2004 3:23 pm
Forum: TsiLang Components Suite
Topic: SIL Error with v 5.3.1
Replies: 3
Views: 6774

Thanks :D
by Malcolm
Mon Aug 16, 2004 5:48 pm
Forum: TsiLang Components Suite
Topic: SIL Error with v 5.3.1
Replies: 3
Views: 6774

SIL Error with v 5.3.1

Hi

With the v 3.5.1 SIL Editor I can open any .SIL file OK..
.. but when I open a .SIB file I get the Trial version nag screen! :(

Is this a slip-up at your end?
by Malcolm
Mon Aug 16, 2004 5:28 pm
Forum: TsiLang Components Suite
Topic: Do .sil and .sib files have same functionality
Replies: 5
Views: 10524

PS:

I have just updated to v5.3.1 and now the Save Project to SIL file works without the memory problem :)
by Malcolm
Sat Jun 12, 2004 5:00 pm
Forum: TsiLang Components Suite
Topic: Do .sil and .sib files have same functionality
Replies: 5
Views: 10524

Thanks for the quick reply. Yes, .sib is much faster, that's why I wanted to use it. I have spent quite a lot of time trying to find the problem here - with no success. I have uninstalled, deleted the siComponents folder tree and searched for other copies of .dcu files. Then I installed again - same...
by Malcolm
Sat Jun 12, 2004 10:20 am
Forum: TsiLang Components Suite
Topic: Do .sil and .sib files have same functionality
Replies: 5
Views: 10524

Do .sil and .sib files have same functionality

v 5.3.0 with D6 Are there situations where only one of these formats can be used? I have found that with a TsiLangRT, I can .LoadOnCreate from a .sil file but not from a .sib file. I can get the built-in editor with a TsiLangRT to save to a .sib file OK but I can't get it to read back any changes fr...
by Malcolm
Sun May 02, 2004 10:25 pm
Forum: TsiLang Components Suite
Topic: TsiLang and RaveReport
Replies: 5
Views: 9970

I think the same applies for FastReports? :(
I suppose I can translate headings etc in my parent Form and send them as data ... but ...
by Malcolm
Sun May 02, 2004 2:05 pm
Forum: TsiLang Components Suite
Topic: Does Help need a correction?
Replies: 1
Views: 4925

Does Help need a correction?

v 5.3

Using siLangRT to allow editing of the 'Other' TStringTypes I got an 'undeclared identifier' error.

Help states the type is stOther but it seems it is actually stOtherStrings.
by Malcolm
Tue Dec 30, 2003 12:54 pm
Forum: TsiLang Components Suite
Topic: TsiBrowseForFolder - BrowseForComputer
Replies: 6
Views: 12354

OK, noted, thanks.
by Malcolm
Tue Dec 30, 2003 9:16 am
Forum: TsiLang Components Suite
Topic: TsiBrowseForFolder - BrowseForComputer
Replies: 6
Views: 12354

There is a small problem with this patch. Because SiDialog.pas does not clear FSelectedDir before the browse any subsequent [BrowseForComputer] call will return the result of the previous operation (FSelectedDir is not blank). I am now clearing the .SelectedDir property in my code before making the ...
by Malcolm
Sat Dec 27, 2003 9:39 am
Forum: TsiLang Components Suite
Topic: TsiBrowseForFolder - BrowseForComputer
Replies: 6
Views: 12354

Thanks, that works fine. :)

Will that be in the next release, or will I need to remember to patch it?

Malcolm
by Malcolm
Fri Dec 26, 2003 3:02 pm
Forum: TsiLang Components Suite
Topic: TsiBrowseForFolder - BrowseForComputer
Replies: 6
Views: 12354

TsiBrowseForFolder - BrowseForComputer

Hi

When setting siBrowseForFolder.Flags := [BrowseForComputer] and then selecting a computer, how does one access the selected 'computername'?

If this component does not do the buisness, does anyone know how else to get a computername?

Malcolm
by Malcolm
Tue Oct 21, 2003 11:35 pm
Forum: TsiLang Components Suite
Topic: Can't save to a .sil with 5.2.5
Replies: 2
Views: 8950

Thanks, that fixed it.