i ,
We developed an application which will create a system tray icon and display a button in the title bar. we used hooks(CBT, SHELL). It is working perfectly in windows. But when we are trying to run that application in linux using wine it is not working propely. it is displaying system tray icon(when we are using managed mode) and is displaying a small button which is having the lable "wine-systray" when we are using the unmanaged mode. In both modes it is not displaying the button on the titlebar. some times it is giving the error message "WM_NCPAINT is not supported yet". Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in
On Fri, Mar 08, 2002 at 06:45:20PM +0530, chaitu6u wrote:
i ,
We developed an application which will create a system tray icon and display a button in the title bar. we used hooks(CBT, SHELL). It is working perfectly in windows. But when we are trying to run that application in linux using wine it is not working propely. it is displaying system tray icon(when we are using managed mode) and is displaying a small button which is having the lable "wine-systray" when we are using the unmanaged mode. In both modes it is not displaying the button on the titlebar. some times it is giving the error message "WM_NCPAINT is not supported yet".
Yes, I've noticed that as well. Somehow the systray seems to be broken currently, it doesn't seem to show any icons.
Try running --debugmsg +relay,+shell to find out more. Systray support is to be found in dlls/shell32/systray.c