Re: Embedding a PDF (or similar) display window in an IDL widget [message #83071 is a reply to message #83028] |
Mon, 04 February 2013 12:53  |
CLM
Messages: 6 Registered: January 2013
|
Junior Member |
|
|
On Thursday, January 31, 2013 3:28:19 AM UTC-5, alx wrote:
> Le mercredi 30 janvier 2013 21:09:19 UTC+1, CLM a écrit :
>
>> Thanks all. I'll stop smacking my head against the wall now and come up with a plan B.
>
>
>
> If you are using Windows, the plan A might consist in using a COM bridge to a PDF (or MS-Word) ActiveX plugin existing in your system. Please refer to the WIDGET_ACTIVEX routine for embedding an external window in your own widget tree and, more generally, to the documentation on IDLcomIDispatch object class.
>
> Maybe also possible (just a guess) with another OS by similarly using the IDL java bridge.
>
> Not so simple, but being worth your million lines ...
>
> alain.
Will this work with MAC and linux? Unfortunately my team members use multiple platforms, so it needs to work on everything.
|
|
|