Search found 10 matches

by fury
04 Mar 2008, 21:57
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

<blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br /> We will consider this problem and answer you soon. <hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote"> Thanks!...
by fury
19 Feb 2008, 17:40
Forum: CAD .NET
Topic: CadImport.Net installation
Replies: 2
Views: 11523

The sample projects supplied are created with an older version of .NET, so it must be converted before the IDE can use it In my experience with VB2005, after the project conversion wizard completes, you must then change all of the appropriate variables in the code so that they have a WithEvents clau...
by fury
18 Feb 2008, 21:10
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

Great! Thanks very much, again! Any ideas on the ClipRectangle zooming? Nothing I can do gets it quite right. How is the method GetRealPoint expecting to receive the screen coordinates? From the mouse location relative to cadPictBox, or from the location in absolute screen coordinates? Can there be ...
by fury
16 Feb 2008, 00:36
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

Ah, I understand now, and I've started to work with the Viewer code rather than the Viewer control. Here's my attempt at making the zooming more accurate, but I am not quite as proficient in such things as math and graphics, more in general user interface. The zooming I made still isn't working righ...
by fury
15 Feb 2008, 18:12
Forum: CAD .NET
Topic: Select all entities in a particular layer?
Replies: 2
Views: 12513

Thanks very much! Works perfectly!
by fury
14 Feb 2008, 20:10
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

<blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br /> Zoom by mouse is already implemented in <b>Viewer</b> demo. Please test it. Selection mode is switched on by default in <b>EditorContro...
by fury
14 Feb 2008, 20:00
Forum: CAD .NET
Topic: Select all entities in a particular layer?
Replies: 2
Views: 12513

Select all entities in a particular layer?

I would like to be able to identify all entities in a layer once any entity in that layer is selected. I've tried: Dim Selected As SortedList = CADImage.SelectedEntities Dim tmpKey As String Dim Line As CADImport.CADEntity For Each tmpKey In Selected.Keys Line = Selected(tmpKey) 'For i As Integer = ...
by fury
01 Feb 2008, 17:37
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

<blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br />Hi, <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">... model ...
by fury
30 Jan 2008, 18:24
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

Hi, thanks for the input. I have tested the EditorDemo and the EditorControlDemo, both do indeed have selection mode by default, but they also change the model when an entity is dragged. (Ideally I would want this to simply zoom instead of moving the entity) Does the editor control have a way to ope...
by fury
29 Jan 2008, 18:44
Forum: CAD .NET
Topic: Hybrid Viewer/Selection modes?
Replies: 14
Views: 61629

Hybrid Viewer/Selection modes?

I have no need for a multiple select mode in my application. Is there a way to create a hybrid mode by which a single-click selects the entity the mouse is pointing at, and a drag performs a zoom? I cannot seem to find out how to enable selection mode by code, I can only click the toolbar button I h...