Arsip: Animasi form

more 17 years ago
tantan
Gimana cara buat form yg bisa animasi pas masuk dan di tutup tapi bukan dengan timer soalnya suka patah2

more 17 years ago
EkoIndri
Kalau secara coding saya mungkin belum bisa menjelas secara rinci
tapi anda bisa mencoba komponen2 yang sudah tersedia, seperti Billeniumeffect dan lain lain
OOT:
untuk animasi gambar silahkan coba link berikut ini
fade in
http://ekoindri.wordpress.com/tutorial-by-eko-indriyawan/grafik-bmp-animasi-fade-in/
fade out
http://ekoindri.wordpress.com/tutorial-by-eko-indriyawan/grafik-bmp-animasi-fade-out/
crossfading
http://ekoindri.wordpress.com/tutorial-by-eko-indriyawan/grafik-foto-crossfade-foto/
semoga bermanfaat dan menambah wawasan

more 17 years ago
gust4m4n
pakai fungsi AnimateWindow() ada di Windows API. gak patah2 alias smooth. :D

more 17 years ago
asiyrob
cobain procedure yang ini
procedure TForm1.Button1Click(Sender: TObject);
begin
Form2.BringToFront;
AnimateWindow(Form2.Handle, 3000, AW_BLEND);
Form2.Show;
{
The 3. parameter can be one or more of the following values:
Der 3. parameter kan folgende Werte annehmen:
AW_BLEND : Uses a fade effect
AW_SLIDE : Uses slide animation.
AW_ACTIVATE : Activates the window
AW_HIDE : Hides the window.
AW_CENTER : Makes the window appear to collapse inward
AW_HOR_POSITIVE : Animates the window from left to right.
AW_HOR_NEGATIVE : Animates the window from right to left
AW_VER_POSITIVE : Animates the window from top to bottom
AW_VER_NEGATIVE : Animates the window from bottom to top
}
end;
{
Requirements:
Windows NT/2000/XP: Included in Windows 2000 and later.
Windows 95/98/Me: Included in Windows 98 and later.
}
moga membantu...

more 17 years ago
Kecret
yup bener kata rekan @EkoIndri ..... klo mo pake 3rd party komponen seperti : http://www.billeniumsoft.com/ dan http://www.ksdev.com/fxlib/index.html
more ...
- Pages:
- 1
reply |
Report Obsolete
AI Forward

🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago
Random Topic
- Group untuk database Oracle mana ya ???
by Chang80 in Kritik & Saran more 19 years ago - send data paralalel ke Adotabel
by kakaManiez in Enginering more 17 years ago - [?] Bagaimana Cara Remote MySQL
by babypigs in MySQL more 17 years ago - bayangan form
by unknown in Form Enhancement & Graphical Controls more 17 years ago - [HINT] Trigger dan Store Procedure In mySQL.
by cyber_hecker in MySQL more 17 years ago - Informasi TImage kosong
by om20020 in MySQL more 14 years ago - messenger
by p2bf in Tip n Trik Pemrograman more 18 years ago - Download E-Mail
by xerion in Tip n Trik Pemrograman more 18 years ago - about delphi
by bogem in Enginering more 17 years ago - DBEngine Error : Multiple Record Found.....
by Budiadi in Lain-lain more 17 years ago