[Mono-list] Mono SQL# For GTK# Splash Image
Rodrigo Moya
rodrigo@ximian.com
14 Dec 2002 13:46:28 +0100
On Fri, 2002-12-13 at 19:18, Daniel Morgan wrote:
> Thanks to Rodrigo, Gonzalo, and Miguel's help, I got it to work...
>
> I have attached SplashScreen.cs for peer review...
>
> I also have a screenshot of the SplashScreen in action...
>
> Here is my Main() logic:
>
> public static int Main (string[] args) {
> string imageFilename = "SqlSharpForGtkSharpSplash.png";
> Application.Init ();
> SplashScreen splash = new SplashScreen (
> SqlSharpGtk.ApplicationName,
> imageFilename);
> SqlSharpGtk sqlSharp = new SqlSharpGtk ();
> sqlSharp.Show ();
> splash.Destroy ();
>
isn't that too quick? I think this code will display the splash just a
few milliseconds, won't it?
cheers
--
Rodrigo Moya <rodrigo@ximian.com>