Illustrator SDK :: Creating Art Present On Document But Not Visible On Layer Panel

Aug 9, 2012

Is it possible to create an art which is present on the document but not on the 'Layer' panel(F7)?
 
My requirement is to create an art which is visible on the document, but could not be seen on the Layer panel and user is not able to select it.
 
Just like it happens in case of reflection, when we are creating a copy of selected art object, the reflected copy doesn't present on the 'Layer' panel but it is visible on the document and user is not able to select the reflected one, while he can only select the original art.

View 1 Replies


ADVERTISEMENT

Illustrator SDK :: Accessing Document From A Panel

Nov 28, 2013

I created a panel by following the EmptyPanel sample. Basically, my code looks like:
 
AIErr Plugin::AddWidgets()
{
  ...
  AIPanelPlatformWindow hDlg = NULL;
  sAIPanel->GetPlatformWindow(fPanel, hDlg);
  HWND HwndSelectButton = CreateWindowEx(
    0, "BUTTON",   // Predefined class; Unicode assumed.

[Code]...

The problem is, when I call sAIDocument->GetDocumentFileSpecification, I get a NULL file path with an error code of kNoDocumentErr.

View 2 Replies View Related

Illustrator :: Cannot Change Units In Preferences Panel Or Document Setup

Feb 5, 2014

PC, Windows 7, AI CC..I have a document that displays units in points, and when I change the unit type to inches in the preferences panel and the Document Setup panel, the change won't apply.
 
I've tried saving as a new document, restarting, etc. I even tried setting the units to other units... doesn't matter what I have the units set to in preferences, it's always displaying points.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Move Objects To New Layer Based On Their Present Layer

Jun 20, 2012

Say I have 2 items, one is on layer "M-Duct" and the other on "M-Pipe" (they are in the same drawing). Any lisp routine that would create the layers "M-Duct-New" and "M-Pipe-New" (based on the same color and LT as the original layers) and then move those objects to the newly created layers?

View 9 Replies View Related

Illustrator SDK :: Creating Custom Swatch Panel?

Aug 9, 2012

I want to create a custom color swatch panel for Illustrator. But I cant figure out a way to add swatches to the panel and drag/drop them into file.

Any example or the steps required to build such a panel. I've created a panel using CS Extension builder but cant figure out how to populate it with swatches.

View 4 Replies View Related

Illustrator :: Creating A New Document Profile CS5

Feb 25, 2013

I have created a New Document Profile that I want to use as a base when starting Ilustrator work. I  cleared pallettes colors, brushes, symbols etc and created 3 new common layers etc. When I select my file from the New Document Profiles pull down menu the Layers pallette opens with only a blank Layer1 .The work on my custom Layers that I would like as masters is gone.

View 3 Replies View Related

Illustrator Scripting :: Making Layer Visible By Its Name?

Mar 3, 2013

How to make a layer visible by using the name of the layer, with javascript?

View 2 Replies View Related

Illustrator :: Freezes Creating New Document With Web Profile?

Jun 18, 2012

I have the illustrator instalation from creative cloud subscription and everytime i create a new document and on the profile combo choose "web", the illustrator freezes forever.
 
Im using mac version in a macbook pro 13" corei7 with 8gigs ram.

View 5 Replies View Related

Illustrator Scripting :: Place / Import File To Visible Layer?

Jul 26, 2013

I have been working on a script to place a psd file onto only one visible layer (document has multiple hidden layers). This java code has worked so far:
 
var doc = app.activeDocument;
var onFile = File("C:/Users/Desktop/Desktop/ExportedArtboard-01.psd");
var mydoc = doc.placedItems.add();
mydoc.file = onFile;
mydoc.embed();
 
however this works with only the top layer visible (eye turned on in Ai). if top most layer isn't visible i get "target layer cannot be modified" error.

For instance say i have 1,2,3 layers. layer 1 (top most) and 3 (bottom most) would be hidden, layer 2 (middle layer) would be visible and then running the script would place the psd file on to layer 2.

View 3 Replies View Related

Illustrator :: Layer Panel Doesn't Remember Setting

Nov 26, 2012

How can I make Illustrator's layer-panel remember the opened/closed sublayers? I have a file with hundreds of layers, and it's a pain in the *** to do the sorting and opening/closing certain sublayers each time I open the file. Why isn't it remembering how I have set it up?

View 2 Replies View Related

Illustrator :: How To Select Multiple Objects In Layer Panel

Sep 25, 2012

I want to select a few paths in the layerpanel by NOT clicken on every one. So for example I have the following structure:
 
Layer 01
     path01
     path02
     path03
     path04
     path05
     path06
     path07
     path08
     path09
     path10 
 
And I want to activate path03 to path09 for further modifications - I would have to select every single path by clicking on it in the Target column.
 
Is there a faster way like selecting path03 and than holding the Shift-key and selecting path09 ? <- (This obvious solution doesn't work)

View 10 Replies View Related

Illustrator :: Option-drag Selection Not Working In CS6 Layer Panel

Oct 20, 2012

Thought I'd force myself to use CS6 on a new project. I want to select multiple objects using "Option-drag", in the Layer Panel, but it doesn't work as it does in CS5.
 
Is there a different shortcut for selecting multiple contiguous objects using the Layer Panel, in CS6? Of course, I mean "Select" not "highlight".

View 3 Replies View Related

Illustrator :: Layer Name / Layers Panel Tool Icons Disappear

Mar 3, 2013

The 'Template' checkbox gets activated in Layer Options dialog box, and the box gets closed, then, the Layer name and several icons at the bottom of the Layer Panel disappear.The Layer is still there without a name, and rolling over the icons on the Layers Panel I can see the Tool Icons.Illustrator Prefs were trashed/restored using the Opt-Shift-Command restart shortcut.

View 2 Replies View Related

Illustrator :: Select Multiple Objects Faster On Layer Panel?

Nov 1, 2012

Is it possible to select a few objects by "sliding a mouse", on layer panel? For example, you can hold down the mouse, slide to lock multiple objects. It's fast and easy!

But if I need to select, say, only red, blue, yellow stars... I need to click the ◎ icons to select each sublayer. when I have so many objects to be selected on layer panel.

I use CS6 on Mac. Is there any secret shortcut key to select objects on layer panel by "sliding a mouse"?

View 3 Replies View Related

Illustrator Scripting :: Change Active Layer Name Same As Document Name

Sep 30, 2013

I would like to make the active layer name the same as the document name.  I know very little about scripting.  I found this script:
 
var idoc = app.activeDocument;var ilayer = idoc.activeLayer;var filename = idoc.name;ilayer.name = filename;
 
It does almost what I need it to do. except that it also copies the ".ai" in to the layer name.  Is there some way to modify this script to have it exclude or delete the file extension?

View 4 Replies View Related

Illustrator :: AI CS6 Layers Panel Missing Labels When Deselect Print In Layer Options

Oct 9, 2012

AI CS6 Layers panel missing labels when you deselect print in the layer options. Is this a bug? I noticed this on a furnished file at work on a MacPro and had a hard time working the file because all of the labels were missing.

I stumbled on the cause when I turned on the Print Layer and all the labels came back. To be sure it was not computer related, I made a file on my AI CS6 version 16.1.0 with the same result. See screen shot.
 
MacBook Pro, OSX 10.6.8, 2.8 GHz Intel Core 2 Duo, 4 GB 1067 MHz DDR3.

View 2 Replies View Related

Photoshop :: CS6 Vector Shape Not Visible In Layers Panel

Dec 11, 2012

How to get my shape outline back? Adjusting the panel preferences has no effect. Really obnoxious bug, since obviously I can't even see my shape until I select it (and even then, it's pretty hard to find).

View 8 Replies View Related

Lightroom :: Publish Services Are Missing / Hidden / Invisible Despite Panel Being Visible

Oct 16, 2013

My Publish Services panel is enabled and visible, but it is empty. All Publish Services are invisible. However, it seems they are still there, because from a photo I can "Goto Collection" and select the Published Collection that it's in. In grid view, this takes me to the screen where it shows me Published Photos, Modified Photos, etc. But I cannot create new Published Collections.
 
I am using Lightroom 5.2 64-bit on Windows 7. This problem only arose recently without any known trigger. I've had this problem before but it went away on it's own after I published from a different catalog.

View 17 Replies View Related

Illustrator :: Creating 3D Image From Photoshop Layer?

Sep 23, 2009

I am trying to create a 3d object with depth and lighting that I can export to After Effects for a 3D logo with movement.  I assume that this is pretty easy with text or an object created in photoshop but the image I am trying to extrude and make a 3d object is a layer I cut out from a jpeg.  I am aware that I can wrap that layer around an object, but I am looking for the cut out object to be 3D.  Do I need to convert the cutout layer to a vector?  Is there a simple way to do that? Is this possible through illustarator or photoshop?

View 3 Replies View Related

InDesign :: 100% Visible In Ebook - Text Truncated In Document

Mar 7, 2014

I do not have an Overset Error.
 
When I export my ePub, the entire text is visible But now that I am going back to edit this document.... Change some paragraph styles, The last 25% of the text in my document is NOT VISIBLE.  TRUNCATED

View 6 Replies View Related

Illustrator :: How To Add Blend Layer To A Shape By Creating A Square

Mar 21, 2013

I have a shape that I want to add a blend layer to by creating a square, adding a gradient then making it an overlay on top of said shape. The issue I am having is I cant find a way of masking out the unwanted areas of the blend layer. I have tried to follow the steps the official help and other internet help sections but it's not working. It's so easy in photoshop. How come it's so difficult in Illustrator? Is there something I am missing? Additionally, a blend layer (in most modes) wouldn't show any colour if overlaying upon white in photoshop. How come this isn't so in Illustrator?

View 4 Replies View Related

Illustrator :: Why Does Selected Object Deselect When Creating A New Layer

May 8, 2013

If I already have an object selected and then click the "new layer" icon in the layers palette, the object I have selected deselects as soon as the new layer is created. Why is this? Also, it only happens on one of my computers, so I figured it was a setting that I'm missing but I certainly can't find it.

View 2 Replies View Related

GIMP :: How To Get Pasted Layer To Be Visible On Top Of Some Other Layer

Oct 15, 2013

I can't seem to copy a part of a layer into another layer. When I do that, the pasted layer becomes invisible. The pasted layer seems to be visible only when it's on its own layer.

Please see attached xcf.

View 1 Replies View Related

Illustrator :: Clipping Mask On A Layer Is The Entire Document Covered In A Mask?

Jan 27, 2013

Level: Newbie   OS: Win7 64bit   Ia: Cs6
 
Once I use a Clipping Mask on a layer is the entire document covered in a mask?
 
And/or is all the artwork from then on inside the mask?
 
I've read about how to add and how to remove art from a mask. I've read about how to make and release and lots of other things.
 
So, then I went and found a lesson that contained the use of a Clipping Mask.
 
I am suppose to Select the main shape and "just" copy it and move it down (doesn't say rather to Paste in front or back but I assumed in back ~ not that it has mattered thus far)
 
However, while making the main shape I used Gradient Mesh and used an Offset to create a "replica" and so when I go to Select the main shape the mesh is selected and so when I Paste (in back ~ seems most logical) and then move it down the details such as the colors of the Gradient and other such things are visible in front ~ ??
 
So, I have been trying to abate my problem in lots of different ways.
 
I have tried using the Pen tool to draw behind the main shape, I've tried making a New Layer and placing it above and below and inbetween the main shape layer, I've tried adding the artwork to the Mask ... I've tried everything I can think of and I've been through many an article in the manual and FAQ's to no avail.
 
I suppose, what I think I need to know ... is, how ... how on earth do I draw behind this main shape? Am I not able to do it because I am not getting behind the Mask?

View 9 Replies View Related

Photoshop :: Lock A Layer Within Document And Password Protect Specific Layer?

Sep 24, 2012

Is it possible to lock a layer within a document and password protect that specific layer?

View 3 Replies View Related

Illustrator :: How To Copy Layer And Sublayers To Another Document And Keep Sublayers

Feb 17, 2013

I have 3 similar but different documents.  I made the edits to one of those and now I need to bring that over to the other 2 files.  I know I can copy and paste the areas I need to the other 2 files but when you do that, everything merges into a single layer.  How do I do this and keep those items in their own sublayers as well?

View 5 Replies View Related

Lightroom :: Slides Of Images Not Visible For Creating Slideshow

Apr 30, 2013

I have created a couple of collections but when I go into slide show the images are not visible for creating a slide show. Works ok with some collections but not all. Presumably there is a linkage problem. Using v4.4 on a Mac.

View 2 Replies View Related

Photoshop :: Action Simply Performs (merge Visible) Without Creating A Duplicate?

Nov 11, 2013

I have setup a command within an action to "merge visible (with duplicate)"... and sometimes this action runs perferctly well and does what its supposed to, but other times it simply performs "merge visible" without creating a duplicate, and thereafter the action has been changed to "merge visible" forever, until I re-record it that is.
 
Is this behaviour normal? Can it be fixed?

View 9 Replies View Related

Photoshop :: Visible Bands From Each Layer

Feb 19, 2008

I have 10 equally sized layers in my document, each with a different image.

I would like to show a horizontal band (rectangle) from each layer. For example, I want Layer 1 to be visible from 0 in to 1 in., Layer 2 to be visible from 1 in. to 2 in., etc. Does anyone know easiest & least tedious way to do this?

I think this has something to do with masks...

View 1 Replies View Related

Photoshop :: How To Not Print A Visible Layer

Jun 28, 2004

I'm making some CD labels and I have a layer that had the outline of the CD label on it. I keep it up to make sure I'm positioning my items in the right area. I always leave a little bit past the lines in case the prininting is off a little bit.

Is there any way to get a displaying layer not to print?

View 6 Replies View Related

GIMP :: Pasted Layer Not Visible

Jan 1, 2012

I was working in Gimp last night with no problems at all. I modified an image of some fabric to create a texture then pasted that texture into another image and had happy results. I'm trying to do it again tonight with a different texture I created but when I try to paste it into the other image the pasted layer is not visible. The layer transparency is set to 100, and, of course, the 'show layer" eye is clicked.

View 4 Replies View Related







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