[Glade-users] GtkWarning: No object called:



I looked through the XML file and found that a liststore object was 
still in there that I had deleted from Glade. After deleting the 
liststore object from the XML file manually, everything worked fine. The 
strange thing is, I spent an hour or so and cannot reproduce this 
problem. So, for now, there is no problem. Perhaps there was some 
operator error on my end. I had also changed the glade project over from 
LibGlade to GtkBuilder via Save As, however I could not reproduce this 
problem using that either.

- Micah Carrick

  Developer - http://www.micahcarrick.com
  GTK+ Forums - http://www.gtkforums.com



Tristan Van Berkom wrote:
On Sun, Sep 13, 2009 at 11:48 AM, Micah Carrick <email at micahcarrick.com> wrote:
  
When I load my glade file with gtk.Builder.add_from_file() I'm getting
this GTK error from GtkBuilder:

[Glade-users] GtkWarning: No object called:

    

Best guess, this warning comes from an object reference
with a null/empty string, which really shouldnt happen through
Glade (Id be interested to know if you could make Glade
do this in a reproducible way).

Usually you can only set an object property through the
dialog offered in Glade, and an object name can never
be a null string (is it possible that Glade let you accidentally
name one of your objects with whitespace ?, that would/should
be a bug in Glade).

Cheers,
       -Tristan
_______________________________________________
Glade-users maillist  -  Glade-users at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-users

  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20090913/16170988/attachment-0001.html 




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