Splash Screen Utility [ERLEDIGT]

Sonstiges (nicht kategorisierbar)

Moderator: Moderatoren

Antworten
Klaus Stebner
UDF-Programmierer
UDF-Programmierer
Beiträge: 66
Registriert: Fr, 29. Feb 2008 20:53
Wohnort: Furtwangen

Splash Screen Utility [ERLEDIGT]

Beitrag von Klaus Stebner »

Hallo,

hat jemand von Euch schon mit dem Splash Programm von Phil Ide gearbeitet oder im Einsatz?
Würde das Programm gerne einsetzen, weiß aber nicht wie die zugehörige .ini-Datei
aussehen muß.
Vielen Dank
Zuletzt geändert von Klaus Stebner am Di, 31. Mär 2009 21:41, insgesamt 1-mal geändert.
Gruß Klaus
Benutzeravatar
AUGE_OHR
Marvin
Marvin
Beiträge: 12906
Registriert: Do, 16. Mär 2006 7:55
Wohnort: Hamburg
Hat sich bedankt: 19 Mal
Danksagung erhalten: 45 Mal

Re: Splash Screen Utility

Beitrag von AUGE_OHR »

hi,
Klaus Stebner hat geschrieben: hat jemand von Euch schon mit dem Splash Programm von Phil Ide gearbeitet oder im Einsatz?
keine Ahnung was du meinst ? ZIP Filename ? oder sonst ein Hinweis ...

Wenn du Splash Screen machen möchtest wäre SetWindowRgn() vielleicht interessant.
Ich habe auch ein kleines (VB) Programm was aus einem Bitmap die Coordinaten dazu berechnen
kann, aber bei grösseren Strukturen im Bitmap ergibt es ein riesiges Array (>512) sodas es Xbase++
nicht unbedingt "so" verarbeiten kann (geht mit AADD).

Wenn dir die Richtung gefällt, aber zu umständlich ist, dann schau mal in die Wissensbasis unter
HX_Class und FormExtenter. Der macht wohl genau das oben beschriebene aus einem B/W Bitmap.
gruss by OHR
Jimmy
Klaus Stebner
UDF-Programmierer
UDF-Programmierer
Beiträge: 66
Registriert: Fr, 29. Feb 2008 20:53
Wohnort: Furtwangen

Re: Splash Screen Utility

Beitrag von Klaus Stebner »

Hallo Jimmy,

danke für Deine Antwort.

hier die Programmbeschreibung zu Splash:
Very pretty Splashscreen and application launcher. Highly configurable.

Xbase++ applications require some time to load and then initialise the runtime system before the application dialog can be displayed. If you want a splashscreen displayed so the user knows something is happening, then this will do it for you.

Written in Delphi, it is a small executable which when run will launch any Xbase++ application. It displays a highly configurable splash dialog, launches your application, and when your application's Application Window appears, Splash terminates itself.

Splash is 'smart' - if your application is already running, it makes it's AppWindow visible (restoring it if it is minimised) and forces it to the front of all other applications.

Handles GUI and CRT mode applications equally well.

Splash can be configured to launch many applications - all you have to do is select which application to launch. For each application, you can configure:
# Text in Splash's titlebar
# Main text displayed on splash screen
# Copyright text displayed on splash screen
# The image displayed (BMP,ICO,EMF)
# Parameters passed to launched application
# Minimum time splashscreen is displayed
# Maximum time splashscreen is displayed (timeout)
# Linger time if requested application is already running
# Don't force application to front if it is already running
mit dieser INI-Datei habe ich meine Probleme, obwohl alles gut beschrieben (Splash.html) ist:
Running

The options are set in an INI file, which must reside in the same directory as Splash.exe, and must have the
same name as the executable (i.e. Splash.ini). If you rename the executable, you must also rename the ini file.

You must create a new section in the ini file for each application you wish to launch.
You may also define a [DEFAULT] section. When calling Splash, you must pass as
a parameter the name of the section which contains the configuration you wish to use.
If you do not pass the name of a section, the the DEFAULT section will be used it if exists.

Hier noch der Link zu Splash:

http://www.idep.nl/xbase/datpage/splash3.html
Gruß Klaus
Benutzeravatar
Hans Zethofer
Rekursionen-Architekt
Rekursionen-Architekt
Beiträge: 278
Registriert: Fr, 27. Jan 2006 8:29
Wohnort: 2700 Wiener Neustadt
Hat sich bedankt: 1 Mal
Kontaktdaten:

Re: Splash Screen Utility

Beitrag von Hans Zethofer »

hier meine splash.ini
das demobild mußt du konvertieren in ein .bmp! .jpg werden nicht unterstützt!

manchmal schmiert das programm nach dem Aufbau mit einem Fehler ab und lädt die definierte Apllikation nicht nach.


-------- ini.datei --------------------------
[Default]
titlebar="Splash Ladeprogramm"
banner1="EA-Überschuß"
banner2="2009"
banner3="Take the Best and Leave the Rest"
banner4="4.Zeile"
copy1="(c) Hans Zethofer"
copy2="CEDRA-EDV"
copy3="Urbanusstrasse 40"
copy4="2522 Oberwaltersdorf"
copy5=
copy6=
copy7=
image="splash.bmp"
appname="D:\PROJEKTE\EA\eaxpp-gui\EAXPPGUI.EXE"
appparms=
apptitle=
gui=1
mintime=0
maxtime=5
onerror=0
forcefront=1
-------- ini.ende ------------------

lg
hans
_____________
lg
Hans
Klaus Stebner
UDF-Programmierer
UDF-Programmierer
Beiträge: 66
Registriert: Fr, 29. Feb 2008 20:53
Wohnort: Furtwangen

Re: Splash Screen Utility [ERLEDIGT]

Beitrag von Klaus Stebner »

Hallo Hans,
danke für Deine Rückmeldung.

Das ist genau daß, was ich gesucht habe.
Vielen Dank.

Hatte alles mögliche ausprobiert - ohne Erfolg.
Nochmals besten Dank.
Gruß Klaus
Antworten