Hi Niklas and Thomas, Thanks very much your advice. I have attached the patch file to the issue 63144#,please check it. When I fixed the issue, I found some problems about Notes. On a protected sheet, the note's cell is protected,the other note's cell is non-protected. I want to edit the non-protected note,when moving mouse become CROSS to protected note, the protected note also can be edited. I'm tracking this problem,in FuText::MouseButtonDown. I'm looking forward to your suggestion :) .
Thanks & Best Regards Yonggang maoyg 2007-06-29 发件人: Niklas Nebel 发送时间: 2007-06-27 16:20:03 收件人: [email protected] 抄送: 主题: Re: [sc-dev] About issue 63144#,please review patch file! maoyg wrote: > About issue 63144# has been fixed. I have attached the patch to the > issue63144#, please check it. > I'm looking forward to your advice :). Using the cursor position isn't right. The cell cursor can be anywhere, it doesn't have to be at the note's cell when a user selects the note. You have to take the position from the shape's object data. For an example how to get the position, see FuText::StopEditMode. Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
