Nice! Thanks for the tip. 2010/12/10 Dirk Möbius <[email protected]>
> Note that Java6 comes with "native" splash screen support; by putting an > image into the META-INF section of the main jar file, or by specifying it on > the command line: > > > http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/splashscreen/ > > The advantage of this approach is that the splash screen will be shown most > instantly, before Swing or Pivot have been initialized. > > Dirk. > > > Zitat von Jérôme Serré <[email protected]>: > > > Thank you very much. I will study that. >> At the moment I have a splash but when I move the windows, with mouse, >> during the loading of my app there is an error. >> >> De : Chris Bartlett [mailto:[email protected]] >> Envoyé : vendredi 10 décembre 2010 14:06 >> À : [email protected] >> Objet : Re: Window without control button >> >> Jérôme, >> >> I have hacked together a simple demo app (built against the Pivot 2.0 >> trunk) >> that shows an undecorated splash screen before showing the main >> application. >> It might help you if you want the splash screen to be undecorated window. >> (Logo taken from >> http://svn.apache.org/repos/asf/pivot/project/logo/logo-256x256.png) >> >> Note that there is a hack in there to change the decoration state of the >> native frame, but as stated in the comments, at the moment I don't really >> have time to look for a proper way of doing it. >> >> I intend to use splash screens similar this in my applications, but was >> planning to write a SplashWindow class (which would extend >> org.apache.pivot.wtk.Window). This class would be passed a BXML resource >> file to display along with one or more Tasks to complete. It would take >> care of the running of the tasks, placement & sizing of the window etc. >> >> Chris >> >> On 10 December 2010 15:12, Jérôme Serré <[email protected]> >> wrote: >> Hi all, >> >> I would like to use a splash window without control button but I don’t >> know >> how to do this. >> Someone can help me please ? >> >> Thanks >> >> Jérôme >> >> ____________________________ >> La gestion de votre cave >> <http://85.216.59.161:8000/cave> http://85.216.59.161:8000/cave >> >> >> >> >> > > > -- > Dirk Möbius > > SCOOP GmbH > Am Kielshof 29 > D-51105 Köln > Fon +49 221 801916-0 > Fax +49 221 801916-17 > Mobil +49 170 7363035 > www.scoop-gmbh.de > Sitz der Gesellschaft: Köln > Handelsregister: Köln > Handelsregisternummer: HRB 36623 > Geschäftsführer: > Dr. Oleg Balovnev > Frank Heinen > Dr. Wolfgang Reddig > Roland Scheel > > > -- Luiz Gustavo S. de Souza http://luizgustavoss.wordpress.com http://luizgustavoss.blogspot.com http://twitter.com/lugustso
