How to get inlineGraphicElement delete event

I want to handle deletion of inlineGraphicElement only not the text of tlf.
Can any one give suggession on this?

Watch UpdateCompleteEvent of textflow, and see if the specific ILG you pay attention to has been deleted or not.

Similar Messages

  • How to get back deleted photos and contacts???

    First time to sync iphone 4 to computer and I have accidently deleted all my photos and contacts! All the photos from my computer are now in albums on my iphone. Any help in how to get back deleted photos and contacts would be greatly appreciated.
    Thanks,
    Sandra

    Hi Allan,
    Thanks for the reply. I restored from backup but now all photos from computer are gone, plus messages since yesterday etc.!

  • My IPAD (original version) is deleting everything over 30 days from my calendar.  How can I prevent this and how can I get the deleted events back?

    My IPAD (original version) is deleting everything over 30 days from my calendar.  How can I prevent this and how can I get back the deleted events? 

    You are most welcome

  • How To Get The CLOSE Event In a JSP File?

    Hello everybody,
    Right now I am working in a JSP project which is about access log, when the users start , oprate, or close the system, the access log system works. I am in trouble in that when the users close the system, how can I get the close event?
    The JSP file contains the following fields :
    Close Window
    How to add code to get the CLOSE Event and submit to the service?
    And If I hit the "Close Button"(on the right-top of the window), how can I get the CLOSE event, too?
    Can anyone tell me?

    1. Add a hidden field:
    <input type="hidden" id="status" value="">2. modify <a href="index.jsp" onclick ="parent.window.close( );">Close Window</a> with <a href="index.jsp" onclick ="closefn();">Close Window</a>3. Add a javascript
    <script language="javascript">function closefn(){
    document.getElementById('status').value="close";
    document.form.action="";
    document.form.method="post";
    document.form.submit();
    parent.window.close( );
    }4. Now on the action page get the value of status by request.getParameter("status"); and log it.

  • How to get the cancel event of inlineDocument-style dialog.

    Hi experts,
    My customer has a question about ADF dialog framework.
    When we open new inlineDocument-style dialog from af:commandButtton, how can we get dialog cancel event?
    [Sample code]
    <af:commandButton id="cb2" action="dialog:test"
    windowModalityType="modeless"
    text="dialog:test" windowHeight="500"
    windowWidth="800"
    windowEmbedStyle="inlineDocument"
    useWindow="true"/>
    When we use af:popup, it has popupCanceledlListener attribute so that we can handle the situation where users click close button or Esc button.
    Does dialog have a similar feature?
    We can set a returnListener for dialog, but it doesn't work in case users click close button.
    Regards,
    Atsushi

    is this what you are looking for [url http://www.oracle.com/technetwork/developer-tools/adf/learnmore/77-ok-cancel-support-in-dialog-351871.pdf]Handling the af:dialog Ok and CANCEL buttons
    and [url https://blogs.oracle.com/jdevotnharvest/entry/strategies_for_controlling_the_af]Strategies for controlling the af:popup close event
    Edited by: Mohammad Jabr on Apr 27, 2012 11:34 AM

  • How to get the table Event action in the controller???

    HI
    Based on my requirement i have extended my controller,but i want to perform some validation like ,,,,
    i have table in one region ,in which one column is having a Button (flex field) action with image,
    i want to write the code in the controller according to the validation ,,,,but i am unable to find the event action in the main controller,
    how to get the event action ?,,,,, of the item type as image
    thanks in advance
    Kash

    If not you can use image component with clientListener and serverListener to preform your requirement set clientListener click event and then inside clientListener java script method call the
    serverListener then will execute serverListener method.

  • How to get back deleted software component along with underlaying objects.

    Dear Experts,
    By mistake i deleted my software component. When i deleted it even doesn't ask for activate. When i check in change list there is no change list for that deleted software component. So request you please let me how to get back my software component with all the namespaces and objects.
    Please treat this as high priority and revert me back ASAP.
    Thanks in advance.
    HAri.

    I don't know if is possible to restore a deleted SoftComp and all dependent object in repository... You can try to renew the SoftComp import from SLD....

  • How to get microphone data/events?

    Hello,
    I'm sorry for my english, I hope you will understand.
    I'm programming a timer. It works very well but I need to add a new feature:
    my timer should be able to start/stop using an external device (that is not meant for computer, it's a timer itself) that can be plugged into a computer using the microphone "door".
    I guess the signal generated by the external device should look like this:
    [http://gnehzr.net/cct/signal.jpg]
    (A timer that can do what I want to do already exists, but I need to do it on my timer)
    My problem is:
    1) how can I get the "microphone" input?
    2) how can I catch some "events" of the "microphone" input?
    I guess I'll have to use a "microphone listener" or something like that, but I need to know what is happening (I mean how the signal is changing) in real time to make my timer start/stop when the signal changes in some way (I'll manage to understand the signal meanings on my own).
    Thank you very much in advance.
    If you need to know any other thing I'll be happy to answer.

    Zyker wrote:
    I hope someone will be able to direct me to a few specified classes meant for what I need.youll have to research how to get the sound from a source (with targetdataline).
    then you have to analyze the sound data. there are no magic classes to do that for you.

  • How to get vi close event..??

    Hi i am a begginer in labview.
    I have a main Vi, and i am using a sub vi for communicating to device via COM1 (RS232).
    The problem if the main vi is stopped or closed then i want to make sure that COM1 has been released.
    So i want to check and close if COM1 is open in the main VI but i dont know how to get an event of vi closing or stopping..

    Holy Mackerel! a 3633px x 757px jpg?  Not sure what the point of that was since the VI was probably smaller than that image.
    In any case I think you might benefit from going though the LabVIEW basics course.  If you're trying to do what I think you don't need a notification of when the VI is done because there can be output from your VI to preserve data flow.  If you use that VI and say have an ouput terminal of an error cluster (instead of handling it in this VI) then when data comes out of that error cluster you know the VI is done executing.  A similar thing could be done using sequence structures, you'll know the VI is done when it goes to the next state in the sequence strucutre.  This is the less prefered method.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to get selectall/deselectall event

    Dear  Experts,
    How to get event, tableview selectall/dselect all event..
    i need to write some logic when we choose selectall on tableview control.
    so how can i find selectall event
    your cooperation will be highly appreciated.
    sincerely

    Hi Ganesh,
    This is indeed simple....
    Provide two buttons on screen for the same.....and then put the following code in onInputProcessing....
      DATA: event       TYPE REF TO   IF_HTMLB_DATA.
      event = cl_htmlb_manager=>get_event( request ).
      IF event IS NOT INITIAL .
        IF event->EVENT_NAME = 'button' and event->EVENT_TYPE = 'click'.
          but_event ?= event.
          CASE event->EVENT_ID.
            when 'SelectAll'.
              cl_htmlb_manager=>check_tableview_all_rows( rowcount = 10
                            request = request
                            id = 'Table_view_Id'
                            check = 'X' ).
            when 'DeSelectAll'.
              cl_htmlb_manager=>check_tableview_all_rows( rowcount = 10
                              request = request
                              id = 'TV1'
                              check = '' ).
    Also there is a small advise....before posting the question, please take some effort to search through the forum, as many issues have already been resolved...
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • How to get PA30/0024 event inform. on the Attendee Training Hist. Report

    In Training and Event management is the standard report S_PH9_46000431 "Attendees Training History available for getting an overview of the eventtypes and events followed or to be followed by an employee.
    This reports shows only events en eventtypes linked to an employee by the PSV1 transaction. When an event is linked to a employee by PA30/0024 this is not shown on the report. Is this common sence or a bug in the software?
    If it is a bug how to solve the problem?

    Hi Paul,
    Did u completed the custom program.......in which way u have approached.....please let me know coz i do have the same requirement

  • How to get and delete questionable mail without actually opening it first.

    I am new to Apple again, having bought my first Apple many years ago (an Apple 2C). Does anyone know if I can get mail and delete it without opening it first? If so, I am thinking it is somehow in Preferences but I cannot figure it out. I often get mail from unknown sources (left over from my PC days - ?able viruses on PC) that I don't wish to take the chance to open. In order to delete it, I have to open it first. Any thoughts?? Thanks in advance for your help.

    Actually, there is a risk in viewing certain messages, but only if you have enabled Preferences > Viewing > Display remote images in HTML messages — see How HTML Email Messages Relate to Unsolicited Commercial Email ("spam").
    As long as Display remote images in HTML messages is OFF and you don’t click on any hyperlink or image the message may contain, you can safely view any messages you receive in Mail.
    That said, there are at least three ways to select a message and delete it without displaying its contents:
    (1) You can hide the preview pane by dragging the separator bar between the message list and the preview pane to the bottom of the window, or by just double-clicking within the separator bar, so that the preview pane disappears and only the message list is visible. To make the preview pane visible again, drag the separator bar up from the bottom of the window, or just double-click on the separator bar again.
    (2) If you select the message with the mouse, the message is displayed in the preview pane when the mouse button is released, not when it’s pressed. This allows you to drag the message to the Trash or to any other mailbox without Mail trying to display its contents.
    (3) Ctrl-clicking on a message causes a contextual menu to appear, from which you can usually (but not always, don’t ask me why) choose Delete or Move To, before the contents of the message are displayed in the preview pane.

  • How to get a deleted text back for iphone5s

    I need to get a text back that i deleted previously that contained a picture I sent. Is this possible and how so. I've read where you can restore but i haven't done a restore after I sent the picture.

    Only way is if you've been backing up yoru phone and that message is included in your backup.
    Then you can restore your phone from that backup.
    other wise that text is gone.

  • How to get the "delete" check box back?

    Hi Guys,
    I just used the "Migrate to Interactive Report" feature. After doing so, the check box is gone that is used to indicate rows to delete. A copy of the region is marked as "disabled" and the check box is still there, but it's not in the newly created region. Without that check box, my page has no way to delete rows. How do I add the check box to the new Interactive Report region? I'd rather not re-create the page from scratch.
    Thanks,
    Kim
    P.S. I'm using Apex 4.1 and Oracle 11g xe - all running on Windows 7.

    How about something like this? Instead of a check box add a new column with a delete image, you can use something like delete.gif (#IMAGE_PREFIX#delete.gif). The downside is that will be deleting one at a time, but in my experience this may not be an issue.
    Add a hidden item to hold the ID of the row your want to delete. We'll call it P1_ID.
    The new column with the delete image will need to "branch" to a URL and use this code (ALL in one single line)
    apex.confirm("Are you sure you want to delete?", {
      request:"DELETE_ROW",
      set:{"P1_ID":#ID#}
      });Then add a page process that fires when the request is DELETE_ROW
    Would probably look something like this:
    delete from some_table where id = :P1_ID;
    A similar technique can be used for checkboxes, but it's a little more advanced as you need to loop through the selections.
    Oh and add the column to the IR you don't really need to select anything. Or better yet, you could re-use the ID column of the report if you have one as your delete column. The #ID# on the code above needs to be the name of your column. So if your column is EMPNO the above would be #EMPNO# instead of #ID#.
    Hope this helps.
    -Jorge

  • How to get back deleted Process chain?

    Could some one aid me in getting back the deleted process chain, in production?
    Thanks in advance....

    Hi..................
    It is not possible to get it back...........Since generally we don't create Pc in Production Server.......
    If it exist in you Development or Quality Server.............again transport it from there....
    Regards,
    Debjani..........

Maybe you are looking for

  • Mailman virtual domain issue in 10.5.2

    Hi, We have upgraded to a 10.5.2 server and its working pretty smooth except for Mailman. Mailman works fine when mails are sent to [email protected] but not when they are sent to [email protected]. And our mailman users were all

  • Simultanious AUdio Output

    Can APPLETV output Audio simultaniously over the HDMI port as well as the optical port? HDMI is connected to my TV while the optical Audio is connected to my sound system. I prefer to listen to music with the TV off via the optical audio and I prefer

  • Item label font

    How to change the Select List / Texfield label font in Apex ? Yogesh

  • Object Deserialization help?

    Hi all, Once again I am forced to offer up my programming efforts for professional advice. :) I'm doing object serialization / deserialization. I have a very simple class called Person which looks like this: - public class Person implements Serializa

  • Submitting a podcast and iTunes approval

    I submitted a podcast/podcast feed a number of weeks ago and it successfully published in iTunes, however a few days after successfully publishing the feed, iTunes removed it from the US store (most likely because of technical difficulties). I then r