AutoCAD .NET :: Use Keywords With Get Selection

Apr 25, 2006

Isn't it possible to use Keywords with Get Selection. I tried following code but could not see the keywords.

Editor ed = Application.DocumentManager.MdiActiveDocument.Editor;
PromptSelectionOptions BlockOptionPick = new PromptSelectionOptions();
BlockOptionPick.Keywords.Add("Name");
BlockOptionPick.Keywords.Add("Liste");
[code].......

View 9 Replies


ADVERTISEMENT

Lightroom :: Move Many Nested Keywords Back Into Main Listing Of Keywords

Aug 13, 2013

How can I move many nested keywords back into the main listing of keywords? I was up late a few nights ago and never noticed that about 80 new keywords were being placed as (nested?) under another keyword. How can I get them back from under that keyword and into the main keywrod list?

View 5 Replies View Related

Lightroom :: How To Select Multiple Keywords To Add To Images Without Keywords Collection

Aug 1, 2012

Lightroom has a collection containing all images without keywords.

As soon as I apply a keyword to images they instantly disappear from the collection. This is alright when I only want to apply a single keyword, but how do I stop it happening when I want to apply multiple keywords to the same image(s)?

Lightroom 4.1 trial, Windows 7

View 3 Replies View Related

AutoCAD 2010 :: Multiple Grip Selection Not Working When Pan Or Zoom During Selection

Jul 12, 2011

When I select a hatch or polyline or any object with grips for that matter, and hold down shift to select multiple grips on the object or objects and then press my middle mouse button to pan or scroll it to zoom, the grips that I have selected de-select, meaning I have to set up the view so that all the grips I want to move are visible before selecting them.

This is only happening on some drawings (although it is most of them) and only when I use 2012 not 2011. Which system variable it is that has gone screwy that I need to reset? or is it something else?

View 9 Replies View Related

AutoCAD Inventor :: Prevent Display Of Selection Lines Upon Selection?

Mar 28, 2013

I have a flexible sub-assembly in my top assembly. Sometiems I'm trying to demonstrate to others how a mechanism in the sub-assembly works using this flexibility feature. It works great, but when I move just one little part of a flexible assembly, Inventor displays the wire-mesh of the entire flexible assembly, because technically the entire assembly is selected, even though I'm only moving one part. It clutters up the screen very badly, detracting from what I'm trying to show.

Is there a way to prevent Inventor from displaying the selection lines? Either only when I'm moving a part in a flexible assembly (which would be great), or to just turn them off completely when I'm presenting like this? I know I can turn off pre-select, but that doesn't work, because once I start moving a part in the flexible assembly, the assembly is "selected" and the wire-mesh displays.

View 3 Replies View Related

AutoCAD .NET :: Leave Elements In Selection Mode After A Selection Action?

Sep 11, 2013

When creating a selection Command using the PromptXXXOptions and PromptXXXResult. The entities are selected on the current view, but once the selection ends the entities return to an unselected state.

Is it possible to leave them in selection mode.

I want to this, because it will be better to use Editor.SelectImplied() instead of saving the last selection object Ids.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Remove A Selection Set From A Selection Set

Nov 15, 2013

I've created a lisp that draws the boltholes of a pipe flanges, using the correct number of holes, at the correct diameter at the correct bolt-hole diameter and then rotates.  Everything works seamlessly, when i do just one flange.  But I've discovered that fewuently there will be mulitple times when a user will have to perform the command.

So the idea I had was to do the following:

Select all circles with     (setq CirclesFirst (ssget "X" (list (cons 0 "CIRCLE"))))

Go through the code to create the new circles.

Select all circles with     (setq Circles (ssget "X" (list (cons 0 "CIRCLE"))))

Remove selection set "CirclesFirst" from "Circles".

But what for some reason (command "_.select" Circles "R" CirclesFirst "") does not work.

View 9 Replies View Related

AutoCAD .NET :: Jig A Block With Keywords

Aug 6, 2012

I'm using the code from Kean's blog here to jig insert a block. What it's missing is the ability to change the rotation and base point during the jig.

I'm basically trying to reproduce the functionality that the normal Insert command gives which, I know, sounds a bit like I'm reinventing the wheel but I need to use the jig as I want to do other stuff to the block after the insert has finished like exploding it or changing its layer.

I've tried Tony T's commandline but that doesn't seem to work with commands that require user interaction.

I've got as far handling the keywords e.g. if the user enters "R" to rotate, I can ask them to enter an angle using ed.GetAngle but then if I call Run on the jig again (to continue the jig), the point that the block is inserted at is different to where the user clicked to place it. Calling Run again here might not be the right thing to do...

Also, I can't see how to temporarily add the block to the drawing so that the user can select a new base point by entering B.

View 1 Replies View Related

AutoCAD .NET :: GetString With Keywords FATAL ERROR

Mar 16, 2012

I encountered a problem, when I try to use GetString with Keywords
 
Dim optString As New PromptStringOptions("Zadaj nazov: ")optString.Keywords.Add("Vypisat")Dim resPrompt As PromptResult = ed.GetString(optString)

AutoCAD crashes with FATAL ERROR on the last line.

View 9 Replies View Related

Photoshop :: Why Vector Selection Tool (white Arrow) Change Layer Selection To Another

Sep 1, 2013

I have been continually annoyed, when creating a vector mask-heavy document, with trying to select vector mask points by dragging a rectangle only to find that it instead selects a layer higher up which has a larger vector mask.
 
The only workaround is to manually select the points of my mask or to drag a rectangle from outside the canvas, meaning I have to zoom out or scroll to the edge - sometimes annoying if I am zoomed in quite far.
 
I know that the move tool can be set to automatically select a layer, depending on what part of the image is clicked, but why is there not an option to turn this off for vector editing?

View 1 Replies View Related

Photoshop :: Selection / Patch - Select Blue With Quick Selection Tool?

Dec 10, 2012

If you look closely in the attached picture, there is a spot of light blue on the player's helmet, that looks like a mistake (think it should look like the grass behind it)...though it actually may be part of his helmet.
 
Regardless, I'd like to take it out. My idea was to select the blue with the quick selection tool, then bring that selection out to the grass, select the grass with that size/shape of selection, copy/paste and then bring the grass selection into the blue part so it looks like grass in what was the blue part.
 
The problem is I don't seem to be able to move the selection without taking the blue with it (so it's not an empty selection and therefore can't select a piece of the grass.)

View 2 Replies View Related

Photoshop :: Selection On Sliders And Curves Altered When Click Off Them After Initial Selection

Sep 13, 2012

I have Photoshop CS5 on a Mac OS 10.7.4 My problem is that when I am using curves or a slider, my selection does not stay in the same place. For example, I chose the number 8 on a slider, after I release my selection it will either go one number after or before my selected number. I have had this problem since I got my computer, December 2011, but it has only recently started to frustrated me because of having to use Photoshop a little more than I usually do.

View 2 Replies View Related

Photoshop :: Complex Selection - Best Selection Method To Drop Out A Background

Oct 24, 2011

how to "drop out" the background from this photo (I have loads to do which are very similar). Thus far I have tried channel selections and the calculations tool + all the normal quick selection tools and I just cant get it to work without spending hours adjusting things. The end effect I need to achieve is a perfect white background without loosing any of the detail if possible. On a side note I have also tried taking the photo on blue, green, black and white backgrounds but due to the number of colours present in the products its just not working for me.

View 5 Replies View Related

Photoshop :: Make A Selection Out Of A Text And Expand The Selection?

Sep 1, 2006

Using photoshop, how do you make a selection out of a text and expand the selection?

View 4 Replies View Related

Photoshop :: Quickmask Selection Is Turning Selection Opaque

Jul 6, 2009

I am trying to cut a person out of a picture with a deatiled background so I am using the quickmask selection and paint brush. I'm done selecting the person and have gone back into normal editing mode. I then inversed the selection created within quickmask to select everything but the person in the background. When I click delete, the background vanishes and the person become opaque.

View 3 Replies View Related

Photoshop :: Feathering A Selection Outwards After Making A Selection

Dec 26, 2003

If I have mad a selection with say an ellipse marque, of say 100px and now I want to fether that same selection outwards, ie to start the feather 10 px outward of the 100px selection so that the 100th px has a 100% transparency and the 110th px has a transparency of zero,thus making the new selection 110px, how could I go about doing it. With the current feathering of the selection, it feathers only in the marquee already selected, not outward, and you cannot place negative feathering px. I know that there is most likely some sort of a ration where you would expand the selection by a certain amount of px, and then apply a ratio of feathering to it to enalble it to feather outside of the 100px marquee.

View 3 Replies View Related

GIMP :: Selection Handles On Non-freshly Created Selection

Mar 1, 2013

Right after one makes a selection, say by using the Rectangle SelectTool, is presented with handles that allow altering the selection.

If one then selects another tool without deselecting is being deprivedof these handles while the selection remains active thus rendering himunable to alter the selection in that fashion.

Thus forming my question: is there a way to make these handles to(re-)appear on a non-freshly created selection?

View 3 Replies View Related

Revit :: How To Use Shift To Add To A Selection And Control To Subtract From A Selection

Apr 18, 2012

I am using Revit Arch 2011 and it is more natural for me to use shift to add to a selection and control to subtract from a selection. Can this be changed and how?

View 1 Replies View Related

Photoshop :: Pasted Selection In CS6 Using Marquee Selection?

Aug 18, 2012

When I pasted a selection made with the Marquee tool there is a transform grid around the pasted selection.  I use a MAC and Photoshop CS6 and would like to deactive a feature for this automatic grid, if there is one. 

View 3 Replies View Related

Xara :: Width Of Selection Box In Selection Toolbar

Feb 27, 2013

The Width of Selection box in the Selection Tool Inof Bar does not seem to add in the width of any line thickness. If I make a rectangle that is 500 x 250, the box correctly reflects the size. If I change line width to 16, the box still shows 500 x 250. It is a problem upon export when the exported file does include the line widths, in this case it adds a total of 16 pix (8 each side) with a resultant export not equal to the displayed width. WordPress seems dogmatic about certain widths an exact width is useful.

I suppose I can add the labor of calculating line widths to meet exact export dimensions but I do not remember doing this in previous editions. I'm thinking there is a buried setting that I have changed. Is there such a setting to account for the discrepancy?

View 4 Replies View Related

GIMP :: How To Blend Selection Edges Of A Selection

Jan 13, 2013

I know how to blend selection edges of a selection in Gimp 2.8.2, but if I have only one side of a selection that needs blending, what should I do?

Lets say that I have a grey box on a black background and only want to blend the left vertical edge into the background.

View 3 Replies View Related

GIMP :: First Selection Disappear While Making Second Selection

Nov 21, 2013

Every time I make the second selection in a picture with the lazo the first selection disappear. what can I do to fix it?

View 8 Replies View Related

Lightroom :: Where Have Keywords Gone

Mar 3, 2013

I have just installed a new computer when my old one died.  I had everything backed up and have managed to successfully restore my lightroom catalogue.
 
I can see all my photos and all the adjustment history and I can see my library of keywords.  However, none of my photos show the key words that I previously assigned to them. 
 
I am not sure whether there is a file that I need to restore from the backup somewhere.

View 4 Replies View Related

Photoshop :: Keywords And Rankings

Feb 11, 2008

I have been adding keywords to my files via File>File Info> and then entering keywords in the keywords box. I then have been 'Saving for the web' as a jpg file. When I go to open the saved file the keywords are gone. What am I doing wrong?

My goal is to increase my search engine organic rankings for the specific keywords. Is there a better way to go about it with images? Is it even worth doing for product images?

View 1 Replies View Related

Photoshop :: Keywords Import

Apr 26, 2009

I run Lightroom on my laptop for field use. When I get home I want to transfer the files to my desktop sys which is much more robust for graphics handling. My problem is that if I assign keywords to the photos on my laptop I can't get them to transfer to my desktop system. I'm obviously missing something.

View 3 Replies View Related

Photoshop :: MetaData, Keywords, & SEO ?

Nov 14, 2008

I have read that adding keywords to the metadata helps you find a photo you are looking for from a large library of images. My questions is...

can you add keywords to you photos to help search spiders to find them and display them on search results?

View 1 Replies View Related

Lightroom :: 5 Keywords Are Missing?

Jun 12, 2013

When i try to upgrade to LR5 I see the keywords are missing. Eevn when I import them again, no keywords...With about 275.000 images keyworded in LR3-4...

View 6 Replies View Related

Lightroom :: PSE10 Keywords In 4?

Mar 8, 2012

I am very happy with some 200 keywords that I use in PSE10 under Win7/64 on over 20k images.  Is it possible, in LR4, to pick up files with keywords written to metadata, and work with them in LR4 (selection, editing, etc.) WITHOUT damaging or "upgrading" the PSE10 catalog?  If yes, could PSE10 pick up keywored changes made in LR4?  
 
Or do you have to commit to one program or the other?

View 4 Replies View Related

Lightroom :: Keywords Out Of Place

Jun 20, 2013

Why do keywords sometimes "jump" out of the master tag folder and line up alphabetically outside their assigned set?

View 1 Replies View Related

Lightroom :: How Keywords Got Scrambled

Dec 20, 2012

Some how my keywords got scrambled. The first thing I'd like to do is move a keyword from its new (incorrect) location as a sub-keyword back to being a parent keyword of a hierarchy. I have tried dragging and dropping it but it immediately returns to its incorrect location. I considered creating a new keyword as a parent keyword (the same word), then open the images linked to the misplaced keyword and drag all the images to the newly created parent keyword. Then empty and delete the misplaced sub-keyword. But...I fear loosing links to collections, vitual copies, etc. for all the images. best method for returning the keywords to their original placement in the hierachy.

View 7 Replies View Related

Lightroom :: Copying Keywords From JPG To Raw?

Oct 28, 2013

I imported all my jpgs with keywords into lightroom 5. I'm now thinking I will no longer make a jpg as part of my workflow and just keep the keywords in the raw files. Is there an easy way to copy all keywords from 1234.jpg to 1234.tif (raw file).

View 2 Replies View Related







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