| Thread | Last Post | Replies |
|
| tri-state checkbox? | 30 Jul 2008 20:40 GMT | 8 |
I'm looking for a tri-state checkbox but I can't find it. I found something about this but I don't understand if this exist for Tcl only or for Tk too,
|
| Canvas documentation | 30 Jul 2008 15:56 GMT | 1 |
Please recommend any books or tutorials on canvas widgets? Any new zinc documentation around?
|
| Tk::TextHighlight : snippetParse( "0", tagname ) does not work | 30 Jul 2008 06:56 GMT | 3 |
I am using Tk::TextHighlight (V1.0.4) (active state perl). I have written a simple highlighting pakage. It looks like method snippetParse & snippetAppend both will not process a "single digit" (nothing is added to the output) any other character other than a "single digit" seem ...
|
| Tk-ToolBar - How do I change "width" of ToolLabEntry & ToolEntry | 26 Jul 2008 14:46 GMT | 4 |
I am using Tk-Toolbar and would like to use both "ToolLabEntry" & "ToolEntry". The default width is "5". so far, I have found no option that allowes me to change the width. Regards,
|
| Application crashing with error 'Helvetica -12 bold' still in cashe | 25 Jul 2008 11:08 GMT | 1 |
Please note that while closing my application, some times it crashes. It prints following error while crashing. -------------------------------------------------------------- Font Helvetica -12 bold still in cache.
|
| ANNOUNCE: Tkx-FindBar v0.01 | 24 Jul 2008 23:49 GMT | - |
[Repost: please ignore the other thread if it ever shows up.] In the hope of helping to spur adoption of Tkx I have just released the first Tkx megawidget [1] to CPAN. DESCRIPTION
|
| Text in Label updates too late | 19 Jul 2008 10:52 GMT | 1 |
I have a GUI that requires the text in the "Label" & a "ProgressBar" be updated before execution on a "sub". The sub is horse power hog and keeps the cpu busy. Hence, The text in the label & the progressbar get updated after the sub has finished executing. The script is rather ...
|
| Can't make drag/drop work in text widget | 17 Jul 2008 22:20 GMT | 5 |
I have a text widget and am trying to make dragdrop work. What I want to do is be able to select words using the normal <Double-1> binding, but <Shift-3> will invoke a drag of the selected word. I have an application where this "used to" work, but then a new
|
| Problem reading "png", 'jpg" images with Tk::Photo | 04 Jul 2008 12:09 GMT | 3 |
I have been trying to read ".png" & ".jpg" image files using "Tk::Photo". The code works fine if I use ".xpm" or ".gif". =================== perl -v
|
| problem with Tk Drag n Drop | 03 Jul 2008 18:11 GMT | 1 |
I am using Tk 5.8.3, getting problem in drag n drop. I am creating a tree with optional scroll bar, on each child of this tree i am creating a frame (colored green in following code), and a label (colored blue) which is a child of frame.
|
| How to use Tk::Tree ? | 01 Jul 2008 07:49 GMT | 2 |
I want to use Tk::Tree object to create a tree view, but I didn't see any options to fold a tree item. Could anybody teach me that? Thanks
|