Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.01.22;
Скачать: CL | DM;

Вниз

Kol Memo: strange output on Items[] if item is just one byte   Найти похожие ветки 

 
rofl   (2005-06-05 03:21) [0]

hello,
if i use this code here, and one line is just one byte
memo.items[i] returns #1 instead of the text.

  for i := 1 to memo1.Count do begin
      memo2.add(pas2html(memo1.items[i])+#13#10);
  end;

how can i get around that ?
i use kol 2.08. thanks !


 
rofl   (2005-06-05 03:22) [1]

demo program can be found here http://krazz.net/retnyg/pas2html.zip


 
ECM ©   (2005-06-05 14:44) [2]

I`m download demo... run exe-file...
...one line(just one byte)- work properly - memo.items[0] returns typed char ...
..it`s all right!

#1 - ?????

Win2K3 SP1


 
Thaddy   (2005-06-05 16:04) [3]

Confirm, I tried to reproduce it, but I can"t XP sp2 and Me


 
rofl   (2005-06-05 16:14) [4]

just open the demo program and type a "." in the upper box.
in memo2 a square sign should appear (win xp sp1 german)


 
rofl   (2005-06-05 16:21) [5]

it looks like this http://krazz.net/retnyg/memobug.gif


 
Thaddy   (2005-06-05 17:05) [6]

Nope, doesn"t seem to want to reveal itself to me:
Tested Me, Xp sp2 Us english and Dutch and D4,D5 and D7.
All versions work ik. I am online, we could brainstorm..


 
rofl   (2005-06-05 23:58) [7]

The problem can be reproduced when changing country settings to germany, as thaddy found out.
the error seems to be somewhere on Perform(aGetItemText,buf,idx)
it doesn"t returns anything, so the length stays in the buffer, instead of the char.
it can be worked around when using a #13#10-loop on memo.text instead of memo.items[x].
hopefully one of the pro"s here can solve this issue


 
rofl   (2005-06-07 02:23) [8]

news: the error does NOT happen when using KOL 2.0


 
Thaddy   (2005-06-07 02:45) [9]

I tried but failed (|



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

Текущий архив: 2006.01.22;
Скачать: CL | DM;

Наверх




Память: 0.48 MB
Время: 0.027 c
2-1135937910
Silver__Dragon
2005-12-30 13:18
2006.01.22
запуск exe


14-1136063298
Игорь Шевченко
2006-01-01 00:08
2006.01.22
С новым годом!


2-1136382044
REvAN
2006-01-04 16:40
2006.01.22
Тест, проблема с RENDOMIZE


2-1136153627
mr.Evil
2006-01-02 01:13
2006.01.22
Как удалить запись из потомка TFileStream


2-1136447864
Zhekson
2006-01-05 10:57
2006.01.22
Как сделать добавление недостающей части слова на подобие IE?