Search found 93 matches

by toolwiz
Mon Jun 16, 2008 6:29 pm
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75801

Wow! This looks a LOT BETTER!!!

GREAT JOB!


-David
by toolwiz
Wed Jun 11, 2008 9:43 pm
Forum: ScaleRichView
Topic: Page size settings vs. printed page settings
Replies: 2
Views: 16969

Page size settings vs. printed page settings

I'm using the demo app as the basis for another application, and I wanted to ask about a quirk involving page size settings and printing. If you import a document (Insert ... File) or open an existing document, it accepts the page size in the original document. If you change the page size of an exis...
by toolwiz
Sun Jun 08, 2008 8:23 am
Forum: ScaleRichView
Topic: Any news on ...
Replies: 2
Views: 17054

Sorry, somehow I missed that update a few weeks back. I'll check it out.

Thanks!
-David
by toolwiz
Sat Jun 07, 2008 10:07 pm
Forum: ScaleRichView
Topic: Any news on ...
Replies: 2
Views: 17054

Any news on ...

when there will be support for finding locations of images when they're rendered? (Review: I need to be able to get the position of images with hyperlinks attached so I can create a link annotation in a PDF document. The only callback available provides the location of selected words, but not images...
by toolwiz
Fri Apr 25, 2008 6:54 am
Forum: ScaleRichView
Topic: scalrichview can not print the embed image.
Replies: 10
Views: 108985

While you're at it, can you please provide a way to get the page coordinates of images so I can create a URL annotation for them in a PDF file? It works on the very first page, but after that, I cannot figure out how to get proper coordinates. There is no callback or any other way I can find that sa...
by toolwiz
Fri Apr 18, 2008 6:32 am
Forum: ScaleRichView
Topic: scalrichview can not print the embed image.
Replies: 10
Views: 108985

Text seems to be rendered by TRVStyle (see OnDrawStyleText).

I cannot figure out where Images are being rendered.

-David
by toolwiz
Thu Apr 10, 2008 11:07 pm
Forum: ScaleRichView
Topic: strange problems
Replies: 3
Views: 18342

Ok, the hyperlink problem has been narrowed down. It's not related. The image layouts are fairly generic and easy to reproduce. Maybe it's just necessary to put images and text into tables to preserve their layout on a page? I don't know if the layout problem is related to SRV or RV, but documents w...
by toolwiz
Tue Apr 08, 2008 12:11 am
Forum: ScaleRichView
Topic: strange problems
Replies: 3
Views: 18342

strange problems

I'm running into some strange problems. I'm sorry but I can only describe the symptoms in very general terms. Here's the context: someone is importing a Word .doc file into SRV using the latest converter (Word 97-2003 Document). In general, it's working fine. However, there are situations people hav...
by toolwiz
Thu Apr 03, 2008 12:23 am
Forum: ScaleRichView
Topic: bug and fix
Replies: 1
Views: 13492

bug and fix

In SclRView SetCurPage(PageNo : Integer) Line# 8297 If you click on the page in SRVPageScroll1 (in the left bar) and nothing is loaded into the document, it GPFs. You need to add a check: if (DrawItemNo < 0) then exit; after getting DrawItemNo and before looking up DrawItems[DrawItemNo] eg: if (chec...
by toolwiz
Wed Apr 02, 2008 2:19 am
Forum: ScaleRichView
Topic: How to map Item# to location info
Replies: 1
Views: 12990

How to map Item# to location info

If I've got a document loaded into an SRV and a list of items in the document with ItemNo values, how can I get the Page#, Line#, and Col# of each ItemNo? (I just need the starting Page# and Line#.)
by toolwiz
Mon Mar 10, 2008 2:52 am
Forum: ScaleRichView
Topic: converters for Office
Replies: 1
Views: 13850

converters for Office

I've found that to get hyperlinks to import properly from Word files, you need to have the latest MS File converters installed. That's where you'll find the "Word 97-2003 Document (*.doc)" type that imports hyperlinks fine. The older one, "Word 97-2002 (*.doc)" type doesn't work ...
by toolwiz
Wed Feb 27, 2008 8:37 am
Forum: ScaleRichView
Topic: importing documents with embedded hyperlinks
Replies: 11
Views: 37151

Something interesting...

I discovered Something interesting: When you do the Insert | File... and click the drop-down at the bottom to select the file type, I found there are several different ones for Word docs: Word 97-2002 (*.doc) Word 97-2003 (*.doc) Word 2006 (*.docx) The first one does not import embedded links at all...
by toolwiz
Tue Feb 26, 2008 10:10 am
Forum: ScaleRichView
Topic: importing documents with embedded hyperlinks
Replies: 11
Views: 37151

That's strange. You'd think they'd use the same converter code for both conversions.

-David
by toolwiz
Mon Feb 25, 2008 6:27 pm
Forum: ScaleRichView
Topic: how to add items to pop-up menu
Replies: 9
Views: 39897

Great! Thank you very much!

-David
by toolwiz
Sun Feb 24, 2008 6:53 pm
Forum: ScaleRichView
Topic: how to add items to pop-up menu
Replies: 9
Views: 39897

We're going in circles here. I know how to use the OnPopup event. I assume it needs to be done at run-time. I'm just not sure which one to hook into. There are two popups on the Actions Demo form, but from what I can tell, neither one of them is the one that's used when you right-click on the SRV ed...