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

Вниз

Вопрос к тем кто использует в своих программах темы Win XP.   Найти похожие ветки 

 
first_aid ©   (2003-01-27 06:00) [0]

Приветствую.

Вопрос собственно вот в чем: прикрутил я к своей проге манифест, все красиво все стандартные контролы отрисовываются в соответствии с темой, но есть одно «но», TListView c ViewStyle = vsReport, вызывает исключение EAccessViolation, причем именно когда ViewStyle = vsReport, во всех других случаях все нормально.

Подскажите в чем грабли и как их убрать?


 
Slava ©   (2003-01-27 10:25) [1]

- If you use TListView in vsReport mode, you will need to make a change to
your VCL sources, or else you"ll get access violations. Copy ComCtrls.pas
to your project"s directory (or some other directory in your Search Path
that has precedence over delphi\source\vcl) and change these two lines:

if FImageIndex <> -1 then
fmt := fmt or LVCFMT_IMAGE or LVCFMT_COL_HAS_IMAGES;

to:

if FImageIndex <> -1 then
fmt := fmt or LVCFMT_IMAGE or LVCFMT_COL_HAS_IMAGES
else
mask := mask and not LVCF_IMAGE;

- If you use TStatusBar, the size grip part may get corrupted when you resize
the form at run-time. You can work around this by creating an OnResize
event handler on the TStatusBar with this code:

procedure TForm1.StatusBar1Resize(Sender: TObject);
begin
if StatusBar1.HandleAllocated then
InvalidateRect(StatusBar1.Handle, nil, True);
end;

- For more information, see:
http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/userex/overview/cookbook.asp



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

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

Наверх




Память: 0.47 MB
Время: 0.013 c
14-15912
Мазут Береговой
2003-01-21 09:44
2003.02.06
Шутка...


14-15871
KIR
2003-01-20 00:01
2003.02.06
Куда делось Королевство...?


1-15546
3333333333
2003-01-28 14:26
2003.02.06
Выделение пункта в ЛистБоксе


1-15552
Мефодий
2003-01-27 17:40
2003.02.06
Искажения при переводе BMP в JPG


14-15850
ivansv
2003-01-19 03:42
2003.02.06
Как вывести на экране текст в KOI8-R