Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / Tk / February 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Checkbutton29 Feb 2008 16:36 GMT3
What is wrong with this:
$exCB = $MW -> Checkbutton(-text=>"exclusion",
            -variable=>$eX,
            -command=>sub{print "\n$eX\n";},
OnDestroy to save contents of text widget28 Feb 2008 00:15 GMT1
I have a Toplevel containing a text widget. I'd like to prompt the
user to save the contents if he clicks the window's close button.
OnDestroy seems to be way to do this, but I need to pass arguments to
the ondestroy method; the syntax for this is not clear. When I use the
packing a Tk::Photo widget27 Feb 2008 18:58 GMT1
I'm trying to make a simple application that displays an image.
However, 'pack' insists I give it an option, but I've no clue
what option it wants. Neither the Tk::Photo manual page, nor
"Mastering Perl/Tk" seem to provide a solution.
Problem with Tk::Tree and indicator26 Feb 2008 19:11 GMT7
I've a question about Tree-widget and using the indicator.
There is an entry with (+)-indicator. When the user presses the mouse
button over the indicator the indicator should be removed.
How to do this ?
Another variable question - getOpenFile24 Feb 2008 09:56 GMT5
In my program I have a file dialogue using getOpenFile. e.g.
my $select_input_file = $mw -> getOpenFile(-title=>"Select File");
Once the user has selected the file, I need to use this in a system
command. e.g.
"bad image path name" when trying to place an image23 Feb 2008 17:26 GMT2
I'm new to Perl::Tk, and I'm trying to add an image to my window. I've
converted the image to base64 because I want it to be inline. When I
try to place the image (using the place() method), I get the following
error:
Using busy and unbusy21 Feb 2008 22:00 GMT1
I have a button on which I have made following bindings -
   $stop_button->bind('<Enter>' => sub {
                           print "in \n";
                           $mw_wizui->Unbusy(-recurse => 1);}
Using WX in PTk environment?20 Feb 2008 15:00 GMT1
I was just looking at Wx for Perl. It has some cool Widgets. I was wondering
if it is possoble to use them in PTk enviornment. Since I have never used Wx
I was intreseted to see anyne can provide me with an answer/opinion.
Also, does any one know of a Wx newsgroup.
perl buffering & Tk18 Feb 2008 15:08 GMT3
Does any one know if there are buffering issues specific to Tk?  Eg., a
filehandle other than STDOUT to which inserts, etc. are sent?
I recently learned about the time-delay factor with perl buffers and have
been unable to correct them following the advice of the FAQ(s) and
accessing deeply cascaded menu items15 Feb 2008 15:20 GMT2
I'm hoping someone knows the trick to this.
In a Tk::Menu, that has say 4 levels deep of
cascading, how would I grey out something like
the "Cascade 4 Level 4 Choice 2" under Selections?
Regarding an issue in ROText15 Feb 2008 01:38 GMT2
I'm using ROtext widget in my application. Now, it accepts width in
the charatcter.
At one time, I try to get width of the ROtext, but it gives me the
width in pixels.
Play WMV-Files14 Feb 2008 18:16 GMT1
exists any possibility to play wmv-Files under Perl/Tk ?
Pit
--
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.perl.tk/
Font -12 Helvetica still in cache14 Feb 2008 05:50 GMT3
Recently I am coming across an issue where, when I exit from from my
application , it shows -
Font -12 Helvetica still in  cache.
The perl version that I am using is 5.8.3 and the Tk version is
[Tk::TableMatrix] error: Had to create Tk::XlibVtab unexpectedly at C:/PRG/Perl/lib/DynaLoader.pm line 252.13 Feb 2008 20:45 GMT1
When I run any od the demo scripts for "TableMartix" (say
embeddedWindows.pl) I get the following error:
===============
Had to create Tk::XlibVtab unexpectedly at C:/PRG/Perl/lib/DynaLoader.pm
Popup Menu problem while copy and paste..13 Feb 2008 20:34 GMT5
Here i am creating a popup menu for text widget..It contains
copy ,paste,delete functions..
I am copying & pasting the data in text widget .
After pasting data using popup menu , data is pasting perfectly into
Pages: 1 2 January, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.