Search found 13 matches

by Tarun
Fri Jun 06, 2008 7:53 pm
Forum: Support
Topic: Controls in the Richview are not Painted properly first time
Replies: 1
Views: 9124

Controls in the Richview are not Painted properly first time

Hi,

I am inserting some controls in the Cells of the Table in Rich view,
but the very first time these inserted controls are not properly displayed on the Rich view's table.

If i reload the Rich view then all the controls are properly displayed and then there is no problem.

But why the controls ...
by Tarun
Thu May 22, 2008 1:40 am
Forum: Support
Topic: Can we Save the Data in Rich View with out Format
Replies: 1
Views: 8985

Can we Save the Data in Rich View with out Format

Hi,


I just want to know that Can we Save the Data in Rich View with out Format.

Actually, I am using Rich View in a Service ( Thread based ),
In that case, there is no control and for format the data, Rich View needs a Parent control.

Also Format function is not working properly in threaded ...
by Tarun
Wed May 21, 2008 8:11 pm
Forum: Support
Topic: Can we restrict the length of a Rich View
Replies: 2
Views: 14101

Can we restrict the length of a Rich View

Hi,


I want to know that Can we restrict the length of a Rich view ?
Means I want Rich View contains MAX 200 Characters not more then that.

Is it possible ?


I am using property - MaxLength, but this property is working like Max character length in a line, when i am entering more character then ...
by Tarun
Sat May 10, 2008 6:37 pm
Forum: Support
Topic: How to save the controls(in the RV) in RTF and HTML File
Replies: 2
Views: 10379

i have seen the OnSaveComponentToFile event, It will return the Sting which will appear in the RTF or HTML file.


but i am not able to show the Component it self there in the RTF or HTML file.

Actually, the problem is that i have inserted a frame in the RV and in the frame i have paste the Chart ...
by Tarun
Sat May 10, 2008 1:25 am
Forum: Support
Topic: How to save the controls(in the RV) in RTF and HTML File
Replies: 2
Views: 10379

How to save the controls(in the RV) in RTF and HTML File

Hi,

I am inserting controls (Frame, Panel and label ) in the Rich view.
Now, I want to save this Rich view in a RTF and HTML file....

But i am nor able to do that........Controls are not visible in the RTF or HTML file.


Can you please help me on this.



Thanks & Regards,
Tarun
by Tarun
Fri Aug 24, 2007 10:29 am
Forum: Support
Topic: Problem in Saving RV as RTF
Replies: 3
Views: 12118

Hi Admin,

How can i save the controls in RVF. I had also tried to save the
RV containing controls but the function SaveToRVF is not saving the controls.

Please Comment.


Regards:
Tarun
by Tarun
Wed Aug 22, 2007 12:30 pm
Forum: Support
Topic: Problem in Saving RV as RTF
Replies: 3
Views: 12118

Problem in Saving RV as RTF

Hi,

There is a problem in saving Richview as RTF, if Richview contains table and in table if there are some controls.

Actually, In RV table, i am inserting a frame (TFrame) in every cell.
When i am trying to save it as RTF format, it will save only table not the frames inserted in the cell of the ...
by Tarun
Thu Jul 12, 2007 8:26 pm
Forum: Support
Topic: How we set a table in a Richview non align
Replies: 1
Views: 8715

How we set a table in a Richview non align

Hi,

Whenever we insert a new table in the Richview if gets top align means we
can not add two tables at same level...

I need two or more table on the same level and also wants to move them..

Please have u any solution for this.


Regards:
Tarun
by Tarun
Thu Jul 12, 2007 8:22 pm
Forum: Support
Topic: How do resize a Control inserted in Richview
Replies: 1
Views: 8597

How do resize a Control inserted in Richview

Hi,

I am getting a problem.
I have inserted a Control in Richview, but i am not able to resize that control, even if i have set the Extra item property resizeable

This is the code i have written

procedure TForm1.Sample;
var
LPanel : TPanel;
begin
LPanel := TPanel.Create(nil);

RichViewEdit1 ...
by Tarun
Wed Mar 21, 2007 5:38 am
Forum: Support
Topic: table grid is not shown in readonly editors
Replies: 1
Views: 8686

table grid is not shown in readonly editors

Hi,

I did get your text in Readme.txt:

COMPATIBILITY ISSUES:
- table grid is not shown in readonly editors any more (it also affects TBDRichViewEdit
when its dataset is not in the edit mode)


Please elaborate..


Regards:
Tarun
by Tarun
Tue Nov 07, 2006 4:48 am
Forum: Support
Topic: Problem in Table
Replies: 4
Views: 15417

Thanks for updating..


Regards:
Tarun
by Tarun
Mon Nov 06, 2006 9:01 am
Forum: Support
Topic: Problem in Table
Replies: 4
Views: 15417

Problem in Rich view table

I am using 1.4 version of RV

Is yours new Rich View version solve the copy/paste problem that when

1. we copy the bulleted text from Excel/word and paste into Richview
table then bullets becomes numbers.

2. Allignment problem:
Allignment is not properly working on pasting data from word/Excel ...
by Tarun
Wed Nov 01, 2006 12:53 pm
Forum: Support
Topic: Problem in Table
Replies: 4
Views: 15417

Problem in Table

Hi,

I am facing problem in table of the Rich view.
Create a table with suppose 3 rows and 3 columns in richview, put the editing
off of first row and then select any full column and then press bold/underline
any button the text of the column will be changed accordingly but it doesn't revert back ...