Browser-Tabs vom 6. Oktober 2005
- http://www.tomschroeter.de/Bali/Bali.html Ein guter Reisebericht über Bali.
- http://wxpython.org/docs/api/wx.ProgressDialog-class.html Wie man in wxPython einen ProgressDialog mit allem Firlefanz in 30 Sekunden baut.
- import wx
- a = wx.App(0)
- dialog = wx.ProgressDialog(titel, beschriftung, maximalwert, parent_objekt, wx_style)
- dialog.Show(True)
- for i in range(100):
- dialog.Update(aktuellerwert, newmsg="NeueBeschriftung")
- dialog.Destroy()
- http://www.dzug.org/organisation/ Deutsche Zope 3.0 Community. Ach, habe ich schon erwähnt, daß Zope 3.0 final released wurde?
- http://www.little-idiot.de/ Ein paar sehr brauchbare Tutorials zu PHP, MySQL, Arbeiten im Team bei der Entwicklung von OpenSource Software.
Kommentare
Ansicht der Kommentare: Linear | Verschachtelt