Search found 75 matches

by mohsen24000
Mon Oct 20, 2014 12:23 pm
Forum: Support
Topic: Use TRVTableItemInfo variable as Global
Replies: 7
Views: 20161

When Insert or Load stream to another RV, raised exception because cells have control such as TCheckBox:
'Class TCheckBox not found'
by mohsen24000
Mon Oct 20, 2014 8:49 am
Forum: Support
Topic: Cell Content changing
Replies: 2
Views: 12601

Cell Content changing

Hi, Dear Admin
When a cell content changed in formatted richview, how apply it:
1-rv.format
2-rv.reformat
3-...
Please guide for the fastest way...

Thanks a lot.
by mohsen24000
Sun Oct 19, 2014 6:03 am
Forum: Support
Topic: Use TRVTableItemInfo variable as Global
Replies: 7
Views: 20161

Thanks,
you need to create a copy of this table
Please how!?[/quote]
by mohsen24000
Sat Oct 18, 2014 10:14 pm
Forum: Support
Topic: Use TRVTableItemInfo variable as Global
Replies: 7
Views: 20161

It's impossible save table in global variable absolutely. when define a global variable as TRVTableItemInfo and create it: table : TRVTableItemInfo; implementation procedure CreateTable(table : TRVTableItemInfo); begin table := TRVTableItemInfo.CreateEx(100,4, RVe.RVData); ... RVe.AddItem('',table);...
by mohsen24000
Fri Oct 17, 2014 5:58 pm
Forum: Support
Topic: Use TRVTableItemInfo variable as Global
Replies: 7
Views: 20161

Use TRVTableItemInfo variable as Global

Hi dear Sergey,
I want to save tables in global variable to use them any time after creation.
How do that!?
my tables contains controls such as TCheckBoxes and TGraphics in cells.
Thanks a lot.
by mohsen24000
Mon Oct 13, 2014 5:10 pm
Forum: Support
Topic: What's Best way for free inserted picture
Replies: 1
Views: 9808

What's Best way for free inserted picture

Hi,
Please explain about way of free pictures that added to TRichview,
it's cause memory leak!
I insert many of png pictures to cell of many rows.
How can to avoid memory leak.

Thanks a lot.
by mohsen24000
Sun Oct 12, 2014 10:10 pm
Forum: Support
Topic: Add Tcheckbox cause slow
Replies: 0
Views: 15214

Add Tcheckbox cause slow

Hi Dear,
When AddControlExTag a Tcheckbox in cell of rows, scrolling is slow.

Code: Select all

chk:=TCheckBox.Create(rv);
table.Cells[i-1,3].AddControlExTag('',chk,-1,rvvaAbsMiddle,'tag');
by mohsen24000
Tue Oct 07, 2014 7:48 pm
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43883

No any way!? :(
by mohsen24000
Mon Oct 06, 2014 6:05 pm
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43883

Problem is here!
I want draw rounded background for cells

if row<0 then
exit;
by mohsen24000
Mon Oct 06, 2014 4:54 pm
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43883

version 14
please guide , how do it!?
by mohsen24000
Mon Oct 06, 2014 3:58 pm
Forum: Support
Topic: onSaveItemToFile
Replies: 2
Views: 11109

So good :)
Thanks a lot
by mohsen24000
Sun Oct 05, 2014 9:11 pm
Forum: Support
Topic: onSaveItemToFile
Replies: 2
Views: 11109

onSaveItemToFile

Hi Dear Admin, when use SaveTextw an event occur : onSaveItemToFile for example : if SaveFormat=rvsfText then begin ... if (RVData.GetItemStyle(ItemNo)=rvsPicture) then begin RVData.GetItemExtraStrProperty(ItemNo,rvespAlt,Str); OutStr := RVU_GetRawUnicode(Str); end; ... dodefault:= false; end; it's ...
by mohsen24000
Sun Oct 05, 2014 8:41 pm
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43883

Thank you
unfortunately, when i want draw rounded background for cells, it's draw on content of cell, no behind! :(

if row<0 then
exit;
by mohsen24000
Sun Oct 05, 2014 3:27 pm
Forum: Support
Topic: Replace text with picture!
Replies: 1
Views: 9355

Replace text with picture!

Hi Dear Admin :) Please guide me which way is better for replacing emoticons characters with it's picture: 1- parsing character by character and compare with emoticons code! my emoticons are over 800 code. or 2- find emoticons character in a loop for all codes and replace it with it's picture! thank...
by mohsen24000
Sun Oct 05, 2014 9:52 am
Forum: Support
Topic: Merge cells
Replies: 16
Views: 43883

Please a little guidance!
thanks a lot :)