AutoCAD .NET :: How To Index Through Documentmanger Collection

Nov 16, 2011

How does one index the documents in the documentmanger collection? The intent is to cycle through the open documents one by one in a forwards or backwards direction. The specific function I want to create would take a direction argument, 1 or -1, and would switch the active document to the "next" or the "previous" document. how the documentmanager collection works.

View 2 Replies


ADVERTISEMENT

Lightroom :: Move Single File In Collection To Another Collection?

Jan 25, 2014

I mistakenly created a collection when only one file was highlighted.  I made another collection with all the other files I wanted in it, but I can't drag that one file from the filmstrip..

View 4 Replies View Related

Lightroom :: Smart Collection - Can Source Be Named Collection Set?

Jun 25, 2013

If I specify a smart collection rule that says the source must be a collection matching some pattern, does this only apply to actual collections and exclude collection sets?

I was hoping fo a way to build a rule based on the collection set ... is this possible?

I also tried matching Any Searchable Text set to the collection set name, but that doesn't seem to work...wouldn't all photos in the collection set be associated with that string? Looks like no.
 
There used to be a way I thought that you could submit a new thread after doing a question search. That seems to be gone.

View 3 Replies View Related

Lightroom :: How To Convert A Collection To Smart Collection

Apr 16, 2013

Is there a way to convert a collection to a smart collection?

I am using NextGEN to export images to WordPress. NextGEN created Publishing collections in Lightroom to match those in my WordPress blog. My problem is that they are not Smart Collections.

View 1 Replies View Related

Lightroom :: How To Set A Collection As A Target Collection

Feb 28, 2013

I am trying to create a new collection but I find that I do not have a "Set collection as target" (or whatever the correct phrase is, since I don't have it.) I have right clicked and examined all menu options.

View 6 Replies View Related

Lightroom :: Ordering Of Collection Sets And Collections (inside Collection Sets)?

Jun 25, 2013

What are the rules for how elements (specifically, collections and other collection sets) are ordered within a collection set?
 
I was trying to get a collection to appear at the top of the list of items in a collection set, but it seems to get stuffed below all the other collection sets regardless of the name given to the collection.

View 2 Replies View Related

AutoCad :: Layout Tab Management / Index

Jan 17, 2013

I create lots of layout tabs with long (ish) names. To save scrolling through the tabs using the arrow buttons to select the one I want, is there a way to generate an index tab so all tabs are listed on it and can be selected from that "index" Tab/list?

View 4 Replies View Related

AutoCAD Civil 3D :: Creating An Index Of Sheets?

Mar 18, 2013

I created plan and profile sheets using the P&P tools.  Then I created a new drawing and attached (XREF) the dwg with the viewframes in it.  Then I set the viewframe layer to Plot instead of non-plot and I changed the color so that it would be heavy (we use CTB).

Then when I went to my PSPACE layout to try and plot, the viewframes are NOT there.  The layer IS turned on, because there's a PLINE that I drew on that layer and it DOES show up.  When in modelspace, the viewframes are there and the color did change as expected.

So why do they disappear when I'm on the layout tab?

The goal is to create a plottable sheet that identifies where each sheet is (I want to point to each viewframe and lable them C-101, C-102 etc).

View 3 Replies View Related

AutoCAD Civil 3D :: Point Cloud Index

Aug 7, 2012

Point Cloud Index fails on Faro Scans that work in 2012????  Tools in 2013 seem better.  Civil 3D and Point Cloud data.

View 4 Replies View Related

AutoCAD Architecture :: Sheet Index On Coversheet

Feb 23, 2011

ACA2011 (I've been on 2008 for years until very recently...)

How do I create a sheet index on my Title Sheet? Do I create a Table? If so, how? I've never created one before. I kept seeing references to the Sheet Set Manager...I don't know what that is or where to find it...

I'm pretty adept at scheduling, etc. and feel confident that I can do this, but I just need the initial steps.... I thought that I could just grab a piece of text on the title sheet and insert a field that references the Sheet Set...clearly that ain't the way!!!

View 3 Replies View Related

AutoCAD .NET :: Read Image Name From ImageList Based On Index Value

Aug 4, 2011

I am using ImageList to store a group of images.

I would like to read the image name from the imagelist based on index value.

View 1 Replies View Related

AutoCAD Civil 3D :: Wrong PVI Index Numbering In Profile

Aug 2, 2013

I created an index for every grade break in my profile, and when I delete a PVI with geometry tools the numbering of this labels starts in the consecutive of the last one that the profile has. How can make this index numbering to keep starting at 1 when I delete one, instead of starting at the next to the last index label?

windows 7, intel I7, 8 MB RAM, civil3d 2013.

View 3 Replies View Related

AutoCAD VB :: Custom Sheet Set Index (VBA) Tool Not Working In 2012?

Sep 7, 2011

We have this very cool tool that automatically creates a custom sheet property (IndexNo) and indexes all sheets in the active sheet set. Unfortunately, it doesn't run in 2012 and the guy that wrote the application no longer works for us.

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: List Layers By Their Index

Dec 11, 2013

I want to make a list of layers due to their index (order) in the "layers combo box" in the AutoCAD. I prepared this:

(defun c:ListLayers ( / a b)(setq a(list(cdr(assoc 2(tblnext "layer" T)))))(while(setq b(tblnext "layer")) (setq a(append a(list(cdr(assoc 2 b))))));while);end

But, It's not match with the order of layers.

View 9 Replies View Related

AutoCAD Map 3D :: How To Delete Index File For Point Cloud Data

Jul 16, 2013

I'm hoping this could be a quick fix without completely reinstalling CAD.

I jammed too much LiDAR data into my Index file for point cloud data, and now I can not even open it.  Even new drawings are trying to open the overall index with everything in it.

What I want to do is just delete the whole thing and start fresh again, but not sure how to do that.  If I could open it once I could start deleting stuff from it, but it is too large to even open.

View 1 Replies View Related

AutoCad :: Exporting Block Attributes To Create Drawing Index

Nov 12, 2012

I am trying to find a way to create an index drawing without having to input much information in.

I would like to export the attributes from each drawing file in my (project folder) from the title-blocks (drawing numbers and descriptions) into excel and then be able to just data link that into my Index table in AutoCAD. I know i could put the info in excel and import it into my table in CAD but i am looking for something more Automatic, so that every time i need to create an index it will automatically extract the info from the drawing files title-blocks.

View 2 Replies View Related

AutoCAD .NET :: How To Set Color Index And Layer Of Newly Created Dimension Style

Jul 18, 2013

I'm having a bit of a problem struggling with creating new dimension style using vee bee dot net, in AutoCAD 2010 environment. I am particularly trying to figure out how to set the newly created dimension style to color white, and to assign it a specific layer (for example, a layer called "test"). What the code syntax is to accomplish this?

I post the code below for what I have done thus far:

Public Shared Sub addDimensionStyle(ByVal strDimStyle As String)
Dim acDb As Database = HostApplicationServices.WorkingDatabase
Using acTrans As Transaction = acDb.TransactionManager.StartTransaction()
Dim dimTbl As DimStyleTable = acDb.DimStyleTableId.GetObject(OpenMode.ForWrite)
Dim dimTblRec As DimStyleTableRecord = Nothing

[Code] ........

View 5 Replies View Related

AutoCAD 2010 :: Create A Office Standard Sheet Index Table

Jan 23, 2012

Using Set Sheet Manager, I am trying to create an Office Standard Sheet Index Table.

I have begun by copying the Standard table and modifying it.  I have adjusted the cell styles to reflect our colors and text types and sizes.  I have also added two additional columns for revision number and revision date. 

I have tried saving the new table ... and inserting a new table through the sheet set manager

the only tables i can bring in include the 2 original columns (sheet number and sheet title) and specified text font, size and color are maintained, but the additional columns and the column width are lost.

Ideally i would like the office format to be maintained...with little or no  modification required of the user.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Layer Index Color Change Via Selection And Dialog Box

Aug 1, 2013

I'm attempting to create an easier way to change layer colors of nested linework by selecting the linework and having the ACAD index color dialog box appear to select the replacement color.

defining the "ic" variable;
 
(defun c:clc (/ ent ent_data ic ent_lay) ;change layer color(setq ent(nentsel)) (setq ent_data(entget(car ent)))(setq ic ;index color(cdr(assoc 62(ACAD_COLORDLG))))(setq ent_lay(cdr(assoc 8 ent_data)))(command "-layer" "c" ic ent_lay ""))

View 3 Replies View Related

Photoshop :: Index

Mar 25, 2008

If a layer is called index can you unlock it?

View 6 Replies View Related

Photoshop :: Can You Use Layers With Index Color?

May 27, 2009

my layers palette is greyed. can I use index color with layers?

View 2 Replies View Related

Photoshop :: Cs2- How To Unlock A INDEX Layer

Sep 13, 2008

i need to unlock this index layer..with this layer locked iam unable to glide it over to another psd file..

View 2 Replies View Related

Photoshop :: Mac :: Cannot Get The Swatch After Index Color

Aug 7, 2009

using Windows, I cannot get the "Swatch after Index color" percentage color ratios information. Is this exclusively a Mac photoshop bonus?? ... This is exactly what I'm looking for ... a precise method to mix pigments. Thanks a million for any help. My goal was to sample a color and come up with a general recipe for a color mixture using traditional artist pigments. This is what I've done so far...1. Create a swatch set that represents my paint palette2. Sample the color I want to separate3. Fill a 10 pixel by 10 pixel doc with the sample color4. Convert to Index Color using my paint palette5. Each pixel represents 1% of a paint color It's very tedious but it's all I can come up with 

View 8 Replies View Related

Xara :: Auto Pop Up On Index Page

Aug 18, 2011

I would like to have a sales promotion pop up voucher load as soon as the index page loads is this possible in Xwdp7.

In the attached file you can see the white sales voucher over the Jesters restaurant page.

View 3 Replies View Related

Lightroom :: Error Attempt To Index Nil Value?

Jul 16, 2013

I have recently upgraded to Lightroom 5. When I try to export a fairly large number (about 60) images as JPG, I get an error message "attempt to index a nil value" and some images do not export. When I view the images in the library and export them individually, the export works. So I conclude that the images are not corrupt, but that there is a bug in the software.

View 1 Replies View Related

Photoshop :: Bridge CS3: Location Of Keyword Index...

Aug 4, 2008

I know that Bridge stores the actual keyword(s) with the image files but where is the overall "index" located on my hard drive?

The index is the structure that gives the instant access through the images.

View 3 Replies View Related

Photoshop :: Color Palette/Index Coloring

Jun 15, 2009

I want to specify which colors Photoshop can use and I'm doing that (or at least trying to) by using custom index coloring and the color palette. I am using another person's saved color table. This person saved several shades of grey and when I delete these colors my picture is affected. What is puzzling me is that deleting greys have an impact on my picture even though I am not using any grey. Is there an impact because Photoshop is blending colors within the color table to make the picture. Is grey one of the blended colors? I do not want there to be any blending of colors--I just want Photoshop to use what colors I specify. 

View 2 Replies View Related

Photoshop :: CS3 Web Photo Gallery Index.htm Renaming

Oct 13, 2008

I working to modify one of the templates for the Web Photo Gallery, and am wondering if there is a way to designate in the template what to name the index page besides index.htm or index.html.

I'm working to create a site that will have many photo galleries. And while it does work to have each gallery in its own sub directory with the main gallery page named index.htm. I would prefer to have the main gallery page renamed during the automation process for easier archiving.

View 7 Replies View Related

AutoDesk Smoke :: Random Index Pack For MXF?

Jan 20, 2014

I just had an MXF deliverable fail out of a broadcaster's pipeline because it didn't have a Random Index Pack in the file. They were also concerned that they could not preview the file in VLC before submitting it to their pipleline.
 
The spec of the file was DVCProHD with 10 channels of audio.  The asset management system they would've submitted it to was a Digital Rapids StreamZ, but they have some sort of file checker script they run on it first so that they don't waste time copying or re-encoding any files that don't conform to their spec. (which is a bit vague, but it sounds like my MXF would've passed except for this one issue)
 
I just wanted to share this document I came across while looking for info on MXFs. URL.....It sheds some light on this dream I have where I might someday be able to insert edit a single shot into a feature length file as simply as I can on a tape.

View 4 Replies View Related

GIMP :: Switch To Index Mode Changes Colours?

Jun 18, 2012

when saving images for the web i try save them as indexed png's to save space.

however, when switching to indexed mode GIMP will alter my colours if i choose to use a palette with less colours than i have in the image. This is the most noticable if for example i have an image with bacgkround #ffcc00 and a multicoloured icon in the middle. due to the icon the image probably has over 100 colours. if i then choose 64 colours not only will it affect the colours in the icon, but change the entire, large, unicoloured background area to maybe fec50a (just an example). is there anyway to force GIMP to only use colours already present in the image?

View 4 Replies View Related

GIMP :: Changes Colour When Switching To Index Mode

Oct 28, 2011

I have been using indexed mode to save 8-bit png files for the web, just as one would through the Save For Web interface in photoshop. sometimes it works brilliantly, usually when very few colors. but sometimes it changes some of the most dominant colors in the image. for example, if i make an image with background in #f3f3f3, two antialiased type layers in different colors, flatten the image and switch to indexed mode the background will change to something like f3f201 or whatever depending on the colors of the type layers (even if i choose 256 colors...).

EDIT: ok those exact instructions didn't actually replicate the problem this time that i tried it, but nonetheless the problem exists. if no one recognises it i will save the file it occurs to next time so you can all replicate the problem.

EDIT 2: happened immediately. i have attached a png of the file, even if you set it to 256 colors, switching to indexed mode will change the white background to #fefffc. once again, one could go into the color map and change it back to pure white, but to be completely correct one needs to change every color in the shadows (and antialiasing) that fade into the white, which will also have been offset by the switch to indexed mode.

View 6 Replies View Related







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