Author Topic: Splash Screen  (Read 12763 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Splash Screen
« Reply #15 on: March 10, 2006, 11:03:27 pm »
@Ceniza: excellent :D. Tested and committed.
Be patient!
This bug will be fixed soon...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Splash Screen
« Reply #16 on: March 10, 2006, 11:13:45 pm »
Great! :D

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Splash Screen
« Reply #17 on: March 12, 2006, 12:50:57 am »
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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Splash Screen
« Reply #18 on: March 23, 2006, 01:58:19 pm »
Question: Should we maybe try and add wxWS_EX_TRANSIENT to the splash screen's style flags?

Quote from: wxWS_EX_TRANSIENT
Don'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."

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Splash Screen
« Reply #19 on: March 23, 2006, 05:37:19 pm »
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.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Splash Screen
« Reply #20 on: March 23, 2006, 05:45:25 pm »
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."