Вниз
Скачать: 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.051 c
1-1134747917
злобная танька
2005-12-16 18:45
2006.01.22
сохранение картинок вместе с данными


11-1117925548
rofl
2005-06-05 02:52
2006.01.22
Kol Memo (Editbox) limited to 30000 bytes of text


4-1131705864
Eraser
2005-11-11 13:44
2006.01.22
Разрешения в winNT/2K/XP


5-1122996902
Juice
2005-08-02 19:35
2006.01.22
Редактор свойств, проблема с units


11-1097922134
Владимир Кладов
2004-10-16 14:22
2006.01.22
KOLOLERE2




   Наверх