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

Вниз

Маленький вопросик по ListView...   Найти похожие ветки 

 
BillyJeans ©   (2003-10-14 13:59) [0]

Кто пользовал OnGetImageIndex, скажите почему код:
Item.StateIndex := Integer(Item.Checked);
в обработчике данного события вызывает постоянную перерисовку итемов?


 
clickmaker ©   (2003-10-14 14:09) [1]

Видимо потому, что для Checkbox"ов он и юзает этот StateIndex. Насколько я помню, это от версии comctl32.dll зависит


 
BillyJeans ©   (2003-10-14 14:23) [2]

тогда как же его юзать?


 
clickmaker ©   (2003-10-14 14:34) [3]

MSDN:

LVS_EX_CHECKBOXES

Version 4.70. Enables check boxes for items in a list-view control. When set to this style, the control creates and sets a state image list with two images using DrawFrameControl. State image 1 is the unchecked box, and state image 2 is the checked box. Setting the state image to zero removes the check box altogether.

Version 6.00 Check boxes are visible and functional with all list-view modes except the tile view mode introduced in ComCtl32.dll version 6. Clicking a checkbox in tile view mode only selects the item; the state does not change.
Note Comctl32.dll version 6 is not redistributable but it is included in Microsoft Windows XP or later. To use Comctl32.dll version 6, specify it in a manifest. For more information on manifests, see Using Windows XP Visual Styles.


 
BillyJeans ©   (2003-10-15 09:19) [4]

...the state does not change.

ИМХО никак???



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

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

Наверх




Память: 0.47 MB
Время: 0.015 c
1-89288
LinOS
2003-10-17 05:57
2003.10.27
Указания компилятору что бы брал разные строки кода


14-89476
Knight
2003-10-07 06:54
2003.10.27
Люди, как получить более менее случайное число?


3-89124
DECL
2003-10-08 00:41
2003.10.27
Как правильно создать SQL-запрос?


14-89517
Marser
2003-10-05 14:46
2003.10.27
---|Ветка была без названия|---


14-89535
sniknik
2003-10-08 02:27
2003.10.27
Переопределение прерываний в Dos, Pascal, видео (int 10h)