<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 16/11/12 19:53, ANKUR AGGARWAL
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKZ9t5eNeoODhQogPT+iQAKViZ2cjhTD2hs21_hpZRGLPspMcw@mail.gmail.com"
      type="cite">Hey
      <div><br>
      </div>
      <div>I am a newbie to ubuntu app  development. Was learning the
        tutorial of creating the first ubuntu app (John bacon's video)
        and got stuck somewhere in the middle. I am unable to bind a
        function to the button. I am getting warning message as </div>
      <div><br>
      </div>
      <div>
        <div>bin/firstapplication:72: RuntimeWarning: missing handler
          'on_refreshButton_clicked'</div>
        <div>  self.builder.connect_signals(self)</div>
      </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>I want to bind my refresh button named as 'refreshButton'
        with this function </div>
      <div><br>
      </div>
      <div>
        <div>def on_refreshButton_clicked(self,widget):</div>
        <div>         print "refresh"</div>
      </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>when I run the code using quickly and press on the button I
        am getting the upper warning message. Searched the web for the
        same but I am unable to find a solution. Please help me out in
        this.</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>Thanks & Regards</div>
      <div>Ankur Aggarwal</div>
      <div><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>