<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&nbsp;forum examples a little closer.</P>
<P>&nbsp;</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&nbsp;window did not work.&nbsp; I'm sure it would work eventually if I had more time to learn the Glade tool.&nbsp; But, the examples I was following create the popups on the fly and destroy them when finished.&nbsp; When I create the toplevel popup&nbsp;window on the fly the signalling works as expected.</P>
<P>&nbsp;</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>&nbsp;</P>
<P>I will be posting some youtube video clips soon for this project.&nbsp; 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>&nbsp;</P>
<P>Thanks,</P>
<P>John Buckley</P>
<P>&nbsp;</P>
<P><BR>----- "Tim-Philipp Müller" &lt;t.i.m@zen.co.uk&gt; 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>&gt; I have a a GTK+ application with buttons on the main panel.<BR>&gt; When I click a Record button I want streaming video to appear<BR>&gt; fullscreen.<BR>&gt; When the user clicks the video screen anywhere, I want the video to<BR>&gt; stop and disappear and go back to the main window.<BR>&gt; Does anyone have any examples of anything like this using either popup<BR>&gt; 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>&nbsp;-Tim <BR><BR><BR><BR>------------------------------------------------------------------------------<BR>Nokia and AT&amp;T present the 2010 Calling All Innovators-North America contest<BR>Create new apps &amp; games for the Nokia N8 for consumers in &nbsp;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>