<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Is it possible to make these messages that can be sent to a canvas?&nbsp; That's already the <br>way one changes settings of a canvas (editmode, clear, donecanvasdialog, etc.)<br><br>Also, that way you <br>could have a patch my-kiosk-thingy.pd, and when you open it you could have all kinds of <br>initialization settings, and a subpatch [pd gui]. When you get all the init values set you <br>can send [fullscreen 1( -- [s pd-gui] .&nbsp; Then you don't need to make a new object [gui].<br><br>-Jonathan<br><br>--- On <b>Thu, 4/22/10, errordeveloper@gmail.com <i>&lt;errordeveloper@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: errordeveloper@gmail.com &lt;errordeveloper@gmail.com&gt;<br>Subject: Re: [PD] gui devel idea: "kiosk mode"<br>To: pd-list@iem.at<br>Date: Thursday,
 April 22, 2010, 11:51 PM<br><br><div class="plainMail"><br>i think it's probably better to do this via a msg<br><br>so basically there would be commands like:<br>gui-hide-menu<br>gui-hide-scrollbar<br>gui-hide- ...<br>gui-canvas-fullscreen<br>gui-hide-decortion<br><br>so basically you can put this into a subpatch and loadbang whichever one<br>you need ;)<br><br>may it's better to implement this via gui object which you would send<br>msgs to ..<br><br>[hide-canvas(<br>|<br>|<br>[gui]<br><br>or we do this kind of stylie: [; pd-gui command(<br><br>?<br><br>i'm not sure which way is more practical ..<br><br>On Thu, Apr 22, 2010 at 09:57:51PM +0200, András Murányi wrote:<br>&gt; On Thu, Apr 22, 2010 at 8:01 PM, Joăo Pais &lt;<a ymailto="mailto:jmmmpais@googlemail.com" href="/mc/compose?to=jmmmpais@googlemail.com">jmmmpais@googlemail.com</a>&gt; wrote:<br>&gt; <br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; just had a thought for a gui development: a runtime
 mode, feasible for<br>&gt; &gt; demos or "finished" applications where the user only gets presented with the<br>&gt; &gt; finished program, and no menus. In opera it's called kiosk mode (<br>&gt; &gt; <a href="http://www.opera.com/support/mastering/kiosk/" target="_blank">http://www.opera.com/support/mastering/kiosk/</a>): all the menus are hidden,<br>&gt; &gt; and the user should only interact with the program.<br>&gt; &gt;<br>&gt; &gt; It doesn't have to go as far as opera's mode (and disable key shortcuts),<br>&gt; &gt; but if it's not complicated, a "presentation mode" could be nice for patch<br>&gt; &gt; showcase, finished performance patches or tools, ...<br>&gt; &gt; As far as I imagine, some simple options might be enough:<br>&gt; &gt;<br>&gt; &gt; - hide menus<br>&gt; &gt; - hide window lane<br>&gt; &gt; - hide borders<br>&gt; &gt; - fullscreen mode<br>&gt; &gt;<br>&gt; &gt; Best,<br>&gt; &gt;<br>&gt; &gt; Joăo<br>&gt; &gt;<br>&gt; <br>&gt;
 Sounds good!<br>&gt; Seems this is not supported in Tcl/Tk 8.3 but from 8.4 up it is.<br>&gt; Which, according to current 'policy', predestines it to be a plugin (?),<br>&gt; actually a very simple one.<br>&gt; Shall be bind to F11!<br>&gt; <br>&gt; Provided this fullscreen feature, (how) do want to be able to scroll the<br>&gt; canvas? I suppose we just keep the scrollbars...?<br>&gt; <br>&gt; Andras<br><br>&gt; _______________________________________________<br>&gt; <a ymailto="mailto:Pd-list@iem.at" href="/mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br><br><br>_______________________________________________<br><a ymailto="mailto:Pd-list@iem.at" href="/mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a
 href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br></div></blockquote></td></tr></table><br>