Re: tkinter - label widget text selection

2007-05-08 Thread rahulnag22
On May 6, 2:24 pm, Rob Wolfe <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > Hi, > > I guess this is a very trivial question -- > > I am using a label widget to display text (black font in a white > > background color). I am trying to use my mouse to scroll over the > > displayed text to

Re: tkinter - label widget text selection

2007-05-06 Thread Rob Wolfe
[EMAIL PROTECTED] writes: > Hi, > I guess this is a very trivial question -- > I am using a label widget to display text (black font in a white > background color). I am trying to use my mouse to scroll over the > displayed text to select it, but tkinter does not allow me to do it. > Is there a me

tkinter - label widget text selection

2007-05-06 Thread rahulnag22
Hi, I guess this is a very trivial question -- I am using a label widget to display text (black font in a white background color). I am trying to use my mouse to scroll over the displayed text to select it, but tkinter does not allow me to do it. Is there a method/option to do this. Thanks Rahul -