| Thread | Last Post | Replies |
|
| Very large buttons | 31 May 2004 20:59 GMT | 3 |
I have a bit of a mystery. I have two platforms each with perltk 5.6.1/800.024. If I run helloworld.pl with a done button on machine 1 it looks as expected. If I run helloworld.pl on machine 2 the "done" button is very large by about 20x. If I run helloworld.pl on machine 1 with ...
|
| MDI windows layers | 28 May 2004 12:13 GMT | 10 |
I'm using Tk::MDI to create a multi windowed application. The thing is I don't have a clue which child window is on top at any time. Within my application I create a simple Text child windows, so the user can type in some text and later on either print it out or create
|
| Sizing and justifying a Pane | 26 May 2004 18:29 GMT | 2 |
I need a DialogBox that contains a scrollable widget. After much searching I found the Pane widget which (almost) works. I have two problems. I cannot control the size of the scrollable area and I cannot get the text in the scrollable aria to left justify. Here is
|
| Can/should children inherit window icon from parent ? | 26 May 2004 16:04 GMT | 3 |
I've been modifying the mainwindow icon, and have to explicitly modify all child window icons, when it would seem like they should inherit the icon from the parent (I'm on AS 5.8.3, Tk804.027, WinXP).
|
| Forking in win32 causes crash in perl58.dll? Why? | 25 May 2004 10:07 GMT | 12 |
Every time I fork in win32 when under perl/Tk, the program crashes in perl58.dll. Are there special considerations for forking under Tk? Literally, if I just do: sub some_callback {
|
| Tk::TableMatrix Question | 25 May 2004 07:30 GMT | 3 |
I have figured out how to invoke a callback procedure when left clicking in a TableMatrix cell. Now I need to know the row/column of the clicked cell. XEvent->x and XEvent->y provides the pixel coordinates. I need the actual row/column of the cell. Anybody know how to obtain the ...
|
| Komodo as a editor? | 25 May 2004 02:29 GMT | 6 |
I am evaluating Komodo as an editor for work. I am doing a lot of Perl work as a sysadmin and am starting to get into Perl/Tk as well. We use PVCS for version control and I see Komodo integrates with that. All that to say "Do you use it and what do you think about it?".
|
| RFC: Tk::PanedHelp; Text indexing modules ? | 25 May 2004 01:07 GMT | 2 |
I'm designing a megawidget to display Help in a paned window (ala classic Help for Windows), where the left pane is a notebook with Contents and Index tabs, and the right pane is an HTML document with the currently sleected help text.
|
| "Outsourcing" Version information | 25 May 2004 00:24 GMT | 3 |
Hi, all, in every of my perl modules I have a substantial version and date information so as to keep track of my internal changes. Since I have switched to looking at every module whenever I change the
|
| Click on a new, raised dialog causes it to be lowered ? | 24 May 2004 22:19 GMT | 5 |
I'm having a problem with keeping a newly created Toplevel on top (AS 5.8.3, WinXP, Tk804.027). I create a dialog box from a toplevel (see code below). I explicitly deiconify() and raise() after building
|
| RE: new widget Tk::Analog::NGauge | 24 May 2004 07:05 GMT | 2 |
Steve Lidie [sol0@lehigh.edu] wrote:
> I'm looking for feedback on a name and/or features/options for a > new analog gauge widget, like you'd find in the dashboard of your > car. The "N" in NGauge means that the gauge can have a number of |
| RFD: new widget Tk::Analog::NGauge | 24 May 2004 05:25 GMT | 9 |
I'm looking for feedback on a name and/or features/options for a new analog gauge widget, like you'd find in the dashboard of your car. The "N" in NGauge means that the gauge can have a number of needles. The mega-widget is derived from a Canvas.
|
| MainWindow "withdraw" method and DialogBox | 21 May 2004 19:32 GMT | 2 |
Under Tk-800.024 the following code used to popup a DialogBox while hiding the MainWindow. Under Tk-804.027 nothing happens. What has changed? How can I achieve the same effect as before (I just want to pop up a DialogBox without an additional MainWindow)?
|
| Perl/tk executables | 19 May 2004 04:57 GMT | 3 |
This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C43CCC.A8837940 Content-Type: text/plain; charset="us-ascii"
|
| FileSelect to just select directories | 18 May 2004 22:46 GMT | 6 |
Is there an option for FileSelect (or getOpenFile or some other widget) that will force it to just select and return a directory? I don't need a file in the directory. I need to select the directory itself. I've spent the last several hours searching the web, perldoc
|