Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: pp hide gui system call

by IB2017 (Pilgrim)
on Aug 26, 2018 at 07:46 UTC ( [id://1221117]=note: print w/replies, xml ) Need Help??


in reply to Re^3: pp hide gui system call
in thread pp hide gui system call

Yes, you were right! As a temporary solution I reverted to use one of the suggestions in the replies (using Win32::Exe to modify the third party executables. It works fine, however I would be more at easy if I could replicate what PerlApp did: suppress all consoles even for third party exe launched by the application created by PerlApp.

Replies are listed 'Best First'.
Re^5: pp hide gui system call
by beech (Parson) on Aug 27, 2018 at 06:15 UTC

    Yes, you were right!... however ...

    Hi

    Why stop reading before the answer?

    Here you go

    BEGIN { Win32::SetChildShowWindow( 0 ) if defined &Win32::SetChildShowWind +ow; }
Re^5: pp hide gui system call
by marto (Cardinal) on Aug 26, 2018 at 08:41 UTC

    Maybe you could update the relevant documentation, or provide a patch for the functionality you want.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found