Search found 75 matches

by mohsen24000
Sat Oct 04, 2014 10:16 am
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43874

No problem for copy-paste text!
chats inserted into dbase and bitmap insert in TRichView with tag -> message id in dbase.
my issue is :
1- Speed 2- optimized implementation of the program
by mohsen24000
Sat Oct 04, 2014 9:59 am
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43874

Image
by mohsen24000
Fri Oct 03, 2014 10:50 pm
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43874

Thanks a lot.
I want to implement chat room such as whatsapp.
my chats appear left and others in right.
is table suitable for this or bitmap generation!?
by mohsen24000
Fri Oct 03, 2014 10:58 am
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43874

Merge cells

Hi, I have a table with 3 cols in row. I want merge cells 1,2 together in rows 0,1,2 and merge cells 0,1 in rows 3,4,5 and again merge cells 1,2 in rows 6,7,8 and so on. but when use when row is 0,1,2,6,7,8 table.MergeCells(row,1,2,1,true); when row is 3,4,5 table.MergeCells(row,0,2,1,true); <-- bee...
by mohsen24000
Thu Mar 13, 2014 8:24 pm
Forum: Support
Topic: Show and Edit All footnotes in a RichViewEdit
Replies: 11
Views: 25961

I'm sorry, it means that the users can change footnotes textstyle or parastyle in your demo as main RVE's context.
by mohsen24000
Thu Mar 13, 2014 12:17 pm
Forum: Support
Topic: Show and Edit All footnotes in a RichViewEdit
Replies: 11
Views: 25961

Thanks Sergey,
It was better that can modify and change footnotes style.
by mohsen24000
Tue Mar 11, 2014 8:59 pm
Forum: Support
Topic: RvTag variable type
Replies: 2
Views: 10418

yes, all right.
{$DEFINE RVOLDTAGS}
by mohsen24000
Tue Mar 11, 2014 8:31 pm
Forum: Support
Topic: RvTag variable type
Replies: 2
Views: 10418

RvTag variable type

hi,
why RvTag variable type changed from string to integer in new versions!?
by mohsen24000
Sat Mar 08, 2014 6:24 am
Forum: Support
Topic: Show and Edit All footnotes in a RichViewEdit
Replies: 11
Views: 25961

Sergey Tkachenko wrote:I'll make a demo later in this week
We're still waiting for demo...
thanks a lot
by mohsen24000
Thu Mar 06, 2014 3:54 pm
Forum: Support
Topic: Import Docx in stream to RichViewEdit
Replies: 1
Views: 8508

Import Docx in stream to RichViewEdit

Hi Dear,
How can Import Docx or Doc in stream (for example: TBlobFields) to RichViewEdit!?
Thanks a lot.
by mohsen24000
Wed Mar 05, 2014 4:53 am
Forum: Support
Topic: Show and Edit All footnotes in a RichViewEdit
Replies: 11
Views: 25961

already i did it using tags!
by mohsen24000
Tue Mar 04, 2014 12:55 pm
Forum: Support
Topic: Show and Edit All footnotes in a RichViewEdit
Replies: 11
Views: 25961

Thank you.
Can use table for this purpose?
Add each of footnotes as a row of table...
and read again with row number!
What do you think?
by mohsen24000
Mon Mar 03, 2014 5:33 am
Forum: Support
Topic: Show and Edit All footnotes in a RichViewEdit
Replies: 11
Views: 25961

Show and Edit All footnotes in a RichViewEdit

Hi Dear Sergey,
I want show all footnotes (without Notetext) in a one richviewedit to edit and read separately again after change style or edition it.
How do this?
Thanks a lot.
by mohsen24000
Mon Mar 03, 2014 5:24 am
Forum: Support
Topic: Change Item's TextStyle
Replies: 2
Views: 10162

Thank you again :)
by mohsen24000
Sun Mar 02, 2014 9:37 am
Forum: Support
Topic: Change Item's TextStyle
Replies: 2
Views: 10162

Change Item's TextStyle

Hi,
How can i change item's textstyle without ApplyTextStyle!?
for example, I want to change textstyle of all items that textstyleno=1 to 0.
thanks a lot.