Search found 7 matches

by peke
Mon Nov 27, 2006 7:15 pm
Forum: Support
Topic: Update for registerd users?
Replies: 19
Views: 57161

Can you open it also for me? I'm from TimeMaker. Thanks.
by peke
Thu Mar 09, 2006 12:47 pm
Forum: Support
Topic: ListMarker and rvbdRightToLeft
Replies: 2
Views: 11325

LTR:

Code: Select all

1.      bla bla
  1.1.  bla bla
RTL, original wrong view:

Code: Select all

alb alb    1.
alb alb  1.1.
RTL, original correct view:

Code: Select all

alb alb    .1
alb alb  .1.1
As you can see the very last point is reversed.
by peke
Thu Mar 09, 2006 11:17 am
Forum: Support
Topic: ListMarker and rvbdRightToLeft
Replies: 2
Views: 11325

ListMarker and rvbdRightToLeft

Hi,

numbered list markers do not behave correctly while using rvbdRightToLeft mode. It should use SetTextAlign(.., TA_RTLREADING) in DoPaint method. I've fixed it myself but can you (Sergey) implement it into your source?
by peke
Mon Feb 27, 2006 10:31 am
Forum: Support
Topic: rvbdLeftToRight and rvaJustify
Replies: 1
Views: 9791

rvbdLeftToRight and rvaJustify

I'm developing multilanguage application and I know that rvaJustify is not supported now when using rvbdRightToLeft. But: when I set rvbdLeftToRight both to TRichViewEdit and also for paragraph and this paragraph has rvaJustify it behaves like it has rvaLeft. With rvbdUnspecified for RichEdit and pa...
by peke
Tue Jan 31, 2006 8:49 am
Forum: Support
Topic: Cells longer than a page length
Replies: 5
Views: 18789

I understand you ;) but is it possible to tell us when we can use pagebreaks inside cells during printing? This is my the biggest problem with TRichView, I have to use IE for print preview and print, which is not the solution I want :(
by peke
Mon Jan 30, 2006 11:30 am
Forum: Support
Topic: Cells longer than a page length
Replies: 5
Views: 18789

And can you tell us when the major release will be out?
by peke
Fri Jan 27, 2006 1:03 pm
Forum: Support
Topic: rvbdRightToLeft and Justify?
Replies: 1
Views: 10259

rvbdRightToLeft and Justify?

Is ti possible to use full justification when paragraph has BiDiMode := rvbdRightToLeft set?
I've tried it but it gives me strange output.