<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18882">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Many thanks Mariano.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Clicking the wheel of the mouse is OK.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Grazie</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Ciao</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=marianopeck@gmail.com href="mailto:marianopeck@gmail.com">Mariano 
  Martinez Peck</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=seaside@lists.squeakfoundation.org 
  href="mailto:seaside@lists.squeakfoundation.org">Seaside - general 
  discussion</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, February 08, 2010 10:54 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Seaside] mouse right 
  button</DIV>
  <DIV><BR></DIV><BR><BR>
  <DIV class=gmail_quote>On Mon, Feb 8, 2010 at 10:48 AM, Lorenzo Schiavina 
  <SPAN dir=ltr>&lt;<A 
  href="mailto:lorenzo@edor.it">lorenzo@edor.it</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2 face=Arial>Thanks Mariano,</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>but unfortunately I cannot save the change; is 
    there any different way to save the changes without clicking the right 
    button?</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT></DIV></DIV></BLOCKQUOTE>
  <DIV><BR>Everything you do with the mouse / UI&nbsp; can be done by code in a 
  workspace. Both send the same message :)<BR><BR>But anyway, you "right" button 
  must be working. Not in the physical real right button, but, in the "wheel" 
  button. If you have a real 3 keys mouse, click the middle (the one of the 
  wheel) button and it will act as "right" button. If you are using a touchpad 
  in a laptop, press left and right together. <BR>&nbsp;<BR>To save an image and 
  quite with "code" you can evaluate in a workspace:<BR><BR>SmalltalkImage 
  current snapshot: true andQuit: true.<BR><BR>Then you can select that text, 
  and just ctrl + d&nbsp; (to do it). No need of the 
  mouse.<BR><BR>Cheers<BR><BR>Mariano<BR><BR></DIV>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV bgcolor="#ffffff">
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>Thanks</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV><FONT color=#888888>
    <DIV><FONT size=2 face=Arial>Lorenzo</FONT></DIV></FONT>
    <BLOCKQUOTE 
    style="BORDER-LEFT: rgb(0,0,0) 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
      <DIV>
      <DIV></DIV>
      <DIV class=h5>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal">----- 
      Original Message ----- </DIV>
      <DIV 
      style="FONT: 10pt arial; BACKGROUND: rgb(228,228,228); font-size-adjust: none; font-stretch: normal; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous"><B>From:</B> 
      <A title=marianopeck@gmail.com href="mailto:marianopeck@gmail.com" 
      target=_blank>Mariano Martinez Peck</A> </DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>To:</B> 
      <A title=seaside@lists.squeakfoundation.org 
      href="mailto:seaside@lists.squeakfoundation.org" target=_blank>Seaside - 
      general discussion</A> </DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Sent:</B> 
      Monday, February 08, 2010 10:19 AM</DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Subject:</B> 
      Re: [Seaside] mouse right button</DIV>
      <DIV><BR></DIV>Just to do a test, what happen if you do the 
      following:<BR><BR>1) Change Preferences class &gt;&gt; 
      swapMouseButtons&nbsp; to 
      this:<BR><BR>swapMouseButtons<BR>&nbsp;&nbsp;&nbsp; ^ 
      self<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; valueOfFlag: 
      #swapMouseButtons<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifAbsent: 
      [<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; true 
      ]<BR><BR><BR>2) Save the image. Quite and start again.<BR><BR><BR>Did that 
      fix it ?<BR><BR>Cheers<BR><BR>Mariano<BR><BR>
      <DIV class=gmail_quote>On Mon, Feb 8, 2010 at 9:50 AM, Lorenzo Schiavina 
      <SPAN dir=ltr>&lt;<A href="mailto:lorenzo@edor.it" 
      target=_blank>lorenzo@edor.it</A>&gt;</SPAN> wrote:<BR>
      <BLOCKQUOTE 
      style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
      class=gmail_quote>Yes, is Seaside 3.0 one-click image.<BR><BR>For 
        example, if I enter into a method and I make a modification and I try to 
        save it clicking with right button in the editing window, nothing 
        happens.<BR><BR>I have no response in any window of the 
        system.<BR><BR>Many thanks<BR><BR>----- Original Message ----- From: 
        "Lukas Renggli" &lt;<A href="mailto:renggli@gmail.com" 
        target=_blank>renggli@gmail.com</A>&gt;<BR>To: "Seaside - general 
        discussion" &lt;<A href="mailto:seaside@lists.squeakfoundation.org" 
        target=_blank>seaside@lists.squeakfoundation.org</A>&gt;<BR>Sent: 
        Monday, February 08, 2010 9:29 AM<BR>Subject: Re: [Seaside] mouse right 
        button 
        <DIV>
        <DIV></DIV>
        <DIV><BR><BR><BR>
        <BLOCKQUOTE 
        style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
        class=gmail_quote>I dowloaded Pharo 3.0 for Window 
        Vista<BR></BLOCKQUOTE><BR>Pharo 1.0 is about to be released, so I guess 
        you refer to the Seaside<BR>3.0 one-click image?<BR><BR>
        <BLOCKQUOTE 
        style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
        class=gmail_quote>but I cannot use the right button of<BR>my mouse; I 
          enterede in key board preferences, but I was not able to<BR>set mouse 
          properly.<BR></BLOCKQUOTE><BR>Can you elaborate what you are trying to 
        do and what exactly does not<BR>work? Maybe somebody else can help that 
        has a windows installation at<BR>hand?<BR><BR>Lukas<BR><BR>-- <BR>Lukas 
        Renggli<BR><A href="http://www.lukas-renggli.ch" 
        target=_blank>http://www.lukas-renggli.ch</A><BR>_______________________________________________<BR>seaside 
        mailing list<BR><A href="mailto:seaside@lists.squeakfoundation.org" 
        target=_blank>seaside@lists.squeakfoundation.org</A><BR><A 
        href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" 
        target=_blank>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR><BR>_______________________________________________<BR>seaside 
        mailing list<BR><A href="mailto:seaside@lists.squeakfoundation.org" 
        target=_blank>seaside@lists.squeakfoundation.org</A><BR><A 
        href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" 
        target=_blank>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></DIV>
      <P></P>
      <HR>

      <DIV class=im>
      <P></P>_______________________________________________<BR>seaside mailing 
      list<BR><A href="mailto:seaside@lists.squeakfoundation.org" 
      target=_blank>seaside@lists.squeakfoundation.org</A><BR><A 
      href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" 
      target=_blank>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR></DIV></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>seaside 
    mailing list<BR><A 
    href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</A><BR><A 
    href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" 
    target=_blank>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR><BR></BLOCKQUOTE></DIV><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>seaside mailing 
  list<BR>seaside@lists.squeakfoundation.org<BR>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<BR></BLOCKQUOTE></BODY></HTML>