Layer position misBehavior..!    -(  help ? )-

On any of the various pages I'd been putting together recently, I get confusing responses.
When I come back to verify link settings before publishing (locally), some of the links refuse to be positioned frontmost. Then I discover that a few of the other graphics in its neighborhood refuse to be directed backmost.
I've seen so much of this 'misbehavior' that I've developed the pattern of changing the opacity of any questionable link -(back to almost full)- just to determine from it's coloring where in the layer hierarchy it's decided to settle.
I tried duplicating another, properly behaving link, and changing its setting to the link I'd had to delete. That would only stay front most until it I'd moved it near the old position.
My experience has been that a newly duplicated item, iWeb would deposit on the page as frontmost
But these new links seemed to change their layer mind when they'd get close to the layer position they were replacing. Their now temporarily fully colored area would slide behind any item(s) in the current problem area.
I've tried several workarounds - most of them from within the same page. But the only thing that seems to work consistently has been to select something similar from another page where they seemed to be behaving correctly. Then I'd copy them from there and paste them into the new page as a group and change any text or graphic components as necessary.
It sure has become tedious keeping up with these iWeb neuroses.!
Does anyone know why this might be happening..?
-(my domain file size currently is around 16 mB, probably half of which is temp. archived graphics )-
-( for the interim, totally publishing locally)-
Has anyone a cure for this peripatetic behavior..?
Is there any easier workaround..?
Much advance appreciation for any tediosity relief.!
G-4; 400/896   Mac OS X (10.4.7)  

One way to do that would be to use two images: one blurred, one not. then use a mask to show and hide one or the other. You can probably adapt this example file: http://www.ddg-designs.com/downloads/mask.zip

Similar Messages

  • Layer position resets when creating animations

    I'm creating an animated gif from a video clip (cinemagraph). In order to acheive the effect I need, I need to move each layer with the move tool to get an object to stay in the same position. I have gone through layer by layer and used the move tool to move the contents of each layer. When I play the animation I see the layers in the position I put them in. As soon as I stop playing the animation the contents of each layer snap back to their original positions. I have tried using the lock tools (both lock position and lock all) but they don't make a difference. Can anyone tell me why layer positions would reset when creating animations and how to get it to stop?
    Thanks for any help.
    Eric

    It seems from your answer that you're thinking I'm just moving one frame and expecting the rest of them to move automatically (but I'm not sure if that's what you are saying). I have gone through and moved each frame individually and then locked each frame's position individually. When I play the animation and then stop it the layers move back to their original positions.
    I'm also not sure if you're thinking I'm expecting that when I move one image off the layer it will affect the next layer. That's not what I'm expecting. I'm just repositioning the image on each layer to get a particular object to stay in one place (the camera was moving while shooting), so I'm dealin gwith each layer individually.
    Thanks

  • TS1702 I can not get some apps to rotate to the landscape position. Help please !

    I can not get some apps to rotate to the landscape or horizonal position. Help !

    Not all apps support landscape positioning. If you'll post the name of the apps you are having problems with, someone can probably tell you if that is indeed the case in your situation.
    Regards.

  • Layer Positions - absolute

    Having problems with layer position. Dreamweaver preview is
    correct, as is
    display in Internet Explorer.PC.
    Firefox on PC, and all Mac browsers do not correctly place
    top value (left
    value is correct)
    Any ideas? All layer attributes are in css. Emp01 below is
    correctly placed.
    Emp07 is not. All layers given unique Z-index
    #Emp01 {
    position:absolute;
    left:183px;
    top:275px;
    width:180px;
    height:42px;
    z-index:1;
    visibility: hidden;
    #Emp07 {
    position:absolute;
    left:600px;
    top:265px;
    width:175px;
    height:61px;
    z-index:7;
    visibility: hidden;

    > This doesn't seem to make sense to me. Does it to you?
    Yes, of course.
    You have not controlled the margin-top on the <p> tag,
    and IE will not
    collapse that margin - thus leading you to conclude that it's
    positioned
    correctly. When you use a modern browser, that correctly
    collapses that top
    margin, you see the layer as being placed higher than you
    want. The
    solution is to use CSS to set that <p> tag's top margin
    to zero. Then you
    will be able to position the layer reliably....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Anthony LeBaron" <[email protected]> wrote in message
    news:[email protected]...
    > Sorry Murray,
    > Was not able to post file since it contains unreleased
    financial data...
    > Nowever, I have repaired the problem but I don't
    understand the issue.
    > Maybe you can explain.
    >
    > Each layer was a div tage with an absolute position.
    > Within the div tag was a small text field.
    > The first line was within a span tag with a specific css
    style.
    > The following lines were within a second span tag with
    another css style.
    >
    > If the div tag was immediately followed by a <p>
    (i.e., <div><p><span>...)
    > the layer was positioned properly in all browsers, both
    mac and pc.
    > If the <p> was omitted, the layer would position
    correctly in IE (pc) and
    > in Dreamweaver preview. In other browsers and on the
    Mac, it would display
    > higher than specified.
    >
    > This doesn't seem to make sense to me. Does it to you?
    >
    > Here is the code used within the div tag.
    >
    > <div id="Emp06">
    > <p>
    > <span class="Name">Lorem Ipsum</span><br
    />
    > <span class="Title">
    > tile line 1<br />,
    > title line 2</span>
    > </div>
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Would need to see your HTML too. Can you post a link
    to the page?
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Anthony LeBaron" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> Having problems with layer position. Dreamweaver
    preview is correct, as
    >>> is display in Internet Explorer.PC.
    >>> Firefox on PC, and all Mac browsers do not
    correctly place top value
    >>> (left value is correct)
    >>> Any ideas? All layer attributes are in css.
    Emp01 below is correctly
    >>> placed. Emp07 is not. All layers given unique
    Z-index
    >>>
    >>> #Emp01 {
    >>> position:absolute;
    >>> left:183px;
    >>> top:275px;
    >>> width:180px;
    >>> height:42px;
    >>> z-index:1;
    >>> visibility: hidden;
    >>> }
    >>>
    >>> #Emp07 {
    >>> position:absolute;
    >>> left:600px;
    >>> top:265px;
    >>> width:175px;
    >>> height:61px;
    >>> z-index:7;
    >>> visibility: hidden;
    >>> }
    >>>
    >>
    >>
    >
    >

  • Help with Layer Positioning and TimeLine

    Hello all, here is my situation:
    I am trying to do a simple Layer animation for my home
    page... 4 Layers startoff at the right of my webpage(table) and end
    up at the left handside, as an example.
    My problem is I have a main 1x1 table that is centered, and
    that works fine to center all the text and images that are within
    it, but the layers that I tried placing within it stay absolute to
    the screen and not relative to the table.... and if I try to
    specify relative position in the first place for any of the layers
    that Layer disapears from my Layer panel and I cannot timeline with
    it???!!!
    This Started out as a lame trial to avoid making a flash
    movie for this animation.. but right now I am more interested in
    knowing the possibilities and limitations of using Layers and
    Timelines in Dreamweaver.... Any help or comments are most welcome.
    Layth

    I have requested that the thread be removed, Andrew. That's
    the best we can
    do, I'm afraid. Thing is, it can only be removed from the
    webforums, and
    not from the local computers of those who have already
    downloaded the
    message. Also, if Google Groups synched already, then it's
    like being
    carved in stone....
    You can see if that's the case by searching here -
    http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamweaver
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > If you go here -
    http://www.great-web-sights.com/g_layerlaws.asp,
    and read
    > through the layer laws, you'll see that you have broken
    at least one by
    > putting your layers into a table. Being absolutely
    positioned, the layers
    > do not rely on the table for their location on the
    screen. There are ways
    > to do this (easily) if you understand the whole concept
    of CSS
    > positioning. You can try the following things -
    >
    > * After setting your timeline the way you want it,
    MANUALLY change the
    > position attribute of each layer from "absolute" to
    "relative". The
    > timeline will still work, but you have changed the
    entire paradigm for
    > positioning on the <div> tags by making that
    change. Having relatively
    > positioned elements withing a table seems to work pretty
    well.
    >
    > or
    >
    > * After setting your timeline the way you want it,
    MANUALLY move the code
    > for the layers OUT OF THE TABLE, and place it back on
    the page,
    > immediately above the </body> tag. Then follow
    these directions -
    >
    > Change this -
    >
    > </head>
    >
    > to this -
    >
    > <style type="text/css">
    > <!--
    > body { text-align:center; color:#CCC; }
    > #wrapper { text-align:left; width:720px; margin:0
    > auto;position:relative; }
    > -->
    > </style>
    > </head>
    >
    > change this -
    >
    > <body ...>
    >
    > to this -
    >
    > <body ...>
    > <div id="wrapper">
    >
    > and this -
    >
    > </body>
    >
    > to this -
    >
    > </div><!-- /wrapper -->
    > </body>
    >
    > and see if that helps.
    >
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "laythss" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Hello all, here is my situation:
    >> I am trying to do a simple Layer animation for my
    home page... 4 Layers
    >> startoff at the right of my webpage(table) and end
    up at the left
    >> handside, as
    >> an example.
    >> My problem is I have a main 1x1 table that is
    centered, and that works
    >> fine to
    >> center all the text and images that are within it,
    but the layers that I
    >> tried
    >> placing within it stay absolute to the screen and
    not relative to the
    >> table....
    >> and if I try to specify relative position in the
    first place for any of
    >> the
    >> layers that Layer disapears from my Layer panel and
    I cannot timeline
    >> with
    >> it???!!!
    >> This Started out as a lame trial to avoid making a
    flash movie for this
    >> animation.. but right now I am more interested in
    knowing the
    >> possibilities and
    >> limitations of using Layers and Timelines in
    Dreamweaver.... Any help or
    >> comments are most welcome.
    >>
    >> Layth
    >>
    >
    >

  • Help with 3D Layer Position Expression

    Hi All,
    I do hope some one can help me – I have been looking and trying to solve this expression problem I have run in to - I only have limited expression knowledge.
    I need to move a layer in 3D space, only the Z axis: from lets say -50 to 0 (based on the start of the layer) and then stop and then move 0 to 50 (again based on the end of the layer)
    I have multiple layers of different lengths that I want to add this to…then just adjust the layer to the time to be displayed on the screen.
    I have used some code from Harry Frank, his AUTO FADE code (which is a god sent) and have tried to make the above movement possible, with sections of the code, its close but no cigar – the code:
    //Auto Move Z
    x = 0;
    y = 0;
    z = 50;
    transition = 20;       // transition time in frames
    if (marker.numKeys<2){
    tSecs = transition / ( 1 / thisComp.frameDuration); // convert to seconds
    linear(time, inPoint, inPoint + tSecs, thisLayer.position + [x,y,z],0) - linear(time, outPoint - tSecs, outPoint, thisLayer.position +  [x,y,z],0)
    }else{
    linear(time, inPoint, marker.key(1).time, thisLayer.position + [x,y,z],0) - linear(time, marker.key(2).time, thisLayer.position + [x,y,z],0)
    It is moving but it’s moving on all axis and the OUT is moving backwards instead for forwards. Plus is has moved from the centre position.
    Any help would be most appreciated, thank you in advance for any help!
    Cheers Breon
    Message was edited by: breonsnow - spelling

    Ooops. There was an error in the last line. Hopefully you caught it. If not, here's the corrected version:
    z = 50;
    tf = 20;
    tSec = framesToTime(tf);
    if (time < (inPoint + outPoint)/2)
      linear(time,inPoint,inPoint+tSec,value-[0,0,z],value)
    else
      linear(time,outPoint-tSec,outPoint,value,value+[0,0,z])
    Dan

  • Text and layer position problems

    Hi, I am creating a webpage and I have installed a background
    image. for which I have centred and all is fine.
    I am now using layers to add text so I can place the text
    wherever I want.
    But when I save and view in IE and Firefox the text is not in
    the correct position. I have tried a number of things to solve this
    all to no avail.
    Please can someone help me.
    The text I have so far is:

    > I am now using layers to add text so I can place the
    text wherever I want.
    This is number 4 in the top 5 mistakes someone can make in
    building their
    pages. Here's why -
    http://www.great-web-sights.com/g_layer-overlap.asp
    It will help you to understand the difference between
    absolute positioning
    and centering content. Your layer is absolutely positioned,
    and your
    background is centering. That's never going to work the way
    you want....
    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
    ==================
    "YNWA4EVA" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I am creating a webpage and I have installed a
    background image. for
    > which
    > I have centred and all is fine.
    >
    > I am now using layers to add text so I can place the
    text wherever I want.
    >
    > But when I save and view in IE and Firefox the text is
    not in the correct
    > position. I have tried a number of things to solve this
    all to no avail.
    >
    > Please can someone help me.
    >
    > The text I have so far is:
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Liverpool Hope University - IT Deanery Book
    Sales</title>
    >
    > <style type="text/css">
    > <!--
    > body {
    > background-image: url(template.png);
    > background-repeat: no-repeat;
    > background-attachment: fixed;
    > background-position:center center;
    > margin-top:0;
    > margin-bottom:0;
    > margin-left:0;margin-right:0;
    >
    > }
    > #Layer3 {
    > position:absolute;
    > width:200px;
    > height:115px;
    > z-index:1;
    > left: 334px;
    > top: 115px;
    > }
    > -->
    > </style></head>
    >
    > <body>
    > <div id="Layer3">
    > <p>I want my text here </p>
    > </div>
    > </body>
    > </html>
    >

  • Layer clipping mask help

    having trouble with layer clipping masks - I guess I've never really used them before. I want to make a clipping mask from a layer but that layer has more than one path on it. It doesn't seem to be working. Does it need to be a single one? Can I use a compound or a group(i've tried both but they didn't work for me...) help?
    also - Is there a way to invert the mask?
    thanks!

    Hi Oompal
    Simple, let´s see if I´ve understood your problem
    Create any shape and position where you like. Now go to layers pallete and click create clipping layer button (bottom of the layer, the first left buttom). That´s it
    Now that shape will be used as clipping layer, and everithing you create inside this layers will be clipped.
    Am I right?
    Guidelines: Path intended to be a clipping shape must be the topmost of the layers, be selected on the artboard and its layer must be highlighted on the layers pallete to enable the action.

  • Changing layer position vertically

    I'm having a problem when adding a new layer that needs to be positioned
    below older layers on the timeline.
    When I drag the layer down, it -overlays- another layer, rather remaining
    separate. Or it positions itself on a layer with other video, which I don't want.
    Any help appreciated.

    It probably doesn't apply in this case, but a cool tip is to Option-drag a sequence into another sequence and drop it as an Overwrite edit on the higher video track. Option dragging will give you all the individual clips, rather than one big NESTed clip.
    (At least I think it's Option-drag. System not on right now. If it's not Option, try the other modifier keys. PBC - Posting Before Coffee.)

  • Layer positioning problem

    i insert a layer. set properties - top, left, width, height -
    but layer goes where it wants to. not honoring property values in
    dreamweaver edit mode and even worse positioning error in
    preview/debug. can not figure it out. all other layers on page
    behave fine. position set to absolute, float to none.

    Design view....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:ep8eu1$rj9$[email protected]..
    >>>what features to leave out of the cut down
    version.
    >
    > Code View?
    >
    > Walt
    >
    > "Malcolm N_" <[email protected]> wrote in
    message
    > news:[email protected]..
    >> On Wed, 24 Jan 2007 01:34:31 +0000 (UTC),
    "elmorilloana"
    >> <[email protected]> wrote:
    >>
    >>> i have been
    >>>teaching children to make pages using pagemill as
    is much more intuitive
    >>>than
    >>>dw. but, things move on - time i learned the
    'latest'. forums are a
    >>>nice help.
    >>
    >> I think one of the problems is that DW is too high
    level for some
    >> people to start html work - and therefore too
    expensive. No amateur is
    >> going to spend the full price, when other packages
    like Pagemill were
    >> /are in the 50 to 100 dollar / pound / euro league.
    >>
    >> I've said before that Adobe may be well advise to
    release the next DW
    >> in the same way as Photoshop; the whole package for
    professionals and
    >> like Photoshop Elements for the domestic market. The
    tricky part would
    >> be what features to leave out of the cut down
    version.
    >>
    >> --
    >>
    >> ~Malcolm N....
    >> ~
    >
    >

  • Layer Positioning For IE and Firefox

    Im using Dreamweaver 8. Im trying to position a flash file at
    the center of the top of the page, and at the bottom of the page.
    but for some reason its only laying out properly in Internet
    Explorer. i was using Project Vii's Screen Layout extension. For
    some reason in Firefox the layer at the bottom of the page is
    positioned strangely. like it is too low or something or that its
    trying to position at the very top of the layer instead of the
    bottom - i want the bottom flash file to overlap the top one when
    clicked - u can take a look. check it out in IE and Firefox.
    anyhelp is greatly appreciated.
    http://www.johnniewang.com/tests/mainswf.html

    Get rid of the Layout Designer and take a look at how I did
    it here -
    http://www.murraytestsite.com/mainswf.htm
    It's way simpler.
    In addition, I'm not sure what you are describing, but could
    this be your
    problem?
    <param name="wmode" value="transparent" />
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "raverdx" <[email protected]> wrote in
    message
    news:e5n7qb$q99$[email protected]..
    > Im using Dreamweaver 8. Im trying to position a flash
    file at the center
    > of the
    > top of the page, and at the bottom of the page. but for
    some reason its
    > only
    > laying out properly in Internet Explorer. i was using
    Project Vii's Screen
    > Layout extension. For some reason in Firefox the layer
    at the bottom of
    > the
    > page is positioned strangely. like it is too low or
    something or that its
    > trying to position at the very top of the layer instead
    of the bottom - i
    > want
    > the bottom flash file to overlap the top one when
    clicked - u can take a
    > look.
    > check it out in IE and Firefox. anyhelp is greatly
    appreciated.
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.johnniewang.com/tests/mainswf.html
    > ">
    http://www.johnniewang.com/tests/mainswf.html
    > </a>
    >

  • In Maintenance View - Pushbutton called 'POSITION' - f4 help issue

    Hi all,
      A Maintenanve view was created for a Table with some 15 columns.This table contains 2 key fields and for first  key field there is a Search help created in another table which contains this same fieid as key field.The second key field does not contain any search help.
    This Maintenance view is used in another program.When viewing this Maintenance view there is pushbutton called 'POSITION'. 
    When clicked on this POSITION  a POP-UP appears with this 2 key fields.F4 Help on these fields shows all fields from the table.
    The second key field contains 3 fixed value in domain.
    Need to restict the F4 VALUE HELP .How can I implement this.
    With thanks,
    Dina.

    HI Dina,
    Recently I have done this.Please find the below code. Here in SVAL structure there is a field NOVALUEHLP. Please enable or disable this field according to your requirement.
    DATA:   IT_FIELDS TYPE STANDARD TABLE OF SVAL WITH HEADER LINE,
           popup_title type string,
           returncode type c,
           lv_emp_cc type bukrs,
           lv_sold_to_cc type bukrs,
           lv_nw_so type AUFNR,
           lv_SMS_CON type NUM7,
           lv_EMP_NO type NUM8,
           lv_SMS_ORG type NUM7,
           lv_ACTIVITY type VORNR,
           lv_ZCOSTALLOC type ZCOSTALLOC.
           POPUP_TITLE = 'Select entry'.
           REFRESH: IT_FIELDS.
           CLEAR: IT_FIELDS, returncode.
           IT_FIELDS-TABNAME    = 'ZCRM_MUS_DERIV'.
           IT_FIELDS-FIELDNAME  = 'EMP_CC'.
           IT_FIELDS-FIELD_ATTR = ' '.
           IT_FIELDS-FIELD_OBL  = ' '.
           APPEND IT_FIELDS.
           CLEAR it_fields.
           IT_FIELDS-TABNAME    = 'ZCRM_MUS_DERIV'.
           IT_FIELDS-FIELDNAME  = 'SOLD_TO_CC'.
           IT_FIELDS-FIELDTEXT = 'Sold to CC'.
           IT_FIELDS-FIELD_OBL  = ' '.
           APPEND IT_FIELDS.
           CLEAR it_fields.
            IT_FIELDS-TABNAME    = 'ZCRM_MUS_DERIV'.
            IT_FIELDS-FIELDNAME  = 'NW_SO'.
            IT_FIELDS-FIELD_ATTR = ' '.
            IT_FIELDS-FIELD_OBL  = ' '.
            APPEND IT_FIELDS.
            CLEAR it_fields.
           CALL FUNCTION 'POPUP_GET_VALUES'
             EXPORTING
               NO_VALUE_CHECK  = 'X'
               POPUP_TITLE     = POPUP_TITLE
               START_COLUMN    = '5'
               START_ROW       = '5'
             IMPORTING
               RETURNCODE      = RETURNCODE
             TABLES
               FIELDS          = IT_FIELDS
             EXCEPTIONS
               ERROR_IN_FIELDS = 1
               OTHERS          = 2.
           IF SY-SUBRC <> 0.
               "No action required.
           ENDIF.

  • Locked layer pasting glitch - HELP PLEASE!!

    Hello,
    My Adobe Illustrator CS3 appears to have picked up a glitch and I was looking for advice on how to remedy the situation:
    When I try to paste on any layer, I get the:
    You are attempting to paste or drag into one or more layers that are locked or hidden. Do you want to unlock and show all appropriate layers?
    Thing is the layer I am on is not locked.
    If I click okay it either opens a locked layer if there is one and pastes there, or creates a new layer - it varies.
    I have restarted etc. and tried other documents but it always happens now. Even if I make a new blank document and start a fresh pasting elements.
    Do I need to reinstall or is their simpler alternative?
    Many thanks in advance
    Anthony

    Thank you, thanks you, thank you! So simple when you know how. This had me pulling my hair out - You have really helped me out.
    Anthony

  • Select layer/object will not move in PS, but will move another layer. Need help

    I appreciate the help ahead. I cannot figure this out with my Photoshop CC.
    Basically when I select a layer on the right, and then go to move the object in that layer, it moves a different layer behind it.
    In the screen shot below on the left I am selecting the artwork layer on the right, which is the flip flops on the shirt.
    From here I can use the arrows to move the graphic. However, as soon as I use the mouse to select the flip flop graphic and go to move it, the layer selection on the right jumps to the shading and moves a background layer.
    What am I doing wrong? Super frustrating!
    Running Win 7 x64 8 gig ram, i7, 2 gb Nvidia card.
    Thanks!
    Jason

    You probably have Auto Select Layer on. (Options bar)

  • Sizing issue when pasting corner pin data from mocha ae onto a solid layer. Please help!!

    When I bring in my corner pin tracking data from mocha ae and paste it onto a solid layer that I created, it sizes the layer to the corner pins, but I want it to stay the whole size of the screen. I'm following a tutorial at the address http://www.videocopilot.net/tutorials/sub_surface_skin/   and there is no mention of this problem in the tutorial. I am following the tutorial exactly, and using the latest version of After Effects. Any help would be much appreciated.

    I took some photos of a simpler version of whats going on.
    Just in AE with my footage.
    About to track in mocha.
    Tracked in mocha (only tracked half because i didnt want to wait).
    Adding a solid to paste my corner pin data to.
    Masked it to where I wanted it.
    Selected the type of data I wanted.
    Copy to clipboard.
    Paste.
    Great... the insert image thing grayed out.
    Going to have to post the last pic separately.

Maybe you are looking for