I understand.
Thank you for your reply.
Best regards.
Search found 54 matches
- Wed Mar 17, 2010 4:14 pm
- Forum: Support
- Topic: changing zoom with Ctrl + Mouse wheel
- Replies: 8
- Views: 39264
- Tue Mar 16, 2010 9:51 am
- Forum: Support
- Topic: changing zoom with Ctrl + Mouse wheel
- Replies: 8
- Views: 39264
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 most of the ...
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 most of the ...
- Sun Mar 07, 2010 1:15 pm
- Forum: Support
- Topic: font can display (or not) a character
- Replies: 2
- Views: 12499
- Sun Mar 07, 2010 11:09 am
- Forum: Support
- Topic: font can display (or not) a character
- Replies: 2
- Views: 12499
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.
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.
- Thu Feb 18, 2010 2:30 pm
- Forum: Support
- Topic: modifications in Undo/Redo
- Replies: 2
- Views: 12458
- Thu Feb 18, 2010 1:56 pm
- Forum: Support
- Topic: modifications in Undo/Redo
- Replies: 2
- Views: 12458
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 ...
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 ...
- Fri Oct 16, 2009 8:26 am
- Forum: ScaleRichView
- Topic: page setup problem
- Replies: 10
- Views: 49628
- Wed Sep 30, 2009 6:56 am
- Forum: Support
- Topic: problem in selecting
- Replies: 1
- Views: 10622
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 ...
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 ...
- Thu Sep 17, 2009 8:03 am
- Forum: Support
- Topic: Always unable to export to MS Word
- Replies: 39
- Views: 143338
- Thu Sep 10, 2009 9:19 am
- Forum: Support
- Topic: Always unable to export to MS Word
- Replies: 39
- Views: 143338
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![Sad :(](./images/smilies/icon_sad.gif)
Could you help me please..?
Thank you in advance.
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
![Sad :(](./images/smilies/icon_sad.gif)
Could you help me please..?
Thank you in advance.
- Mon Aug 24, 2009 5:02 pm
- Forum: ScaleRichView
- Topic: page setup problem
- Replies: 10
- Views: 49628
- Mon Aug 24, 2009 9:49 am
- Forum: ScaleRichView
- Topic: page setup problem
- Replies: 10
- Views: 49628
- Sat Aug 22, 2009 2:48 pm
- Forum: ScaleRichView
- Topic: page setup problem
- Replies: 10
- Views: 49628
- Sat Aug 22, 2009 1:39 pm
- Forum: ScaleRichView
- Topic: page setup problem
- Replies: 10
- Views: 49628
- Sat Aug 22, 2009 12:57 pm
- Forum: ScaleRichView
- Topic: page setup problem
- Replies: 10
- Views: 49628
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 ...
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 ...