Вниз
Скачать: 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.058 c
3-1132829235
FesSumy
2005-11-24 13:47
2006.01.22
F1! Экспорт из DBF в XML.


6-1129031960
ThermiT
2005-10-11 15:59
2006.01.22
Borland Socket Server - можно ли обойтись без него?


2-1136637637
Начинающий5
2006-01-07 15:40
2006.01.22
Dbgrid


14-1135152597
vidiv
2005-12-21 11:09
2006.01.22
Автомагнитолла для академиков


11-1117997478
Ilnur
2005-06-05 22:51
2006.01.22
Richedit в MCK




   Наверх