|
From: Peter D. <pd...@it...> - 2010-06-22 18:37:56
|
Hi, If it's possible I would like to start a complex swing application for the service process. If it is not possible, we can live with a icon in the statusbar to restart the service. Something between would be fine. Do you have any kind of documentation or link how to implement a icon (with menu) in the windows symbol task bar? Thanks Peter -----Ursprüngliche Nachricht----- Von: Leif Mortenson [mailto:lei...@ta...] Gesendet: Montag, 14. Juni 2010 09:14 An: wra...@li... Betreff: Re: [Wrapper-user] Service and GUI Peter, Yes and No. Yes, because you can use the status bar feature of Java 6 to do exactly what you want when the Service is installed with the wrapper.ntservice.interactive=TRUE property set. http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-interactive.htm l No, because starting with Windows Vista and 2008, Microsoft no longer allows Services to interact directly with the desktop. We are working on a way to work around this so I would appreciate hearing any feedback on exactly what it is that you need to be able to do with the status icon. Cheers, Leif On Mon, Jun 14, 2010 at 3:48 PM, Peter Dahm <pd...@it...> wrote: > Hi, > > > > Im new to java service wrapper and we check this tool to integrate in our > project. > > > > Is it possible to integrate the tool in an application that needed a gui ? I > would like to have a icon in the windows toolbar to start the gui component > of my application/service > > > > Regards > > > > Peter ---------------------------------------------------------------------------- -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |