Search found 3 matches

by chys
Wed Oct 01, 2008 8:50 am
Forum: Support
Topic: Portrait and landscape orientation in one document
Replies: 1
Views: 7064

Portrait and landscape orientation in one document

Is there any way to mix portrait and landscape orientation in one document (for different pages)?
by chys
Thu Sep 18, 2008 8:23 am
Forum: Support
Topic: TRichViewEdit.Format gives 'list index out of bound'
Replies: 3
Views: 9291

Sergey Tkachenko wrote:Use the following code to copy RVE1+RVE2 in RVE3:
...
Thanks!
by chys
Wed Sep 17, 2008 12:25 pm
Forum: Support
Topic: TRichViewEdit.Format gives 'list index out of bound'
Replies: 3
Views: 9291

TRichViewEdit.Format gives 'list index out of bound'

Hello! Have a question about TRichViewEdit (using v1.9.47). RVE1,RVE2,RVE3: TRichViewEdit; I need to save data from RVE1 & RVE2 into a stream and then load data from this stream into another RVE3. I get a "list index out of bound" when I format RVE3. <<source is below>> RVE1.SaveRVFToStream(stream ...