Вниз
Скачать: CL | DM;

OnMouseOver Effect (TKOLBitBtn.Flat) missing in 2.08   Найти похожие ветки 

 
rofl   (2005-05-24 23:47) [0]

is there any new property i have to use to get the highlight effect when moving the mouse over a flat bitbutton, such as in kol 2.0 ?
thanks in advance !


 
ECM ©   (2005-05-25 10:46) [1]

Use OnTestMouseOver,OnMouseEnter,OnMouseLeave - it`s work on KOL 2.08 (BitBtn.Flat = TRUE)


 
rofl   (2005-05-25 12:53) [2]

thanks, now it works like this

procedure TForm1.dummyFlatProc(sender: pobj);
begin
 pcontrol(sender).invalidate;
end;

...

  buttons[i] := NewBitBtn( parctr, "", [], glyphLeft, Loadproc(HInstance, siz, pchar(s2), form1).handle, 0 ).SetPosition( l, t ).SetSize( siz, siz );
  buttons[i].TextShiftX := 1;
  buttons[i].TextShiftY := 1;
  buttons[i].flat := true;
  buttons[i].tag := i;
  buttons[i].onmouseleave:= dummyFlatProc;
  buttons[i].onmouseenter:= dummyFlatProc;


hopefully this work-around is not more required in next kol release 0o



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

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.025 c
1-1134675805
Volf_555
2005-12-15 22:43
2006.01.22
Как корректно выделить все функции и процедуры из *.pas файла?


2-1135663773
St74
2005-12-27 09:09
2006.01.22
Показ полного пути к файлу!


2-1136494842
n85sergey
2006-01-06 00:00
2006.01.22
ком порт


1-1134642411
IceBeerg
2005-12-15 13:26
2006.01.22
Полупрозрачная форма и текст на ней.


11-1117438691
mmn
2005-05-30 11:38
2006.01.22
Секция {$I name.inc} в .DPR файле




   Наверх