Description:
tcltk@perl.org (Moderated)
|
|
|
Question on Tkx
|
| |
I have created some of my own popup menus and they work great but I would to insert into them what seems to be built-in icons: info, error, question, and warning. But for the life of me I can not seem to figure out how to do that. Are these built-in icons available to be inserted into my own widgets? If so can I get an example of that?... more »
|
|
Upating Tcl/Tk installation breaks Tkx?
|
| |
I have recently done a minor version rev of my Tk installation (from 8.5.12 to 8.5.13) and now I can't run my Perl Tkx script. It fails with this error message:
Kevin-Walzers-MacBook-5:string drill-2 kevin$ macperl stringdrill.pl
attempt to provide package Tk 8.5.12 failed: package Tk 8.5.13 provided... more »
|
|
Custom methods on Megawidgets
|
| |
All,
I seem to be missing something simple here but I can't see it. I've
created a megawidget that I want to have a public method on with the
following code
CustomWidgetTest.pl
------------------------------
use Tkx;
use CustomWidget;
$mw = Tkx::widget->new(".");
$cw = $mw->new_MyCustomWidget;... more »
|
|
Deploy Tkx apps on Mac with par
|
| |
Hi all,
Is anyone deploying Tkx apps on Mac OS X with par/pp? I'm interested in finding out your strategies for bundling the Tcl/Tk frameworks with the app bundle so that the app can run on any Mac. PerlApp isn't an option for me at this time.
Thanks,
Kevin
-- Kevin Walzer
Code by Kevin/Mobile Code by Kevin... more »
|
|
Tkx socket server can't read input
|
| |
Hello,
I'm trying to implement a simple tcp server using Tkx, based on some sample code I've found on this mailing list and PerlMonks, and am having some trouble. The idea is that a client script will send some data to the server, and the server will print the data into its own display.
Here is the client script:... more »
|
|
Tkx and xml-rpc
|
| |
I'm wondering if there's a way to configure a Perl Tkx app to also serve as an XML-RPC server.
What I'm trying to accomplish is driving/scripting/sending messages to a running Perl Tkx app that causes the Tkx app to run an operation, and then return data to the client. The idea is to have the Tkx app serve in... more »
|
|
Tkx catch and selection
|
| |
Hi all,
I'm trying to translate one of my programs from Perl/Tk to Perl/Tkx. I
want to be able to paste a text string into the program using the middle
mouse button under X11.
I've been using "$string = Tkx::selection('get')", which works most of the
time. However, if there there is no current selection, I get an ugly... more »
|
|
|