TGifImage, jak nainstalovat – Delphi – Fórum – Programujte.com
 x   TIP: Přetáhni ikonu na hlavní panel pro připnutí webu

TGifImage, jak nainstalovat – Delphi – Fórum – Programujte.comTGifImage, jak nainstalovat – Delphi – Fórum – Programujte.com

 

Toto vlákno bylo označeno za vyřešené — příspěvek s řešením.
dyžon0
Stálý člen
3. 9. 2012   #1
-
0
-

zdravim, ..

 stahl jsem si komponentu TGifImage  pro Delphi a mam tri soubory  .pas  , .cnt  , .hlp

Protoze jsem to nikdy nedelal, chci se zeptat, jak ji mam ted dostat do Delphi ??

Kdyz jsem zkusil  Component/ Instal Component, tak to po me chce balik .dpk ...  ale ten ja nemam.

poradite prosim ??

Nahlásit jako SPAM
IP: 89.102.38.–
liborb
~ Redaktor
+18
Guru
4. 9. 2012   #2
-
0
-

No pokud máš .pas soubor, tak si ho prostě přidáš do programu jako další pas soubor, který by sis sám vytvořil.

Nahlásit jako SPAM
IP: 78.80.52.–
Řešení
dyžon0
Stálý člen
4. 9. 2012   #3
-
0
-
Vyřešeno Nejlepší odpověď

nakonec jsem to vyresil takto ..:
jsou tam obe varianty

Can you tell me how to install GifImage as a component in delphi 7?

It is not a component, just a Delphi unit.
You do not need to install it in Delphi.
However, you can add the unit to a design time package if you want.
But you only need to do this if you want to load gif files at design time.
I normally recommend to put the GifImage.pas file in a directory where you keep other Delphi units you might have with usefull procedures and functions.
Add this directory to Delphi's search path in
"Tools, Environment Options, Library, Library path".
Then you do not need to specify anything in Project Options when you need to use the unit, just add GifImage to your program's uses clause.
By doing this you can only load and display GIF images at runtime, not at designtime.

If you want to add the unit to a design time package in order to enable you to load gif files at design time in the Delphi IDE, this is the steps you need to follow:
1. Create a directory where you place the GIFImage.pas unit.
   Example directory: C:\D7Components\GifImage
   Place the GIFImage.pas unit in this directory.
2. Start Delphi 7 and select the menu items Component, Install Component...
3. Select the "Into new package" tab.
4. In the "Unit file name" box enter the path "C:\D7Components\GifImage\GIFImage.pas".
5. In the "Package file name" box enter a suitable name for the package such as "C:\D7Components\GifImage\GIFImageD7.dpk".
   (The package name must be different from "GIFImage.dpk")
6. In the "Package description" box enter a description such as "GifImage Design Time Package".
7. Click OK.
8. You will be asked to confirm that the package is built and then installed.
9. Click Yes.
   Or
   Click No, close the editor window, click the option button, select the "Designtime only" radiobutton, click OK, Click Compile and OK, Click Install and OK.
10. Click OK to the message that the package has been installed.
11. Select File, Close All. Click Yes to save changes to the package.
12. Go in to Tools, Environments Options, Library tab.
    Confirm that the directory "C:\D7Components\GifImage" has been added to the "Library path".
    If it isn't there, add the directory manually.
13. That's all.

Note that since TGIFImage is not a component, it will not show in the component palette.

If you later want to remove the design time package:
1. Select Component, Install Pakcages...
2. Scroll down and select the "GifImage Design Time Package".
3. Click Remove and OK.
4. Remove the directory path from Tools, Environments Options, Library tab, "Library path" box.
5. Click OK.

a pak uz staci kousek code:

Simply add the GifImage unit to one the uses clauses in your program.
Then you can load GIF files into a TImage component the same way you load BMP files.

uses
  GifImage;

procedure TForm1.Button1Click(Sender: TObject);
begin
  Image.Picture.LoadFromFile('C:\SomeDir\SomeFile.gif');
end;

a je to, funguje perfektne, ..  ve Photoshopu se musi Gif ukladat pres Ulozit pro web, jinak se mi zobrazovala tak nejak divne.

Nahlásit jako SPAM
IP: 89.102.38.–
Zjistit počet nových příspěvků

Přidej příspěvek

Toto téma je starší jak čtvrt roku – přidej svůj příspěvek jen tehdy, máš-li k tématu opravdu co říct!

Ano, opravdu chci reagovat → zobrazí formulář pro přidání příspěvku

×Vložení zdrojáku

×Vložení obrázku

Vložit URL obrázku Vybrat obrázek na disku
Vlož URL adresu obrázku:
Klikni a vyber obrázek z počítače:

×Vložení videa

Aktuálně jsou podporována videa ze serverů YouTube, Vimeo a Dailymotion.
×
 
Podporujeme Gravatara.
Zadej URL adresu Avatara (40 x 40 px) nebo emailovou adresu pro použití Gravatara.
Email nikam neukládáme, po získání Gravatara je zahozen.
-
Pravidla pro psaní příspěvků, používej diakritiku. ENTER pro nový odstavec, SHIFT + ENTER pro nový řádek.
Sledovat nové příspěvky (pouze pro přihlášené)
Sleduj vlákno a v případě přidání nového příspěvku o tom budeš vědět mezi prvními.
Reaguješ na příspěvek:

Uživatelé prohlížející si toto vlákno

Uživatelé on-line: 0 registrovaných, 4 hosté

 

Hostujeme u Českého hostingu       ISSN 1801-1586       ⇡ Nahoru Webtea.cz logo © 20032024 Programujte.com
Zasadilo a pěstuje Webtea.cz, šéfredaktor Lukáš Churý