I take it folks are not digging the toggle in the projects menu. If I dropped the UI and resubmitted just Project&gt;&gt;#toggleFullScreen (the one method) do you think there&#39;d be a better reception?<br><br><div class="gmail_quote">
On Mon, May 3, 2010 at 8:32 AM, Chris Muller <span dir="ltr">&lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I know there was discussion on hte list the other day talking about<br>
how we &quot;like&quot; to do things via code.<br>
<br>
Another way to do this is to simply use the duplicate handle right off<br>
the menu item to &quot;tear off&quot; a copy of it, drop it anywhere on the<br>
desktop.  Not as clean as a single &quot;toggle&quot; button, but still<br>
representative of the incredible customizability of Squeak&#39;s IDE...<br>
<div><div></div><div class="h5"><br>
On Sun, May 2, 2010 at 9:05 PM, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Sun, May 2, 2010 at 11:55 AM, Casey Ransberger &lt;<a href="mailto:casey.obrien.r@gmail.com">casey.obrien.r@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Chris, that&#39;s exactly what caused me to put a toggle in a top level<br>
&gt;&gt; menu, now that you mention it; I&#39;m using Linux these days and drilling<br>
&gt;&gt; down to the feature is too ergonomically expensive when I need to do<br>
&gt;&gt; it in order to switch to the web browser. It&#39;s a nasty bug. Anyway I<br>
&gt;&gt; like having the toggle (rather than separate on/of menu items, yuck)<br>
&gt;&gt; at a top level.<br>
&gt;<br>
&gt; I like a button in the top-left hand corner of the screen.  Find attached.<br>
&gt;  You&#39;ll have to modify the script to send toggleFullScreen to an implementor<br>
&gt; there-of (e.g. Project current instead of screenController).  And it would<br>
&gt; be great if the full screen icon didn&#39;t include a background colour.<br>
&gt; HTH<br>
&gt; Eliot<br>
&gt;&gt;<br>
&gt;&gt; On Sunday, May 2, 2010, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I love full-screen mode, there is something &quot;zen-like&quot; about being<br>
&gt;&gt; &gt; completely &quot;in&quot; the Squeak environment rather than just &quot;looking in<br>
&gt;&gt; &gt; from the outside.&quot;  Unfortunately, ever since I switched to Linux I<br>
&gt;&gt; &gt; haven&#39;t been able to use it because it prevents my switching to other<br>
&gt;&gt; &gt; windows.  :(<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; With Linux, it seems a full-screen app takes over completely and<br>
&gt;&gt; &gt; doesn&#39;t let any other windows appear on top of it for more than a<br>
&gt;&gt; &gt; split second after using Alt+Tab.  Even worse, the full-screen window<br>
&gt;&gt; &gt; loses keyboard focus, so you actually have to left-click somewhere to<br>
&gt;&gt; &gt; regain control.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Windows does it right, allowing other windows on top of the full-screen<br>
&gt;&gt; &gt; window..<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sat, May 1, 2010 at 3:56 AM,  &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; A new version of System was added to project The Inbox:<br>
&gt;&gt; &gt;&gt; <a href="http://source.squeak.org/inbox/System-cbr.324.mcz" target="_blank">http://source.squeak.org/inbox/System-cbr.324.mcz</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ==================== Summary ====================<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Name: System-cbr.324<br>
&gt;&gt; &gt;&gt; Author: cbr<br>
&gt;&gt; &gt;&gt; Time: 1 May 2010, 1:55:40.914 am<br>
&gt;&gt; &gt;&gt; UUID: 72de37e3-f54d-4f9e-a3a0-f9a622aa2b0f<br>
&gt;&gt; &gt;&gt; Ancestors: System-bf.323<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Added a method #toggleFullScreen to project. Convenient if you want to<br>
&gt;&gt; &gt;&gt; be able to switch between modes with a single menu item. Added to support a<br>
&gt;&gt; &gt;&gt; menu item to do the same in TheWorldMainDockingBar.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; =============== Diff against System-bf.323 ===============<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Item was added:<br>
&gt;&gt; &gt;&gt; + ----- Method: Project&gt;&gt;toggleFullScreen (in category &#39;menu messages&#39;)<br>
&gt;&gt; &gt;&gt; -----<br>
&gt;&gt; &gt;&gt; + toggleFullScreen<br>
&gt;&gt; &gt;&gt; +       &quot;Toggle between full screen and windowed mode.&quot;<br>
&gt;&gt; &gt;&gt; +       self lastScreenModeSelected<br>
&gt;&gt; &gt;&gt; +               ifTrue: [ self fullScreenOff ]<br>
&gt;&gt; &gt;&gt; +               ifFalse: [ self fullScreenOn ]!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Casey Ransberger<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Casey Ransberger<br>