Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Форум: "KOL";
Текущий архив: 2006.03.12;
Скачать: [xml.tar.bz2];

Вниз

Новая версия   Найти похожие ветки 

 
Владимир Кладов   (2005-06-14 21:40) [0]

Наконец-то собрал версию (3 дня ушло на сборы). Я еще не делал рассылку, можно пока просто проверить что я ничего не забыл положить. Уже давно не делал, может забыл чего.


 
Thaddy   (2005-06-14 22:32) [1]

What wonderfull news ;)
Thx

I am in Russia next week (but not nearly close enough to meet you  (: )


 
ORMADA ©   (2005-06-15 08:40) [2]

а ссылку плззззззззззззззззз


 
dmitry501 ©   (2005-06-15 11:12) [3]

ORMADA ©   (15.06.05 8:40) [2]
http://bonanzas.rinet.ru


 
BMouradov   (2005-06-15 12:43) [4]

В новостях сказано, что обновился и SmoothDB, скачал с http://bonanzas.rinet.ru последнюю версию, датированную 2004г, провёл обновление, но ничего не изменилось. Подскажите, где взять свежий SmoothDB?


 
ORMADA ©   (2005-06-15 15:02) [5]

с http://bonanzas.rinet.ru
Свежая версия KOL и MCK
Наиболее свежая версия KOL и MCK в одном архиве с сайта kol.mastak.ru.
http://kol.mastak.ru/files/kol_mck.zip файл не найден :(
вроде последняя версия 2,08 ?
в разделе архивы на http://bonanzas.rinet.ru
KOL    v2.00    15.11.2004    430K  старьё!
дайте плз полнуб ссылку на последний кол и vcr в одном флаконе но только не на это 5 метровое чудо Свежие KOL, MCK и дополнения (http://reactor.reality-protocol.de/php/dlcount/dlcount.php?id=4&act=download)


 
Владимир Кладов   (2005-06-15 15:18) [6]

SmoothDIB положил. Зачем в одном флаконе? обновление скачать секундное дело.


 
Владимир Кладов   (2005-06-15 15:20) [7]

И KOLadd тоже. Кажется вчера не положил.


 
DmiSb   (2005-06-16 07:49) [8]

Скачал KOLadd с http://bonanzas.rinet.ru/KOLadd.zip,
а он от 11.05.2005 г.
Это правильно, или обновление для него качается с другого места ?


 
thaddy   (2005-06-16 11:18) [9]

Thank you for also restoring PAS_VERSION code for Tobj.free.
Now the only thing that needs changing for freepascal 2 is this procedure, that fails in FPC without this small change:

procedure LogFileOutput( const filepath, str: String );
var F: HFile;
T:string;
begin
F := FileCreate( filepath, ofOpenWrite or ofOpenAlways );
if F = INVALID_HANDLE_VALUE then Exit;
FileSeek( F, 0, spEnd );
T:=str+#13#10;
FileWrite( F, Pchar(T)^ , Length(T));
FileClose( F );
end;

Would you be so kind to change this, or similar to the above code?
I think this will also be D2 compatible;


 
Владимир Кладов   (2005-06-22 17:15) [10]

OK, I"ll do this. Но боюсь, что следующая версия несколько задержится (не так много стало багов, а хотелось бы, чтобы 2.10 можно было действительно назвать "чистой", все-таки круглый номер. Так подождем еще баг-репортов).


 
thaddy   (2005-06-22 20:39) [11]

I think that 4 versions a year prepared by one man is enough ;)

In the mean time:
The Freepascal version I have on my website exceeded 200 downloads, which means it is actually appreciated in the KOL community.
Lots of the downloaders seem to be University students from all over Europe.
And I bring you the compliments of Daniel Mantione for writing such a "proper" and "concise" library. He thinks it is a pity it cannot be cross platform, but he understands the reasons behind it.

Regards,

Thaddy


 
Dimaxx ©   (2005-06-23 02:51) [12]

1) Если создать Label в design-time и выставить ее свойство WordWrap в True, то метка не переносит содержащийся в ней текст. Ошибка кроется в функции MakeWordWrap. Надо так:

function TControl.MakeWordWrap: PControl;
begin
 fWordWrap := TRUE;
 fStyle := fStyle and not SS_LEFTNOWORDWRAP;
 Result := @ Self;
end;

Тогда работает. Если пользоваться в runtime функцией NewWordWrapLabel, то все в порядке.

2) Неправильное назначение кнопок тулбара разделителями при открытии проекта заключено в процедуре модуля mckCtrls.pas buttons2Items.

В процедуре buttons2Items для нормального распознавания мнемонической записи в свойстве buttons необходимо изменить строку кода:

Было: if C <> "-" then Bt.Fseparator := FALSE;
Надо: Bt.Fseparator := ( C = "-" );
     либо if C <> "-" then Bt.Fseparator := FALSE else Bt.Fseparator := TRUE;

Тогда при условии правильной записи все нормально назначается. А создание мнемонической записи кнопок неправильно выполняет процедура Items2buttons. С этой процедурой я пока не разбирался, но попробую найти время и прислать исправленный код.


 
Dimaxx ©   (2005-06-23 02:55) [13]

Забыл отметить - с тулбаром глюки при условии, что кнопки не имеют надписей.


 
Ax   (2005-06-23 03:45) [14]

я скачал файл kolmck200to208.upd
а что делать дальше?


 
Yhrik!   (2005-06-23 09:29) [15]

СКАЧАЙ updater.exe помести *.upd и updater.exe и KOL в одну паку и запусти updater.


 
Sapersky   (2005-06-23 10:42) [16]

Баг-репорт по JpegObj.pas:
При декомпрессии jpeg в 8-битный битмап (jpeg.PixelFormat := jf8bit) в этом битмапе (в палитре) оказываются перепутаны компоненты R и B. Исправляется вроде легко (в BuildPalette).


 
miek ©   (2005-06-24 22:10) [17]

Ничего не понимаю! Захожу на страничку e_updates, а там одни заголовки "updates", "old updates", "retro-updates" - самих ссылок нет. Или я чего не понимаю?


 
Владимир Кладов   (2005-06-25 08:10) [18]

JavaScript"ы должны быть включены. И если firewall встроенный в XP ругется что контент заблокирован, его требуется разблокировать - для моей страницы. Там весь контент строится скриптом.


 
Владимир Кладов   (2005-07-11 20:16) [19]

В течение часа постараюсь новую версию положить. Пока непереведенный вариант:

KOL and MCK news (v2.10):
[-]MCK: some options were not generated for OpenDirDialog, fixed. Also, some changes made (having effect only when symbol NEW_OPEN_DIR_STYLE_EX is added to project options) which are fixing absurd tab order in the dialog of the new style (by default, buttons are in focus, though in my opinion the directory tree must be there).
[-]MCK: initial code for set radiobox checked was generated but had no effect still window was not created yet. Fixed. Thanks to Andrzei Kubasek for a bug report.
[-]KOL: reading RLE-encoded bitmaps fixed (TBitmap.LoadFromStreamEx). Also, LoadFromStreamEx now can properly read bitmaps with BITMAPCOREHEADER placed instead of BITMAPINFOHEADER structure. Loading bitmaps having truncated color table fixed for both LoadFromStream and LoadFromStreamEx methods.
[-]KOL: Consequence changes done in TIcon.LoadFromStream (256 color icons are loading correctly now). TIcon.LoadFromStream accepts now headless icons (as it were pointed into a single icon directory). It is possible now adding a symbol ICON_DIFF_WH into project options definitions, to work with icons having Width <> Height (Properties Width and Height appear for such symbol, and Size returned as max(Width,Height) so still can be used).
[+]KOL: Small changes in TStream implementation: for file streams, its method fRead is initialized via a constant by default initialized with ReadFile procedure. But it is possible now to change ReadFileProc constant (assign your own handler) and get some additional effects on it.
[+]KOL: properties AnchorRight and AnchorBottom added, and function Anchor( right, bottom: boolean ) for TControl. MCK: properties AnchorRight, AnchorBottom published for TKOLCustomControl and work at design time too.
[*]KOL: object TTree moved to KOLadd.pas.
[+]KOL: method TStream.SaveToFile( filename, from, size ) added.
[*]KOL: small changes in LogFileOutput to make it understandable for Free Pascal (by Thaddy de Koning).
[*]KOL: small changes in JustOneNotify to make memproof utility slent about resource leakage.
[*]KOL: small changes in JustOneNotify to make memproof utility slent about resource leakage.
[-]MCK: code fixed for Delphi2, 3 (no default parameters).
Other news:
[+]Zoomer version 3 application added: now it is a good alternative to other image viewing applications (supports bmp, dib, ico, cur, jpg, gif - now including animated, png, pcx, tga, tif, psd, wmf, emf, pbm, pgm, ppm, ani, icl) and very useful tool to view/grab graphic resources from executables including NE format of exe or dll.
[*]KOLJpeg updated (8 bits format reading fixed).
[*]KOLGif updated (now it can read GIF without knowing the size of GIF file a priory). Also, with symbol USE_KOLGRAPHIC another GIF LZW decoder is used from KOLGraphicEx package, and this helps to handle correctly very small set of gif-files (possibly coded incorrectly). And with symbol USE_ANIMATION object TGIF is derived not directly from TObj, but from TAnimation object (see Animation package).
[+]Animation package added. It contains TAnimation as an abstract object definition for derivatives like TGif. Also there is TAniIcon object also derived from TAnimation located there as a simple example for deriving animation object (it allows to place animated icons or cursors on form easy), and TAniShow which acts like TGifShow, but works with Animation: TAnimation property rather then with just GIF: TGif, so it is more universal animation control. See also Flic package.
[+]FLIC package added. It contains TFlic object, which allows to play FLIC-files (animation from the old AutoDesk Animator Pro).
[*]KOLGraphicEx updated (some fixes for TIFF). Also, with symbol NOCLASSES all the rest of classes are converted to objects (economy though is very small, on already big enough application).
[*]MultiWav package updated (some small fixes, some improvements).
[*]Lnk package updated (FileReg).

Про изменения в MCK может чего не дописал, не смотрел еще. Под D2, D3 проверил. Еще под FP постараюсь протестировать.


 
Владимир Кладов   (2005-07-11 22:25) [20]

готово


 
Vladimyr ©   (2005-07-12 01:06) [21]

> [*]Lnk package updated (FileReg)

Где??
На http://bonanzas.rinet.ru/Lnk.zip
лежит файл от 16.03.04


 
Владимир Кладов   (2005-07-12 05:04) [22]

Lnk just uploaded. Just no big difference. Anyway results are not satisfying me. File type can not be assocated OK in all (in many) cases.


 
Василий   (2005-07-13 08:45) [23]

А обновленный KOLGif?
http://bonanzas.rinet.ru/kolgif.zip - от 25.03.2004


 
Vladimir Kladov   (2005-07-14 17:56) [24]

я вчера обновил GIF и Graphic. Мне померещилось, или здесь переименовали конференции? ссылка на форум ведет куда-то не туда с этого сайта. Скажите админам, чтобы проверили. Я вообще каким-то левым способом добрася, зайдя сперва в общий форум.


 
Vladimir Kladov   (2005-07-14 18:08) [25]

Dolphin теперь работает. Но почему-то скачивает только то, что я уже сам отвчал, после пересадки за новое место.


 
Vladimir Kladov   (2005-07-15 14:34) [26]

Хочу предупредить народ, что примерно с воскресенья и 17.07 до 1.08 достать меня будет трудно, отпуск намереваюсь провести на даче, все 2 недели. Если будет возможность выходить на и-нет по GPRS, вряд ли чаще чем раз в сутки-двое, и вряд ли намного.



Страницы: 1 вся ветка

Форум: "KOL";
Текущий архив: 2006.03.12;
Скачать: [xml.tar.bz2];

Наверх





Память: 0.52 MB
Время: 0.014 c
1-1139233538
parovoZZ
2006-02-06 16:45
2006.03.12
Файл во временную папку


15-1140406651
никак не получается
2006-02-20 06:37
2006.03.12
таблицы


15-1139950881
LordOfRock
2006-02-15 00:01
2006.03.12
Фильм DooM


2-1140849359
Лёха
2006-02-25 09:35
2006.03.12
Тыкание кнопок


15-1140045550
Диззайнер
2006-02-16 02:19
2006.03.12
Как можно подключить к компу ломпочки и управлять ими?





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский