AutoCad :: Panning Deselects All Selected Items?

Aug 8, 2012

I had my ACAD window up and another window up at the same time. I thought I was in the other window and pushed some sort of CTRL+(something) command but it enabled in ACAD since it was my active window. Well, I don't know what I pressed but now when I have something selected (with no command running) and try to pan to select additional items, the panning results in deselecting everything I had previously selected.

As you imagine this is quite annoying... I tried searching for something but the only thing I found was the command "pickadd". I tried the different settings for this and none worked. I can not remember what CTRL+ command I pressed... When the window popped up in ACAD, I just closed out of it real quick without (or at least I thought without) clicking anything.

View 4 Replies


ADVERTISEMENT

AutoCAD LT :: 2011 - Limit To Items Selected To Use Pull Down Menu?

Sep 25, 2012

I have installed the two service packs hoping to fix this issue.  There appears to be a limit to the quantity of items that can be selected if trying to change a property using a pulldown menu.  For example, if I select all items in a drawing (say 25,000 items, didn't test the limit), using (CTRL+A) or with mouse, and all items are not the same color, the OBJECT COLOR menu should be blank (have not value) because there is not only one color for the objects.  Same would be true of the Layer menu if all objects are not on the same layer.  This does not happen, the current Color or Layer are shown in the menu's.  WIth the objects selected, changing the color (say from red to green) has no effect.  Same is true if trying to assign all selected items to a specific layer.  WIth less items selected (didn't test the limit), things work as expected. 

I tried to see if the problem was with the menu, so I used the command line commands.  Change, Property, Color, with all items selected works fine.  Is there a bug with 2011 LT re this?  I didn't have this issue using ACAD LT 2008 previously.

View 8 Replies View Related

AutoCAD 2010 :: Reselect All Selected Items By Typing P And Then Enter

Jan 30, 2012

in the old autocad that i had for PC there was a command to re-select all selected items by typing P and then enter.  I now have 2011 autocad for mac and can not figure out how to do the same thing.

View 3 Replies View Related

AutoCAD 2013 :: Menu Of Selected Items Properties Window Does Not Appear

Aug 2, 2013

Whether I used the flyout on the ribbon, the CTRL+1 command, or right click on properties in the menu of a selected item, the properties window does not appear. I tried both repairing and reinstalling AutoCAD and neither worked for me.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Auto Offset For Selected Items

Jan 25, 2013

I wish to have a lisp than enable to do automatic offset base on some selection of lines ,circles or polylines object as shown in attachment.

View 9 Replies View Related

VideoStudio :: Selected Items From Library View

May 10, 2011

Upon dragging a clip from the library and onto the timeline, is there anyway of knowing which clips have been used already from the library view? In other words, I'd love to see some type of indicator or "check" mark that would allow me to know exactly which clips in the library view are already part of my timeline. Sometimes, there are clips that are sitting in the library that have not been included in my final production.

View 2 Replies View Related

Illustrator SDK :: Obtaining AIArtHandle For All Selected Items In Doc

Nov 19, 2011

Exporting to PNG. reference:[URL] We have multiple layers (some off and locked). I'd like to pass all the selected items to the Image Optimization Action as a group instead of optimizing each one.  I am using AIMatchingArt Suite to get the selected items, but it points to an array of AIArtHandles..

View 14 Replies View Related

Illustrator Scripting :: Get Width That Multiple Selected Items?

Apr 23, 2013

How can I get width that multiple selected items? (Not grouped.)
 
//---------- source code ----------
 var mm = 2.83464566929134 //unit conversion. (point->milimeter)
var W = docRef.selection[0].width/mm;
alert(W); 
//---------- source code ----------

View 3 Replies View Related

Illustrator Scripting :: CS5 - Change Fill Color Of Selected Path Items

Apr 2, 2013

I'm trying to create a script in CS5 mac os10.6.8 that will change the fill color of selected pathItems. I need a simple script that will change a selected pathItem to cmyk values 2,3,15,0. I will then select this script and implement the action in a batch of 600 files.
 
I wish this process could be recorded as an action but when I record the action "add new swatch" I have to manually input the cmyk values, which will take forever for a batch of over 600 files.

View 15 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Find All Text In Selected Items And Swap Text

Oct 25, 2012

A program that prompts:"select objects:" then I can select some objects like as text, line, circle,... after that program find all texts in selected items and swap text

swap means:   xxx/yyy ===> yyy/xxx ;    "/" is a divisor

swap function for one text is here:

(defun c:swap ( / pos ent el txt)
(vl-load-com)
(if(null #div#)(setq #div# "/"))
(setq #div#
(if(=(setq tmp(getstring(strcat "
Divisor character: <"#div#"> ")))"")
#div# tmp
)

[Code]....

but I want a program to prompt me like this:

(prompt "Select objects:")(terpri)
(setq a (ssget '((0 . "TEXT"))))

and gets divisor char </>:

after that:

(setq n (sslength a))
(repeat n

....

)

repeats n times, n=number of texts in my selection

View 6 Replies View Related

AutoCAD 2010 :: Select Object And Pan To Another Selection - First Object Deselects

Jul 20, 2011

When I select an object and pan to make another selection the first object "deselects".  The object(s) will stay selected until I pan and as soon as I start to pan the grips go away and the object(s) is deselected.

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Link Text Items Between Pages And Items In Drawing?

Apr 17, 2013

I am hoping to link text items between pages and items in the drawing such as elevations?

So, ideally, I would have a front page to my drawing set, and this would have a 'Contents' type table on it, with the title name of each drawing in one column, then the drawing number in the next column. This is the tricky bit, someone must know: If i was to change the name / number of any item in this table, could it change also (linked to) the following items:

Drawing title  (as a text idem on the layout sheet that that drawing relates to) 

Drawing number (as a text idem on the layout sheet that that drawing relates to) 

Elevation call-out (on the plan view)

And possibly:

Excel reference cell

Drawing layout tab title (this might be pushing it!!)

Perhaps this could be done by linking to an external Excel spreadsheet with these titles modified in there? I'm not sure. This would be ideal as typing into excel is a lot easier than the triple click text modify method required currently.

I waste a lot of time renaming and updating sheet names / titles / numbers. Are there standard templates for drawing sets that may have this built in available anywhere that I could try?

View 7 Replies View Related

Photoshop :: You Have No Items To Display / 24 items Hidden Error Message

May 25, 2012

How to I "unhide" my photo files in My Pictures?

View 5 Replies View Related

AutoCad :: Panning Within The Viewport

Oct 26, 2011

Is it possible to pan within the viewport. I find that I am constantly trying to chase the right part of the drawing for the viewport using the viewport resize handles. Worst is if I scale in and loose the part of the drawing I wanted to show and have to use the handles again to make the viewport really large to find the spot that way.

I have worked out the scaling but the panning within the viewport would be really useful.

View 9 Replies View Related

AutoCad 2D :: Panning PS Viewports With UCS?

Mar 4, 2011

Is there a way to pan/move an existing Paperspace Viewport to a defined coordinate? For example you can rotate a Paperspace Viewport with the UCS and Plan view commands

To rotate a view by changing the UCS

Double-click within the viewport whose objects you want to rotate. Make sure that the current UCS is parallel to the plane of rotation (the UCS icon should look normal). If the UCS is not parallel to the plane of rotation, click Tools menu New UCS View.If the UCS is not parallel to the plane of rotation, at the Command prompt, enter ucs. Click Tools menu New UCS Z.At the Command prompt, enter ucs. To rotate the view 90 degrees clockwise, enter 90. To rotate the view 90 degrees counter-clockwise, enter -90. Click View menu 3D Views Plan View Current UCS.At the Command prompt, enter plan. The entire view rotates within the viewport. You may need to specify the scale of the viewport again.

I am copying layout views with a tilteblock and viewport. Going to the new view and having to pan orthagonally down 50 units. I tried setting up named ucs for the 2 locations but that didn't move the viewport as I would thought.

View 7 Replies View Related

AutoCAD LT :: Remote Access Panning

Mar 9, 2012

i have just set up remote access from my home laptop to my work computer. for some reason i am having problems with panning using the wheel button on my mouse. instead of panning it acts as a right click function and brings up the menu. Could this just be down to the mouse itself?

View 3 Replies View Related

AutoCAD Map 3D :: Panning With Scroll Button

Oct 3, 2012

I am using AutoCad 2012 and have just gotten a new screen and Logitech mouse. I can't get the scroll wheel to pan for me. When I press the scroll wheel I see a zoom button on the screen instead of a pan symbol.

View 1 Replies View Related

AutoCad :: Lines Disappearing - Only Appear When Panning

Sep 17, 2013

I am tasked with tidying up some drawings that have been exported from Vectorworks and it seems there is a fundamental problem with the drawing.

Some lines do not appear when viewing the drawing, they only appear when panning or when I select all. There are some cases where a line disappears behind a rectangle as if it had a hatch fill yet no such thing exists.

I have attached the drawing in question.

I am using AutoCAD 2012 for Mac.

View 9 Replies View Related

AutoCAD 2010 :: Zooming Whilst Panning

Dec 20, 2012

When I pan around a drawing by holding down the scroll wheel of the mouse button, I sometimes pan quite slowly, AutoCAD decides to zoom to extents. I know I have not double clicked the scroll wheel.

View 3 Replies View Related

AutoCAD LT :: Wireless Mouse 5000 Not Panning

Nov 1, 2010

I've recently installed a microsoft wireless mouse.  I'm having issues because the middle wheel doesn't pan when pressed down. I've searched the discussion forums at the Autodesk (both Lt & full ACAD) site, and can see this has been discussed previously, but the accepted remedy of control panel/mouse settings and ensuring that the mouse wheel is set to "middle click" is listed (and selected), but doesn't have any effect. I have MBUTTONPAN set to 1.  I'm not sure what else needs to be done to get the middle button to pan.

View 9 Replies View Related

AutoCAD 2013 :: Deselect In Viewports When Panning?

Sep 13, 2012

I have an issue when working in paper space in an active viewport. As a quick change i want to move a few items and im zoomed in to do so. Problem is, when i select some items, then pan with the 3rd button on the mouse to select more items, it deselcts all the items i previously just selected.

Is there a fix or something i need to change in options for this? In AutoCAD 2011 there is no problem, but my upgrade to 2013 has the issue and its such a pain, i've reverted to the old program.

View 9 Replies View Related

AutoCad :: Precise Panning Within Multiple Viewports

Jan 20, 2012

I know that we can have precision movement within viewport using -pan. However that panning is limited to the active viewport, 1 at a time by double clicking in the viewport. Is there a way to apply -pan to a number of viewports, say I want to move all the model space irrespective of scale 300 mm to the west or 100 mm to the north in more than 1 viewport.

View 9 Replies View Related

AutoCAD 2010 :: Drawing Disappears While Panning In 2D Mode

May 7, 2012

When i use panning in 2D mode the drawing disappears from my viewport. Autocad and all tools are still visible but there is nothing in drawing screen. When i zoom extent(z+e) it comes back again but in a couple minutes it disappears again while i am panning. 

View 9 Replies View Related

AutoCAD 2010 :: Mouse Wheel Not Zooming Or Panning?

Mar 23, 2012

My laptop died recently and I had to get a new one then reinstall my AutoCAD 2010 software. Trouble is the mouse wheel no longer zooms or, when held down, pans any more. I have spent the last couple of hours trying to sort this but to no avail - nothing happens when I use the mousewheel at all. SO frustrating as I use this all the time!

I run Windows 7 Pro OS and the mouse is a fairly basic HP model with two buttons and a wheel. (maybe I need to upgrade the thing...!)

View 1 Replies View Related

AutoCAD Civil 3D :: Ghosting When Panning / Zooming In Paperspace?

Jan 9, 2013

Since installing SP1, I have noticed "ghosting" when panning/zooming in paperspace i.e. the original image is still visible. The only solution I have found is to turn off Hardware Acceleration and then turn it back on.

IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600

View 2 Replies View Related

AutoCAD Inventor :: Panning With Keyboard Arrow Keys?

Jun 13, 2006

I have just noticed that while in Isometric view I can Pan an item in the window by pressing the arrow keys on a keyboard. One thing however is that to pan to the right side of the screen I have to press left arrow key. It is sort of pressing the "wrong" key to get the model slide to the "right" direction.

View 6 Replies View Related

AutoCAD 2010 :: Grips Can't Stay On When Panning Object

Apr 19, 2012

I am trying to select some portion of my drawing for layer change, but when I panning the view for additional selection, I lost the grips of first selected entities.

View 2 Replies View Related

AutoCAD Inventor :: Middle Mouse Button Is Zooming All Instead Of Panning

Mar 8, 2013

So recently I started making something in Inventor, and like most programs you can press the middle mouse button and it will pan or orbit. Well I'm pretty sure that in the past if I pressed the middle mpuse button it would pan or orbit. But now it is zooming all for the model, and only when it is zoomed to the whole model does it let me pan or rotate. If I were to zoom in on a line for example and wanted to pan to the right, it zooms me out to the whole model, and then I can pan. I have tried multiple mouse buttona all combinations of shift ctrl and alt and middle mosue, but nothing is working. How can I make it so it does not zoom all when clicking the middle mouse?

View 1 Replies View Related

AutoCAD 2010 :: Unchanged Drawing Is Changed By Zooming / Panning

Jul 21, 2010

I guess because the view is actually saved, but is there a way to disable view saving or any other way that an UNCHANGED drawing does not ask me to save?

This is related to the option to combine zoom and pan actions in undo, but what I really want is to remove them from undo completely. That way if you zoom out you could see what changes, and you wouldn't LOSE THE ABILITY TO REDO by zooming.

Optimally, AUTOCAD could ask for each drawing whether it should save, and then save the ones that you selected, together. This way you could just leave the application to save and tab to something else

I'd be really happy to see this option in future releases. Because when you undo you can't always see the change, and being able to zoom/pan independently of the action history would mean that you can look at the drawing without losing the latest drawing.

View 9 Replies View Related

VideoStudio :: X3 - Blurry Panning On DVD

Jan 28, 2011

I captured in HD, edited in Video Studio X3 then output to MPEG using same settings as video files. I then gave up trying to burn using Movie Factory Pro 7se as it kept crashing during render so I used DVD Flick. the resulting DVD seems fine apart from when the camera pans and the video appears to be a little blurry. Any stills or slow panning are perfect.

Dropping the bit rate from 9000kbps to 8000kbps but that just made the video look awful.

View 3 Replies View Related

Photoshop :: Flick-panning Bug

Nov 19, 2008

I was just wondering why flick-panning stopped working....until I found out that if the option to move all open images (in the options bar of the hand-tool....don`t know the exact wording, because I have a german version) is on, flick-pannig does not work.

View 3 Replies View Related







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