Re: Glade problems with CLG
Rawb <[email protected]> Wed, 27 Sep 2006 09:49:58 -0600
| Newsgroups | gmane.lisp.clg.devel |
|---|---|
| Message-ID | <[email protected]> |
I updated to the latest CVS, and a few things changed, but overall, it's looking pretty much the same. I'm running on debian/unstable, x86_64, sbcl 0.9.16. I've attached my glade file, but you will need to define the one function I call with the signal before it will work obviously. Espen S Johnsen wrote: > Rawb <[email protected]> writes: > > >> So, I saw that glade was recently revived into the CLG project, and >> overall it's working quite well. >> > > Good to hear, but it definitely needs more testing with real glade files. > > >> I am having a few problems with it however: >> >> The main one is that if I attempt to connect a signal in glade, it will >> stop loading the glade file (I would attach the backtrace, but it should >> be pretty simple to reproduce) >> > > Sorry, the CVS code wasn't quite up to date (but now it is). > Still failing on connecting signals: 90: (SIGNAL #<SIMPLE-ERROR {1002CB9721}>) 91: (ERROR "Widget not found: ~A") 92: (GTK:WIDGET-FIND T (#<GTK:WINDOW "Laptronic" at 0x26130C0>) T) 93: (GLADE-XML::CONNECT-SIGNALS (#<GTK:BUTTON "but_finish" at 0x26200D0> #<GTK:BUTTON "but_split" at 0x2620180> #<GTK:BUTTON "but_zoom" at 0x2620230> #<GTK:BUTTON "but_unzoom" at 0x26202E0>) (#<GTK:WINDOW "Laptronic" at 0x26130C0>)) > >> The second problem I am having is more cosmetic, just some missing >> slots, but I figured I would let you know anyways: >> WARNING: Ignoring unknown property for TABLE: row-spacing >> WARNING: Ignoring unknown property for TABLE: column-spacing >> > > The slots row-spacing and column-spacing in the table class were > erroneously defined manually and thus not detected as GTK properties. > This seems to be working great. > >> WARNING: Ignoring property with unhandled type or invalid value: x-options >> WARNING: Ignoring property with unhandled type or invalid value: x-options >> WARNING: Ignoring property with unhandled type or invalid value: x-options >> WARNING: Ignoring property with unhandled type or invalid value: x-options >> WARNING: Ignoring property with unhandled type or invalid value: x-options >> WARNING: Ignoring property with unhandled type or invalid value: x-options >> > > These I am not able to reproduce. Are you sure you have checked out the > latest code from CVS? > > These are probably on objects that you don't expect, I don't really see where they come in to play, so it's not a big deal at all. This project has been really helpful, I was trying to build the interface using McCLIM, but it was too slow for my purposes, this setup works better and is easier for me to develop in (even without any documentation) than McCLIM was. Thank you a lot for building this. Thanks, Rawb ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Clg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clg-devel
laptronic.glade
(application/x-glade, 24.6 KB) - not displayed