Re: Embedding a PDF (or similar) display window in an IDL widget [message #83041 is a reply to message #83040] |
Wed, 30 January 2013 09:43   |
CLM
Messages: 6 Registered: January 2013
|
Junior Member |
|
|
On Wednesday, January 30, 2013 12:41:38 PM UTC-5, David Fanning wrote:
> CLM writes:
>
>
>
>> I am building an IDL object widget to display help information, modeled after the IDL online help (?). I have a table of contents base containing a widget tree on the left. I have a blank window on the right, in which I'd like to display the related help information. I know how to display a text document, but I'd really like to have the ability to display a PDF file or Word file or something similar - with embedded graphics, nicer fonts, colors, and the like.
>
>>
>
>> I can not figure out how to do this. I have found the ONLINE_HELP intrinsic routine, but that spawns a new pdf viewer, and I can not figure out how to embed this within my existing widget.
>
>>
>
>> It does not have to be a pdf, but a file format that I can save existing Word documents to is preferable.
>
>>
>
>> It needs to be both PC and MAC compatible.
>
>>
>
>> Any suggestions would be greatly appreciated.
>
>
>
> Try Matlab. ;-)
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
Haha. Funny. Too late for that. This is to be the help document for over a million lines/ hundreds of programs of existing IDL code.
|
|
|