Re: What strategy to use to deal with Glade-3's problem in removing pixbuf directory paths in .glade file!

2008-10-09 Thread Daniel Yek
Hi Tristan, Thanks for responding. My responses inlined below... Tristan Van Berkom wrote: On Mon, Oct 6, 2008 at 2:01 PM, Daniel Yek [EMAIL PROTECTED] wrote: Hi, I'm trying to find a way to deal with the problem with Glade-3 removing absolute or relative path from pixbuf property. Hi,

Re: What strategy to use to deal with Glade-3's problem in removing pixbuf directory paths in .glade file!

2008-10-09 Thread Tristan Van Berkom
On Thu, Oct 9, 2008 at 2:40 PM, Daniel Yek [EMAIL PROTECTED] wrote: Hi Tristan, Thanks for responding. My responses inlined below... [...] or in the specified pixbuf directory (you can add a search path with the libglade api). o gdk-pixbuf's gdk_pixbuf_new_from_file() requires absolute or

Re: What strategy to use to deal with Glade-3's problem in removing pixbuf directory paths in .glade file!

2008-10-07 Thread Tristan Van Berkom
On Mon, Oct 6, 2008 at 2:01 PM, Daniel Yek [EMAIL PROTECTED] wrote: Hi, I'm trying to find a way to deal with the problem with Glade-3 removing absolute or relative path from pixbuf property. Hi, since we are in the middle of adding builder support, this would be a great time to file a bug

What strategy to use to deal with Glade-3's problem in removing pixbuf directory paths in .glade file!

2008-10-06 Thread Daniel Yek
Hi, I'm trying to find a way to deal with the problem with Glade-3 removing absolute or relative path from pixbuf property. That is, given a .glade file containing: widget class=GtkImage id=image property name=pixbufrelativepath/image.png/property /widget Glade-3 would remove the path and