Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: pp with gui

by mkmal (Novice)
on Mar 25, 2013 at 01:04 UTC ( [id://1025212]=note: print w/replies, xml ) Need Help??


in reply to Re^3: pp with gui
in thread pp with gui

I finally got some time to play with this, unfortunately no luck yet.
Here is my updated code.

use strict;
use warnings;
use File::Spec::Functions;

BEGIN {
if (exists $ENV{PAR_PROGNAME}) {
use Config ();
$ENV{PERL_TCL_DL_PATH} = catfile(
$ENV{PAR_TEMP},
'tkkit.' . $Config::Config{dlext},
);
}
}
use Tkx;

Tkx::button(".b",
-text => "Hello, world",
-command => sub { Tkx::destroy("."); },
);
Tkx::pack(".b");

Tkx::MainLoop()

Here is the command I run to create the .exe.

pp --gui -o gui2.exe gui2.pl -l C:/Perl/lib/auto/Tcl/tkki. dll -l C:/Perl/lib/auto/Tcl/Tcl.dll

The issue is still exactly the same. If I run the program as a perl program it works fine.
If I run it as an .exe nothing happens.

Any additional ideas would be appreciated.

Oh, if I add -x it pops up the "hello" box during the compile. I click on the box and it continues the compile. The resulting .exe does nothing.

Replies are listed 'Best First'.
Re^5: pp with gui
by Anonymous Monk on Mar 25, 2013 at 01:18 UTC
    you're a funny guy, really
      ??

        This

        me: try these eleventeen things

        you: I tried one , now what?

        me: try one of the other tenteen things, turn on debugging

        you: I tried kinda the same thing, now what

        me: you're a funny guy

        you: ??

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1025212]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found