| Thread | Last Post | Replies |
|
| Scrollbar problem with spreadsheet widget | 30 Jun 2008 15:22 GMT | 1 |
Pls see below a price of code that uses table matrix widget. What I have done is that I have increased the width of the last column. Now, if you try to move the horizontal scrollbar, it move move only to a certain distance and will not move after that and hence, the data in
|
| Entry stops validating after insertion | 28 Jun 2008 17:21 GMT | 2 |
I thought what I was trying would be real simple: type in lower case to an entry box and have every word capitalized - e.g. "now is the winter" become "Now Is The Winter". But after I do the insert, the widget stops validating. Latest version to fail (Tk: 804.027, perl, v5.8.8 ...
|
| Problem with image with transparent background as "MainWindow" Icon | 27 Jun 2008 13:02 GMT | 1 |
I was under the impression that I can change the "Icon" for the "Mainwindow". I an using a ".XPM" image with a "transparent" color for background. When the window is displayed I get black background instead of transparent one. I have tested this with ".PNG". ".JPG" and ".GIF", ...
|
| How do I implement 'drag-n-drop? | 25 Jun 2008 16:14 GMT | 3 |
unfortunatly the FAQ is outdate: <http://phaseit.net/claird/comp.lang.perl.tk/ptkFAQ.html> 10.22. How do I implement 'drag-n-drop? [An explanation will appear here as soon as one of us writes it.]
|
| Tk-804.028 under 64 bit perl5.8.8 builds, but dies at first execution | 24 Jun 2008 18:22 GMT | 1 |
I'm trying to get a working version of 64 bit tk on the Mac; the compilation completes successfully, but immediately runs into a problem in dXSARGS in make test. I've gotten tk working in 64 bit mode on Linux and Solaris, but not
|
| Key-Events on Solaris | 23 Jun 2008 18:48 GMT | 2 |
Hello I have a problem on Solaris with the NumPad keys. For numpad up key i get keysym "up" not "kp_up" as it should be. On Kubuntu everything works fine. Does anyone knows what the problem could be? Here is the test Programm im using:
|
| Scrollbars within Collapsable Frame | 23 Jun 2008 15:09 GMT | 3 |
Hey guys, I need to put a scrollbar within a collapsable frame. I have like a notebook type Frame and on each tab, I have multiple collapsable frames. I just need to put a scrollbar within one of those collapsable frames. It seems like none of the options seem to work, any ideas?
|
| How can I change the icons in the Tk::ToolBar | 17 Jun 2008 13:46 GMT | 1 |
I have a script using Tk::ToolBar and would like to use icons that are not in the built in icons. The images are ".png" or ".jpg" format. sample code: use Tk ;
|
| How to insert raw image pixels into canvas? | 14 Jun 2008 12:22 GMT | 2 |
I'd like to paint a section of an image onto a canvas. For that, I cut out the section using Image::Magick::GetPixels. However, this function returns a raw array of image pixels (RGBA, in my case). What function could I use to insert this into a canvas? I cannot use the
|
| I cannot seem to get a menubar to work | 11 Jun 2008 17:52 GMT | 5 |
Can someone here tell me what I am doing wrong? I am trying to write a simple application. The example is right out of the _Mastering Perl/Tk_ book from O'Reilly. When I execute this, I get this warning:
|
| how can I change the defualt font in Tk | 10 Jun 2008 13:50 GMT | 2 |
I have a main widow which contains serveral widgets. Is tere a way to change the font for all the widgets without adding -font => [ -family => xyz, ....] to each widget.
|
| How to read options file in Tkx? | 09 Jun 2008 18:17 GMT | 1 |
The old story ... I am trying to migrate from Perl/Tk to Tkx and can't work out something ... $mw->optionsReadFile('file.cfg'); I can't work out how this goes in Tkx. I've tried every invocation I
|
| overlaying graphics | 08 Jun 2008 14:34 GMT | 1 |
I have a large Photo object, derived from a jpeg file, which I display on a button. I want to overlay on this image another, smaller, Photo object derived from a png file (I can change it to bmp, tiff, etc., if necessary), at some specified x,y location relative to the button. I
|
| Thread Error when calling a procedure from within a Tk program | 06 Jun 2008 14:28 GMT | 2 |
I'm wondering how you call a procedure which displays widgits or DialogBoxes from a thread. I am having a thread which listens for specifc messages on the wire. This needs to run on a separate thread. Depending on the data that is received, I want to call various Perl/Tk
|
| Using Tcl::Tk Module with Tcl/Tk 8.5 | 03 Jun 2008 17:08 GMT | 5 |
Not sure if this is the right place for this question, as it is with relation to the Tcl::Tk module, rather than Perl/Tk specifically. I'd like to use Tcl::Tk with Tcl/Tk 8.5 rather than 8.4. To that end, on a clean Debian Testing system I have installed only Tcl/Tk 8.5 and
|