Search found 11 matches

by bigstar
Thu Jan 12, 2012 4:08 am
Forum: VCL Scheduling Agent
Topic: Vista/Win7 MonthlyDOW Trigger
Replies: 2
Views: 19441

This is what I came up with and so far it seems to work with every combination I've tried. procedure TTrigger.SetMonthlyDOWTrigger; var imonthdow: IMonthlyDOWTrigger; X: Word; begin imonthdow := FInterfaceVista as IMonthlyDOWTrigger; imonthdow.DaysOfWeek := FTaskTrigger._Type.MonthlyDOW.rgfDaysOfThe...
by bigstar
Mon Jan 09, 2012 6:48 pm
Forum: VCL Scheduling Agent
Topic: Vista/Win7 MonthlyDOW Trigger
Replies: 2
Views: 19441

Vista/Win7 MonthlyDOW Trigger

I recently upgraded to VCL Scheduling Agent v2.0.7 and while testing to insure that the component and my application still work without any unexpected defeats I noticed a possible problem, either in my code or in the component I'm not entirely sure. I am trying to define multiple weeks for a Monthly...
by bigstar
Thu Jun 18, 2009 2:46 am
Forum: VCL Scheduling Agent
Topic: Bug in VistaPattern2Minutes() function v2.0.2.0
Replies: 1
Views: 10551

Bug in VistaPattern2Minutes() function v2.0.2.0

Hello,

There seems to be a problem with the VistaPattern2Minutes() function.

The trigger duration returns P4DT23H18M but the VistaPattern2Minutes() function returns 0.
by bigstar
Tue May 15, 2007 7:23 pm
Forum: TsiLang Components Suite
Topic: Odd Text corruption
Replies: 5
Views: 10747

I've been working non-stop on this issue, and we've determined the cause. The problem was caused by a 3rd party application (UltraMon) which uses an application hook, I'm not sure if this problem is limited to specifically my application or if any application using tsiLang is effected. We determined...
by bigstar
Sun Apr 29, 2007 2:15 am
Forum: TsiLang Components Suite
Topic: Odd Text corruption
Replies: 5
Views: 10747

To narrow down the problem we had the user remove all external language files (we have one sib per language, each language file contains 2 languages, english and the translated language). These screenshots were taken using the default language stored in EXE, and The EXE only contains one language (e...
by bigstar
Sun Apr 29, 2007 12:58 am
Forum: TsiLang Components Suite
Topic: Odd Text corruption
Replies: 5
Views: 10747

Odd Text corruption

Some of my users have report problems of text corruption.

I haven't been able to figure this out, so I thought maybe someone on the forums can shed some light on this issue.

Image

Image
by bigstar
Tue Aug 09, 2005 6:56 pm
Forum: TsiLang Components Suite
Topic: Remove language from .sib file via code
Replies: 9
Views: 15980

I did some more tests and I'm starting to think the problem isn't with the updated SIB file but rather a problem when loading the new language file from within my program. Because even your new code doesn't allow my application to use the updated resource strings. Quite puzzling. The SIB file looks ...
by bigstar
Sun Aug 07, 2005 2:47 pm
Forum: TsiLang Components Suite
Topic: Remove language from .sib file via code
Replies: 9
Views: 15980

Sorry I forgot to mention I also commented that line out as well as "siLang.LangNames[0] := siLang.LangNames[1];" Yes, your example appears to work for every section but the "Strings" section. When I load the .SIB file into the TsiLang File Edior everything looks ok. I also tried...
by bigstar
Sat Aug 06, 2005 4:19 pm
Forum: TsiLang Components Suite
Topic: Remove language from .sib file via code
Replies: 9
Views: 15980

Thanks for the example. For some odd reason after I do this some of my translated text no longer appears translated. Specifically some resource strings.. I also did a test where I used siLang.ReplaceStringValue(List, EmptyStr, ExtractTranslation(List , siLang.LangDelim, 0), 1); not removing the firs...
by bigstar
Thu Aug 04, 2005 2:45 pm
Forum: TsiLang Components Suite
Topic: Remove language from .sib file via code
Replies: 9
Views: 15980

Thanks for your advice. Once I have the SIB file loaded into the TSIBFileManager, How do I go about removing a language from the TSIBFileManager.siComponents[] (TsiCustomLang)? I thought maybe I could remove the LangName from the list and it would exclude it from all of the properties but that didn'...
by bigstar
Wed Aug 03, 2005 3:55 pm
Forum: TsiLang Components Suite
Topic: Remove language from .sib file via code
Replies: 9
Views: 15980

Remove language from .sib file via code

I decided to have seperate language files for each translation, The translator adds their language to the .sib file. When I recieve the .sib file from the translator I manually remove the default language leaving only their translated language in the .sib file. What I'd like to do is automate this t...