How to update documentation

View: New views
3 Messages — Rating Filter:   Alert me  

How to update documentation

by Félix :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was looking for info of how to show an icon in the system tray, and
I found this page:

http://www.mono-project.com/GtkSharpNotificationIcon

But the info is outdated and now exists other more efficient way to do that:

StatusIcon trayIcon = new StatusIcon(Gdk.Pixbuf.LoadFromResource("icon.png"));
trayIcon.Visible = true;
trayIcon.Activate += OnTrayIconClicked;
trayIcon.PopupMenu += OnTrayIconPopup;
trayIcon.Tooltip = Catalog.GetString("example icon");

How can I update the page? or Can a maintainer update the info?
_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list@...
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Re: How to update documentation

by Valentin Sawadski-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

could you please clarify what part of the page is outdated, because
there's a lot of code on this site, with whom I'm not familiar with. I
will then upload the changes then for you.

Kind Regards,
Valentin Sawadski

On Wed, 2008-02-13 at 16:40 +0100, Suco wrote:

> I was looking for info of how to show an icon in the system tray, and
> I found this page:
>
> http://www.mono-project.com/GtkSharpNotificationIcon
>
> But the info is outdated and now exists other more efficient way to do that:
>
> StatusIcon trayIcon = new StatusIcon(Gdk.Pixbuf.LoadFromResource("icon.png"));
> trayIcon.Visible = true;
> trayIcon.Activate += OnTrayIconClicked;
> trayIcon.PopupMenu += OnTrayIconPopup;
> trayIcon.Tooltip = Catalog.GetString("example icon");
>
> How can I update the page? or Can a maintainer update the info?
> _______________________________________________
> Mono-docs-list maillist  -  Mono-docs-list@...
> http://lists.ximian.com/mailman/listinfo/mono-docs-list

_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list@...
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Parent Message unknown Re: How to update documentation

by Valentin Sawadski-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

thanks for the code sample. The Wiki has now been updated and I also
mentioned you as the contributor of the code.

Kind Regards,
Valentin Sawadski

On Sat, 2008-02-23 at 18:12 +0100, Suco wrote:

> Hello,
>   The sample code in the page is outdate, one actual sample that work is this:
> http://blog.wikifotos.org/2008/02/14/mono-c-y-los-iconos-en-la-bandeja-del-sistema/
>
> On Sat, Feb 23, 2008 at 6:06 PM, Valentin Sawadski
> <valentin.sawadski@...> wrote:
> > Hi,
> >
> >  could you please clarify what part of the page is outdated, because
> >  there's a lot of code on this site, with whom I'm not familiar with. I
> >  will then upload the changes then for you.
> >
> >  Kind Regards,
> >  Valentin Sawadski
> >
> >
> >
> >  On Wed, 2008-02-13 at 16:40 +0100, Suco wrote:
> >  > I was looking for info of how to show an icon in the system tray, and
> >  > I found this page:
> >  >
> >  > http://www.mono-project.com/GtkSharpNotificationIcon
> >  >
> >  > But the info is outdated and now exists other more efficient way to do that:
> >  >
> >  > StatusIcon trayIcon = new StatusIcon(Gdk.Pixbuf.LoadFromResource("icon.png"));
> >  > trayIcon.Visible = true;
> >  > trayIcon.Activate += OnTrayIconClicked;
> >  > trayIcon.PopupMenu += OnTrayIconPopup;
> >  > trayIcon.Tooltip = Catalog.GetString("example icon");
> >  >
> >  > How can I update the page? or Can a maintainer update the info?
> >  > _______________________________________________
> >  > Mono-docs-list maillist  -  Mono-docs-list@...
> >  > http://lists.ximian.com/mailman/listinfo/mono-docs-list
> >
> >

_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list@...
http://lists.ximian.com/mailman/listinfo/mono-docs-list