ActiveState Powered by ActiveState

ActiveState Community


runnig in background from a perl tray application

Posted by lampi on 2007-03-06 16:25

Hi everybody

The problem is that I have a little application, and I want to run it in a background mode from my perl tray application, it runs, but in a console that appears on my desktop

I'm using Proc::Background and PerlTray basically.

Some advice

----------
Saprissa!!

kevinw | Mon, 2007-03-12 13:37

Hi,

There are samples that can be found in the Samples directory of your PDK installation. Neither of the PerlTray samples leave a console window visible. My recommendation would be to examine those samples and ensure that your code is of similar form. The documentation for PerlTray may also address this issue.

Cheers,

kjw

lampi | Thu, 2007-04-19 11:02

My problem was a little stupid, I didn't see the option to compile my other Perl application to run in background

Saprissa!!

-->