in reply to Perl TK GUI!

hi

Odd, I can't see a button at all (i got win32)

what I would do is pack some Tk::Pane , and pack some labels/buttons inside them each pane

big boxes first, little boxes inside

qx() command is not working

can you show that code

Replies are listed 'Best First'.
Re^2: Perl TK GUI!
by negativ_m (Novice) on Feb 13, 2014 at 12:08 UTC

    Hi, Really odd, you should see the button....i use linux.

    So somewhere in my GUI script i call another script in a subfunction, and it's looking like that:

    my $name = $ent -> get(); my $log = qx(perl /xx/bgt/structure.pl $path_dir $name);

    The problem is that in my $log variable i can't store the output of the script. Do you know an alternative to call a script and store the output into a variable? Thank's. Both of my variables that are used in the script call are defined, the call of the script is good, just that i can;t store the output into a variable

      The reason the button is missing is the odd $mw size he has, in addition to the bizzare padding values. :-) Take out the geometry line and you may see it.

      I'm not really a human, but I play one on earth.
      Old Perl Programmer Haiku ................... flash japh
        nope -- it gets wider but the button still not visible
Re^2: Perl TK GUI!
by Anonymous Monk on Feb 13, 2014 at 11:58 UTC