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

Вниз

Манифест XP   Найти похожие ветки 

 
НовиЧок ©   (2004-07-20 05:53) [0]

Уважаемые мастера!

Помогите избавиться от возникновения ошибки при использовании ListView в стиле vsReport, когда подключен манифест. Я пробовал править ComCtrls.pas, но всё бес толку.


 
SelloutS   (2004-07-20 06:30) [1]

ещё раз повторяю =)))))

> When you give a Delphi application the Windows XP look using the WindowsXP
> manifest XML file, whenever a TListView with columns is displayed the
> application generates an access violation error.
>
> How can I fix this?

You need to modify a few lines in comctrls.pas and save it to another
directory.  Put this directory in you search path before the VCL directory.

(Переместить файл comctrls.pas в другое место и поменять в нём строчки)

Change

     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);


 
SelloutS   (2004-07-20 06:32) [2]

>Я пробовал править ComCtrls.pas, но всё бес толку.

вчитайся в строки: "You need to modify a few lines in comctrls.pas and save it to another
directory.  Put this directory in you search path before the VCL directory."



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

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

Наверх




Память: 0.47 MB
Время: 0.027 c
3-1089270470
pok
2004-07-08 11:07
2004.08.01
Виборка по текстовому полю??? SQL!


3-1089277437
Koala
2004-07-08 13:03
2004.08.01
Нужна консультация специалиста


3-1089169402
Jedu
2004-07-07 07:03
2004.08.01
DBGridEh - поля в записи?


3-1089275249
MIK
2004-07-08 12:27
2004.08.01
Индексы в Paradox


14-1089551840
SergP
2004-07-11 17:17
2004.08.01
Блочное копирование данных