Ask a Question related to PERL Beginners, Design and Development.
-
Robert Zielfelder #1
PerlTK: using place to place the same widget twice
Greetings,
Is it possible to define a Perl/TK widget and then use the place method to
place that widget more than once. I can't seem to figure out how to do this
if it is possible. The following snippet of code only places the second
instance in the main window ($msw). Any help would be appreciated.
....
$divider1_l = $msw->Label(
-background => "green",
-foreground => "black",
-relief => "raised",
)->place(
-relx => ".3",
-rely => ".05",
-relwidth => ".010",
-relheight => ".95",
);
$divider1_l->place(
-relx => "0",
-rely => ".085",
-relwidth => ".3",
-relheight => ".01",
);
....
Best Regards,
Robert Zielfelder
..-. --..
Robert Zielfelder Guest
-
could not place artwork
The file " file name .psd " is in a format which cannot be placed. any one found this message before ? Sometime it work, sometime not.... -
Not sure if this is the right place...please help if possible
I am trying to create one little PDF of a brochure that is currently in Publisher and I have tried it on the web site free trial thing but that... -
How to place more than one .swf into a HTML?
I guess you can do it with Dream. Bye. -
Can't see self in My Network Place
make sure you have enabled client for ms networking and shared a folder. or post the result of net share command. For more and other information,... -
Where is the best place to.....
learn everything about Postscript printing. Everything from what postscript is to how to use it to how it works in printers and how to print...



Reply With Quote

