Page 1 of 1

Search for DELPHI developper

Posted: Sun Oct 30, 2005 11:08 pm
by Vacquer
We look for delphi developper in oder to integrate Trichview in our software

Job to do : building a component (named TXRichEdit) descending from TRichViewEdit and reproducing properties and methods of TRichEdit component.
In addition, this composant must have an "Editing" method that open an editor alowing any modification, including a spelling tool.

Job already done :
- The new TXRichEdit component reproduce some of the properties and methods of TRichEdit.
- The editor is done, based on RichViewActions demo.

Problems encountered :
- Bad content transfert between new TXRichEdit component and his editor made with a TRichViewEdit, probably because of a bad understanding of TRVStyle component included in TXRichEdit.
- Conflict between "Borland user components" and "Actions RichView" packet in Delphi IDE.

Please contact me to [email protected]

Posted: Mon Oct 31, 2005 10:28 am
by wvd_vegt
Hi,

Can resist the question, why all the trouble of emulating an existing component instead of modifying the application to match a native TRichViewEdit?

I can only see problems caused by minor differences bewteen the old component and the emulation.