Search for DELPHI developper

(Experimental forum) Post job offers related to TRichView here. TRichView users offer job to TRichView users.
Locked
Vacquer
Posts: 2
Joined: Sun Oct 30, 2005 11:02 pm

Search for DELPHI developper

Post 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]
wvd_vegt
Posts: 83
Joined: Tue Aug 30, 2005 7:39 am

Post 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.
Locked