I need a dialog with absolutely no border

2007-06-20 Thread Kevin Lambert
I am using Glade-3 to create a dialog which only has a button and that button has an image assigned to it. What I need is for the image to take up the entire screen without a border. What I am finding is that GtkDialog seems to force a 2-3 pixel border around the entire image. Is there any way t

RE: Dialog closing prematurely with response code of 0

2007-04-05 Thread Kevin Lambert
avid Neèas (Yeti) Sent: Thursday, March 22, 2007 7:12 PM To: gtk-app-devel-list@gnome.org Subject: Re: Dialog closing prematurely with response code of 0 On Thu, Mar 22, 2007 at 09:20:47AM -0400, Kevin Lambert wrote: > > I have a button in DispenserLoadDialog that launches > DispenserLo

RE: Dialog closing prematurely with response code of 0

2007-03-23 Thread Kevin Lambert
I wasn't planning on reporting it into bugzilla until I knew whether it was something that was easily reproducable. The system I am working in has a large amount of support code that doesn't make it easy to just have someone else compile without the full environment. The "solution" (more like a h

RE: Dialog closing prematurely with response code of 0

2007-03-22 Thread Kevin Lambert
urely with response code of 0 On Thu, Mar 22, 2007 at 08:53:34AM -0400, Kevin Lambert wrote: > Evidentally nothing, I don't know how many people have a GtkWindow > kicking off a GtkDialog which then kicks off another GtkDialog... I have. Moreover, the attached code demonstrated a

RE: FW: Dialog closing prematurely with response code of 0

2007-03-22 Thread Kevin Lambert
EMAIL PROTECTED] On Behalf Of David Neèas (Yeti) Sent: Wednesday, March 21, 2007 5:46 PM To: gtk-app-devel-list@gnome.org Subject: Re: FW: Dialog closing prematurely with response code of 0 On Wed, Mar 21, 2007 at 04:42:39PM -0400, Kevin Lambert wrote: > Does anybody have any ideas about this? It lo

FW: Dialog closing prematurely with response code of 0

2007-03-21 Thread Kevin Lambert
Does anybody have any ideas about this? It looks like the response from gtk_dialog_response is being captured by dialogs that don't match the GtkDialog pointer that was passed in. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Lambert

Dialog closing prematurely with response code of 0

2007-03-15 Thread Kevin Lambert
I have a GtkDialog(first) which has a button on it that launches another GtkDialog (second). If I press either the Ok or the Cancel button on the second Dialog it causes both dialogs to close with the gtk_dialog_run for the first dialog returning back a code of 0 (which shouldn't be possible). The

RE: trying to launch a dialog from outside the main gui thread by emiting a signal to the thread.

2007-03-07 Thread Kevin Lambert
at least that is what I am assuming is happening now that the code works). Kevin -Original Message- From: Chris Vine [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 6:16 PM To: gtk-app-devel-list@gnome.org Cc: Kevin Lambert Subject: Re: trying to launch a dialog from outside the

trying to launch a dialog from outside the main gui thread by emiting a signal to the thread.

2007-03-06 Thread Kevin Lambert
I am currently working on a multithreaded application which has a primary GUI that is always running and I need to be able to get that GUI to show a popup to put images in. The problem I am having is how do I tell the GUI to show the popup from outside of its own code? As a test I connected the

Problem with GtkDialog and gtk_widget_destroy()

2006-11-17 Thread Kevin Lambert
I have been using Glade to create the xml for the dialog then used libglade to create the actual dialog. The dialog is shown and works as expected EXCEPT that when I press Cancel (which call gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL)) the button grays but the dialog itself does