Search found 93 matches

by toolwiz
Fri Jan 25, 2008 2:52 am
Forum: ScaleRichView
Topic: another bug
Replies: 1
Views: 11777

another bug

In the Actions Demo, just below the right-hand scrollbar, there's a little widget that has an up-arrow, a little circle, and a down-arrow. When you click the little circle, a small menu appears. The bottom half of that menu says "Cancel". If you click the "Cancel" link, it brings...
by toolwiz
Wed Jan 23, 2008 9:20 pm
Forum: ScaleRichView
Topic: bug in Actions Demo
Replies: 3
Views: 15914

ahh, ok... so where is the error? RVActions? ScaleRichView? Or RichView? (Just so I know which one to be sure to update)

-David
by toolwiz
Wed Jan 23, 2008 9:18 pm
Forum: ScaleRichView
Topic: re-order filters in Save As... ? (RVActions or SRV Demo???)
Replies: 2
Views: 14157

Well, in my current situation, the user will normally be creating a new document, then using Insert File... to get an existing file. I expect it will commonly be a Word .DOC file. Regardless, it will normally be Saved As ... my custom file type. So how can I set it up so that a NEW DOCUMENT action c...
by toolwiz
Wed Jan 23, 2008 9:13 pm
Forum: Support
Topic: Search and replace that crosses item boundaries?
Replies: 8
Views: 23043

Very helpful, thank you!

-David
by toolwiz
Wed Jan 23, 2008 7:08 am
Forum: Support
Topic: Search and replace that crosses item boundaries?
Replies: 8
Views: 23043

Does the above code work ok for normal ASCII text, not Unicode? Will it let me do a search from the current cursor position to the end of the file? What happens when you locate a string that spans item boundaries, and you replace it? Does it create a new separate item? Do you just use InsertText to ...
by toolwiz
Wed Jan 23, 2008 3:19 am
Forum: ScaleRichView
Topic: re-order filters in Save As... ? (RVActions or SRV Demo???)
Replies: 2
Views: 14157

re-order filters in Save As... ? (RVActions or SRV Demo???)

Its so hard to know what parts of this are based on the Actions Demo and what parts are more generic (like from RVActions) I want to have a button on the toolbar that can be clicked and do a Save As... for the custom file type I've added. How can I re-order the items in the Filter for that button? O...
by toolwiz
Wed Jan 23, 2008 2:37 am
Forum: ScaleRichView
Topic: Portrait vs. Landscape?
Replies: 1
Views: 11510

Portrait vs. Landscape?

In the Actions Demo for a new document, or just after you do a File Open or Insert File..., is there a flag somewhere that indicates whether the document's layout is portrait or landscape?

Or how to set it one way or the other?

I can't find anything anywhere.
by toolwiz
Wed Jan 23, 2008 12:21 am
Forum: ScaleRichView
Topic: bug in Actions Demo
Replies: 3
Views: 15914

bug in Actions Demo

I don't know if this has to do so much with the Actions Demo as perhaps with something else. So I thought I'd report it. If you open or insert a document and there's a blank page at the very end with one line (or possibly multiple lines) there, and you backspace to go back to the previous page and e...
by toolwiz
Sat Jan 19, 2008 6:00 am
Forum: ScaleRichView
Topic: Moving something into view
Replies: 2
Views: 13642

excellent. Thanks!

-David
by toolwiz
Sat Jan 19, 2008 1:49 am
Forum: ScaleRichView
Topic: Moving something into view
Replies: 2
Views: 13642

Moving something into view

There are several methods of selecting text and items, eg. SetSelectionBounds. How do you get the selected text to display around the (vertical) center of the main window if it's not in view? The Search functions do it, but I can't tell how. (In my app, you can highlight a string and record it's loc...
by toolwiz
Fri Jan 18, 2008 3:48 am
Forum: ScaleRichView
Topic: Adding actions
Replies: 3
Views: 16126

Ok, that's helpful. Thanks. In my present case, it's not a "standard" action, but one I want to work "close to" a standard action, like the Edit|Copy action. When you highlight a string, this button is enabled, and a menu item is available on the right-click context menu along wi...
by toolwiz
Wed Jan 16, 2008 10:48 pm
Forum: ScaleRichView
Topic: Adding actions
Replies: 3
Views: 16126

Adding actions

Sorry, I'm not very familiar with using actions. How can I add an action with a toolbar button and that appears in the right-click menu in the SRV editor when the user has selected text, like with Copy, Paste, Del, etc? ------------------------------------------------ The readme.rvf file says: Prepa...
by toolwiz
Wed Jan 16, 2008 7:24 am
Forum: ScaleRichView
Topic: Does the ScaleRichView Full (non-Trial) Version look better?
Replies: 4
Views: 18999

Any news on this? That last post was September; this is January. I've got two wide-screen monitors and the dithering in the letters is really bad. However, I've had tome testers tell me that it looks fine in monitors with 4:3 aspect ratio monitors. How do you address this with customers? It will cau...
by toolwiz
Wed Jan 16, 2008 7:12 am
Forum: ScaleRichView
Topic: How to get Inserted file action
Replies: 0
Views: 14666

How to get Inserted file action

The rvActionInsert1 action has three handlers: OnExecute OnUpdate Onsomethingelse They're all standard TEvents. When you override them, the OnExecute lets you totally replace the default Insert File action; and OnUpdate seems to intercept the MenuItem's Update. It's called before OnExecute. How do y...
by toolwiz
Wed Jan 16, 2008 7:02 am
Forum: ScaleRichView
Topic: RTF Formatting question
Replies: 5
Views: 22902

So what is the recommended approach after the fix is released?

-David