RE: Problems using/understanding drag-and-drop.

2009-04-30 Thread Ethan Baldridge
To fix 1, you need to use Unicode strings (or if the filesystem is written with a specific ISO character page, you have to find out which one, I think - maybe they automatically remap to Unicode, not sure). Your filesystem is 99+% going to be UTF-8 aware. English works fine for you because ISO-8

RE: GtkDialog created from GtkBuilder (glade 3) isn't returning agtk.ResponseType

2009-04-22 Thread Ethan Baldridge
Never mind - I spent two hours looking at this and then realized I needed to set a Response ID on the button itself. I thought it defaulted for the stock buttons. -Original Message- From: gtk-app-devel-list-boun...@gnome.org [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of Ethan

GtkDialog created from GtkBuilder (glade 3) isn't returning a gtk.ResponseType

2009-04-22 Thread Ethan Baldridge
I can't figure out what I'm doing wrong. I'm trying to make a login dialog - I created it in Glade-3 making sure to use a GtkDialog template. But the result is always 0, which isn't in the ResponseType enum at all. def login(self): self.builder.add_from_file("transmission.gl