bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34487] gnustep doesn't load NSProgressIndicators from XIB files


From: Fred Kiefer
Subject: [bug #34487] gnustep doesn't load NSProgressIndicators from XIB files
Date: Thu, 06 Oct 2011 08:55:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20100101 Firefox/7.0

Update of bug #34487 (project gnustep):

                  Status:                    None => Ready For Test         
             Assigned to:                    None => FredKiefer             
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Follow-up Comment #4:

Most likely you will have to give the progress indicator a bit more time to
draw itself. But as this isn't really a solution I checked the code once more
and it turns out that my analysis was wrong. It is the drawing that isn't
happening, but the reason is just that the flag isDisplayedWhenStopped isn't
set. GNUstep would draw the progress indicator even when not running, but only
with that flag set. And here is the actual problem, we are decoding this flag
incorrectly. Not the flag itself, but the negation gets stored in the XIB
file. I corrected that in the decoding and encoding of the progress
indicator.

As a workaround you may just set that flag manually.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34487>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]