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

Вниз

Фон   Найти похожие ветки 

 
Jackson ©   (2002-11-16 20:40) [0]

Люди,плиз хелп!!!Не могу сделать фон!!!
constructor TBackroundSprite.Create(AParent: TSprite);
begin
inherited Create(AParent);
PixelCheck := true;
Image:= form1.dxImageList1.Items.Find("Fon");
Width := Image.Width;
Height := Image.Height;
end;
При запуске проги у меня чёрный экран!!!Подскажите,где я ошибся!


 
NikotiN ©   (2002-11-17 11:40) [1]

Наверно так:

TBackGround=class(TBackgroundSprite)
constructor Create(AParent:TSprite);override;
end;

constructor TBackGround.Create(AParent:TSprite);
begin
inherited create(AParent);
PixelCheck := true;
Image:= form1.dxImageList1.Items.Find("Fon");
Width := Image.Width;
Height := Image.Height;

Z:=0;
Tile:=true;
SetMapSize(200,100);
end;


 
NikotiN ©   (2002-11-17 11:41) [2]

Забыл скозать:
SetMapSize(x,y)
x,y - на твоё усмотрение!



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

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

Наверх




Память: 0.47 MB
Время: 0.012 c
1-54590
jel
2003-04-07 10:32
2003.04.17
Ожидание завершения порожденного процесса


3-54467
DenKop
2003-03-26 14:36
2003.04.17
Хранение данных TreeView


3-54530
BJValentine
2003-03-31 11:51
2003.04.17
DBGrid и мышь со скролингом


14-54872
dir_er
2003-04-02 03:26
2003.04.17
rulezzz


1-54696
ruslan_as
2003-04-04 17:20
2003.04.17
Как в DBGride работать с несколькими выделеными строками