| Thread | Last Post | Replies |
|
| Centering a dialog box - How??? | 28 Feb 2005 18:11 GMT | 2 |
Hi again... Does any of you know how can I make a dialog box to appear in the middle of the screen? I have this code for example:
|
| scrollable balloons howto | 28 Feb 2005 17:13 GMT | 2 |
I have these huge balloons hanging over a canvas. These balloon's I use to display some data over a graph. When the mouse moves over a particular x,y coordinate I display some data pertinent to that coordinate on the canvas. Now these balloons could contain information
|
| MessageBox extra window - Question | 28 Feb 2005 13:33 GMT | 1 |
I have this simple code: use Tk; $mw = new MainWindow; $mw->messageBox(-message => "Hello, world",
|
| Right to left writing in text widget | 25 Feb 2005 14:58 GMT | 1 |
I have a request concerning to typing text right to left in a text widget. I have no idea how to solve this problem. Is there anybody hwo has an answer? With the Best: Zsolt -++**==--++**==--++**==--++**==--++**==--++**==--++**==
|
| Create line on canvas | 25 Feb 2005 10:25 GMT | 1 |
I am learning the TK:: package at the moment. I tried the following on drawing a line on canvass: #TK canvassuse Tk; $top = MainWindow->new();
|
| Closing a text box and continue working | 24 Feb 2005 20:34 GMT | 2 |
I'm trying to write a small script that gets an input via a text box and would like to close the text box by pressing on the window without killing the program. I couldn't find a code that closes the window and continue with the
|
| Getting the position of slider of a scrollbar | 23 Feb 2005 04:49 GMT | 2 |
I have drawn a large rectangle on a canvas that was bind to some scrollbar. I can set the position of the viewing area using $canvas->xview(moveto=>$x_moveto);
|
| New Widgets in Runtime ?? | 21 Feb 2005 15:29 GMT | 2 |
Hallo @All, how can i create a new Widget in a MainWindow or Toplevel in runtime. For example i create a Mainwindow with one Button and if i click on this button, i want to show a new button or somthing like that in the
|
| Canvas Bind Methods - follow motion | 17 Feb 2005 18:08 GMT | 6 |
Dear Friends! I would like to seek an advice regarding Canvas widget. I would like to follow cursor movement and show currently selected element on canvas. For now I only managed to use <Enter> and <Leave>.
|
| PAR PP - scandeps.pl fails on win32 | 16 Feb 2005 15:00 GMT | 4 |
Using perl, v5.8.4 built for MSWin32-x86-multi-thread on WinXP Hi I'm trying to pack a small pTk app with pp. It worked fine with this cumbersom command line pp --gui -o out.exe -M Tk -M Tk::DialogBox -M Tk::Balloon
|
| RSSPilot - New Tk Program | 14 Feb 2005 22:05 GMT | 2 |
I have been programming in Perl and Tcl/Tk for a while now - but only recently have I started programming with Perl/Tk. I have created my first Perl/Tk app and I thought that I should post it here. If any of you can spare the time, please go over it to see whether my
|
| I have a problem displaying a GIF image in windows BUT not in linux!!! | 11 Feb 2005 17:12 GMT | 2 |
All the images I am displaying are GIF. Some of the images appear distorted and cropped when displayed. However, others are displayed perfectely. All the images appear normal in linux. Perhaps it's a problem with a driver?
|
| A newbie question on Entry and validate command. | 11 Feb 2005 15:28 GMT | 2 |
I am new to perl and perltk. I want some of the entry widgets to use the same validation subroutine. In my example, if the user does not capture anything in the entry
|
| Tk::Text formatting help | 11 Feb 2005 14:45 GMT | 2 |
I am trying to create a Scrolled text widget where the output is in 3 columns. I'm not defining the columns per se, I just want to print the text in 3 columns. My problem arises trying to format the text output. When the window
|
| TableMatrix::Spreadsheet (ASPN version) doesn't behave as expected | 11 Feb 2005 12:09 GMT | 4 |
Hello *, I have to work with tables a lot and wrote an own table editor. However it lacks some features and performance. So I had a look at available modules, and found Tk::TableMatrix and Tk::TableMatrix::Spreadsheet.
|