Wow! This looks a LOT BETTER!!!
GREAT JOB!
-David
Search found 93 matches
- Mon Jun 16, 2008 6:29 pm
- Forum: ScaleRichView
- Topic: Compiled Demo/font appearance
- Replies: 24
- Views: 88451
- Wed Jun 11, 2008 9:43 pm
- Forum: ScaleRichView
- Topic: Page size settings vs. printed page settings
- Replies: 2
- Views: 18613
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 ...
- Sun Jun 08, 2008 8:23 am
- Forum: ScaleRichView
- Topic: Any news on ...
- Replies: 2
- Views: 18755
- Sat Jun 07, 2008 10:07 pm
- Forum: ScaleRichView
- Topic: Any news on ...
- Replies: 2
- Views: 18755
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 ...
- Fri Apr 25, 2008 6:54 am
- Forum: ScaleRichView
- Topic: scalrichview can not print the embed image.
- Replies: 10
- Views: 116513
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 ...
- Fri Apr 18, 2008 6:32 am
- Forum: ScaleRichView
- Topic: scalrichview can not print the embed image.
- Replies: 10
- Views: 116513
- Thu Apr 10, 2008 11:07 pm
- Forum: ScaleRichView
- Topic: strange problems
- Replies: 3
- Views: 20623
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 ...
- Tue Apr 08, 2008 12:11 am
- Forum: ScaleRichView
- Topic: strange problems
- Replies: 3
- Views: 20623
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 ...
- Thu Apr 03, 2008 12:23 am
- Forum: ScaleRichView
- Topic: bug and fix
- Replies: 1
- Views: 14780
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 ...
- Wed Apr 02, 2008 2:19 am
- Forum: ScaleRichView
- Topic: How to map Item# to location info
- Replies: 1
- Views: 14350
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#.)
- Mon Mar 10, 2008 2:52 am
- Forum: ScaleRichView
- Topic: converters for Office
- Replies: 1
- Views: 15050
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 properly. http://www ...
- Wed Feb 27, 2008 8:37 am
- Forum: ScaleRichView
- Topic: importing documents with embedded hyperlinks
- Replies: 11
- Views: 42983
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 ...
- Tue Feb 26, 2008 10:10 am
- Forum: ScaleRichView
- Topic: importing documents with embedded hyperlinks
- Replies: 11
- Views: 42983
- Mon Feb 25, 2008 6:27 pm
- Forum: ScaleRichView
- Topic: how to add items to pop-up menu
- Replies: 9
- Views: 45420
- Sun Feb 24, 2008 6:53 pm
- Forum: ScaleRichView
- Topic: how to add items to pop-up menu
- Replies: 9
- Views: 45420
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 ...