No acknowledgement of header frame

I have two almost identical systems with remote monitoring using lookout 6.02 but one site I can connect to with not problem.  The second I have to use a external modem and only achieved connection to the site once but now I am receiving and alarm stating "No acknowledgement of header frame".  Anyone have an idea what that is and why it is doing it.  Any help would be greatly appreciated.

Need some more information:  
What drivers are you using?
Is the first site connecting via modem as well?
Forshock - Consult.Develop.Solve.

Similar Messages

  • IDOC Acknowledgement and Header Mapping

    Dear all,
    I've got the following scenario:
    SAP 4.6C is sending many different IDOCs to XI 3.0 (SP14).
    On XI side there are several integration processes, business systems and business services receiving the IDOCs.
    I want to create IDOC acknowledgements and send them back to SAP system.
    For one integration process I was able to successfully create and send back an acknowledgement by following the steps described in the very good blog:
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    Now I want that every integration process/business system/business service is sending back an acknowledgement with the <b>same</b> logical system name (meaning "this acknowledgement is coming from XI").
    As it is not possible to enter the same logical system name for more than one process I created a receiver agreement with:
    Sender Service = the integration process
    Receiver Service = the SAP 4.6C business system
    Receiver Interface = ALEAUD.ALEAUD01
    Receiver Communication Channel = IDOC receiver channel called "Ack_IDOC_Receiver", existing in SAP 4.6C business system and pointing to this system
    Additionally I created a header mapping in this receiver agreement where I set the Sender Service to the business system of the XI system.
    Unfortunately the tests showed to me that obviously the header mapping (maybe even the whole receiver agreement) is being ignored completely as no Acknowledgement IDOC will be created. Instead I get the error message "Unable to convert sender service to an ALE logical system".
    I also played around a bit with the options "Apply Control Record Values from Payload" and "Pass Sender value from Payload" but this didn't make any difference.
    Why is the header mapping not replacing the sender service in the acknowledgement message?
    Best regards,
    Tobias

    Tobias,
    we have the same Problem.
    we´re sending with Receiving Partner "12345" and the IDoc in the target System is filled with the standard SAP Value maybe the one configured in the SDL.
    We have configured our IDOC_REceiver with a mark on "Apply Control Record Value from payload".
    If you have a look at the SAP Helpfile you will find out that some header fields are not be changeable and get the value from sap.
    like IDOC-Number, Receiving Partner and maybe the sender service ???
    Regards,
    Gordon

  • Turning off acknowledgement/EBX Header Issue

    Hi Gurus,
    I am in a scenario where I send an ebms message to a client partner that is not set up for ack. I have set b2b handles ack to false on the trading partner's operational capability and have even set the ack to none on the delivery channel.
    Unfortunately my message is still failing stating that there is problem with the TP. The error that they are getting is that my server still wants an ack. Is there any other settings that may cause this?
    I have even disabled the above settings on the host but I am still getting a failure.
    Any help would be appreciated.
    Thanks in advance.
    Gerald
    Edited by: Gerald M. on Jun 29, 2009 6:46 AM

    Hi Gerald,
    Your TP is right that you are requesting for an ack. Below log lines clear this -
    *2009.06.22 at 13:57:34:625: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:isAckRequested Enter*
    *2009.06.22 at 13:57:34:625: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:isAckRequested returning true*
    *2009.06.22 at 13:57:34:625: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage unsigned ack is requested back*
    But the error which you are getting in log is a transport error and there is no relation between Ack and Transport -
    *2009.06.22 at 13:57:35:171: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :500*
    It may be that somewhere in the configuration you have set the acknowledgement mode as "sync" and that is causing the issue.
    Few checkpoints are -
    1. Check the configuration of particular business action(in the operational capability of your TP) and make sure that no such value has been specified.
    2. Check whether your TP's delivery channel has no values(you can mention zero also) for "Time To Acknowledge"
    3. No where in above configuration, mode of communication is set to "Sync"
    4. Follow the same configuration as of your another TP which you have disabled ("STATCAN"). This TP has acknowledgement tuned off.
    Let us know the result.
    Regards,
    Anuj

  • How to forward a page from multiple frames

    hi,,
    in my first jsp page there are 4 frames header ,footer,one left frame and right frame
    in my header log out is there if im clicking logout it should forward to login page.it is happening but that page is coming within that header part(frame).how to make it visible as a full screen
    my first page containing frames is as follows
    <html>
    <frameset rows="15%,*" ,id="app_frame" borderColor="red" frameBorder="0" frameSpacing="0">
    <frame src="frame1.jsp" id="bar_top_frame" name="top_frame" marginWidth="0" marginHeight="0" scrolling="no"/>
    <frameset rows="89%,*",border="0" framespacing="1" frameborder="no" borderColor="red">
    <frameset cols="20%,75%",id="app_frame2" borderColor="#33CCFF" frameBorder="yes" frameSpacing="0" >
    <frame src="bar_left.jsp"id="bar_left_frame" name="bar_left_frame" marginWidth="0" borderColor="red" marginHeight="0" scrolling="no" />
    <frame src="frame3.jsp" id="work_frame" name="work_frame" marginWidth="0" borderColor="red" marginHeight="0" framespacing="1" />
    </frameset>
    <frameset rows="100%,*",border="0" framespacing="0" frameborder="0" borderColor="#0">
    <frame src="footer.jsp" name="footer" NORESIZE frameborder="0" scrolling="no"/>
    </frameset>
    </frameset>
    </frameset>
    </html>
    and my header frame that is frame1 is as follows
    <html>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>ALMAT_ROLE_MAINTAINENCE</title>
    <link href="<%=request.getContextPath()%>/almat/css/default.css" rel="stylesheet" type="text/css" />
    <body>
    <div id="header">
         <div id="topmenu">
              <ul>
                   <li>Home</li>
                   <li>Contact</li>
                   <li>Sitemap</li>
    <li><a href="<%=request.getContextPath()%>/almat/pages/jsp/firstPage.jsp accesskey="3" title="">Log Out</a></li>
              </ul>
         </div>
         <div id="logo">
              <h1>A L M A T</h1>
              <h2>..Allocation Made Easy</h2>
         </div>
    </div>
    </body>
    </html>
    pls help me out to solve this

    Simple answer is don't use Frames, Sorry I know you already have a design but plz! With JSP include there is no reason to use Frames also with the use of AJAX there is defo no need to use Frames.
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <div id="app_frame">
         <jsp:include page="/frame1.jsp" />
    </div>
    <div id="bar_left_frame">
         <jsp:include page="/bar_left.jsp" />
    </div>
    <div id="work_frame">
         <jsp:include page="/frame3.jsp" />
    </div>
    <div>
         <jsp:include page="/footer.jsp" />
    </div>PS, try using Javascript
    <script>
    document.location="/url"
    </script>Edited by: Gizard on Apr 17, 2009 6:54 AM

  • Hi, I am using USB 8476s to communicat​e to a slave unit in LIN network using LabVIEW7.1​. Can anyone tell me how i can send a header file plus 1 byte of data to the slave in a LIN network. or how do i use ldf file. i want to read responses from the slave

    Hi,   I am using USB 8476s to communicate to a slave unit in LIN network. Can anyone tell me how i can send a header frame plus 1 byte of data to the slave in a LIN network. or how do I communictae with slave using LabVIEW7.1.
    I want to read responses from the slave. When i tried with labview exapmle programs or even using MAX also, while doing some switching action in my slave, i am getting response as Device inactive with timestamp but there is no data format. 
    And I have Lin Description File. Can you suggest me how to use ldf file.
    I am at customer place and It would be great help from you if you can suggest me at the earliest. Thank you

    you may use the LDF Starter Kit to use LDF informations in your application
    http://joule.ni.com/nidu/cds/view/p/id/665/lang/en

  • Dynamic header

    Hello,
    I have to create a report that actually consists of two type of report.
    Each report type I have created from different set of tables, and therefore I have two repeating frames, (one for each report type).
    In the margin I created two different headers (several fields set together in a frame), for the two different repeating frames. I want to hide the none relevant frame.
    My question is how to "inform" the header frame in the margin, which report is currently running in the body area.
    I have tried to use a summery field for that, but I can not use it in the format trigger in the margin.
    I have tried to use global variable, but it always gets the value of the last record.
    Any help will be appreciated !

    Hello Rainer,
    I was simplifying my question. Actually the report is a bit more complicated….
    It consists from 5-6 report types and the header for each is also dynamic.
    I didn't want to multiply the header logic for each report type, so I was thinking of putting it in the margin.
    But, I guess when it gets too complicated, the maintenance will be also hard to handle …
    Thanks for helping me get into the right conclusion !

  • Printing order of pages in case of multiple repeating frames

    Hi,
    I am developing a custom invoice report with layout (everything included in main section) spread across 2 pages.
    The whole of first page (invoice document) is in one repeating frame and the other page (support document which is a matrix) is in another repeating frame.
    When printing for multiple invoices I want the support document to be printed along with each invoice. Currently all the invoices are being printed together and the support documents are printed together.
    Is there any solution for the above problem?
    I tried the following
    -Including the support document in the trailer section
    -Including the whole report in one single repeating frame, but this doesn’t work for me as there is a header part in the invoice which should not print on support document
    -Increasing the vertical panels to 2, but this is resulting in blank pages
    Thanks in advance.
    -Srikanth

    I am sorry for the all the trouble, I guess I was not clear. I will try to explain how the frames are now and how the output is.
    Below is how the frames are alligned in the object navigator
    M_1 (Main Frame)
    -- R_1 (Main Repeating Frame)
    ----M_HDR_INV (Header frame)
    ----M_INV_LINES (Invoice Lines
    ----M_SUMMARY (summary details)
    Currect output
    INVOICE Page 1
    Header
    lines....
    INVOICE Page 2
    lines....
    SUMMARY Page 3
    Desired Output
    INVOICE Page 1
    Header
    lines....
    INVOICE Page 2
    Header
    lines....
    SUMMARY Page 3
    Let me know if you would like to see the copy of my rdf.
    my email is [email protected]
    BTW I am using reports 6i.
    Thanks

  • Link not opening in frame

    I made a left and right frame on page, (and another
    Dreamweaver page called "Link_1")
    I then Alt-Click on the left and right frame and give them
    the name leftframe and rightframe.
    I select an image in the left frame on the first document to
    make a link.
    I browse for the file "Link_1" for the content.
    I Target it to rightframe.
    I open it in Explorer and when I click on the link in the
    left frame it opens in a new window instead of into the right
    frame. How can I get it to open in the rightframe instead of a new
    window?
    Thanks

    Change this -
    <frameset rows="*" cols="195,816">
    <frame src="Navigation.html" id="NavigationBar" />
    <frameset rows="106,332" cols="*">
    <frame src="SWSPIRsHeader.html" id="Header" />
    <frame src="SWSPIRs.html" id="MainContent" />
    </frameset>
    </frameset>
    to this -
    <frameset rows="*" cols="195,816">
    <frame src="Navigation.html" id="NavigationBar"
    name="NavigationBar" />
    <frameset rows="106,332" cols="*">
    <frame src="SWSPIRsHeader.html" id="Header" name="Header"
    />
    <frame src="SWSPIRs.html" id="MainContent"
    name="MainContent" />
    </frameset>
    </frameset>
    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
    ==================
    "avoirgold" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am having this same problem!!! Yes, yes. Frames are
    evil, but serve my
    >needs
    > on this project. I need 2 static frames (top and left)
    and one dynamic
    > frame.
    > Left frame is the main Navigation Bar. The top is a
    Category Header. I
    > have
    > years listed in the Category Header that need to jump to
    a named anchor in
    > the
    > dynamic frame.
    >
    > This is my frameset:
    >
    > <frameset rows="*" cols="195,816">
    > <frame src="Navigation.html" id="NavigationBar" />
    > <frameset rows="106,332" cols="*">
    > <frame src="SWSPIRsHeader.html" id="Header" />
    > <frame src="SWSPIRs.html" id="MainContent" />
    > </frameset>
    > </frameset>
    >
    > This is how the Header reads:
    >
    > <div align="center">
    > <h1 class="CategoyHeader">SWSPIRs</h1>
    > <h1 class="Years">08 . <a
    href="SWSPIRs.html#2007"
    > target="MainContent">07</a>
    > . <a href="SWSPIRs.html#2006"
    target="MainContent">06</a> . <a
    > href="SWSPIRs.html#2005"
    target="MainContent">05</a> . 04 . 03 . 02 . 01 .
    > 00 .
    > 99 . 98 . 97 . 96 . 95</h1>
    > </div>
    >
    > When I click "06" it opens a new tab or window depending
    on browser
    > instead of
    > jumping to the 2006 listing in the MainContent frame
    containing
    > SWSPIRs.html.
    > It goes to the correct anchor point, but just doesn't
    open in the darned
    > frame.
    > What am I doing wrong?
    >
    >
    > Thanks so much for your help!!!!
    >
    > Jennifer
    >

  • Pasting multiple objects into frame

    Greetings everyone
    I was wondering if someone could shed some light on how to best paste multiple objects into a single frame.
    Mainly, I'm trying to nest objects that form a part of a newspaper article header; since it's a design element that keeps repeating with each single article I don't want to spend time with manually positioning the elements each time--it's time consuming and prone to sloppiness.
    Unfortunately, the base frame will have about three objects that need to be nested within it. Once I paste one object into a frame, the next time I do `Paste into`--the content (previously pasted object in this case) just gets overridden.
    I've read that, to paste multiple objects into a single frame, one should group the objects first. Now this works pretty well for getting them into the frame, but leaves me with no options to position them relative to the frame. I can't move or position an object individually and I have no option to ungroup them once they've been pasted.
    Here's a small mock-up to depict my peculiar predicament:
    Ideally, I'm aiming to have the main header frame to fit the content of the nested objects and for it to be flexible enough that I can quickly span it across multiple columns as per article requirements.

    !kRON wrote:
    For items that are part of the group, their (X,Y) location coordinates are relative to the document--neither to the group nor the parent frame. The group itself has coordinates that are relative to the parent frame (X+ offset, Y+ offset). I can select the group and the parent frame and use the align to selection options. For individual items, I cannot make a selection of both them and the frame, only between items that are part of a group. I loose options to align an individual item relative to the parent frame, which means I have to drag them around and rely on smart guides.
    I've tinkered around some more and it'd appear it's not possible to lay out the elements as I imagined. So I have to resort to grouping the items that would form a frame and pasting them into a frame. If multiple frames have to be members of a single frame I'd have to group the frames and paste them into the single frame and so on.
    Based on my layout mock-up, I'd end up with 3 frames within the header frame:
    Article header
    Heading
    Article type
    Separator
    Article heading
    Title
    Footer
    Author
    Shape
    Based on experience, should I go with this or stick with the old fashined moving around of loose elements? Will it be a lot of work to maintain resizing and repositioning of the various items and their frames once I start changing the width and height of the header frame or will it save me some time?
    I'm not a working designer or production worker, so anything new takes me longer than I think it should, because I don't have a rich reservoir of quick methods at my fingertips.
    Your description above interested me, because I've been wrestling with the annoying limitations of manipulating and adding compound objects in anchored frames. For many situations, it's probably simplest to assemble each iteration of a compound object, that introduces a new element, outside the anchored frame, then group the elements and paste the grouped object into the anchored frame.
    However, the arrangement of elements in your example made me think that a table might be a workable solution. The answer I arrived at is "Yes, it's a solution, but it takes a while to set up." If it's reusable easily, then it might be worthwhile investing in a few experiments.
    I've attached a zipped idml interchange version of the file, and also a PDF.
    Here are some notes:
    * I created a table with three rows and three columns, no header or footer rows. Three columns because I thought I'd paste a vertical line into an inline anchored frame in the center cell of the top row, for the separator line. Later, I realized that defining the vertical cell rule as paper color would suffice, so I merged the two right cells on the top row to create a two-column row, with text in each cell and the vertical separator between them.
    * I merged all three cells on the second row into a single cell.
    * I merged the two right cells on the bottom row, but later, when I moved the cell rule to position the triangular graphic in the inline anchored frame in the right cell, it moved the vertical cell rule in the first row. So, I had to unmerge (or split) the cells, and cut/paste the triangular graphic's anchored frame into the rightmost cell. To position the anchored frame, I moved the vertical cell rule with Shift+Drag, to keep the table width unchanged.
    * I sampled the purple color with the eyedropper tool while cells were selected and the swatch panel was set to fill the selected object.
    * I didn't spend much time matching the type, as you can see. To position the text, I adjusted the cell margins in some cases, and left/right indention in some cases; I'm not sure which is more efficient in situations where there will be different amounts of text to fit. I didn't create cell styles or paragraph styles (BAH! Bad, bad, bad process) because I won't be repeating this stuff, but you probably will benefit greatly from defining styles for your repeating needs.
    * The triangular cut into the bottom row made it easy to manage creating and positioning the graphic. A non-geometrical object might be trickier. The triangle is a text frame, set to negative space above, so it overlaps the cell above it, enough to avoid a black gap.
    * Except for the vertical paper-colored divider line, all the cells have zero-width strokes.
    * I created the table in a text frame, that I fitted down to the size of the table, but I can't remember if I selected, copied, and pasted the text frame into the text flow to anchor it, or if I selected the table in the text frame, copied and pasted it into the flow. Not sure if it makes a difference in work efficiency.
    If I understand your general needs, this should work well for changing text and adjusting the column widths.
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • Acknowledgement status

    Hello,
    When we send a Asynchornous message , say from IDOC as sender and JMS as receiver via XI.
    Do we really need to worry abt the Ack Status which is in sxmb_moni.  Sometimes, it shows ack in error, sometimes in null, sometimes waiting for ack.
    If it is a asynchronous, what is the purpose of it.
    Moreover i see lot of messages in Message monitoring regaring acknowledgment.

    Hi,
    Go through this Document..
    Click the link and Down load that Document i.e: How to handle Ack for IDOC's
    How to handle Ack for IDOC's
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    Steps: if u want IDOC Ack You have to set up the ALEAUD.
    Acknowledgment IDocs are always converted to XI acknowledgments.
    This function enables you to send acknowledgment IDocs (ALEAUD) as XI request messages for a sender port and client.
    Procedure
    1. In the ABAP Editor (transaction SE38), under Program, enter IDX_ALEREQUEST and choose Execute.
    2. Enter a sender port and a client and choose Execute.
    3. Enter the partner number, partner type, and partner role for the receiver and choose Insert.
    The entry is added to the table.
    4. To delete an entry in the table, select the entry and choose Remove Entry.
    Result
    In the XI request message, the original sender of the acknowledgment IDoc is no longer known.
    The XI request message created is a new message. Monitoring is not able to determine which was the original message.
    File Acknowldgements
    /people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments
    Sending Acknowledgment IDocs as XI Request Messages
    Use
    Acknowledgment IDocs are always converted to XI acknowledgments.
    This function enables you to send acknowledgment IDocs (ALEAUD) as XI request messages for a sender port and client.
    Processing Acknowledgment Messages
    An acknowledgment message informs the sender of an asynchronous message about the result of the processing of the message within SAP Exchange Infrastructure. The reported result is referred to as an asynchronous acknowledgment.
    Request Messages
    Within the request message you must define whether an acknowledgment message is required, and if so, what kind of acknowledgment message. The acknowledgment message can refer to two events:
    &#9679; The arrival of the request message at the final receiver
    &#9679; The execution of the application in the receiver system
    For this purpose, the request message contains an acknowledgment tag, which specifies the event for which an acknowledgment is expected. This tag must be specified by the sender (or a sender adapter that supports acknowledgment messages).
    Message processing in SAP Exchange Infrastructure ensures that the acknowledgment message follows the same route from the receiver to the sender as the request message did from the sender to the receiver. For this purpose, the request message contains a hop list that logs the route of the request message. This information is provided by all Integration Engines and Integration Servers that are involved in the processing of the request message.
    Acknowledgment Message
    As soon as the request message processing encounters an event that requires an acknowledgment, a corresponding acknowledgment message is created and sent to the sender.
    An acknowledgment message receives a new message ID, but also has a reference to the message ID of the request message as well as the value Response in the Directory tag of the message header. The request message hop list is copied to the acknowledgment message header, thus enabling backward routing of the acknowledgment message.
    If a message is branched, a separate acknowledgment message is returned for each newly created request message. These acknowledgments enable the sender to recognize that its original message has been branched.
    Acknowledgment messages are processed using backward pipelines. These pipelines are defined for each pipeline involved in the processing of a request message:
    Pipelines and Corresponding Backward Pipelines:
    Pipeline
    Backward Pipeline
    SENDER
    SENDER_BACK
    CENTRAL
    CENTRAL_BACK
    RECEIVER
    RECEIVER_BACK
    The backward pipelines have the following main tasks:
    &#9679; Transport from the receiver system to the Integration Server
    The receiver system sends an acknowledgment message back to the corresponding Integration Server (RECEIVER_BACK), as defined for the local Integration Engine.
    If a receiver adapter is involved in message processing, it sends the acknowledgment message back to the Integration Server, provided that the respective adapter supports this procedure. Otherwise, a final acknowledgment message is returned with a comment that an acknowledgment is not possible.
    &#9679; Transport from the Integration Server to the sender system
    The Integration Server sends an acknowledgment message back to the sender (CENTRAL_BACK). It uses the name of the sender system for logical and technical backward routing.
    If the sender is addressed using an ABAP proxy, you must define a corresponding receiver agreement for this sender.
    If a sender adapter is involved in processing the message, the Integration Server sends an acknowledgment message to the sender adapter, which is then responsible for returning the acknowledgment to the sender.
    To do this, some adapter types require a corresponding receiver agreement for the sender.
    Hope This Information is useful to you,
    Thanks,
    Satya Kumar.

  • Acknowledgement in Proxy

    can u please tell me about Acknowledgement In Proxy.

    HI Deepthi,
    An acknowledgment message informs the sender of an asynchronous message about the result of message processing for this message. The reported result is referred to as an asynchronous acknowledgment.
    Request Messages
    Within the request message you must define whether an acknowledgment message is required, and if so, what kind of acknowledgment message. The acknowledgment message can refer to two events:
    ●      The arrival of the request message at the final receiver
    ●      The execution of the application in the receiver system
    For this purpose, the request message contains an acknowledgment tag, which specifies the event for which an acknowledgment is expected. This tag must be specified by the sender (or a sender adapter that supports acknowledgment messages).
    Message processing ensures that the acknowledgment message follows the same route from the receiver to the sender as the request message did from the sender to the receiver. For this purpose, the request message contains a hop list that logs the route of the request message. All Integration Engines and Integration Servers that are involved in the processing of the request message provide the data for this log.
    Acknowledgment Message
    As soon as the request message encounters an event that requires an acknowledgment message, a corresponding acknowledgment message is created and sent to the sender.
    An acknowledgment message receives a new message ID, but also has a reference to the message ID of the request message as well as the value Response in the Directory tag of the message header. The request message hop list is copied to the acknowledgment message header, thus enabling backward routing of the acknowledgment message.
    If a message is branched, a separate acknowledgment message is returned for each newly created request message. These acknowledgments enable the sender to recognize that its original message has been branched.
    and if you have any doubt then check it .
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm
    Edited by: bhavanisankar.solasu on Apr 7, 2011 12:14 PM

  • Every cut I make in the sequence window leaves one remaining frame from its deleted neighbor clip. How do I turn off this feature - It is driving me mad.

    Every cut I make in the sequence window leaves one remaining frame from its deleted neighbor clip. How do I turn off this feature - It is driving me mad.

    Here are 3 pictures detailing what I'm experiencing.
    Picture 1; clip 1 tail frame.
    Picture 2; clip 2 head frame.
    Picture 3; clip 2 head frame is now tail frame of clip 1.
    does this help describe what is happening? Basically every cut I make
    leaves an unwanted frame as a ghost of the missing cut.
    best,
    Fred
    On Wed, Dec 10, 2014 at 4:50 PM, Kevin Monahan <[email protected]>

  • Changing Frame Text

    This should be simple, but the way I thought to do it isnt working so...
    I have a simple jsp website where each page has 3 frames. There is a side navigation frame, a top header frame, and a main window frame. What I was hoping to do was whenever the main frame changes, I would like to display different text in the header frame, sort of like a brief description of the page they are at. I tried a couple of things that didn't work. Any suggestions?
    Thanks

    I think you would have to access the parent frame through Javascript not Java. Look into parent window objects.

  • [Question] accessing frames Tree component CollapseAll property?

    i have frames on my Jspx pages .
    1: header (Top)
    2: Tree at the Left side (Left)
    3: Page to show (Right)
    4 Footer (Bottom)
    In the header frame i have button/ image/ or any other component to Go to home page ( pressing on 'Home' button it should Collapse the Tree).
    My Tree is in left frame and i need to call its callapse all function to collapse the tree on pressing HOME button which is at the top frame. kindly help me as to how i can do that.
    My tree tag looks like this
    <af:tree id="ProductCatalogueTree" value="#{bindings.ProductCatalogueTree.treeModel}" var="node"
    binding="#{ProductCatalogueTree.tree}" styleClass="bgs"
    focusRowKey="#{ProductCatalogueTree.focusRowKey}" varStatus="nodeStatus">

    Hi,
    all you can do from one frame to another is to refresh its content by re-loading the page displayed in it. There is no shared context that allows you to programmatically access the displayed page content. So in your case you would need to refresh the content of the tree page and pass a request parameter about the state. This parameter then should be evaluated by the tree initialization (e.g. a managed bean reference or a pagedef reference)
    Frank

  • Probably a simple question about using a flash header for navigation

    What would be the best way to go about loading this flash
    navigation?
    http://www.marcos-ac.com/wip/
    Basically my issue is that I don't want the animation to run
    through each time. On the homepage, I want it to run through it's
    whole animation, but after that, I just want everything to be up
    there... not flying in and fading in on each of the pages in the
    site.
    My ideas:
    1. Some sort of actionscript command that says "if you are on
    a page named index.htm then play the entire movie, otherwise, goto
    and play frame 100 (the last frame).
    2. Use a shell movie and do a loadMovie that they jumps to a
    frame. Insert the shell movie on the subpages in the site. I tried
    this an it didn't work. And I've read that it's unreliable because
    the label may not exist yet when the movie is called or something.
    Must be cached.
    3. Build 2 movies... one with all the intro animation frames
    chopped off. I tried this and didn't like it as the movie is
    already pretty huge and to load two movies that are large is
    annoying to users. This is the method I am currently using.
    Thanks for the help!

    The quick and easy way - not necessarily the most elegant way
    - to solve the problem is to use html frames. Put the nav in a
    header frame and have contents display in a second frame
    underneath. Will require you add a target="contentframe' (or
    whatever you name the content frame) parameter into each link in
    the nav flash, but other than that you won't need to make major
    changes.
    The nav plays once and just sits there until they reload the
    entire page the next time they visit. No actionscript, tests,
    preloading, etc required.

Maybe you are looking for