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 / August 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
tkicons31 Aug 2005 20:01 GMT6
  I am a little bit confused about the usage of
  the -image option of the ToolBar widget...
  I have some icons extracted from other applications I want
  to use. However, there pops always an Error that tells me
window close box31 Aug 2005 16:56 GMT2
Windows XP, Active State 5.8.0
Well I thought I was being smart to add:
$mw->bind("<Destroy>", [\&check_file_dirty]);
But after testing it, and a little thought, I'm pretty sure why I can't
Scrollbar with Optionmenu31 Aug 2005 13:55 GMT2
I've a little problem with "Optionmenu" method. You know, when you have
too much variables, the option bar is too long and you can't see all the
list. Is there a scrollbar command for this method or something that
could "split" the list in two or three parts ???
Toplevel Groups31 Aug 2005 10:01 GMT2
Windows XP, Active State Perl 5.8.0.
I have a main window and a few related toplevels. I would like them all
to iconify when the main window is iconified ("minimized" in
Windows-speak). When I create the toplevels, I group them with the main
Width of a canvas text widget31 Aug 2005 09:57 GMT3
I'm trying to place a canvas text widget and I need to know the width of
its text in pixels. My little tester has a sequence like this:
my $id = $c->createText( $x, $y, -text => $label, -justify => 'left' );
my $font = $c->itemcget( $id, -font );
Display progress bar during a command30 Aug 2005 13:53 GMT2
I am trying to display a progress bar during a system command. Something
like this:
@bases = `cleartool lsbl -s -stream $s_field@\\PVOB`
Do I do something like this:
DynaTabFrame raisecmd question30 Aug 2005 00:14 GMT3
I've been using Tk::Notebook for creating tabs in my perl-tk app.  But,
I've added enough tabs to go beyond some of our users screen widths.
So, I've been looking for something which will support multiple rows of
tabs.  So, I started playing with Tk::DynaTabFrame.
How to center listbox on screen?29 Aug 2005 09:54 GMT6
How do I center a listbox on the screen?
Tony
Perl question29 Aug 2005 05:35 GMT3
Can't understand why I haven't run across this before. And now that I
have, can't believe I can't figure it out.
I have a ref. I can use "ref" to figure out if it is a 'SCALAR' or an
'ARRAY'. But if it's a 'SCALAR', how can I determine whether it is
message box with updated text26 Aug 2005 01:11 GMT1
My program creates and writes to several files. I want to display a
popup message saying "writing file 1...", "writing file 2...", ...,
"writing file n..." and destroy the message when done writing
everything.
Different balloon messages in a plot25 Aug 2005 23:03 GMT4
I am trying to make a simple plot where if the mouse goes over a point
then the point changes colour and a balloon message appears in the
status bar.  I can get the point to change colour simply enough but
can't seem to get the balloon message to appear. The following shows
<Double-ButtonPress-1> and <ButtonPress-1>25 Aug 2005 12:07 GMT1
I remember handling this in Tcl, but it was long enough ago that I don't
remember what I did (and the solution probably wouldn't apply to Perl/Tk
anyway). I have two bindings for B1, one for single-click and one for
double-click. As I expected, I'm getting both routines called. ...
MainWindow->update problem24 Aug 2005 23:00 GMT3
Consider the following code:
use strict;
use Tk;
our $mw = MainWindow->new;
Detecting mouse button up after resizing window24 Aug 2005 13:58 GMT1
I would like to have a "resize" callback that is only executed once at
the end of a resize event (ie, when the mouse button is released after
dragging a corner of the main window).  The code below works, but I get
resize events continuously while the window is being resized.  Is ...
copy everything including format from one text widget to another24 Aug 2005 13:00 GMT1
I want to copy everything including format(color, large font) from one
text widget to another.
# Copy user selection from input page to output page
sub copy_input_to_output_page {
Pages: 1 2 3 July, 2005
 
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.