Page 1 of 1

Systray under linux ?

Posted: Thu Jun 14, 2007 9:55 am
by sayanmaster
Hello everyone.

I have been coding for a while now in purebasic but only under windows :?
So here is my question: is there a way to do a systray icon under pb linux ?

I already tried to open "libgtkmm2.0.so" and callfunction "gtk_status_icon_new_from_file" but with no success so far :(

If anyone know an answer I'd be really grateful.
Thanks

Posted: Thu Jun 14, 2007 10:17 am
by walker
AddSystrayIcon() would ba a way......

the systray commands are fully supported on linux!

Posted: Thu Jun 14, 2007 10:33 am
by sayanmaster
Thanks a lot walker !

actually I thought systray commands were exclusive to the windows version (as mentionned in the helpfile) but it may be my documentation that's outdated.

*rushing to download the lastest doc*

Sorry for the inconvenience :roll:

Posted: Thu Jun 14, 2007 10:18 pm
by walker
well.. at least on 4.xx... PB3.94 or earlier versions didn't support the systray....