How do I do this on Linux?It depends on what GUI toolkit you want to use, but in general there are 3 ways.
The major consideration, is 'not blocking the gui', otherwise known as 'keeping the event loop going'. In gui's, the event-loop is the main program which is running, so if you need to run another process, it's either "fork-and-exec", threads, or finding a way to constantly call "update" or "do-one-event-loop" .
You really need to be more specific in your question, because there are MANY different ways to do it, and it all depends on the GUI toolkit, and the program you need to spawn( and whether you need realtime results from the spawned program).
I'm not really a human, but I play one on earth.
flash japh
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.