in reply to Re^2: threads, file handles and wxPerl
in thread threads, file handles and wxPerl

That is probably the value of wxOK... (20), the third parameter in your code.

Wx::GetTextFromUser( $message, $caption, $default_value, # $parent, # NULL # -1, # x = wxDefaultCoord # -1, # y = wxDefaultCoord # $centre, # true );

Replies are listed 'Best First'.
Re^4: threads, file handles and wxPerl
by sdetweil (Sexton) on Feb 13, 2013 at 18:57 UTC
    fabulous.. thanks.. amazing what happens when you copy other peoples samples..