On 10/5/10 6:51 AM, Ed Leafe wrote: > On Oct 5, 2010, at 6:10 AM, Jacek Kałucki wrote: > >> It's by design. >> Use GetRange >> <http://xoomer.virgilio.it/infinity77/wxPython/Widgets/wx.TextCtrl.html#GetRange>() >> method instead of applying substring positions to Value property. > > Generally, if there is functionality that is missing in Dabo but > available in wx, it is best to explain what that need is in a feature request > so that it can be added to the Dabo layer, rather than expect users to drop > down into the wx layer. > > Do the Selection/SelectedText properties give you what you need? If > not, explain what is needed, because it sounds like a relatively simple thing > to wrap in Dabo.
You have ValueMode in dMaskedTextBox, that determines whether the returned value is the masked or unmasked version. Perhaps something similar in dEditBox that would determine if Value contains universal newlines or not. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
