Search found 5 matches

by GazzaJ
29 Nov 2010, 14:09
Forum: CADViewX
Topic: Setting FileName in HTML Page
Replies: 1
Views: 28046

Setting FileName in HTML Page

I have successfully integrated the CADVIewX control into an ASP.NET application and have been trying to get a page to load with the CADViewX control set to a certain file. I have been setting the FileName parameter of the control in the HTML e.g. <object id=CADViewX height=1000 width=1000 classid=cl...
by GazzaJ
06 Apr 2010, 17:30
Forum: CAD .NET
Topic: Zooming image when using ASP.NET
Replies: 1
Views: 10561

Zooming image when using ASP.NET

Hi, I have successfully created a web page which displays a jpg of a CADImage and allows the user to click on it and I can then show details of the entity selected. I wish to allow the user to zoom this image - can this be achieved in ASP.NET? I found a previous forum post suggesting this was possib...
by GazzaJ
25 Mar 2010, 19:44
Forum: CAD .NET
Topic: Questiion about selecting entities
Replies: 1
Views: 11159

Questiion about selecting entities

I am running the Viewer sample project and turning on the option to select entities.

I have one DWG that contains 4 layouts. The selection of entities only seems to work when the "Model" layout is selected - is this by design? Is it possible to select entities in a layout other than Model.
by GazzaJ
25 Mar 2010, 19:40
Forum: CAD .NET
Topic: Displaying DWG in ASP.NET page
Replies: 5
Views: 28117

Re: Displaying DWG in ASP.NET page

This works fine and creates a jpg image from the instantiated CADImage.

I can capture the position that the user clicks on the image - are there any methods available which will allow me to determine which entity has been clicked on.
by GazzaJ
07 Mar 2010, 17:34
Forum: CAD .NET
Topic: Displaying DWG in ASP.NET page
Replies: 5
Views: 28117

Displaying DWG in ASP.NET page

I have successfully used the CADImport.Net components in a Windows Forms application - especially the Editor and Viewer controls. Can I use these components on a web page? In my Windows Forms application I display a SWG file and capture when a user selects a particular entity and then carry out some...