Hello Sergey,
Please ignore my previous message.
I fixed the issue by using GetWindowOrgEx method of Windows unit.
Thanks for the fix.
Its working correctly now.
Regards,
Shinu
Search found 7 matches
- Fri Mar 23, 2012 5:30 pm
- Forum: Support
- Topic: Data Editor for DevExpress does not work with Express Tree
- Replies: 6
- Views: 20171
- Fri Mar 23, 2012 5:16 pm
- Forum: Support
- Topic: Data Editor for DevExpress does not work with Express Tree
- Replies: 6
- Views: 20171
Hello Sergey, Thanks for the fix. I tried using it, however, i am getting a compiler error on line 892. FReportHelper.RichView.Style.GraphicInterface.GetWindowOrgEx(ACanvas.Canvas, pt); I am using Richview 10. Seems like GraphicInterface class is not there in this version. Is there a corresponding ...
- Sun Mar 11, 2012 3:45 am
- Forum: Support
- Topic: Data Editor for DevExpress does not work with Express Tree
- Replies: 6
- Views: 20171
Hello Sergey, Thanks for the reply. I am using Express Quantum Grid Version 5 and Express Quantum Treelist version 4. These are compatible with Delphi 6. I have found the problem. It is in the method TcxRVViewInfo.InternalPaint. Please refer to the code snippet given at the end of the message. The ...
- Fri Mar 09, 2012 8:42 pm
- Forum: Support
- Topic: Data Editor for DevExpress does not work with Express Tree
- Replies: 6
- Views: 20171
Data Editor for DevExpress does not work with Express Tree
Hello, The inplace editor for DevExpress works fine with Express Quantum Grid. However it is not painting the text correctly when used with Express Quantum Treelist. Is this a known issue? I would like to add that i had ported the code of TcxTRichViewEdit and TcxDBTRichViewEdit to Delphi6 before ...
- Thu Jul 09, 2009 2:03 pm
- Forum: Support
- Topic: Is there a way to compare two rich text data using TRichview
- Replies: 0
- Views: 13976
Is there a way to compare two rich text data using TRichview
Hi,
I have a requirement to view difference between two richview files, just like comparison shown by Microsoft Word.
Is there a way to do this?
Thanks
Shinu
I have a requirement to view difference between two richview files, just like comparison shown by Microsoft Word.
Is there a way to do this?
Thanks
Shinu
- Fri Dec 16, 2005 12:20 pm
- Forum: Support
- Topic: Using TRichView in intraweb.
- Replies: 2
- Views: 15198
- Thu Dec 15, 2005 11:34 am
- Forum: Support
- Topic: Using TRichView in intraweb.
- Replies: 2
- Views: 15198
Using TRichView in intraweb.
Hi, We have a win client having rich text capabilities. We want to have a web version of our software. In web we want to convert the rvf to html and show. To implement this we have done following steps 1. Create a dummy richview 2. Load the rvf data 3. Call richview.SaveToHtmlStream. But there is ...