trichview.support.thirdparty
Re: Add-ins like the labelitem as MemoItem |
Author |
Message |
Sergey Tkachenko |
Posted: 12/30/2004 23:16:12 Sorry for delay, The error is in one number: in TRVMemoItemInfo.SaveRVF, change 6+GetRVFExtraPropertyCount to 5+GetRVFExtraPropertyCount You removed one line (RVFWriteLine(Stream, IntToStr(ord(Alignment)));) but did not decrement a number of lines. Also remove DTOption from TRVMemoItemInfo.DoPaint. You commented out its initialization, and it is not initialized when used as a parameter of DrawText. It causes strange effects sometimes. > Hello, > > Here a add-ins like the labelitem allowing to put several lines. > > However, in RichViewEdit if one moves it with the mouse, it disaper. > > Where is the error? > > DDFr > > -- > Ceci est une signature automatique de MesNews. > Site : http://mesnews.no-ip.com |
Powered by ABC Amber Outlook Express Converter