Hello
Is there any way to determine item's page number ??
I tried to use method SRichViewEdit1->getRVPageNoEx(ItemNo) but this method always return 1 even if document has more than one page.
I use SRichViewEdit version 1.3.1
Thanks in advance.
Search found 9 matches
- Tue Oct 23, 2007 8:07 pm
- Forum: ScaleRichView
- Topic: Page No problem
- Replies: 1
- Views: 13728
- Fri Oct 19, 2007 7:01 am
- Forum: Support
- Topic: TIcon problem
- Replies: 2
- Views: 12055
- Fri Oct 19, 2007 6:56 am
- Forum: ScaleRichView
- Topic: ScaleRichView OnItemHint
- Replies: 4
- Views: 23366
- Fri Oct 19, 2007 6:55 am
- Forum: ScaleRichView
- Topic: TIcon size
- Replies: 1
- Views: 13509
TIcon size
Hello
I inserted icon file into SRichViewEdit and I want to block resizing it.
Code below doesn't work
Is there any way to do it ??
Thanks in advance.
I inserted icon file into SRichViewEdit and I want to block resizing it.
Code below doesn't work
Code: Select all
SRichViewEdit1.RichViewEdit.SetItemExtraIntProperty(icoItemNo, rvepResizable, 0);
Thanks in advance.
- Thu Oct 18, 2007 7:04 am
- Forum: Support
- Topic: TIcon problem
- Replies: 2
- Views: 12055
TIcon problem
Hello I want to insert icon file (.ico) into my RichView document. The icon file is 16x16 size and is i one line with text it's mean the line starts with text then I insert a picture and and after the picture I added another text after this operation I formated document. The document look like the ...
- Mon Sep 17, 2007 9:28 pm
- Forum: ScaleRichView
- Topic: ScaleRichView OnItemHint
- Replies: 4
- Views: 23366
ScaleRichView OnItemHint
Hello
hmm... in readme file I found that I use ScaleRichView version 1.2.9
hmm... in readme file I found that I use ScaleRichView version 1.2.9
- Mon Sep 17, 2007 7:36 am
- Forum: ScaleRichView
- Topic: ScaleRichView OnItemHint
- Replies: 4
- Views: 23366
ScaleRichView OnItemHint
Hello I have simple question = what else should I set to get OnItemHint to work. I have already set MyScaleRichView->RichViewEdit->Options << rvoShowItemHints; MyScaleRichView->RichViewEdit->ShowHint = true; MyScaleRichView->ShowHint = true; Is there any other settings that let this event properly ...
- Thu Sep 06, 2007 1:31 pm
- Forum: ScaleRichView
- Topic: ScaleRichView installation problem
- Replies: 3
- Views: 19388
- Wed Sep 05, 2007 6:45 am
- Forum: ScaleRichView
- Topic: ScaleRichView installation problem
- Replies: 3
- Views: 19388
ScaleRichView installation problem
Hello I have a problem with installation ScaleRichView component trial version - during compile SrvPkg2006.bpl I get following error: [Pascal Fatal Error] SRVPkg2006.dpk(59): F2051 Unit SclRVRuler was compiled with a different version of RVRuler.TRVRuler I have the lastest version of TRvichView ...