View Single Post
Old Apr 20th, 2008, 3:50 PM   #3
Adam.K
Newbie
 
Join Date: Apr 2008
Posts: 11
Rep Power: 0 Adam.K is on a distinguished road
Re: I am looking to do (concerning Tkinter)

Thankyou.

My last question was this:

according to this code click me

I want to know why the scroll bar (see very bottom of code) dose not work the same was as (see line 59 - 72) in the release section.

Also is there a section on the web that will help me with the cut, copy, paste and select all sections?

I have every thing (please see code) but i keep getting:

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__
return self.func(*args)
File "C:\Documents and Settings\****\Desktop\My project\Text.py", line 124, in on_cut
self.update_cursor()
File "C:\Documents and Settings\****\Desktop\My project\Text.py", line 40, in update_cursor
self.old_linenum = self.linenum
AttributeError: 'App' object has no attribute 'linenum'
Adam.K is offline   Reply With Quote