| Thread | Last Post | Replies |
|
| plain text Win32 DnD | 18 Jul 2009 10:23 GMT | 4 |
I want to be able to drop some plain text (not just filenames) dragged from another application (hilited text in firefox, msword, etc..) onto a simple Entry field. The Tk::DropSite seems only to accept drags of filenames from the
|
| OnDestroy in Tkx? | 15 Jul 2009 16:53 GMT | 3 |
Is there a OnDestroy equivalent in Tkx?
|
| include image in the code | 15 Jul 2009 15:59 GMT | 2 |
I use some images for buttons in Tkx. This works fine, but I must have the images in place. Can I include the images in the code. I tried to include xpm-files, (using $image=<<"EOI"; xpm-imagecode EOI) but the interpreter didn't like that (xpm includes symbols like $@...).
|
| setting color of button in Tkx | 15 Jul 2009 06:19 GMT | 2 |
I want to set the foreground and background color of a button in Tkx. In Tk this is no problem, but in Tkx I have not managed it. Can someone help me please? Thank you!
|
| Selection returns previously selected item ID. | 08 Jul 2009 20:39 GMT | 1 |
when I invoke selection method for the tree item selected, I get previously selected tree item. Basically, I have bound <1> to the tree item, and when I invoke rrcTree->selection,
|
| Further issue with Tk::Animation | 07 Jul 2009 22:44 GMT | 6 |
I've searched everywhere for information about a problem I am having with Tk::Animation. It doesn't appear to be cleaning up memory properly, so I presume a reference is made to the animation object, and that reference is not removed.
|
| Tree view using tkx module. | 02 Jul 2009 23:43 GMT | 1 |
I'm trying to use tkx module and want to know how do I add scrolling capabilities to the Tree view? Also, where do I read more about the tkx tree view interface? Regards,
|