Well, in CB it appeared you want to run on both win32 and linux. And you want to run more than one app. On linux, the following might do the trick:
  1. Start your xserver without any winmanager or app.
  2. Write yourself a switcher, with nice big icons.
  3. Put this switcher with -geometry in the left upper corner of your screen.
  4. This switcher starts some predefined apps, and place them somewhere on the available space on the right, on top of other apps, but not touching your switcher.
  5. If the switcher must switch to a running app, the switcher send an XEvent to that app, to call it on top.

You could port the whole darned thing to win32. For that, you need an Xserver, and cygwin, to run your apps in the XServer. The XServer is the tricky thing, as there are no good free XServers. They all have their disadvantages. It should be possible to run a XFree86 on cygwin, but I couldn't get it working a few months ago. MI/X from http://www.microimages.com is a shareware alternative, but sadly enough it starts a window manager right away.

Hope this gets you started,

Jeroen
"We are not alone"(FZ)

Update: Maybe you just can forget about XServers in win32, and keep a app running that checks for forbidden apps, and kill them. And update the windows position of the 'good' apps every cycle... see Win32::Process in the active state distro.


In reply to Re: Mousebehaviour by jeroenes
in thread Mousebehaviour by Jouke

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.