News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Splash Screen

Started by Ceniza, March 09, 2006, 06:22:10 PM

Previous topic - Next topic

mandrav

@Ceniza: excellent :D. Tested and committed.
Be patient!
This bug will be fixed soon...

Ceniza


Michael

Ceniza,

I have just build C::B rev2173 on ubuntu 5.10 and your Splash Screen looks really great :D. So cool 8).

Thank you for providing it.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

thomas

Question: Should we maybe try and add wxWS_EX_TRANSIENT to the splash screen's style flags?

Quote from: wxWS_EX_TRANSIENTDon't use this window as an implicit parent for the other windows: this must be used with transient windows as otherwise there is the risk of creating a dialog/frame with this window as a parent which would lead to a crash if the parent is destroyed before the child.

The occasional crashes/freezes seen when dialogs are shown while the splash screen comes up could (maybe, possibly?) result from that very cause, not sure.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Ceniza

Have you tried already with the latest changes in cbSplashScreen?

Since I cannot commit them to Code::Blocks' SVN repository but I'm using it in another project, the latest version is in my SVN repository.

thomas

Well, the problem is I don't see any crashes myself any more ever since wxSTAY_ON_TOP was removed. Thus, I cannot tell whether it is better or worse ;)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."