|
From: David H. <da...@sm...> - 2006-06-08 13:18:52
|
I also thought about this, but as I love the program too much, I didn't feel
I had the right to complain or find things wrong! :-)
The paused state is a useful feature. Obviously the difficult part is not
from the wrapper side of things, but from the end application. It must be
able to listen to an ActionEvent (mebe?) from the Wrapper, notifying it of
the paused state (or resumed state), carry out the necessary work to pause
the required sections of the application, and then notify the wrapper of the
completion of the application in paused/resumed mode.
>From our apps, the concept of pausing/resuming can be more complex than the
shutdown. That said, it would be a highly useful addition to the Wrapper.
Cheers Leif!
Davy Boy
-----Original Message-----
From: wra...@li...
[mailto:wra...@li...] On Behalf Of Leif
Mortenson
Sent: 07 June 2006 03:52
To: wra...@li...
Subject: Re: [Wrapper-user] How do I enable pause and resume on a service
Joost,
The way the Wrapper is registered as a service, the pause and resume
features are being
intentionally disabled. This is because it is not really possible to
"pause" a Java applicaiton.
You currently have to completely stop the service.
Could you explain what you are trying to do and let me know why a
pause would be
better than completely stopping the service. When paused, what state
would you
expect your app to be in?
Cheers,
Leif
Joost Jens wrote:
> Hello,
>
> I have started using the service and it does wonders for me.
>
> But my question is:
> How can I enable the pause and resume buttons for the service. Because
> they are both disabled when I have started the service.
>
> I hope you guys can help me.
>
> With kind regards,
> Joost Jens
_______________________________________________
Wrapper-user mailing list
Wra...@li...
https://lists.sourceforge.net/lists/listinfo/wrapper-user
|