Search found 10 matches

by HAiDA
Thu Nov 12, 2020 8:00 am
Forum: Support
Topic: Division by zero when expanding table
Replies: 3
Views: 11786

Re: Division by zero when expanding table

I try make example. SpaceCoint is checked at the beginnig, but follows for i := 0 to Length - 1 do and dec(SpaceCount);
by HAiDA
Thu Nov 12, 2020 7:02 am
Forum: Support
Topic: Division by zero when expanding table
Replies: 3
Views: 11786

Division by zero when expanding table

I have problem with exception Division by zero when I expanding table. Exception is trigged in unit RVGrIn.pas - procedure TRVGraphicInterface.ExpandSpacesInCoords .. begin if (SpaceCount <= 0) or (ExtraSpacing = 0) then exit; PCoordsL2 := PRVIntegerArray(PCoordsL); PCoordsR2 := PRVIntegerArray(PCoo...
by HAiDA
Tue Oct 20, 2020 1:16 pm
Forum: Support
Topic: Error creating scaled form with TRibbon.
Replies: 3
Views: 11497

Re: Error creating scaled form with TRibbon.

This would explain the rendering errors.

100%
Snap552.png
Snap552.png (25.77 KiB) Viewed 11451 times
125%
Snap553.png
Snap553.png (29.97 KiB) Viewed 11451 times
by HAiDA
Mon Oct 19, 2020 1:22 pm
Forum: Support
Topic: Error creating scaled form with TRibbon.
Replies: 3
Views: 11497

Re: Error creating scaled form with TRibbon.

In fact, the demo also doesn't work. When I set DPI Awareness to Per Monitor v2, an error also occurs when creating the form. I assume that this is again a TRibbon error :(
by HAiDA
Mon Oct 19, 2020 10:50 am
Forum: Support
Topic: Error creating scaled form with TRibbon.
Replies: 3
Views: 11497

Error creating scaled form with TRibbon.

I have an editor based on the ActionTestRibbon demo, and if the magnification in Windows is set to 125%, I get an error when creating the form with Ribbon. The demo ActionTestRibbon is behaving correctly, but I can't figure out why my form isn't working at all. It works properly at 100% magnificatio...
by HAiDA
Tue Oct 06, 2020 8:42 am
Forum: Support
Topic: ActionTestRibbon - Title and Ribbon rendering error
Replies: 3
Views: 11318

Re: ActionTestRibbon - Title and Ribbon rendering error

Project options, page Application | Manifest, Enable Runtime Themes must be checked.
Example in RSP-31165 was enabled runtime themes.
by HAiDA
Wed Sep 30, 2020 6:41 am
Forum: Support
Topic: ActionTestRibbon - Title and Ribbon rendering error
Replies: 3
Views: 11318

ActionTestRibbon - Title and Ribbon rendering error

Hi. When migrating to Delphi 10.4.1 I trying comaptibility and I found rendering bug in ScaleRichView demo ActionTestRibbon. Bug disapear when I set property TRibbon.UseCustomFrame on False. This property has poor description. Do anyne know, what causes the problem? https://i.ibb.co/z7CY37C/Snap526....
by HAiDA
Thu Mar 05, 2020 12:59 pm
Forum: Support
Topic: RTF import problem in ScaleRichView
Replies: 1
Views: 13612

RTF import problem in ScaleRichView

Hi. I have one RTF that is a problem to import in ScaleRichView (demo is ActionTest.dproj). Same RTF is correctly imported in RichView demo (RVEditDemo.dproj). Usually I have not proble open every RTF in ScaleRichView. What wrong is in this RTF?

Thank you, Pavel
by HAiDA
Fri Aug 18, 2017 8:47 am
Forum: Support
Topic: Print selected content
Replies: 2
Views: 11956

Re: Print selected content

I thing TsrvActionPrint (not TrvActionPrint) from unit SRVActions don't implement printing selected area.

TScaleRichView 7.7.3