| Thread | Last Post | Replies |
|
| External command to scroll a Scrolled widget | 30 Nov 2003 00:54 GMT | 1 |
Hello, all! This example will show what I'm trying to do: #!/usr/bin/perl -w use strict;
|
| DialogBox questions | 29 Nov 2003 14:44 GMT | 5 |
1. Using Scrolled with DialogBox->add Does anyone know how to use Scrolled with DialogBox->add ? i.e. $db->add(Scrolled(ListBox ...))->pack; I can do add('Listbox', ...)-pack;
|
| Embedded TK | 29 Nov 2003 05:05 GMT | 3 |
Does anyone think that TK will eventually be included in the base setup of distros? Actually, I guess the question is when, not if. I have only used RedHat and SuSE and it may already be in some of the rest of them. A program is much more widely accepted if the users on the other ...
|
| TK IDE? | 28 Nov 2003 23:26 GMT | 8 |
Are there any suitable Integrated Development Environments for TK on windows? i.e a gui tool to help with design issues? TIA
|
| programmatic resize of MainWindow broken after user resize | 28 Nov 2003 23:17 GMT | 1 |
I'm working on an image viewer app. I want to programmatically resize the MainWindow to accommodate the contents, and I want the user to be able to resize it as well. I started with the form manager, but since I want to use an Adjuster I had to devolve to pack.
|
| frame background color fails in Tk-804.025_beta6 | 28 Nov 2003 22:42 GMT | 3 |
A simple background color setting via a configure fails in Tk-804.025_beta6: my $mw = MainWindow->new; $mw->wm("geometry" , "+600+5"); configure $mf "-background" , "red"; (or $mf->configure(-bg => "red");)
|
| Postings missing?- Tk Photo? | 28 Nov 2003 22:40 GMT | 1 |
I had a posting in here about Tk-Photo not displaying the contents of a .gif image correctly and got a reply to it, but it seems to have disappeared?( not in archives either)
|
| forking with Tk | 28 Nov 2003 22:38 GMT | 9 |
Tis me again. I appreciate all the help this forum has given me. I am learning alot. This time fork()ing with Perl/Tk. Here's an example of what I want to do: ---
|
| optionAdd for LabEntry | 28 Nov 2003 07:47 GMT | 6 |
I have a problem configuring applications with optionAdd. I would like to have all Entries with a white background, so I added a $mw->optionAdd('*Entry.background'=>'white'). However, this does not work for LabEntries, so I added a similar
|
| PATCH: timestamp for WM_TAKE_FOCUS events | 28 Nov 2003 06:00 GMT | 1 |
Hi Nick, There is a bug in Perl/Tk that neglects to pass the timestamp associated with a WM_TAKE_FOCUS event. Find attached a patch to rectify this.
|
| Adding non-strings to a listbox? | 26 Nov 2003 23:23 GMT | 3 |
I think I know the answer to this question ("no"), but can you add anything other than strings to a Listbox? I have items of the form: CODE: FOO DESCRIPTION: The Foo Thingy
|
| FSBox seg fault (was Re: (fwd) Re: MacOS X 10.3.1 and Tk804.025) | 26 Nov 2003 17:40 GMT | 3 |
On Nov 24, 2003, at 11:38 AM, Stephen O. Lidie wrote:
> -- forwarded message -- > Path: Lehigh.EDU!not-for-mail > From: "Stephen O. Lidie" <lusol@Pandora.cc.lehigh.edu> |
| Scrollbar refresh with Tk::Tree | 26 Nov 2003 11:00 GMT | 4 |
I have a odd behaving scrollbar with a Tk::Tree widget. The code below will give you an simple tree with a collapsable branch. At first everything seems normal, but after resizing the window and collapsing and expanding the branch, the scrollbar handle fills the whole scrollbar. ...
|
| Problem with Tk under RedHat 9 | 25 Nov 2003 16:28 GMT | 4 |
I've tried to install Tk for Perl under Linux. I've made export LANG="en_US" as was described in one of those topics. Then I've installed Tk but 'make test' was not successfull: Failed Test Stat Wstat Total Fail Failed List of Failed
|
| Tk vs Anythign Else? | 25 Nov 2003 14:22 GMT | 27 |
I was recently considering developing some GUI tools for Linux installs using the the Tk toolkit but was told that Tk wasn't acceptable and that I should/must use a "modern" toolkit. No reason was given as to *why* Tk wasn't considered modern but it got me to wondering. So what *is* ...
|