Re: GNOME frustrations...
After reading through my GTK+ book and looking on the
developer.gnome.org page (which would be a lot better if they had a way
for you to search for a command or something) and stumbled over GLADE
(again). I always knew GLADE worked, but couldn't get it to compile
afterwards....well, (and I really felt dumb when i realized this), if
you run the autogen.sh and the configure script before you run the make
that it includes...it works!
Now my problem is trying to get an image to be displayed. Anyone got
any ideas/suggestions? I'm putting in a GTK+ image and told it to load
a random .jpg file (for testing). in the code it looks good; it's just
calling the file from the local directory. But when I go to run the
app, it doesn't work. At the console, it says that the image can't be
found or loaded...one of the two.
-robert
On Tue, 2002-12-31 at 14:28, Matthew Kennedy wrote:
> Robert Parkhurst <raparkhurst@...> writes:
>
> > hey guys,
> >
> > In my recent attempts to create nifty GNOME applications I've come to
> > the following conclusion...My GNOME/GTK+ Programming Bible is about 1/2
> > wrong. The 1/2 that's wrong works for Gtk+ 1.2; not 2.0
> >
> > fun, fun, fun...
>
> Yeah, aint it! I'm hacking the Gentoo file manager for
> GTH+2... widget porting... *shudder*
(Continue reading)