DWF Viewer (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Toolbar and Paper background

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
288 Views, 3 Replies

Toolbar and Paper background

I want to open a DWF-file by using A.E.V. when I visit a home page, but I don't want to see the Paper background or the Toolbar. I can always turn them off by a right click and choose "Show" etc, but I want to open the DWF-file with no toolbar or paper background as default.
Is it possible? Does anyone know?
3 REPLIES 3
Message 2 of 4
AaronR
in reply to: Anonymous

I am in the same boat. It would be good if the viewer allowed us to set a default view. After reading the following in the help index I came to the conclusion that it can't be done. "1. Right-click in the viewing area and choose Views from the menu.
The View dialog box displays a list of the named views contained in the drawing file. If the drawing file does not contain named views, the View dialog box displays only the word INITIAL. 2. Choose the named view that you want to display. or Choose INITIAL to display the view that was current when you first opened the drawing"
AaronR
Message 3 of 4
Anonymous
in reply to: Anonymous

Guran,

 

I don't see any problem here. Just pass it in
similar to the following


 

 

-thilak


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
I
want to open a DWF-file by using A.E.V. when I visit a home page, but I don't
want to see the Paper background or the Toolbar. I can always turn them off by
a right click and choose "Show" etc, but I want to open the DWF-file with no
toolbar or paper background as default.
Is it possible? Does anyone
know?
Message 4 of 4
Anonymous
in reply to: Anonymous

Yes thats posible, you can use this code.

function toolbars
objectname.Viewer.ToolbarVisible = false ' this hide the toolbar
objectname.Viewer.TilesVisible = false
objectname.Viewer.PaperVisible = false ' this hide the mode paper
end function


and this is a cuestion, you know how to hide the right mouse menu???

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report