bug-gnustep
[Top][All Lists]
Advanced

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

[bug #33042] GUI cannot read XIB files....


From: Fred Kiefer
Subject: [bug #33042] GUI cannot read XIB files....
Date: Mon, 11 Apr 2011 13:35:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

Update of bug #33042 (project gnustep):

                  Status:                    None => Confirmed              
             Assigned to:                    None => FredKiefer             

    _______________________________________________________

Follow-up Comment #1:

Thank you for this bug report. It revealed a deep bug in our current XIB
loading code. When parseing the <data> entry of the XIB file we loop over the
elements of this entry after storing them in a dictionary. This leads tot he
elements being processed in random order. But for the id and ref mechanism to
work correctly these elements need to be processed in the order found in the
file.
Looks like we need a rewrite of this whole mechanism. I will start working on
this after the next gui release.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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