Search found 54 matches

by Cosmin3
Wed Mar 17, 2010 4:14 pm
Forum: Support
Topic: changing zoom with Ctrl + Mouse wheel
Replies: 8
Views: 31899

I understand.
Thank you for your reply.
Best regards.
by Cosmin3
Tue Mar 16, 2010 9:51 am
Forum: Support
Topic: changing zoom with Ctrl + Mouse wheel
Replies: 8
Views: 31899

changing zoom with Ctrl + Mouse wheel

Hi. I'm trying to implement in my editor (which is using ScaleRichView) Ctrl+MouseWheel>>ChangingZoom. Just like in Word... In SclRView.pas (at "TSRichViewEdit = class(TCustomControl)") I have declared a public variable: IsScrollDisabled (Boolean). In TSRichViewEdit.HookMouseWheelEvent mos...
by Cosmin3
Sun Mar 07, 2010 1:15 pm
Forum: Support
Topic: font can display (or not) a character
Replies: 2
Views: 10787

Seems to work.
Thank you very much.
Best regards.
by Cosmin3
Sun Mar 07, 2010 11:09 am
Forum: Support
Topic: font can display (or not) a character
Replies: 2
Views: 10787

font can display (or not) a character

Hi.
In some situations a font can't display a certain character.
In this case ScaleRichView shows a rectangle.
Is there a way to know that a character can't be displayed properly with a specific font..?
Thank you in advance for your reply.
by Cosmin3
Thu Feb 18, 2010 2:30 pm
Forum: Support
Topic: modifications in Undo/Redo
Replies: 2
Views: 10620

Ok. Thanks anyway.
by Cosmin3
Thu Feb 18, 2010 1:56 pm
Forum: Support
Topic: modifications in Undo/Redo
Replies: 2
Views: 10620

modifications in Undo/Redo

Hi. After the user click on Undo/Redo buttons, is it possible to detect what was changed - without comparing the text before and after (which is slow)..? I mean, if the user deletes text from Item1 Offs1 to Item2 Offs2, on Undo to know Item1, Offs1, Item2, Offs2 and maybe even the text that was brou...
by Cosmin3
Fri Oct 16, 2009 8:26 am
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38711

Hi. I just found another problem: let's say I opened a document. I go with text cursor to the last visible text line in page and start pressing Down key. Every time I press the key the scroll hint appears. Same thing happens when I go up. It's annoying to see that scroll hint every time for those us...
by Cosmin3
Wed Sep 30, 2009 6:56 am
Forum: Support
Topic: problem in selecting
Replies: 1
Views: 9452

problem in selecting

Hi. I just found a bug in selecting. If I try to select with mouse below visible text it doesn't automatically scroll and select. For example, in the middle of ScaleRichView I press and hold the left mouse button. I move the mouse cursor down till I reach taskbar. From previous position to the dotte...
by Cosmin3
Thu Sep 17, 2009 8:03 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 104817

Seems to work fine now :)
Thank you very much for your help.
by Cosmin3
Thu Sep 10, 2009 9:19 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 104817

Hi Sergey.
I tried to export this rtf file: http://www.megaupload.com/?d=X0OAONTC
Which settings I should use (from RTFOptions) so all images could be exported in doc file...
I tried rvrtfSaveBitmapDefault but it didn't work :(
Could you help me please..?
Thank you in advance.
by Cosmin3
Mon Aug 24, 2009 5:02 pm
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38711

Thank you for this fix too..
by Cosmin3
Mon Aug 24, 2009 9:49 am
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38711

A smaller problem: is it normal that at every use of srv.ScrollToCaret to show the ScrollHint..?
How can I deactivate it (without deactivating it at the use of Scrollbar)..?
by Cosmin3
Sat Aug 22, 2009 2:48 pm
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38711

Yes, it works fine now :)
Thank you very much for the quick fix.
Best regards.
by Cosmin3
Sat Aug 22, 2009 1:39 pm
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38711

My code is: if Busy then Exit; with TfrmMainChild.Create(Self) do begin Busy := True; WindowState := wsMaximized; Constraints.MinWidth := 640; Constraints.MinHeight := 480; srvEditor.RichViewEdit.Style.SelectionMode := rvsmChar; srvEditor.RichViewEdit.Clear; with srvEditor.RichViewEdit.Style do for ...
by Cosmin3
Sat Aug 22, 2009 12:57 pm
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38711

page setup problem

I think there is a problem with the new version 2.2.2. I create a window with srv. Right after this (in the same procedure) I set a lot of things in which this one: srvEditor.UnitsProgram := rvuMillimeters; SclRVRuler1.UnitsDisplay := ruMillimeters; SclRVRuler2.UnitsDisplay := ruMillimeters; srvEdit...