[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to make SWT application appear in task bar on Windows XP

Don't use the system tray.  Do you have a small stand alone snippet that
shows the problem?

"Day" <daya.sharma@xxxxxxxxx> wrote in message
news:csrrdp$3uj$1@xxxxxxxxxxxxxxxxxx
> Hi All
>
> I have developed a SWT application. When I run it I donot see it in the
> Windows Task Bar, the only way I can see the application is using ALT-TAB
> keys or if code specifically for a system tray item.
>
>         final Tray tray = Display.getDefault().getSystemTray();
>         trayItem = new TrayItem(tray, SWT.Show);
>
>
> But using system tray item as the primary indicator for a running
> application is just not feasible.
>
> Can anyone please help me?
>
> thanks
>
> -daya
>
>