> >>> Also, this has been bugging me for a while, > >>> but due to my own lack of time, I've yet to research the > >>> equivalent: > >>> > >>> Win32::GUI: the -style option is deprecated! > >>> Win32::GUI: the -style option is deprecated! > >>> Win32::GUI: the -exstyle option is deprecated! > > > >Laurent - your fixes for these worked perfectly. Thank you kindly! > >They've been integrated into the CVS version of AmphetaDesk. > > Actually, it looks like that your fixes didn't enable > word-wrapping on the RichEdit. Any ideas? >
It's seem word-wrapping on the RichEdit is enabled when ES_MULTILINE style is set without ES_AUTOHSCROLL. By default, a richedit control have those 2 styles set. You can remove ES_AUTOHSCROLL with -autohscroll => 0. Laurent.