hi Max,
On 21.05.2007 11:19, Maximilian Odendahl wrote:
do you mean the auto correction? What are the steps to reproduce the
crash?
No, I am talking about auto completion
I am creating an Outline/OutlineView combination, then turning on auto
completion with:
ULONG nCntrl = mpOutliner->GetControlWord();
nCntrl |= EE_CNTRL_AUTOCOMPLETE;
mpOutliner->SetControlWord(nCntrl);
After the third entered letter, it crashes with the information from the
last email
looks like the edit engine auto completion feature cannot be accessed
via ui. I suppose this never really worked correctly. For now I suggest
to unset the EE_CNTRL_AUTOCOMPLETE flag. You won't miss much anyway. The
code looks like its only intention is to do some auto completion for
day/month names.
Best Regards,
Frank
--
Frank Meies (fme) - OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]