I've solved the problem. It happened because I unparent the vbox from the
main window but then I called to show_all() of the window so it crashed.

Thanks a lot.

Regards


2009/9/3 <pygtk-requ...@daa.com.au>

> Send pygtk mailing list submissions to
>        pygtk@daa.com.au
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://www.daa.com.au/mailman/listinfo/pygtk
> or, via email, send a message with subject or body 'help' to
>        pygtk-requ...@daa.com.au
>
> You can reach the person managing the list at
>        pygtk-ow...@daa.com.au
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pygtk digest..."
>
>
> Today's Topics:
>
>   1. Improved Masked Entry (Aidin Gharibnavaz)
>   2. Quickly open and colse a windows due to a .hide() at start
>      (Alexandre Gonz?lez)
>   3. Re: Quickly open and colse a windows due to a .hide() at
>      start (Timo)
>   4. Re: Quickly open and colse a windows due to a .hide() at
>      start (Alexandre Gonz?lez)
>   5. GTK: ERROR (Luis Javier Peris)
>   6. Re: Gtkmozembed (Jeffrey Barish)
>   7. Re: GTK: ERROR (Pietro Battiston)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 3 Sep 2009 11:08:44 +0430
> From: Aidin Gharibnavaz <ai...@aidinhut.com>
> Subject: [pygtk] Improved Masked Entry
> To: pygtk@daa.com.au
> Message-ID:
>        <9fbea0e0909022338s372721bchbfcd475698b0b...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi guys!
>
> I improved my "masked entry" a little. There's still some other
> things that can be done to make it better.
>
> Improved widget is attached to this mail, and there's a "change"
> file which explains what's new.
>
> I like to make it more standard, but to be honest, I couldn't found
> any guide or something about how to standardize a GTK widget! Or
> what are standards of a GTK widget. Do you know any page about it?
>
> Thanks for spending your time examining my full-of-bugs widget.
>
> Cheers,
> Aidin
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: VirtualMaskedEntry.tar.bz2
> Type: application/x-bzip2
> Size: 6059 bytes
> Desc: not available
> Url :
> http://www.daa.com.au/pipermail/pygtk/attachments/20090903/80bb9fbe/attachment-0001.bin
>
> ------------------------------
>
> Message: 2
> Date: Thu, 3 Sep 2009 10:58:33 +0200
> From: Alexandre Gonz?lez <a...@rianxosencabos.com>
> Subject: [pygtk] Quickly open and colse a windows due to a .hide() at
>        start
> To: pygtk@daa.com.au
> Message-ID:
>        <e9d8fca30909030158q46d4ea65j19f17bda94722...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi guys!
>
> I have an application that has two windows in the .glade: a main window and
> a help window. When I run the application, the two windows are showed, so I
> .hide() the help window... well.. here is the problem. Is It a good way to
> do it?
>
> In Ubuntu with gnome, (rox+xfce)... no problem! But when I test it in
> debian
> Lenny with official repos, so I ask me if the problem could be a bug on
> pygtk libraries in debian? It's the same computer, so no problem with
> velocity or RAM.
>
> Thanks!
> ?lex Gonz?lez
>
> --
> Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt
> and/or .pptx
> <http://mirblu.com>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.daa.com.au/pipermail/pygtk/attachments/20090903/a1758425/attachment-0001.htm
>
> ------------------------------
>
> Message: 3
> Date: Thu, 03 Sep 2009 11:16:34 +0200
> From: Timo <timomli...@gmail.com>
> Subject: Re: [pygtk] Quickly open and colse a windows due to a .hide()
>        at start
> To: Alexandre Gonz?lez <a...@rianxosencabos.com>
> Cc: pygtk@daa.com.au
> Message-ID: <4a9f8972.3080...@gmail.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Alexandre Gonz?lez schreef:
> > Hi guys!
> >
> > I have an application that has two windows in the .glade: a main
> > window and a help window. When I run the application, the two windows
> > are showed, so I .hide() the help window... well.. here is the
> > problem. Is It a good way to do it?
> Why not set the "Visible" option to False in the Glade file (it's in the
> common-tab I think).
> So the window isn't shown at program start and you can do a .show() when
> you need it.
>
> Timo
> >
> > In Ubuntu with gnome, (rox+xfce)... no problem! But when I test it in
> > debian Lenny with official repos, so I ask me if the problem could be
> > a bug on pygtk libraries in debian? It's the same computer, so no
> > problem with velocity or RAM.
> >
> > Thanks!
> > ?lex Gonz?lez
> >
> > --
> > Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx,
> > .ppt and/or .pptx
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > pygtk mailing list   pygtk@daa.com.au
> > http://www.daa.com.au/mailman/listinfo/pygtk
> > Read the PyGTK FAQ: http://faq.pygtk.org/
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 3 Sep 2009 11:55:40 +0200
> From: Alexandre Gonz?lez <a...@rianxosencabos.com>
> Subject: Re: [pygtk] Quickly open and colse a windows due to a .hide()
>        at      start
> To: Timo <timomli...@gmail.com>
> Cc: pygtk@daa.com.au
> Message-ID:
>        <e9d8fca30909030255m5b6a26b1g98d71e1252c78...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Good! It's solved... sorry, this is a stupid question because I've used
> glade-3 since I develop python+pygtk, but this application is old and need
> glade-2 and I've never see this option so, I think that it isn't allowed in
> glade-2 ;)
>
> Thanks for a good answer to my stupid question ;D
> ?lex Gonz?lez
>
> 2009/9/3 Timo <timomli...@gmail.com>
>
> > Alexandre Gonz?lez schreef:
> >
> >> Hi guys!
> >>
> >> I have an application that has two windows in the .glade: a main window
> >> and a help window. When I run the application, the two windows are
> showed,
> >> so I .hide() the help window... well.. here is the problem. Is It a good
> way
> >> to do it?
> >>
> > Why not set the "Visible" option to False in the Glade file (it's in the
> > common-tab I think).
> > So the window isn't shown at program start and you can do a .show() when
> > you need it.
> >
> > Timo
> >
> >>
> >> In Ubuntu with gnome, (rox+xfce)... no problem! But when I test it in
> >> debian Lenny with official repos, so I ask me if the problem could be a
> bug
> >> on pygtk libraries in debian? It's the same computer, so no problem with
> >> velocity or RAM.
> >>
> >> Thanks!
> >> ?lex Gonz?lez
> >>
> >> --
> >> Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx,
> >> .ppt and/or .pptx
> >> ------------------------------------------------------------------------
> >>
> >> _______________________________________________
> >> pygtk mailing list   pygtk@daa.com.au
> >> http://www.daa.com.au/mailman/listinfo/pygtk
> >> Read the PyGTK FAQ: http://faq.pygtk.org/
> >>
> >
> >
>
>
> --
> Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt
> and/or .pptx
> http://mirblu.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.daa.com.au/pipermail/pygtk/attachments/20090903/7251e77d/attachment-0001.htm
>
> ------------------------------
>
> Message: 5
> Date: Thu, 3 Sep 2009 17:15:48 +0200
> From: Luis Javier Peris <javierpe...@gmail.com>
> Subject: [pygtk] GTK: ERROR
> To: pygtk@daa.com.au
> Message-ID:
>        <14a7cf010909030815gfa0509fob6a3bea48ceec...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello guys,
>
> I'm writing here because I don't know where tell this issue. I'm writing an
> app using pygtk and after calling the run method of a gtk.Dialog (response
> =
> self.widgets.get_widget("dialogQuestion").run()), I get the following
> error:
>
>
> Gtk:ERROR:/build/buildd/gtk+2.0-2.16.1/gtk/gtkcontainer.c:2717:IA__gtk_container_propagate_expose:
> assertion failed: (child->parent == GTK_WIDGET (container))
> Cancelado
>
> The dialog is shown but inmediately crashes, the next statement is not
> executed. What could I do?
>
> I don't remember if I updated my gtk version, but I suppose I did and it's
> maybe the reason because I'm getting the error listed above, maybe a bug?
> I've read the same issue happen  Google Chromium.
>
> Greetings.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.daa.com.au/pipermail/pygtk/attachments/20090903/18af96d0/attachment-0001.htm
>
> ------------------------------
>
> Message: 6
> Date: Thu, 03 Sep 2009 10:33:06 -0600
> From: Jeffrey Barish <jeff_bar...@earthlink.net>
> Subject: Re: [pygtk] Gtkmozembed
> To: pygtk@daa.com.au
> Message-ID: <h7or4t$ke...@ger.gmane.org>
> Content-Type: text/plain; charset="US-ASCII"
>
> Jeffrey Barish wrote:
>
> > Does anyone know why this test program works with one string but not the
> > other?  Using the load_url method works in both cases.
>
> For the benefit of posterity, the problem is that gtkmozembed cannot
> swallow
> boluses of data larger than some amount.  If you feed the html to
> append_data in small bites in a loop, the page will display.  I found that
> chunks of 10 * 1024 worked.  Some documentation would help.
> --
> Jeffrey Barish
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 03 Sep 2009 18:41:19 +0200
> From: Pietro Battiston <too...@email.it>
> Subject: Re: [pygtk] GTK: ERROR
> To: Luis Javier Peris <javierpe...@gmail.com>
> Cc: PYGTK <pygtk@daa.com.au>
> Message-ID: <1251996079.3913.1385.ca...@vousci>
> Content-Type: text/plain
>
> Il giorno gio, 03/09/2009 alle 17.15 +0200, Luis Javier Peris ha
> scritto:
> > Hello guys,
> >
> > I'm writing here because I don't know where tell this issue. I'm
> > writing an app using pygtk and after calling the run method of a
> > gtk.Dialog (response =
> > self.widgets.get_widget("dialogQuestion").run()), I get the following
> > error:
> >
> > Gtk:ERROR:/build/buildd/gtk+2.0-2.16.1/gtk/gtkcontainer.c:
> > 2717:IA__gtk_container_propagate_expose: assertion failed:
> > (child->parent == GTK_WIDGET (container))
> > Cancelado
> >
> > The dialog is shown but inmediately crashes, the next statement is not
> > executed. What could I do?
>
> You could attach a bigger piece of code (the smallest subset of your
> code sufficient to easily reproduce the bug), from which we could
> understand what's happening.
>
> >
> > I don't remember if I updated my gtk version, but I suppose I did and
> > it's maybe the reason because I'm getting the error listed above,
> > maybe a bug? I've read the same issue happen  Google Chromium.
>
>
> What?!?
>
>
> Pietro
>
>
>
> ------------------------------
>
> _______________________________________________
> pygtk mailing list pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
>
>
> End of pygtk Digest, Vol 79, Issue 5
> ************************************
>
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to