Uwe Grauer wrote: > Ed Leafe wrote: >>> few runs I have "Songs &&&&&&&&& Artists". >> At first I thought it was a problem with the escaping in XML, but >> it's actually in wxPython! I tried this code: >> >> >>> f = dabo.ui.dForm() >> >>> f.Caption = "Before" >> >>> print f.Caption >> Before >> >>> f.Caption = "Before & After" >> >>> print f.Caption >> Before After >> >>> f.Caption = "Before && After" >> >>> print f.Caption >> Before & After >> >>> f.Caption = "Before \& After" >> >>> print f.Caption >> Before \ After >> >> So this will take more than a little tweaking. For now, use double >> ampersands (shades of VFP!). >> >> -- Ed Leafe > > This doesn't happen with python 2.5
and wxGTK 2.6.3 Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
