AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Animierte Splash Form

Ein Thema von Alois · begonnen am 11. Jun 2009 · letzter Beitrag vom 2. Feb 2011
Antwort Antwort
Seite 4 von 5   « Erste     234 5      
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#31

Re: Animierte Splash Form

  Alt 13. Jul 2009, 20:49
Zitat von Super_Chemiker:
okay, thanks.

Now the problem, it tells me, is:

Zitat:
[DCC Fataler Fehler] ASFMain.pas(102): F1026 Datei nicht gefunden: 'GDIPAPI.dcu'
You need to install GDI+
Download GDI+ 5,75 MB
  Mit Zitat antworten Zitat
Super_Chemiker

Registriert seit: 16. Nov 2008
111 Beiträge
 
Delphi 2009 Professional
 
#32

Re: Animierte Splash Form

  Alt 27. Jul 2009, 13:26
Thank you, but now:
Code:
[DCC Fehler] DirectDraw.pas(358): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(365): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(375): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(382): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(394): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(834): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(836): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fataler Fehler] GDIPAPI.pas(38): F2063 Verwendete Unit 'DirectDraw.pas' kann nicht compiliert werden
  Mit Zitat antworten Zitat
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#33

Re: Animierte Splash Form

  Alt 28. Jul 2009, 15:54
Zitat von Super_Chemiker:
Thank you, but now:
Code:
[DCC Fehler] DirectDraw.pas(358): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(365): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(375): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(382): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(394): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(834): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fehler] DirectDraw.pas(836): E2154 Typ 'IDirectDrawSurface' benötigt Finalization - nicht im varianten Record erlaubt
[DCC Fataler Fehler] GDIPAPI.pas(38): F2063 Verwendete Unit 'DirectDraw.pas' kann nicht compiliert werden
Installing the GDI+ of Delphi above 7
http://bitoff.ru/content/ustanovka-asf




.
  Mit Zitat antworten Zitat
Super_Chemiker

Registriert seit: 16. Nov 2008
111 Beiträge
 
Delphi 2009 Professional
 
#34

Re: Animierte Splash Form

  Alt 29. Jul 2009, 11:49
Thanks, but now...:
Code:
[DCC Warnung] ASFMain.pas(250): W1055 PUBLISHED verursachte, dass RTTI ($M+) zu Typ 'TAnimationSplashForm' hinzugefügt wurde
[DCC Hinweis] ASFMain.pas(950): H2077 Auf 'TAnimationSplashForm.AnimationsAddFromFile' zugewiesener Wert wird niemals benutzt
[DCC Hinweis] ASFMain.pas(970): H2077 Auf 'TAnimationSplashForm.AnimationsAddFromStream' zugewiesener Wert wird niemals benutzt
[DCC Warnung] ASFMain.pas(1705): W1036 Variable 'it' ist möglicherweise nicht initialisiert worden
[DCC Fehler] ASFMain.pas(1799): E2010 Inkompatible Typen: 'TGPRectF' und 'TGPRect'
[DCC Fataler Fehler] ASFLists.pas(146): F2063 Verwendete Unit 'ASFMain' kann nicht compiliert werden
  Mit Zitat antworten Zitat
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#35

Re: Animierte Splash Form

  Alt 29. Jul 2009, 16:27
Zitat von Super_Chemiker:
Thanks, but now...:
Code:
[DCC Fehler] ASFMain.pas(1799): E2010 Inkompatible Typen: 'TGPRectF' und 'TGPRect'
Try to change
Result := MakeRect(
on
Result := TGPRectF(MakeRect(...)

I work in D7, but this error appears in the D2009, on the other I do not know



.
  Mit Zitat antworten Zitat
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#36

Re: Animierte Splash Form

  Alt 12. Aug 2009, 12:06
New version 2.2.3
Changes:
+ OnEndFade - Event occurs when splesh fully revealed
+ Fixed 100% load CPU on some machines

http://bitoff.ru/asf-main




.
  Mit Zitat antworten Zitat
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#37

Re: Animierte Splash Form

  Alt 13. Aug 2009, 09:26
In this regard (link), all the demo ASF was rebuilt again and is already uploaded.

Offer our apologies to all.



.
  Mit Zitat antworten Zitat
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#38

Re: Animierte Splash Form

  Alt 28. Aug 2009, 07:19
Google translate.

Version 2.3.0

+ onDblClick - Messages coming from the mouse
+ onMouseDown
+ onMouseUp
+ onMouseMove
* Renamed
.....ProgressBarPercent -> ProgressBarPercentSection
* ProgressBarPercentSection now Double
+ ProgressBarPercentFull (ReadOnly) - the number of performed relative to the total progress bar
+ Property Visible for animation
+ WaitModeStart - The method of introducing the progress bar and icons in the standby mode with the corresponding indication
+ WaitModeEnd - Output from standby
+ isWaitMode - Are we in standby
+ onWaitModeCustomDraw - events allow himself to draw on the progress standby mode if you do not like default 'drawing.
* Changed the order of drawing, now first drawn animation, then the icons, then the progress bar and finally the text.

New demo ASFDemoPool showing the work with the mouse (multiple cursors, move, clicks, handling events associated with it). Also demonstrates the implementation of the process of waiting for the progress bar. In the same demo you can see how you can use to splash a so-called windows About .

Updated SplashCreator to version 1.2
Support for the Visible property for the animation and minor fixes.

Details and explanations ...

Download version 2.3.0 as usual here


========================
Deutsch


Version 2.3.0

+ onDblClick - Nachrichten aus der Maus
+ onMouseDown
+ onMouseUp
+ onMouseMove
* Umbenennung
.....ProgressBarPercent -> ProgressBarPercentSection
* ProgressBarPercentSection jetzt Double
+ ProgressBarPercentFull (ReadOnly) - die Anzahl der durchgeführten bezogen auf die Gesamtmenge Fortschrittsbalken
+ Immobilien Sichtbar für Animation
+ WaitModeStart - Die Methode der Einführung der Fortschrittsbalken und Symbole im Standby-Modus mit den entsprechenden Angaben
+ WaitModeEnd - Leistung im Standby-Modus
+ isWaitMode - Sind wir im Standby-Modus
+ onWaitModeCustomDraw - Veranstaltungen können sich über die Fortschritte zu ziehen Standby-Modus, wenn Sie nicht wie Zeichnung Standard ".
* Changed die Reihenfolge der Zeichnung, jetzt erste Animation erstellt, dann die Symbole, dann der Fortschrittsbalken und schließlich den Text.

Neue Demo ASFDemoPool zeigt die Arbeit mit der Maus (mehrere Cursor bewegen, Klicks, die Behandlung von Ereignissen im Zusammenhang mit IT). Auch wurden bei der Durchführung des Prozesses des Wartens auf den Fortschrittsbalken. In der gleichen Demo sehen Sie, wie Sie verwenden, um ein so genanntes Fenster Über .

aktuell SplashCreator auf Version 1.2
Unterstützung für die Visible-Eigenschaft für die Animation und einzelne Korrekturen.

Details und Erklärungen ...

Download Version 2.3.0 as usual hier



.
  Mit Zitat antworten Zitat
Alois

Registriert seit: 23. Jul 2005
71 Beiträge
 
Delphi 10 Seattle Professional
 
#39

Re: Animierte Splash Form

  Alt 1. Sep 2009, 13:36
Deutsche Übersetzung für Splash Creator 1.2 / German Translation for Splash Creator 1.2
Angehängte Dateien
Dateityp: txt german_145.txt (6,3 KB, 9x aufgerufen)
  Mit Zitat antworten Zitat
Benutzerbild von Andy BitOff
Andy BitOff

Registriert seit: 11. Jun 2009
21 Beiträge
 
#40

Re: Animierte Splash Form

  Alt 1. Sep 2009, 18:54
Zitat von Alois:
Deutsche Übersetzung für Splash Creator 1.2 / German Translation for Splash Creator 1.2
Thanx Alois. I rarely watch mail.


SplashCreator re-uploaded. German.lng v.1.2 included



.
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 4 von 5   « Erste     234 5      


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:13 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz