Sub-layer created when breaking link to symbol bad idea?

When breaking the link to a symbol the contents is put into a sub-layer. I see no value in this and I am constantly disposing of the new layer. If it were a group it would be simple because groups don't exist without content, but layers must be deleted. Does anyone else have this grip or can you convince me this is a great new idea? I'm pretty sure this did not happen in CS4.

For those frustrated by this issue, Cense posted a good workaround:
http://forums.adobe.com/thread/684879?tstart=0
Just group the symbol before breaking link and when you "break link" the resulting artwork is a nested group instead of a sub-layer.  No more useless layer to deal with.

Similar Messages

  • When I upgraded to ios6 (Bad idea!)  I lost my pictures,  how can I restore them?

    When I installed iOS 6 (bad idea,). I lost all pictures.  How can I restore them?
    Aamunrud

    assuming you didn't/don't use photostream I need a couple things cleared up first... did you back up your phone before updating to iOS 6 and if you did, was it on a PC or Mac?

  • Breaking link to symbols

    I'm using AI CS6 and here's my problem in a nutshell:  I've got very many symbols that I need to place in a design and then break the link, then send off the different pieces of the symbol to different layers.  Now with my previous version of AI (CS4), once the the link was broken and the objects in the symbol ungrouped, the various parts could be dismantled easily.  But with CS6, after the same sequence of operations, the objects of that symbol are locked together in their own layer within whatever layer the symbol was placed.  Thus when I try to send off one part of the symbol to another layer, the entire symbol goes with it.  So, ultimately, instead of selecting things by color or whatever and sending them off en masse, I'm having to go though the list of objects in the layers panel and, one-by-one, move all the needed pieces of the symbols out of their own sub-layer before I can send them off to a different layer.  This is very tedious and frustrating, especially, considering how easy it was to do in CS4.  Anyone have a solution they'd be willing to share?

    Group the symbol before breaking the link. That way it won't create its won layer.

  • Breaking link with Symbol loses brush strokes

    I'm disappointed to find that if a symbol instance containing brush strokes, is scaled and the symbol link is broken, all the brush strokes are converted to filled paths. I find, if I place an instance at 100%, then break link, the brush strokes are intact. This is also true of symbols containing Live Paint objects.
    Has anyone else experienced this? I wonder why AI cannot just scale the brush width, instead of converting them to shapes.

    For you, anything, Kurt.
    I'm actually talking about the default CMYK artbrushes that ship with AICS2 (and maybe 10). More specifically the Chalk Scribble brush. That one seems to convert to filled paths when it's included in a symbol that's delinked once on the artboard.
    I've also seen this with some custom made brushes of my own... usually complex with lots of points and curves. And I suspect what Ray sees happens with more complex brushes in symbols... scaled or otherwise depending on the particulars.

  • [JS] Break Link to Symbol || Outline text contained within symbol

    There are a set of symbols in my documents, these all contain editable text.
    Prior to going to production I need to break the link to all the symbols so that I can outline the text. SymbolItem doesn't have a method that i have uncovered - suggestions?
    Thanks

    As i already said is not that difficult ... this script turns your symbol into a nice bunch of pathitems:
    #target illustrator
    var doc = app.activeDocument;
    var doc2 = app.documents.add();
    var SymbolHelper = {
            getSymbols: function() {
                var syms = new Array();
                for(i=0; i < doc.pageItems.length; i++) {
                    if(doc.pageItems[i].typename=="SymbolItem") {
                        syms.push(doc.pageItems[i]);
                return syms;
            moveAndBreakSymbol: function(sym) {
                try { sym.duplicate(doc2, ElementPlacement.PLACEATBEGINNING); } catch(ex) {};
            clearSymbols: function() {
                try { doc2.symbols.removeAll(); } catch(ex){}
            makeMePlainAndSweet: function(group) {
                var sorted =group.pageItems;
                for(e = sorted.length - 1; e>= 0; e--) {
                    sorted[e].move(group, ElementPlacement.PLACEBEFORE);
            makeMePlainAndSweetBatch: function() {
                var doAfter = new Array();
                for(x = doc2.groupItems.length - 1; x >= 0;x--) {
                    //alert(doc2.groupItems[x].groupItems.length);
                    if(doc2.groupItems[x].groupItems.length > 0) doAfter.push(doc2.groupItems[x]);
                    else this.makeMePlainAndSweet(doc2.groupItems[x]);
               if(doAfter.length > 0) {
                    for(i = doAfter.length - 1; i >= 0; i--) {
                        this.makeMePlainAndSweet(doAfter[i]);
    var syms = SymbolHelper.getSymbols();
    for(i = syms.length - 1; i >= 0; i--) {
        SymbolHelper.moveAndBreakSymbol(syms[i]);
    SymbolHelper.clearSymbols();
    SymbolHelper.makeMePlainAndSweetBatch();
    The only downside of the javascript aproach(that's either because i`m too stupid/tired @ this hour) is that the elements inside the groups are taken out in their index order and not their zOrder(using zOrderPosition on elements inside the group gives me an internal error) because of some random reason.
    The rest of the script is fairly easy and that's bringing back the elements.
    hope it somehow helps;
    cheers;

  • Error when breaking link to resource pool

    I'm using a resource pool with about 25 resources and linked to 6 files.  When the project is complete I want to remove the file from the resource pool.  I do exactly as described in
    http://office.microsoft.com/en-ca/project-help/stop-sharing-resources-HP045303497.aspx but every time I do MS Project completely crashes and the link is not broken when the file recovers.
    I've completely recreated the files several times and always get the same response.
    Frank

    Frank,
    Okay, which version of Project are you using? Is it updated with the latest service pack?
    Project 2010 had some serious issues with files crashing, hence it's critical to have the latest updates installed.
    You say you recreated the files several times. Did they ever work or do they always cause a crash?
    John

  • Break Link - Symbols Issue

    My issue is with "Break Link" in CS5 Mac
    It currently breaks the symbol into a new layer inside the current layer instead of just making it a group inside current layer like it use to.
    I found the symbols feature really handy in teh previous versions. I do a lot of licensed artwork so I use the same logos repeatedly through out the day and it was nice to jsut have them in a symbol library so I could just drop what I needed of licensee's logos. Now this is more of a hassle with the current set up now and has added time to my old work flow.
    Any solutions other than converting back to CS4, I do feel this is a bug currently.

    Thanks for the response!
    I was a afraid that was the case. I'm not sure the advantage of the new setup. I have actually found a semi ok work around to the problem that stops it form making new layers in layers.
    If you drop your symbol to stage select it then group just the symbol then break it apart it will remain on the same layer, you may just get a group in a group. Which to me isn't as big of a issue as having art on different layers inside layers...

  • Encountered an error "PLS-00103: Encountered the symbol "CREATE" when expec

    HI All,
    I am creating a procedure and trying to use temp table...
    Here is the code":
    PROCEDURE P_PARENT_TREE
    topic_id_in           IN NUMBER,
    topic_hierarchy_details_out     OUT SYS_REFCURSOR
    ) IS
    temp_children_level topic_children.children_level%TYPE;
    temp_children_id topic_children.children_id%TYPE;
    temp_topic_id topic.topic_id%TYPE;
    CURSOR c_child_level IS
    SELECT children_level, children_id
    FROM topic_children
    WHERE children_id = topic_id_in;
    BEGIN
    OPEN c_child_level;
    FETCH c_child_level INTO temp_children_level,temp_topic_id ;
    CLOSE c_child_level;
    CREATE TEMPORARY TABLE IF NOT EXISTS topic_child
    (t_topic_id NUMBER, t_children_id NUMBER, children_seq NUMBER);
    WHILE temp_children_level > 0
    LOOP
    INSERT INTO topic_child(t_topic_id,t_children_id,children_seq)
    values (
    SELECT topic_id , children_id ,children_level
    FROM topic_children
    WHERE children_id = temp_topic_id);
    temp_children_level := temp_children_level - 1;
    END LOOP;
    OPEN topic_hierarchy_details_out FOR
    select * from topic_child;
    END P_PARENT_TREE;
    END TOPIC_PKG;
    getting the error "PLS-00103: Encountered the symbol "CREATE" when expec"...
    any idea why? or may be is there any other way to write this query

    something like
    select connect_by_root child_topic ||sys_connect_by_path (topic, '>') path
      from test
    where connect_by_isleaf = 1
    start with child_topic = 'aa4'
    connect by child_topic = prior topicas in
    SQL> with test as
      2  (
      3  select 0 sq, 'aa ' topic, 'aa1' child_topic from dual union all
      4  select 1 sq, 'aa1' topic, 'aa2' child_topic from dual union all
      5  select 3 sq, 'aa2' topic, 'aa3' child_topic from dual union all
      6  select 4 sq, 'aa3' topic, 'aa4' child_topic from dual
      7  )
      8  select connect_by_root child_topic ||sys_connect_by_path (topic, '>') path
      9    from test
    10   where connect_by_isleaf = 1
    11   start with child_topic = 'aa4'
    12  connect by child_topic = prior topic
    13  /
    PATH
    aa4>aa3>aa2>aa1>aa

  • Adding anchor is adding a 'sub-layer' ! help!

    Help!! I haven't had this happen before,.... I created and
    named a layer. Typed in a header and added an anchor -- BUT THE
    ANCHOR DOESN"T APPEAR! I find it 1/2 way down my page, in a newly
    created layer! When i loof at the 'layers" panel, it is in fact a
    ??sub-layer' under the one i created -- but when i delete the
    'sub-layer' it deletes the layer i created... WHAT IS
    HAPPENING>?and how can i stop it! thanks so much!!
    CMW

    Can't have two elements on the same page with the same name,
    or the same ID.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cmckayw" <[email protected]> wrote in
    message
    news:ffqiq3$il0$[email protected]..
    > Resolved! i was naming the ancho the same term i named
    the layer --
    > apparently that's not a good idea... I just change the
    anchor name and it
    > works fine... thanks anyway ;-)

  • How to create page breaks in numbers?

    How do I create page breaks in iCloud Numbers?   The spreadsheet I created is 4-5 pages long, but it saves as one long scrolling document, and when it prints, all 4-5 pages are seen (very small, unreadable font) on a single page.  Any ideas?
    Thanks!
    Dave

    This excel feature is not exactly available in Numbers.
    Here we may create up to 255 sheets in a document. They are reachable from the thumbnails area.
    And each sheet may embed up to 255 tables also reachable from the thumbnails area.
    Think different or use Excel !
    Yvan KOENIG (from FRANCE mardi 23 juin 2009 12:20:18)

  • How to Create Public database link in oracle 9i?

    Friends,
    OS: RHEL AS 3
    DB: 9iR2
    database name 1 = nubul
    database name 2 = test
    in the 'nubul' database server using system user.
    i created a database link to connect the 'test' database
    sql> create public database link test using 'test';
    database link created.
    then i logged in as normal user....
    sql> select count(*) from employee@test
    Error at line 1:
    ORA-12154: TNS: could not resolve service name
    where i am making mistake?
    i gave the linkname as my remote database name.
    am i have to make any entry in the tnsnames.ora?
    thanks & regards

    You have to remember that when you access a dblink, the database where the link is defined is acting as a client to the database to which the link points ... exactly the same as if you you were using sqlplus on the machine hosting the db where the link is defined. In other words, given:
    Host 'Host-src', with database 'db-src', with a dblink 'lk_target'
    Host 'host-trgt', with database 'db-trgt'
    When you connect to db-src and access lk-target, db-src is now acting as a client to db-trgt. Exactly as if you had opened sqlplus on host-src and connected directly to db-trgt. So, given the above scenario
    host-src$> sqlplus scott/tiger@db-src
    sql> select * from emp@lk_target;when you execute that SELECT to the link, the same tns considerations are in effect as if you had
    host-src$> sqlplus scott/tiger@db-trgtThe same tnsnames.ora entry, on the source machine, is required for both.

  • How to create a Tab Link in the existing view

    Hello Experts,
    My requirement is to make one view as Tab Link.
    You must have seen in many existing IC Web screens, there are multiple tabs in the view area and you can toggle between the views by clicking the tab links.
    As per my requirement, in the component ICCMP_BT_INR, in one of the views i need to create a tab link for the view Questionnaire which is part of different component ICCMP_SURVEY
    Could you please guide me here ?
    Regards,
    Srikanth

    Hi,
    I quite certain that you can do this but it is lot of work. You need to create navigations links in run time repository, create plugs, create viewset with views. And then mostly important you need to call appropriate plugs, navigations. I am afraid I can not explain every thing step by step but definitely it requires lot of details and work.
    However if you can see some existing examples then you will get an idea. One good example I have worked on is IUICMIO_MAIN and IUICMIO_METER. In this when MIO_ACCOUNT is called in MAIN, it will call two tabs from IUICMIO_METER dynamically.
    Hope this helps.
    -ASB

  • How to create a dynamic link in a Form to link to a specific FOLDER

    Hello,
    I have created a reports of all employees of my department.
    This reports shows me the empno and ename
    When I clicked on a empno ( for example empno = 1 ) then then I got a MASTER DETAIL FORM about that employee(empno = 1) .
    Who he or she is and which course he or she had followed.
    I want create a dynamic link in the MASTER DETAIL FORM which shows me directly the folder of that employee ( in this example folder 1 ).
    If I clickt on the report with all employees of my department on an other number ( for example empno = 3333333) then if I click on the dynamic link in the MASTER DETAIL FORM I want to see the folder of employee 3333333 !!! You know what I mean ?
    What I want to know is, how to create a dynamic link that shows me directly a folder which is dependent on which empno I had clicked on in the report ( report with employee numbers and ename )
    Is there any way to pass some parameters into a link to a Folder ? Is this possible in Portal ? Does anyone know how to do this, or do you have a suggestion how to solve this problem ?
    Thanks a lot !!!
    Chu Lam

    Hi Chetan,
    I am glad that someone had replied on my question.
    I will explain it to you again.
    I have created a report that shows me all employees. If I click on a employee number then I get an MASTER DETAIL FORM on my screen with all the information(where he works now and which number I have to dial ifhow can I reach him by telephone) of that employee on which number I clicked on.
    I really like this mechanism. (You click on a number and the information that you see in the next screen is dependent of the number you clicked on ! )I have created all this. It works fine.
    What I want is to expand this example.
    Every employee has a FOLDER (yes, those ones in Content Area ) which they can insert text or image into that folder. The folder name is just the employee number. ( employee with employee number 3303, he owns a folder which is named 3303 and an employee with empno 9999, he or she owns a folder with the name 9999. )
    Every employee can tell more about himself in that FOLDER by iserting text and images. For example : What he likes, pictures of his vacation, something like this.
    What I want is this :
    If I click on the first report,which provides me all employees on screen, on a employee number 3303 then I get a Master Detail Form on my screen with all information about that employee with employee number 3303. And I want in this MASTER DETAIL FORM to create a link that shows me directly the FOLDER of that employee ( 3303), so I can learn more about employee with employee number 3303. But I don't know how to create this link.
    That link had to be dependent on the employee number. The difficult thing about this link is that this link had to be dynamic.
    I hope this will make it clear to you :
    (report all employees:)
    empno ename
    3301 john smith
    3302 peter clark
    3303 wilson jones
    If I click on a empno ( for example 3303) then I get a MASTER DETAIL FORM which provides me information.
    (MASTER DETAIL FORM )
    EMPNO 3303
    ENAME wilson jones
    department New York
    mobile number 98908763
    Company tel. no day
    AOL 097485838 monday till wednesday
    Oracle 04848584333 thursday and friday
    LINK
    (what I want is to create a link here )
    If I click on LINK in this MASTER DETAIL FORM then I want to link to the FOLDER of this employee ! ( In this example it is FOLDER 3303.
    BUT IF I CLICKED ON THE FIRST REPORT ON A DIFFERENT NUMBER ( FOR EXAMPLE 3301) THEN IF I CLICK ON LINK IN THE MASTER DETAIL FORM THEN I HAVE TO LINKED TO FOLDER 3301.
    I just want to know how to make a link like this ( create a dynamic link to a specific folder ).
    Thanks in Advance.
    Chu

  • APP-RG-09518: An error occurred while creating a database link

    Hi All,
    While creating a database link in Oracle EBS from one instance to another instance for transferring FSG reports
    Go to Any GL Setup responsibility...Setup>System>Database links > Create new database link
    Prior to the above...below steps should be done on the server.
    1.grant create database link to <apps.user>; (on db server)
    2.source tns entry should be in destination tns file and destination tns entry in source tns file. (check tnsping after entry)
    3.*make sure destination tns entry of 8.0.6 oracle home should be in source tns file* (Because we are creating db link for the application)
    4.Run the Program FSG Report.
    Regards,
    Harish Muramshetty.

    Hi,
    I have solved the issue as below:
    This error was started when I install a software which I have made myself and it uses sql server compact edition 3.5.  
    I saw when I manually replaced the sql related files from "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5" with the files which  my software setup had "version 3.5.5386.0" then the error started. And if copy back the latest version 3.5.8080.0
    then it disappear. So use latest sql files in your software too.
    My software was replacing the the latest files with older version. 
    Muhammad Arshad Awan

  • Creating a Database link for a user

    Hello All,
    I am trying to create a database link for one of my users.
    When I create it as sysdba the link gets created in the SYS schema which tells me that my syntax is working/fine.
    But when I ALTER my SESSION and set my CURRENT_SCHEMA = <USER_NAME> I get ORA-00990: missing or invalid privilege
    So I tried granting the user CREATE DATABASE LINK, CREATE PUBLIC DATABASE LINK, and DROP PUBLIC DATABASE LINK.
    Same error.
    Any ideas what I am missing?
    Thanks,
    Craig

    CraigBoyd wrote:
    Hello All,
    I am trying to create a database link for one of my users.
    When I create it as sysdba the link gets created in the SYS schema which tells me that my syntax is working/fine.
    But when I ALTER my SESSION and set my CURRENT_SCHEMA = <USER_NAME> I get ORA-00990: missing or invalid privilege
    So I tried granting the user CREATE DATABASE LINK, CREATE PUBLIC DATABASE LINK, and DROP PUBLIC DATABASE LINK.
    Same error.
    Any ideas what I am missing?
    Thanks,
    Craigyou need to create a new session after the GRANT was issued.

Maybe you are looking for

  • Silent Install for JRE 1.4.2_02

    I am having trouble running a silent install of the JRE. I've referenced the following document, but have not had any luck. http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html The command I attempted to use is: j2re-1_4_2_02-

  • Is it possible to play a playlist with podcasts in it? (Nano 3rd gen.)

    I can't play the playlist, the now playingscreen shows the title of a song (that's not even in the playlist) and 1 of 0 and nothing is playing. Happens with all playlists that have one or more podcasts in it. Playlist with only songs work good. I hav

  • Setting values in Drop down list in Screen Painter

    Hello Freinds, I have the requirement as, I have drop down list in screen painter and want to fill the values in that list using database table. So using foreign key table I have updated the values in the list. But now client wants me to fill the dro

  • Blog Post: Octagonal Peg in a Hexagonal Hole (APEX Backward Compatibility)

    http://tylermuth.wordpress.com/2009/06/04/octagonal-peg-in-a-hexagonal-hole-apex-backward-compatibility/ Thanks, Tyler

  • Photoshop elements 5

    Hello, I have a copy of Photoshop Elements 5 on CD which I am perfectly happy with and I have no desire to upgrade. However I would like to install it on my notebook which does not possess a CD drive. I have a licence code for the product. Is there a