Linked Questions

3 votes
2 answers
9k views

Possible Duplicate: How to use Animated Gif in a delphi form I recently updated my version of Delphi 7 to Delphi XE3. Using Delphi 7, I used a component to put a GIF on a TImage, delphi XE3 ...
Rebelss's user avatar
  • 502
8 votes
1 answer
5k views

My first question here - this is new install of Delphi XE3. I thought animated GIF support was now built in to Delphi (since 2007?). When I drop a TImage on my form, all is good until I populate the ...
jmroyalty's user avatar
  • 2,527
0 votes
2 answers
4k views

I have tried each of the following in Delphi 2010 to display an animated gif on my form. All result in an access violation. (Two of the three variations were commented out on each attempt.) Thanks ...
Eric's user avatar
  • 152
2 votes
2 answers
2k views

I'm trying to show an information message and an animated gif (an Hourglass) while my application is busy (loading a query). I have defined a Form to show that Message (using the code shown in this ...
Marc Guillot's user avatar
  • 6,543
-2 votes
3 answers
8k views

My database takes quite some time to load (it is on network) so I thought to display a splash screen with some animation (progress bar or some simple animation) to keep the user occupied.Since it is ...
user763539's user avatar
  • 3,719
-3 votes
2 answers
5k views

i tried the solution suggested here in delphi 2010 and XE7 How to use Animated Gif in a delphi form both of them raise exception with the following message "Exception class EInvalidCast with ...
Alireza's user avatar
  • 11
2 votes
2 answers
2k views

I want to load animated .Gif Picture into TImage From .Res File but TImage prepare LoadFromResourceName() function only for MyImage.Picture .Bitmap. I Write a Simple Code as Follow procedure TForm2....
Fayyaz's user avatar
  • 239
3 votes
1 answer
2k views

Using: Delphi XE2, DBExpress, Firebird I can't access any VCL control outside the main thread safely, that includes forms, panels, edits, etc and the Timage and Timage descendants. I'm need to open ...
dataol's user avatar
  • 1,017
2 votes
1 answer
1k views

I download a animated GIF file from . The following the instructions in How to use Animated Gif in a delphi form to play it. But what I see is always a white block without any animation. Why? Let me ...
alancc's user avatar
  • 859
0 votes
1 answer
832 views

I have a Delphi project that consists of two forms namely MainForm and DialogForm. When I click on Button1, the DialogForm should appear and stay on top until a process complete (the process takes a ...
maroco sc's user avatar
0 votes
2 answers
834 views

i have been using TGIFImage for while but i stuck with Some bugs with it so i decided to move To TJvGIFImage and here how i load image AGIF := TJvGIFImage.Create; AGIF.LoadFromFile('what ever image'...
MartinLoanel's user avatar
-2 votes
2 answers
314 views

I want to show a animation resource on the mainform. i.e., when the user is waiting for data handling, animation is started, so the user is of entertainment. How to do this easily? BTW: I'm using ...
dltigles's user avatar