-
-
2 azsd
Have used the fixes from R6 to my patch... What's new in your TODO list? Whether must me wait when you finish with D2009?
-
Changes in r6 almost apply to D2005~D2009, It's not for D2009 only.
Recently I can't find newly introduced bug in D2009 version.
surround all nude 'literal string' in KOL.pas (and your applications) with AnsiString() (KOLString(AnsiString()) for UNICODE_CTRLS relative A/W argument, String(Int2Str()) for only W in 2009) would take less storage space in target exe with D2009 if string more than 4 char, but It's not so important and sometimes let code looks uncomfortable.
I found some interest things to enhance/fix in original 2.87 package, It's also generic parts for KOL/MCK, so I'd happy to see you release original (like?) patch every time.
-
> Changes in r6 almost apply to D2005~D2009, It's not for D2009 only.
Yes, I understood...and using in my D2007.
> Recently I can't find newly introduced bug in D2009 version.
That's good.
> I found some interest things to enhance/fix in original 2.87 package, It's also generic parts for KOL/MCK, so I'd happy to see you release original (like?) patch every time.
If these "interest things" is in R2/R5/R6, I applied its...
-
>> I found some interest things to enhance/fix in original 2.87 package, It's also generic parts for KOL/MCK, so I'd happy to see you release original (like?) patch every time.
>
> If these "interest things" is in R2/R5/R6, I applied its...
...else, send its to me...
-
> ...else, send its to me...
I means some interest things in TODO list.
some idea under writing/debugging right now, other idea only in plan.
I'll spend one or more weeks to complete these "not so important" codes because I am just newbie in OpenToolsApi inerface.
-
OK. Means I can prepare patch 8)
-
2 azsd
I think you'll want create a full-unicode MCK for D2009... I already creating it...and finish soon 8)
-
Работа над подлой поддержкой unicode MCK в D2009 продолжается. Сделано для Button, Label, LabelEffect (исправлены ошибки в KOL), GroupBox, RadioBox, CheckBox, Edit и Tab
-
> подлой
полной 8)
-
Добавлены: Panel, BitBtn (исправлены ошибки в KOL), Memo
-
If you complete this, I can try to registry a PropertyEditor extension to apply it to D7~2007, also an non ASCII to #number Unicode filter would be added.
users who will need this convertion if they create applications in Russian codepage with some (Chinese/copyright mark/half width katakana) text can't input in Object inspector.
ANSI source file can't store Unicode chars if they contains character can map into current single codepage, but Unicode source file can't bypass compile earlier than D7 (or 2005?)
-
{$IFNDEF UNICODE_CTRLS}
if CF.szFaceName[1] = #0 then
{$ENDIF}
Result.FontName := KOLString(PWideChar(@CF.szFaceName[0])) // TODO: fixme
{$IFDEF UNICODE_CTRLS};{$ELSE}
else
Result.FontName := AnsiString(@CF.szFaceName[0]); // real T,0 works fine.
{$ENDIF}
the if else section is no necessary in REGetFont with UNCODE_CTRLS mode (only increase some time/byte).
-
2 azsd
Are you using ICQ?
-
Добавлены: RichEdit, ListBox, ComboBox
-
-
Добавлено: ToolBar
-
> Работа над подлой поддержкой unicode MCK в D2009
...завершена 8)
-
> Работа над подлой поддержкой unicode MCK в D2009...завершена
Спасибо!!!
-
А где можно скачать сборку для D2009 ?