Re: Errors with gnue-designer
Randall Whitman <[email protected]> Fri, 25 Feb 2011 15:29:12 -0800
| Newsgroups | gmane.comp.gnu.enterprise.devel |
|---|---|
| Message-ID | <23247.1298676552@randall-desktop> |
> from gnue.designer.ui.wx.startup import Startup
> self.startup = Startup()
If we enable the startup splash, then we'll also want to close it:
self.startup.pauseAndClose()
Anyone have info on why these lines were commented out? (~L128 & 158)
# self.ui.createStartupSplash()
# self.ui.closeStartupSplash()
On a bit of a side note, I see that the splash image,
designer/images/splash.png,
says "version 0.5", an old copyright year, and previous version of GPL.
So updating all that seems to be yet another TODO item for Designer.
I see splash.png but not .xcf or .svg etc. - does someone have an
original from which splash.png was exported?
Side-side note: common/images/gnue-old.png is in common but says "Forms".
/Randall (www.whizman.com)