I have a very basic document library but when I open the document it opens
full screen. How do I restrict the doc to opening only within the web part
frame?

--
MarkP

Re: try again: How to keep the Lib. doc. in the frame? by Jay

Jay
Fri Nov 11 16:53:38 CST 2005

You'd have to write a custom Web Part that uses an IFrame to show the
document within thwe web part.

The way I would do this is by making it a connectable web part and
connect it to the document library web part so that when a user selects
the document, it opens in the "viewer" web part.

<brainstorming>
Sounds like an interesting idea now that I think of it. It would be
great for showing "rendered" versions.

I can see a document library web part with AutoCAD documents displaying
it. The web part is connected to this "renderer" IFrame web part. when
the renderer web part received the connection data, it uses a
conversion engine to convert it to a pdf and display it to the user.
</brainstorming>


Re: try again: How to keep the Lib. doc. in the frame? by MarkP

MarkP
Mon Nov 14 07:51:03 CST 2005

Many thanks for your help Jay. This method sounds really painful tho.
--
MarkP


"Jay Kreusch" wrote:

> You'd have to write a custom Web Part that uses an IFrame to show the
> document within thwe web part.
>
> The way I would do this is by making it a connectable web part and
> connect it to the document library web part so that when a user selects
> the document, it opens in the "viewer" web part.
>
> <brainstorming>
> Sounds like an interesting idea now that I think of it. It would be
> great for showing "rendered" versions.
>
> I can see a document library web part with AutoCAD documents displaying
> it. The web part is connected to this "renderer" IFrame web part. when
> the renderer web part received the connection data, it uses a
> conversion engine to convert it to a pdf and display it to the user.
> </brainstorming>
>
>

Re: try again: How to keep the Lib. doc. in the frame? by Ian

Ian
Mon Nov 14 12:18:53 CST 2005

I did something similar for Visio documents
See http://www.wssdemo.com/Pages/visio_demo.aspx?menu=Demo's
I just replaced the Web Part Zone with an iFrame using FrontPage.
If you search my blog for iFram you will find some script to make the iFrame
resize when the browser is resized so that you don't get two vertical scroll
bars like this
http://www.wssdemo.com/Pages/MSsearch.aspx?menu=Resources

Also, check out my post on the Autodesk viewer
http://www.wssdemo.com/blog/Log/DisplayLog.aspx?ID=84

Regards,
Ian

"MarkP" <MarkP@discussions.microsoft.com> wrote in message
news:D3682DA9-7529-4C32-B5BB-E64AB890767A@microsoft.com...
> Many thanks for your help Jay. This method sounds really painful tho.
> --
> MarkP
>
>
> "Jay Kreusch" wrote:
>
>> You'd have to write a custom Web Part that uses an IFrame to show the
>> document within thwe web part.
>>
>> The way I would do this is by making it a connectable web part and
>> connect it to the document library web part so that when a user selects
>> the document, it opens in the "viewer" web part.
>>
>> <brainstorming>
>> Sounds like an interesting idea now that I think of it. It would be
>> great for showing "rendered" versions.
>>
>> I can see a document library web part with AutoCAD documents displaying
>> it. The web part is connected to this "renderer" IFrame web part. when
>> the renderer web part received the connection data, it uses a
>> conversion engine to convert it to a pdf and display it to the user.
>> </brainstorming>
>>
>>



Re: try again: How to keep the Lib. doc. in the frame? by MarkP

MarkP
Wed Nov 23 10:17:02 CST 2005

Ian - sorry to take so long. Your example is exactly what I want to do. I am
reading your blog demo to see how you did it.
Thank you.
--
MarkP


"Ian Morrish" wrote:

> I did something similar for Visio documents
> See http://www.wssdemo.com/Pages/visio_demo.aspx?menu=Demo's
> I just replaced the Web Part Zone with an iFrame using FrontPage.
> If you search my blog for iFram you will find some script to make the iFrame
> resize when the browser is resized so that you don't get two vertical scroll
> bars like this
> http://www.wssdemo.com/Pages/MSsearch.aspx?menu=Resources
>
> Also, check out my post on the Autodesk viewer
> http://www.wssdemo.com/blog/Log/DisplayLog.aspx?ID=84
>
> Regards,
> Ian
>
> "MarkP" <MarkP@discussions.microsoft.com> wrote in message
> news:D3682DA9-7529-4C32-B5BB-E64AB890767A@microsoft.com...
> > Many thanks for your help Jay. This method sounds really painful tho.
> > --
> > MarkP
> >
> >
> > "Jay Kreusch" wrote:
> >
> >> You'd have to write a custom Web Part that uses an IFrame to show the
> >> document within thwe web part.
> >>
> >> The way I would do this is by making it a connectable web part and
> >> connect it to the document library web part so that when a user selects
> >> the document, it opens in the "viewer" web part.
> >>
> >> <brainstorming>
> >> Sounds like an interesting idea now that I think of it. It would be
> >> great for showing "rendered" versions.
> >>
> >> I can see a document library web part with AutoCAD documents displaying
> >> it. The web part is connected to this "renderer" IFrame web part. when
> >> the renderer web part received the connection data, it uses a
> >> conversion engine to convert it to a pdf and display it to the user.
> >> </brainstorming>
> >>
> >>
>
>
>

Re: try again: How to keep the Lib. doc. in the frame? by MarkP

MarkP
Thu Nov 24 12:51:01 CST 2005

Hi Jay , I tried to create the web part with iframe but it seems to be beyond
my abilities. Do you know of one out there?
--
MarkP


"Jay Kreusch" wrote:

> You'd have to write a custom Web Part that uses an IFrame to show the
> document within thwe web part.
>
> The way I would do this is by making it a connectable web part and
> connect it to the document library web part so that when a user selects
> the document, it opens in the "viewer" web part.
>
> <brainstorming>
> Sounds like an interesting idea now that I think of it. It would be
> great for showing "rendered" versions.
>
> I can see a document library web part with AutoCAD documents displaying
> it. The web part is connected to this "renderer" IFrame web part. when
> the renderer web part received the connection data, it uses a
> conversion engine to convert it to a pdf and display it to the user.
> </brainstorming>
>
>