Hi,
I am a wxPython newbie (doing mostly web).
I want to create a desktop app with tray icon and toaster
notifications.
I would be very thankful is you could direct me towards quality
resources (I found only obsolete resources on google).
Thanks
Hi,
I am a wxPython newbie (doing mostly web).
I want to create a desktop app with tray icon and toaster
notifications.
I would be very thankful is you could direct me towards quality
resources (I found only obsolete resources on google).
Thanks
In wxpython demo code, you can found both codes!
http://downloads.sourceforge.net/wxpython/wxPython-demo-2.8.12.0.tar.bz2
On 19 mayo, 05:59, reshefm <reshef.m...@gmail.com> wrote:
Hi,
I am a wxPython newbie (doing mostly web).
I want to create a desktop app with tray icon and toaster
notifications.I would be very thankful is you could direct me towards quality
resources (I found only obsolete resources on google).Thanks
Check out the ToasterBox in the agw library. It’s in the aforementioned demo package and you can read about it here:
http://xoomer.virgilio.it/infinity77/AGW_Docs/toasterbox_module.html?highlight=toaster#toasterbox
From Commentary
of wxPython online docs. Also, be sure to download, install and run the wxPython
Demo for Windows program.
DevPlayer Jan 9 (2011)
This may be helpful to others needing
information from the online
wxPython docs;
http://www.wxpython.org/docs/api/wx.TextCtrl-class.html
does not have specific TextCtrl widget styles or events documented.
but
http://www.wxpython.org/docs/api/wx.Button-class.html
does list widget styles and events.
I presume the documentation of widgets will at times list specific
widget styles and events and at other times other wxPython widget docs
will not.
When I don’t find the wxPython docs complete I go to:
http://wxruby.rubyforge.org/doc/textctrl.html
http://docs.wxwidgets.org/2.6/wx_wxtextctrl.html
SO tiny that I have to zoom in and out just to follow the topic
http://wiki.wxwidgets.org/WxTextCtrl
http://docs.wxwidgets.org/trunk/classwx_text_ctrl.html
package such as wxFilename and more.
This I use PyCrust to check if what’s in other websites docs is in the
wxPython package. Yeah, I know a lot of hunting for info. It is what it
is, for now.
Mike Driscoll
I compiled a list of links too for wxPython
documentation:
http://www.blog.pythonlibrary.org/2010/12/05/wxpython-documentation/
Ray Pasco
The thread URL got garbled. Another try:
[Commentary of wxPython online docs](http://wxpython-users.1045709.n5.nabble.com/Commentary-of-wxPython-online-docs-td3334185.html)