AutoCAD .NET :: Jig - No Single Step Debugging?

Nov 27, 2013

I tried a lot of sample (mostly from spidernet) using EntityJig. My problem is always the same: I can't walk through "protected  override SamplerStatus Sampler" method by single step debugging. If a Break Point inside this overritten method is reached, a new tab "No source available" is shown and debugging stops.

AutoCAD 2013, Visual Studio 2013, c#

Same with protected override bool Update().

View 1 Replies


ADVERTISEMENT

Lightroom :: How To Use Multiple Export Presets In A Single Step

Dec 5, 2013

How can I use multiple export presets in a single step. After I am done editing, I like to export my RAW images as JPG in 4-5 different resolutions and sizes. Currently, this means having to use the export dialog for each preset. Can I do this in a single step by grouping the presets or something?

View 1 Replies View Related

Photoshop :: Customize Menus Or Add Buttons To Control Bar To Make Repetitive Operations Single Step?

Mar 18, 2012

Is there a way to customize menus or add buttons to the control bar to make repetitive operations single step.  Thinking specifically of adding an import button somewhere (similar to PS Elements 2) in which the current scanning settings are stored.  Presently it takes about 6 steps through the menu to accomplish this. 

View 3 Replies View Related

AutoCAD .NET :: Undo Transactions Step-by-step Within Command Method

Sep 26, 2013

I have a Command Method which has a loop that opens and commits transactions until the user is finished with it and exits. 

I would like each transaction to be undone separately but the undo command undoes the CommandMethod (along with all the transactions that occurred while in the loop)

Do I need to use the COM StartUndoMark and EndUndoMark to get this working?

View 3 Replies View Related

Lightroom :: How To Export All The Snapshots At Once In A Single Export Step

Jan 20, 2013

I've created various snapshots of a series of photos and I'm ready to export. Is there a way to export all the snapshots at once, in a single export step? Up to now, I've been doing this step by step, exporting one version of the image, than going to the next snapshot and exporting again.

View 3 Replies View Related

Photoshop Elements :: Step By Step Process For Doing Layer Masks?

Feb 22, 2013

I have somehow reversed the process of changing a sky in my photo so that when I get to the point of painting in the sky from the 2nd photo, it is painting with white (not black) that brings out the background I want on the original photo.  Where have I gone wrong?  Is there anywhere I can go to find a detailed step-by-step process for doing Layer Masks?

View 1 Replies View Related

AutoCAD .NET :: Debugging ARX Application

Jul 31, 2012

I’m unable to debug my arx. For context, I'm on Windows 7-32bit; Visual Studio 2008 SP1 and 2010 SP1 are both installed.

I modified the project file (.vcxproj) by adding

<TargetFrameworkVersion>v3.5</TargetFrameworkVersi​on>:  
<PropertyGroup Label="Globals"> <TargetFrameworkVersion>v3.5</TargetFrameworkVersi​on> </PropertyGroup>  

inside the  <PropertyGroup Label="Globals"> node. I switched Platform Toolset from v100 to v90.

Then I launched AutoCAD 2012, loaded my arx solution in VS2010 and from the Tools menu, Attach to Process… I tried to select Attach to Managed v3.5 but it does not exist! All I see is Managed (v2.0, v1.1, v1.0) code or Managed (v4.0) code.

Am I the only one having this much fun with debugging? After sifting the internet I found no similar issues.

View 1 Replies View Related

Photoshop :: Step Backward And Step Forward

Dec 18, 2008

I have CTR-Z mapped to step backward.

Using two different shortcuts for "undo" (one step back) and "Step Backward" (Multiple steps back) makes no sense to me. As such, I rarely use the regular undo, and do not have it mapped.

The case:

When I switch to a new layer, do a brush stroke and undo it, photoshop treats my undo as a switch back to the layer I came from. This happens a LOT, and not just to me, but to a lot of designers I know (I'm a GUI designer at a game company). Some of them have even formed a habit of "erasing" a bit in an empty part of the layer, just in case the'd later want to undo. That's bad.

My proposed solution:

-First undo my stroke, Leave my selected layer alone.

-On a NEXT press of "Step backward" change my current layer to the one I came from.

View 10 Replies View Related

AutoCAD .NET :: Changes To Form Not Visible While Debugging?

May 6, 2013

I'm using visual studio 2010 and autocad 2012 x64. When I make (visual) changes to a form in the editor between debugging, for example the width of the form, the changes aren't visible on next debugging, it's still the same width as it was before. Same thing for font size, when changed the changes are not showing when debugging again. Almost seems like autocad remebers the previous layout of the form. A new control added between debugging shows up fine.

View 2 Replies View Related

AutoCAD .NET :: Why Is Debugging Process Slow

Jul 15, 2012

Converting my apps from .NET 35 to .NET 40 was not too painful except for the debugging speed! Why is AutoCAD 2013 so slow....

Should I be building my apps on a 32bit box and then do the final build on a 64bit box?

View 1 Replies View Related

AutoCAD .NET :: Possible To Edit / Change Code While Debugging?

Oct 8, 2012

I am moving from VBA to VS2010/12 and I am having my first problem

Firstly, I read that I should install AutoCad 2013 DoNet Wizard to be able to compile and debug my code. After install it I managed to "debug" when I set the brakepoint but I couldn't change the code while debugging...

I did a fast search in this forum and I found some similar issues but they where old posts (before C3D2012 and VS2012). So, is it possible now to edit code while debugging as I was able to do in VBA? This will save me a lot of time. Mostly in my case once I'll make a lot of beginner mistakes...

In some post I found that we should install a virtual machine and run in 32bits mode to be able to edit. This is the best solution?

View 2 Replies View Related

AutoCAD .NET :: Debugging WinForm In 2014 With VS2010?

Dec 13, 2013

When I place a breakpoint inside a Windows form i get the message "No Source Available" from Visual Studio.

I'm using Application.ShowModalDialog(..) to launch the dialog.

How can people develop code without being able to debug? This has been an issue for some versions now and the NEXTFIBERWORLD=0 is not a solution for me since the whole AddIn acts strange when i do that. All I find when searching for this is the NEXTFIBERWORLD trick.

View 5 Replies View Related

AutoCAD Inventor :: Debugging 2012 Addin With VS2010

Jun 20, 2011

I cannot debug an addin for Inventor 2012 from Visual Studio 2010 professional on Win7 64. 

I started with a new “Autodesk Inventor Addin” project

Set debug “Start external program” to inventor

Added a form and called it from StandardAddInServer.Activate sub 

IF I debug from here inventor starts but form does not open. Addin not loaded. 

Move *.addin file to Inventor addins 

Now when running debug, form opens but breakpoints do not work. VS reports no errors on build.

View 9 Replies View Related

AutoCAD .NET :: Gets Slower When Loading For Each VS 2010 Express Debugging Session?

Feb 9, 2012

When running VS 2010 express in debug mode, for either AutoCAD 2010 or 2012, 64 bit, AutoCAD gets slower and slower loading with each subsequent debug session until it becomes intolerable. A system restart is necessary. Is this normal? I see this on a fast machine with tons of ram. During the waits there are patches of white screen in the various AutoCAD interface components. The performance hit is exponential with each session. The first debug is normal, The second is slightly slower. The third is noticeably slower and so on.

View 3 Replies View Related

AutoCAD .NET :: Incurring Fatal Error While Running WPF Plugin But Not While Debugging

Nov 18, 2013

I am incurring a fatal error while i am running a plugin i have developed in .NET. I am using AutoCAD 2012 and .NET 4.0. Where the fatal error occurs is when i am filtering a list for specific colors and specific linetypes to populate a listbox with. I did a quite a bit of reading and the only thing i have found is ( in debug compiler is giving a little more memory space for said collection and when i run it in outside of debug it is not. )  Now i dont really understand how to fix this issue or can verify that it really is the issue. is there some type of setting i can change inside of autocad for debugging so it doesn't completely shut down?

View 6 Replies View Related

AutoCAD .NET :: 2012 Crash During Debugging Session With Visual Studio 2010

Jul 14, 2011

Dev env: AutoCAD 2012, VS 2010, ObjectARX.Net 2012

A simple windows form command dll to test within the VS2012 + AutoCAD 2012

Bug:  when debugging with VS2012, the first command runs fine and I can debug it with breakpoints etc etc. However, after the first debugging session, if I try "File"->"Open" or "New", file dialog will popup and then my AutoCAD 2012 crashs.

It won't happen if I compiled the dll, and load directly from AutoCAD independantly running instance.

View 2 Replies View Related

Photoshop :: Components Seem To Be Missing From CS5 Since Debugging PC

Oct 20, 2012

Since my Windows-7 PC went to the shop for a clean up following some suspect virus my CS5 Photoshop seem to have some components missing. I can get into CS5 (I had upgraded from CS3 earlier in the year and now I can't get into CS3 even though the icon is still there.) and upload a photo and use the basic tools but I can't use a lot of the ACTIONS: i.e. I get error messages like The command "Feather" is currently not available or "The command Channel Mixer is currently not available"

View 21 Replies View Related

Photoshop :: Change The Colour Of A Single Layered, Single Coloured Gradient (foreground To Transparent) Image

Jun 21, 2008

I would like to know how to change the colour of a single layered, single coloured gradient (foreground to transparent) image. There is nothing more to it than that other than I don't want to use the hue/saturation adjustment as it's hard to get a specific colour.

View 7 Replies View Related

AutoCAD .NET :: Step Through Selection Set

Apr 17, 2012

Have a sample on how best to step through a selection set. I need to extract the Text properties of each of the text objects in the selection set

this is all I have so far

Private Sub ExtractText(ByRef acSSet As SelectionSet) '' Step through the objects in the selection set For Each acSSObj As SelectedObject In acSSet Dim acEnt As Entity = GetObject..?????? '' Write data to MDB file. Next End Sub

View 9 Replies View Related

AutoCad :: Convert STEP To DWG

Sep 7, 2011

I have recently started using AutoCAD 3D Plant 2011.

I am trying to create a catalog of Valves that we use on site by getting all the 3D blocks from suppliers. A few of our suppliers are sending me STEP files.

What program these are from and if they can be converted to a format that can be used by AutoCAD?

View 6 Replies View Related

AutoCAD Civil 3D :: Step Or STP Files

Apr 29, 2012

I am trying to insert some valves into my drawing and they have been provided in *.stp or step format by the manufacturer. You can import them to civil 3d using IMPORT, but in Civil 3d the import dialogue does not have step files as an option under the file type drop down.

I am running Civil 3d 2012, and I am unable to install any software for a conversion due to our software restriction policies.

View 4 Replies View Related

AutoCAD Inventor :: Export IAM To STEP / STP Or IGES

Sep 5, 2012

How do i export a .iam to STEP or STP or IGES without the three being expordted? i dont want the costumers to be able to see the anything in the three but 1 file (base1 or something).

What i do today is, i make a new part and derive the .iam file and then export it to step but this is getting hard to do when you have many .iam files.

View 4 Replies View Related

AutoCAD Inventor :: Templates For Step Translation

Oct 27, 2011

We have a minor issue with STEP translations.  We keep our templates on the network, and they have a lot of customized settings.  Everything is fine until we try to translate a STEP file, then Inventor wants to use the templates on the "C" drive (the ones that came with the software). 

Is there a setting I can use to make Inventor use the templates on the network?  I've got my "Files" setting in the "Options" pointing to the templates on the network, but Inventor still uses the ones on the "C" drive. 

View 9 Replies View Related

AutoCAD Inventor :: Can STEP Files Still Be Used In Assembly

Sep 3, 2012

Basically, my school has the 2012 version of Inventor while I have 2013, and I was wondering if I can still use STEP files in an assembly, and also in my drawing sheets.

View 9 Replies View Related

AutoCAD Inventor :: Step File Converted To IPT

Aug 16, 2013

Following is possible using AutoDesk Inventor Apprentice (C++ Project)?

I want to be able to select (using the File Open dialog box) a "Step" file that I have downloaded from my supplier, then convert it to an IPT file (NOT AN ASSEMBLY!!!), automatically. 

View 1 Replies View Related

AutoCAD Inventor :: Convert STEP Model To IPT

Nov 19, 2012

I followed up their way as URL....but still I cannot get correct solid model when I try to convert attached STEP model to IPT. I just can get surface model, but I do not solid one.

View 3 Replies View Related

AutoCAD Inventor :: Converting Step Format

Apr 11, 2013

Convert file in STEP format do Inventor? I need to have box but it imports only as surfaces. When I want to stitch these surfaces an error appears that says that I have crossed surfaces.

View 8 Replies View Related

AutoCAD Inventor :: Making STEP From Max File

Mar 4, 2013

For a client we maked a model in 3dsmax. But now they have to produce it in the factory. They need a STEP file. I added the file in Inventor. But its not a solid 3d body. But I have never worked with this program. How to make the STEP file? URL...

View 3 Replies View Related

AutoCad :: Import Step / IGES Files

Jun 20, 2012

Is it possible to import either Step or Iges files into either AutoCad 2005 or 2010?

View 2 Replies View Related

AutoCAD Architecture :: Import STEP Files

Sep 22, 2011

the AutoCAD help specifies this procedure to import STEP files..Click Insert tab - Import panel - Import. In the Import File dialog box, in the Files of type box, select (*.stp, *.step).Find and select the STEP file you want to import, or enter the name of the STEP file at File Name.But the import dialogue box does not show this option. Only 3ds, sat, fxb, igs, wmf and dgn.

View 1 Replies View Related

AutoCAD Inventor :: Exporting STEP With Threads?

Oct 6, 2011

I have made threads with the standard thread tool (that doesn't seem to make 3D threads but instead pictures of threads) into solid and once I export the STEP file and open it in Solidworks the threads are missing. I have to export the drawing to STEP for machinist that uses Solidworks. How can I include the threads into STEP file?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved