Search found 10 matches
- Sun Oct 14, 2012 9:08 am
- Forum: Support
- Topic: Big problem with TRichView and cxGrid
- Replies: 7
- Views: 22813
- Sun Oct 14, 2012 9:01 am
- Forum: Support
- Topic: Big problem with TRichView and cxGrid
- Replies: 7
- Views: 22813
- Fri Oct 12, 2012 6:37 pm
- Forum: Support
- Topic: Big problem with TRichView and cxGrid
- Replies: 7
- Views: 22813
Hi Sergey, Thank you for you prompt reply. The field is working fine with a TcxDBTRichViewEdit, but when I need to show/edit the same field in a cxGrid I'm getting this strange behavior ... when the field/cell is not in edit mode it displays the RVF as plan text, when the field/cell enter in edit ...
- Fri Oct 12, 2012 4:02 pm
- Forum: Support
- Topic: Big problem with TRichView and cxGrid
- Replies: 7
- Views: 22813
Big problem with TRichView and cxGrid
I’m using TRichView inplace editors with cxGrid (Table and BandedTable views) version 2011 vol 2.4. I have a big problem: All RichView cells are displaying the RTF as plain text ! When I click on one cell to edit it, the RTF is correctly displayed, but when I exit the editor the RTF is displayed a ...
- Mon Sep 10, 2012 4:59 pm
- Forum: Support
- Topic: TcxTRichViewEdit and OnDragOver
- Replies: 4
- Views: 14693
When please
Can you please tell me when you will publish the next update ?
I realy need to fix it because it's going to production in the next week.
I realy need to fix it because it's going to production in the next week.
- Mon Sep 10, 2012 9:15 am
- Forum: Support
- Topic: TcxTRichViewEdit and OnDragOver
- Replies: 4
- Views: 14693
News
Hi Sergey,
Any news regarding this issue ? DragNDrop with TcxTRichViewEdit is not working.
Thanks.
Any news regarding this issue ? DragNDrop with TcxTRichViewEdit is not working.
Thanks.
- Wed Sep 05, 2012 4:18 pm
- Forum: Support
- Topic: TcxTRichViewEdit and OnDragOver
- Replies: 4
- Views: 14693
TcxTRichViewEdit and OnDragOver
Hi Sergey, I need to use DragNDrop with TcxTRichViewEdit, but it seems that TcxTRichViewEdit.OnDragOver is not working, it only accepts drags at the very first top pixel line of the control. I try a very simple example : I put a TRichViewEdit and a TcxTRichViewEdit on a form and implement the ...
- Thu Aug 02, 2012 9:02 am
- Forum: Support
- Topic: TRichView Gutter component/option for displaying line number
- Replies: 3
- Views: 15863
TRichView Gutter component/option for displaying line number
Hi Guys,
Is there any component or sample on how to display a gutter for displaying line numbers with TRichViewEdit ?
Thanks.
Is there any component or sample on how to display a gutter for displaying line numbers with TRichViewEdit ?
Thanks.
- Sun Jul 08, 2012 12:57 pm
- Forum: Support
- Topic: TDBRichViewEdit, tags and plain text question
- Replies: 3
- Views: 12960
Hi Sergey ! I’m using labels now (TRVLabelItemInfo) for better user usage. I have adapted the GetFormattedText that you wrote here http://www.trichview.com/forums/viewtopic.php?t=4494&highlight=getformattedtext to get the plain text result with labels/tags. What I’m missing now, is an example of how ...
- Thu Jul 05, 2012 1:36 pm
- Forum: Support
- Topic: TDBRichViewEdit, tags and plain text question
- Replies: 3
- Views: 12960
TDBRichViewEdit, tags and plain text question
Hi guys, I need some help to implement TDBRichViewEdit on my new project : I will use TDBRichViewEdit in “mail merge” mode, users will enter plain text, add variables/tags that was identifies by a code but users will saw a text in the editor (ex: Tag = {TAG01], Text = “<Some text>”). At this point, e ...