AutoCAD .NET :: Undo Command Disables DocumentCollection Reactors?

Apr 27, 2012

why Undo might disable DocumentCollection reactors?

It has something to do with me undoing the annotation scale as when I remove the line

db.Cannoscale = tstAnnoScale

The problem doesn't occur.

View 3 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: UNDO Message Command

Oct 29, 2012

I got the first attached message regarding UNDO command which I ignored. The second attached message then came and my UNDO command was frozen. I lost a lot of work done after I have shut down and restarted my computer.

Who knows what I should have done after the first or the second message?

View 1 Replies View Related

AutoCAD .NET :: Roll Back Variable Within Undo Command Outside Of Transaction?

Mar 10, 2012

I need to be able to roll back my variables if user apply an UNDO. Let's say.

Myinteger =1
Startstransaction
........
trans commint
Myinteger=2 

Startstransaction
.......
trans commint
Myinteger=3

 if user does undo 2 times  the Variable  Myinteger  keep the value  3 . I want it back to 1. How?

View 6 Replies View Related

AutoCAD Civil 3D :: How To Not Include Zoom Features In The Undo Command

Sep 20, 2011

is there a way to not include zoom features in the undo command.

for instance, if i delete something and than zoom out, i have to undo multiple times to complete the undo delete.

I want to completely eliminate zoom featues from the undo command.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Undo Option Like In The Line Command

Dec 11, 2012

in this command how would you put the Undo option on there erase the last line and if you want to keep eraseing the lines

(defun c:gls ();keeps drawing guide lines at any angle
(setq an (getangle "
Pick an Angle:"))
(foreach pt '(a)
(while (set pt (getpoint "

[Code] .....

View 9 Replies View Related

AutoCAD Civil 3D :: Undo Command - Disabled In Order To Prevent File Overflow - 2014

Jun 12, 2013

Undo Command still turning off (disabled) constantly even after dumping the temp folder, and the turn off, turn on solution does not seem to work either.

Any solutions to this nagging issue other than re-install?

View 2 Replies View Related

AutoCAD Inventor :: 2012 Sp2 Takes Long Time To Execute Undo Or Redo Command

Jan 15, 2013

I am running Inventor 2012 sp2.

Even with a simple IPT that only has a handfull of features, at times it takes a long time (3-5 minutes, sometimes longer) for Inventor to execute a undo or redo command.

Undo file size setting in Application options is set at 1MB (which is teh same setting I used in previous versions).

View 9 Replies View Related

Illustrator :: Undo Key Command Is Not Working Correctly?

Mar 24, 2014

Working in Illustrator CC (latest version) and my undo key command is going back in time and undoing stuff I did earlier in the file. I'm on a Windows 7 machine.

View 3 Replies View Related

Photoshop :: Command Keys For Back Redo And Undo Not Working

Dec 12, 2005

im a noob at photoshop, i just started a few days ago. (use it to texture for 3d stuff) and im getting a few problems with it.

the main problem is that none of the command keys are working (stuff like Ctrl + Z for back and Ctrl + Y for redo) also some other commands are not working. Does anyone know whats going on?

View 5 Replies View Related

Illustrator :: Any Possible Way To Recover Previous File Or Undo Revert Command

Dec 12, 2013

I have been working on a project and illustrator and accidentally reverted the file. Is there any possible way to recover the previous file or undo the revert command?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Reactors And Objects With Fields

Mar 7, 2012

I am trying to add a reactor, where if the object i move or copy is s a block of a certain name, then i would like to run update field on the last object (being copied) or the object being moved.

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Back Up To Speed On Reactors

Dec 3, 2012

I had programmed Reactors in the past... it's been very long time. Need to renew my understanding?

View 2 Replies View Related

AutoCad :: Layer Previous Undo Last Change In Layer Command

Nov 10, 2011

I want to know if I have understand this correctly or not: layer previous undos the last change in layer related command. Then If my last action is on layer, unod command will do the same. layer previous advantage is when you want to perform an undo which is not your last action.

View 0 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

AutoCAD Civil 3D :: Undo Without Zoom As Part Of Undo?

Apr 27, 2012

Is there a way to undo without zoom as part of the undo?

Civil 3D 2013
Windows 7 64-bit
Inteel 2.40 GHz 8 GB RAM
Dell T7600

View 4 Replies View Related

AutoCAD .NET :: How Undo Marks Are Added To Undo Stack

Oct 20, 2011

I have a problem understanding how undo marks are added to the undo stack.In the code below a fan of lines are draw in a random location.If you run MTest a few times, the AutoCAD Undo command will remove the fans one at a time.

If you run MMulti to draw 10 fans, the AutoCAD Undo command will remove all the fans in a single step.I want to be able to remove the fans one at a time.I thought that  a  StartTransaction / Commit  pair would act as markers for the undo stack, but this isn't working.

Tested on AutoCAD 2010  VS 2008 
<CommandMethod("MMult")> _
  Sub testmult()
        Dim i As Integer
        For i = 1 To 10
            Call testdraw()
        Next
  End Sub
[code]....

View 3 Replies View Related

Paint.NET :: Fast-painting Using Undo Stack And Saving Undo History

Aug 19, 2012

I think it'd be so cool to be able to replay your entire undo history of a picture, so you can see and show others how you proceeded on a picture you made. That way, it's never necessary to capture screen video for like 10 hours and stuff..

So first you'd need to add an option to save the undo history (so that you always keep the history from when you started). Then you'd need an option to playback the undo history.

View 3 Replies View Related

AutoCad :: Clean-screen Disables Close Button?

Aug 31, 2011

I just loaded 2008. With cleanscreen on, the close "X" button is grayed out and inop. Also, the minimize button which is still operable does not fully minimize AutoCAD. How can I get these buttons operable in cleanscreen mode?

View 9 Replies View Related

AutoCAD Inventor :: Clicking Escape Button Disables Selection Events?

Nov 25, 2013

When I click the Escape button, All the selection events are stopped working. Please follow the steps below reproduce.

1. Create the Select Events Object using the following steps.

m_pCommandManager->CreateInteractionEvents(&m_spiInteractor);
m_spiInteractor->put_SelectionActive(VARIANT_TRUE);
hr = m_spiInteractor->get_SelectEvents(&m_spiSelectEventsObj);
m_spiSelectEventsObj->put_Enabled(VARIANT_TRUE);
m_spiSelectEventsObj->PutWindowSelectEnabled(VARIANT_TRUE);

[code]....

2. Open the part and Select any face in the model.

I get the following event.

STDMETHODIMP CSelectionEventHandler:nEvent_OnSelect(ObjectsEnumerator * JustSelectedEntities,SelectionDeviceEnum SelectionDevice, Point * ModelPosition, Point2d * ViewPosition, View * View )

3. Now click on the Escape button. Now if you try to select any face , no call back is received.

View 3 Replies View Related

AutoCAD Inventor :: Only One Constrain Disables Moving Of Part Instance Within An Assembly

Apr 26, 2013

sometimes when using constraints the "movable" part is fixed after adding the first constraint.

If i use i.e. a surface to surface constraint the movable part should be free to slide on the surface.

To move the part in this case  I have to add further constraint or delete the old one.

Furthermore sometimes constraints in assemblys do not update automatically. I have to click on the part and try to move it away. After releasing the part the consraint will be updated.

Are there any options to control or better change this behavior?

I am using Inventor 2013+Vault 2013.

View 5 Replies View Related

AutoCAD Civil 3D :: 2012 Completely Disables Any Block Insertion Into 2009 Version

Jun 14, 2012

I am the only one using C3D 2012 in our office and the other users are complaining that they cannot insert blocks or paste clipboard content into drawings that I have saved from C3D 2012.  This is true whether I use "C3D as AutoCAD" or the full C3D functionality.  I understand that the newer C3D objects are not compatible with the older version but to my knowledge there are no C3D objects included in the drawings in question.

C3D 2009 users can wblock the drawing contents from the Model tab and each Layout tab, and reassemble those parts.  Then they are able to insert blocks and paste content again.  It is a very inconvenient solution and we only use it when the situation is critical.  It also breaks sheet view linkage to our Sheet Sets when we do the wblock fix.

I've asked the others to try using Design Center or Windows paste (CTRL+V) and see if that works the next time they encounter the problem.  I don't have C3D 2009 installed or I would have tested these ideas already.  The others will not install C3D 2012 and so far the owner's will not force them to.

View 2 Replies View Related

Photoshop :: 5.1 Bombs When Not In Use And Often Disables Keyboard?

Jan 26, 2012

I'm using Mac OS X 10.7.2 on an Intel Core 2 Duo IMac. A few months ago I downloaded PhotoShop 5.1 after having used every previous issue of PhotoShop without a problem.
 
1. Often when I have Photoshop open on my desktop but not actively using it, it will freeze and I'll have to force quit and restart. When I installed the latest version of InDesign and Illustrator they would also freeze when not in use, however removing and resinstalling them seemed to fix the problem for them, but not for Photoshop.
 
2.I will be working along on a project when suddenly all of the alphanumerical keys on my keypad won't work. I ultimately have to restart the Mac to get them to work again in any program. This never happens with any other program and I have tried othe keypads, even one just out of the box, and it's always the same.
 
I have removed and reinstalled Photoshop twice, but still the same issues.I have called the Adobe helpline and tried all of their fixes, but it still happens. They resolved that it must be my Mac. But Mac says because it is related to a specific software it is not their problem.

View 6 Replies View Related

Photoshop :: CS6 Extended Spontaneously Disables 3D Feature

Dec 19, 2012

I subscribe to Creative Cloud and while Ai has proven to be exceedingly crashy, Ps CS6 Ext et al, have performed quite nicely..I was working yesterday with Ps, Ai, Id, and Br, all at once, going back and forth from one app to the other (working on an art book) without any problems at all.
 
All of a sudden, the next day I get the following alert when launching Ps CS6 Ext: What the heck hardware could it be referring to since I have not installed or uninstalled anything at all! My graphics card appears to have more than sufficient memory, as shown below, and do not experience any problems with 3D functions in any other app.I downloaded the latest version of the graphics driver as suggested in the alert but to no avail; .

View 4 Replies View Related

Photoshop :: OpenGL Disables In Full Screen Mode?

Jan 9, 2013

Been using CS6 PS since Beta. No problems till 13.1.1 came out. I'm in Full Screen Mode 95% of the time and 100% when I'm retouching.After the most recent update OpenGL funtions will become disabled when I go to Full Screen Mode. This is very annoying! My MBP is connected to a 30in Dell Ultra.
 
Here is my System Info
 
Adobe Photoshop Version: 13.1.1 (13.1.1 20121213.r.223 2012/12/13:23:00:00) x64
Operating System: Mac OS 10.8.2
System architecture: Intel CPU Family:6, Model:58, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
Physical processor count: 4
Logical processor count: 8
Processor speed: 2300 MHz

[code]....

View 8 Replies View Related

Photoshop :: Clone Stamp Tool Disables Keyboard

Jul 8, 2012

I'm working on an iMac, OSX (10.7.4) with CS5.1. Ever since I uploaded my new Photoshop program months ago, it disables the alphanumeric keys on my key pad when I use the clone stamp tool. I have to restart my computer in order for my keyboard to work again.
 
I have talked to Adobe service multiple times, had the software replaced, had a service agent work with my machine from a distance, discussed the problem with Apple (they say it's an Adobe issue), paid a professional to resolve it, reinstalled the software multiple times and ways, worked in safe mode, worked as another user, but the problem persists.
 
I am a full-time graphic designer with my own business and usually have Illustrator, InDesign and Photoshop all open at the same time, so when I have to restart it is a major problem that I encounter multiple times during my work day.
 
I wish I had never purchased the upgrade and now fear CS6. What can I do?

View 6 Replies View Related

Xara :: Hiding Tabs Disables Creation Of Backups?

Feb 21, 2014

I've encountered a strange situation in 9.2.7. If you disable the tabs (uncheck Windows-Show Document Tab) the program doesn't make any backups.

View 4 Replies View Related

Photoshop :: OpenGL Disables Color Management For 2nd Dual Monitor

Jan 7, 2009

i've just started using photoshop CS4 and noticed today that enabling OpenGL drawing under performance preferences (GPU settings) disables color management for my 2nd dual monitor.

2.4ghz intel core 2 duo, 4GB 667mhz, mac os 10.5.6 (fully updated 1/7/09)
GeForce 8600M GT, 256MB

photoshop cs4

View 4 Replies View Related

Lightroom :: 5 - Custom Camera Profile Disables External Editing?

Nov 15, 2013

I'm using Lightroom 5 and Photoshop CS5.  The problem is that if I apply a custom camera color profile created by X-Rite Passport Color Checker, I can no longer use an external editor, such as Photoshop, to edit my photos.  Before I apply the custom profile, the external editor function works just fine.  If I apply a custom profile in the Camera Calibration panel, then the ability to use external editors no longer works.  There is no error message, but nothing happens when I try to edit in an external editor.  If I go back and turn off the custom profile and go back to Adobe Standard, then the external editor function works again.  What is going on?  Is there a way to make it possible to apply a custom profile in Camera Calibration and still be able to use the external editors?

View 9 Replies View Related

Edge Animate CC :: Banner In Iframe Redirects And Disables Back Button

Apr 1, 2013

I have a website banner made in edge with links to other pages of the site. The banner itself is within an iframe (Generally I avoid iframes but I had no option with this one). If you click a link, it will take you to the right page. However if you click the browser's back button, the original page begins to load but quickly redirects you forward again, thus virtually removing the back buttons functionality. However if I click "back" a second time, it works.
 
Another peculiar thing is that when the page loads, the contents of the page that I am navigating to start to load within the iframe before it redirects. I tried adding "_parent" as a target attribute to all my links but the problem remains. Does edge automatically detect iframe usage and assign link targets to the _parent frame with jQuery?

View 1 Replies View Related

Edge Animate CC :: Down Level Stage Disables Other JQuery Page Elements

Apr 4, 2014

I have create a small Edge Animate animation that I'm trying to add to our home page. After getting everything running and working properly in IE9+, Chrome, Firefox and Safari I moved it from the development environment to our live site. Then I viewed it on an older machine running IE8 and the down level stage worked great, but it disabled a jquery image slider and a little custom jquery script I wrote to polite load an embedded youtube video. The only  cusomization I did to the edge files was to remove the loader for the included version of JQuery so that it would run the on I call from Google instead. This prevent intial conflicts between already existing jquery elements on the page.

View 2 Replies View Related

Photoshop :: Adobe Creative Suite 5.5 Master Collection Disables Autorun During Installation

Jan 29, 2012

This is on a completely fresh installation of windows 7 x64.Before installing Adobe Creative Suite 5.5 Master Collection x64 autoplay for my camera works, after installation it does not work.  If I uninstall it, it works again.Where is this program disabling autorun for devices.  Autorun for flash drives works fine, its just the non-volume devices that are affected.
 
I tried using gpedit and reg keys to re-enable autoplay for the camera but it does not work.When I plug my camera in, I can still go to my computer I can get my pics without any issues, its just that this is bugging me.Don't think there is an answer out there, guess I just need to not be so OCD with this stuff.

View 20 Replies View Related







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