<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><P>Tim,</P>
<P>I got this to work very predictably by following the forum examples a little closer.</P>
<P> </P>
<P>I was importing all my GUI objects from a Glade XML file and for some reason the event signalling and callbacks for the toplevel popup window did not work. I'm sure it would work eventually if I had more time to learn the Glade tool. But, the examples I was following create the popups on the fly and destroy them when finished. When I create the toplevel popup window on the fly the signalling works as expected.</P>
<P> </P>
<P>I am still using the Glade tool for my main window and all other widgets since it is an awesome way to create beautiful modern graphics.</P>
<P> </P>
<P>I will be posting some youtube video clips soon for this project. It is turning out to be a very nice application.</P>
<P>The software is still in its infancy but most of the hurdles are past and now it's full steam ahead for functionality.</P>
<P> </P>
<P>Thanks,</P>
<P>John Buckley</P>
<P> </P>
<P><BR>----- "Tim-Philipp Müller" <t.i.m@zen.co.uk> wrote: <BR></P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">On Wed, 2010-10-20 at 21:56 +0000, John Buckley wrote:<BR><BR>Hi,<BR><BR>> I have a a GTK+ application with buttons on the main panel.<BR>> When I click a Record button I want streaming video to appear<BR>> fullscreen.<BR>> When the user clicks the video screen anywhere, I want the video to<BR>> stop and disappear and go back to the main window.<BR>> Does anyone have any examples of anything like this using either popup<BR>> windows or gstxoverlays.<BR><BR>You could look at the totem code, it supports something like this. If<BR>you're lucky, it's sufficient to make GStreamer render into your<BR>application window and then just fullscreen/unfullscreen that using your<BR>toolkit's API for that on the window handle.<BR><BR>Cheers<BR> -Tim <BR><BR><BR><BR>------------------------------------------------------------------------------<BR>Nokia and AT&T present the 2010 Calling All Innovators-North America contest<BR>Create new apps & games for the Nokia N8 for consumers in U.S. and Canada<BR>$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing<BR>Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store <BR>http://p.sf.net/sfu/nokia-dev2dev<BR>_______________________________________________<BR>gstreamer-devel mailing list<BR>gstreamer-devel@lists.sourceforge.net<BR>https://lists.sourceforge.net/lists/listinfo/gstreamer-devel<BR></BLOCKQUOTE><BR></div></body></html>