| Thread | Last Post | Replies |
|
| Moving jpegs on canvas with mouse | 30 Jun 2007 05:15 GMT | 1 |
I was wanting to write an application that could display multiple jpegs on a canvas (basically a gallery of images). But, with the ability to select the images and drag them around with the mouse and place them how I want. I'm a little unfamiliar with all of the
|
| Hidden widget not executing -command subroutine calls. | 24 Jun 2007 16:33 GMT | 6 |
I have been using Perl/Tk to control some instruments. I find it convenient to tag the instrument control directly Tk widgets. For example I have a Tk::Button widget named "$off_button
|
| Hiding objects on a Tk Notebook using ->UnmapWindow | 19 Jun 2007 21:22 GMT | 1 |
I have a number of Notebook pages each with many Tk objects. I need to temporarily hide some of those objects using $object->UnmapWindow Later on, I need to reinstate them using $object->MapWindow The problem is that each time a notebook page is raised the hidden
|
| Image deletion question? | 19 Jun 2007 16:10 GMT | 8 |
Debian Sarge with TK 800.025 (The problem in this post does the same thing on 804) I have been learning TK for about a month and so far so good. Although, coming from Delphi I miss the interactive form building that was very
|
| How do I set font size for all objects in main window? | 18 Jun 2007 23:05 GMT | 3 |
I tried in vein to use Tk::Font and the help pages. I could not set the default/current font size. I need bigger fonts than the default 8 pitch. If "$mw = MainWindow->new;" what do I do next? I was successfull in setting each Label, button, etc wiget "-font". I could
|
| Destroying an object cleanly before the end | 15 Jun 2007 13:11 GMT | 1 |
I've made an object class that contain references to images, one frame in a NoteBook passed by parameter to the constructor. I would to destroy completly an created object to recreate it during the execution.
|
| Balloon on menu items | 15 Jun 2007 01:31 GMT | 1 |
I am mtrying to atttach ballloon on the menu item but am not able to do so. Following is the program - use strict ;
|
| PackForget and PackSlaves | 12 Jun 2007 21:45 GMT | 1 |
Could someone help me with Packforget and packSlaves in this piece of code? I am able to open one first window. But when I try to open subsequent windows after one window has been opened, it fails.
|
| Balloon to get removed afer sometime | 11 Jun 2007 05:23 GMT | 2 |
I am posting a balloon.I want that the balloon should get destroyed after some time , say 5 seconds if no action is done with the mouse(mouse not moved etc...). Pls help me in doing the same !!!
|
| Line no. in text box | 07 Jun 2007 12:49 GMT | 1 |
How can I find out the line no of the text over which the mouse cursor is placed ?
|
| Asynchronous anims | 05 Jun 2007 13:34 GMT | 8 |
I would like to have an animated "please wait" window while my interface is busy doing something. The animation could be an animated GIF for example. Is it possible to do something like this, having an asynchronous animation playing while the code is doing something else ? Or is ...
|
| Ergonomic Mobile Computing | 04 Jun 2007 19:35 GMT | 1 |
Despite having worked with a laptop day in day out, I only landed up with aching wrists, strained neck and back; with my work still pending. I could quote several reasons for it - my laptop processor runs too hot, my laptop keeps slipping from the pillow, plus the
|