Yes, send it to me.
I can see the following possible reasons for this problem
1) CellPadding. MS Word allows different cell paddings for each cell, and different values for each cell side. By default, it uses the same values for all table cells, but different horizontal and vertical cell padding ...
Search found 9731 matches
- Thu Nov 29, 2007 10:06 am
- Forum: Support
- Topic: Import from Word (some problems)
- Replies: 6
- Views: 19278
- Thu Nov 29, 2007 9:56 am
- Forum: Support
- Topic: Bug on export of lists into RTF
- Replies: 5
- Views: 18925
Well, currently TrvActionParaBullets and TrvActionParaNumbering are checked only if the current paragraphs have bullets/numbering with exactly the same attributes as specified in their ListStyles property.
The problem is because when saving/reopening RTF, not all attributes are exactly the same as ...
The problem is because when saving/reopening RTF, not all attributes are exactly the same as ...
- Thu Nov 29, 2007 8:57 am
- Forum: Support
- Topic: I have an question about TRichViewEdit
- Replies: 26
- Views: 55052
- Wed Nov 28, 2007 12:43 pm
- Forum: Support
- Topic: Import from Word (some problems)
- Replies: 6
- Views: 19278
- Tue Nov 27, 2007 7:21 pm
- Forum: Support
- Topic: Bug on export of lists into RTF
- Replies: 5
- Views: 18925
In TRichView development, there were several different solutions for saving attributes of the last copied paragraph (these attributes include bullet). MS Word ignores attributes of the last pasted paragraph, if ending "end of paragraph" mark (\par keyword) is not saved.
If I save \par at the end of ...
If I save \par at the end of ...
- Mon Nov 26, 2007 6:26 pm
- Forum: Support
- Topic: List Format Problem In Copying From One Table To Another
- Replies: 4
- Views: 16969
Lists styles have ListID property - a random number allowing to distinguish lists having the same properties.
When saving collections of list styles, this property is saved. When loading RVF, if list style have the same properties (including ListID) as the existing list style, the existing style is ...
When saving collections of list styles, this property is saved. When loading RVF, if list style have the same properties (including ListID) as the existing list style, the existing style is ...
- Mon Nov 26, 2007 6:07 pm
- Forum: Support
- Topic: List Format Problem In Copying From One Table To Another
- Replies: 4
- Views: 16969
- Mon Nov 26, 2007 6:00 pm
- Forum: Support
- Topic: I have an question about TRichViewEdit
- Replies: 26
- Views: 55052
- Mon Nov 26, 2007 5:52 pm
- Forum: Support
- Topic: Table not printing whole text when more than 1 page
- Replies: 1
- Views: 7901
- Mon Nov 26, 2007 5:47 pm
- Forum: ScaleRichView
- Topic: Editing Problem on page 2
- Replies: 3
- Views: 22036
The latest ScaleRichView update uses new redrawing method. It is much better than the previous one, but may have some glitches. They will be fixed in the next update.
As for RTF problem, it is obviously a bug in saving page layout in RTF. Probably, ScaleRichView assigns incorrect measurement units ...
As for RTF problem, it is obviously a bug in saving page layout in RTF. Probably, ScaleRichView assigns incorrect measurement units ...
- Mon Nov 26, 2007 4:05 pm
- Forum: ScaleRichView
- Topic: GPF when printing
- Replies: 8
- Views: 44450
- Fri Nov 23, 2007 3:55 pm
- Forum: Support
- Topic: Change scrollBars behaviour?
- Replies: 4
- Views: 12048
- Fri Nov 23, 2007 3:52 pm
- Forum: Support
- Topic: I have an question about TRichViewEdit
- Replies: 26
- Views: 55052
- Fri Nov 23, 2007 5:29 am
- Forum: Support
- Topic: Change scrollBars behaviour?
- Replies: 4
- Views: 12048
- Thu Nov 22, 2007 2:50 pm
- Forum: ScaleRichView
- Topic: Disable automatic scaling when resizing
- Replies: 6
- Views: 32359
In WYSIWYG mode, page looks exactly like it will be printed. Lines on screen are wrapped exactly at the same places as on paper. Wrapping does not depend on the editor's window width.
Several ScaleRichView demos allow switching between 3 layouts: normal mode, web mode, page-view mode. You can see ...
Several ScaleRichView demos allow switching between 3 layouts: normal mode, web mode, page-view mode. You can see ...