<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Sep 28, 2008 at 4:51 PM,  <span dir="ltr"><<a href="mailto:dudeja.rajat@gmail.com">dudeja.rajat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr"><br clear="all">Hi,<br><br><br>Im using a tkinter scrollbars for horinzontal and vertical scrolling. Well the problem is I'm unable to scroll if I click on the arrows buttons of scrollbars ( with both types of scrollbars)<br>

<br><br>Please suggest if I m missing some configuration.<br><br><br>My code is as below:<br><br><font size="1"><span style="font-family: courier new,monospace;">self.hsb = Scrollbar(appGuiFrame, orient = HORIZONTAL)</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">self.hsb.grid(row = 2,column = 0, sticky = E+W)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#vertical scroll bar</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">self.vsb = Scrollbar(appGuiFrame)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">self.vsb.grid(row = 1,column = 2, sticky = N+S)</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">        </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        </span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">self.txtLogger = Text(appGuiFrame, \</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">                         height = 20,\</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">                         width = 100, \</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">                         state = DISABLED, \</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">                         xscrollcommand = self.hsb.set, \</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">                         yscrollcommand = self.vsb.set, \</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">                         wrap = NONE, \</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">                         font = ("courier",12))</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> self.hsb.config(command = self.txtLogger.xview())</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;"> self.vsb.config(command = self.txtLogger.yview())</span></font><br><br><br>Please help.<br><br><br>Thanks and regards,<br>Rajat<br>
</div>
</blockquote></div><br><br clear="all">Hi folks,<br><br>Any help on the above problem.<br><br>Regards,<br>Rajat<br>
</div>