mailRe: r10639 - /branches/bieri_gui/gui_bieri/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on February 04, 2010 - 02:53:
How long do you think would be good?  Have a play with the timeout
variable.  I don't think this should be more than 3 seconds, otherwise
users who run the program often will start to be annoyed.  It's a very
nicely designed intro picture, but still you can't be too much in
user's faces, or they'll just hate the program for it :S

Regards,

Edward


On 4 February 2010 02:46, Michael Bieri <michael.bieri@xxxxxx> wrote:
It works now

But i think the splash screen should be opened longer.

Cheers


edward@xxxxxxxxxxxxx schrieb:
Author: bugman
Date: Thu Feb  4 02:37:03 2010
New Revision: 10639

URL: http://svn.gna.org/viewcvs/relax?rev=10639&view=rev
Log:
Removed wx.SPLASH_NO_CENTER as it seems to not be present on all wx 
versions.

This was found by Michael 
(https://mail.gna.org/public/relax-devel/2010-02/msg00019.html).


Modified:
    branches/bieri_gui/gui_bieri/__init__.py

Modified: branches/bieri_gui/gui_bieri/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/__init__.py?rev=10639&r1=10638&r2=10639&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/__init__.py (original)
+++ branches/bieri_gui/gui_bieri/__init__.py Thu Feb  4 02:37:03 2010
@@ -104,4 +104,4 @@
         timeout = 2500

         # The splash screen.
-        screen = wx.SplashScreen(bmp, 
wx.SPLASH_NO_CENTER|wx.SPLASH_TIMEOUT, timeout, None, -1)
+        screen = wx.SplashScreen(bmp, wx.SPLASH_TIMEOUT, timeout, None, 
-1)


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits



_______________________________________________
relax (http://nmr-relax.com)

This is the relax-devel mailing list
relax-devel@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel




Related Messages


Powered by MHonArc, Updated Fri Feb 05 00:40:18 2010