Overlay two images in the same container

Hi,
I don't know if it's possible, but in my webdynpro application I have a transparent container with an image, amont other stuff, inside. I've created the image as a cl_wd_link_to_action object, because when the user clicks over it, an action is triggered.
My question is if it would be possible to add another image to the container, so both images are overlapped. For example, suppose you have an image representing a document and after it is reviewed, a tick icon appears over the document image.
Is this possible?

Am not sure with dynamic programing, even don't have clue regarding overlapping one component with another. Alternatively I can suggest you to place two images which can toggle visibility in between them when clicked

Similar Messages

  • Two images at the same time

    Hi!
    I'm new into FCE and I would like to ask for some help. Can I work with two images at the same time? I mean, Can I superimpose two images to make one? How can I do it?
    Maybe this is something easy, but I'm just starting,
    thanks in advance for your answers
    Message was edited by: angelcotallo

    Yes, you can. You can put one clip on top of the other in the timeline. You can make both clips visible by reducing the opposite of the clip or top, or by scaling back the clips so they are smaller. You can reduce the opacity and scale of the clips in the viewer by opening the clips from the timeline into the viewer. You can also scale the images directly in the canvas when it is in Image+Wireframe mode.

  • How can I work with two images at the same time?

    I have downloaded Photoshop Elements 10 and I can not find the buttons for Minimize or Reset for the image. If I rightclick the miniature those options are grey. If I open two images so I have two miniatures in the holder and then go to Windows and Images the option Show Overlapping is grey but I can show Side by side. Then I can only shut down the images.
    Thanks for help
    Bibbi

      Open the Editor and on the menu bar click:
    Edit à Preferences à General
    Check the box “Allow Floating documents in Full Edit Mode” and click OK.
     

  • Swap two Images at the same time

    I have a roll over button that works fine. I'd like to create
    a "disjointed rollover" and have another image on the page swap out
    at the same time. When I add the second swap image behavior it does
    change but the newly swaped image stays visable onMouseOut. I did
    check the "restore image onMouseOut" box but It seems as if the
    first swap Image restore is canceling out the second? Help,
    thanks.

    Here's one of your images that is triggering the swap -
    <td width="77" height="45"><a href="#"
    onMouseOut="MM_swapImgRestore()"
    onMouseOver="MM_swapImage('jeremy_wariner','','images/recent/24_jeremy_wariner_2.jpg',1)" ><img
    src="
    http://www.danielericwilson.com/drea/images/recent/24_jeremy_wariner.jpg"
    alt="jeremy wariner" name="jeremy_wariner" width="77"
    height="45" border="0"
    onMouseOver="MM_swapImage('textarea','','images/24_jeremy_wariner_text.jpg',1)"
    onMouseOut="MM_swapImgRestore()"></a></td>
    Note that you have applied the swap image behavior BOTH to
    the image AND to
    the anchor wrapping the image. That's not the right thing to
    do. Change
    this code to the following -
    <td width="77" height="45"><a href="#"
    onMouseOut="MM_swapImgRestore()"
    onMouseOver="MM_swapImage('jeremy_wariner','','images/recent/24_jeremy_wariner_2.jpg','te xtarea','','images/24_jeremy_wariner_text.jpg',1)"><img
    src="
    http://www.danielericwilson.com/drea/images/recent/24_jeremy_wariner.jpg"
    alt="jeremy wariner" name="jeremy_wariner" width="77"
    height="45"
    border="0"></a></td>
    Note that I have moved the onmouseover event and its
    associated javascript
    call from the image into the anchor tag. Now, the swapimage
    restore will
    restore both images onmouseout.
    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
    ==================
    "Cakes808" <[email protected]> wrote in
    message
    news:gph7hm$631$[email protected]..
    > The site still very rough but heres the link. Thank you
    for your time in
    > checking this out.
    >
    >
    http://www.danielericwilson.com/drea/
    >

  • Overlay two images and one of them is a bit transparent, but sill visible

    Hello,
    Is there a way to overlay two images of the same size and at the same time both of them to be visible ? I could't find anything about this in the forum so far.
    Thanks,
    IG 

    Hi igurov,
    see this link please.
    Mike

  • Two clips overlayed and playing at the same time..

    Hello!
    Is there anyway to play two clips at the same time?
    The same way cross-disolve layers the images??
    a thousand thanks!!

    Hi (again)
    I figured it out.. So if anyone is interested, all you have to do is go to Modify and then change the composite mode to Overlay. Then it has to be rendered. Piece of cake!!
    Thanks!

  • How to use two different boot images in the same task sequence

    I have a need to use Two boot images in the same task sequence. The reason is I'm deploying ZTI to McAfee encrypted devices which I have already done with McAfee v6 Encryption successfully.
    Here's where my problem comes in. We are about to deploy McAfee v7 which means we will have a mix of v6 and v7 in our environment. I must have two special Boot images one with v6 drivers and one with v7 drivers in order for my process to work. I don't see
    a way right now to assign more than one boot image to a task sequence. Is there any way to do this?
    If I can't do that then I will have to create two task sequences and target collections based on the Endpoint Encryption version to deploy to.
    If anyone has suggestions it would be much appreciated. Thank you

    Have you tested copying those files to %windir%\system32\drivers during the WinPE session (just enable commandline support to your boot image) to see if they need to be in there before the OS start? Test that and if they don't need to be there during the
    boot up of WinPE then:
    Create two packages (v6 and v7)
    "Run command line", use the package created earlier and just use "copy /Y .\*.* %windir%\system32\drivers" ...again, this should be run according to your needs, variable or some other check like I said

  • How can i distinguish two controls with the same name?

    I'm recording automated tests with VS 2012 Coded Ui Test for testing a web application.
    In that web application it is possible to enter data in something looking like a list.
    There is - per example - an Edit control sitting on a ColumnHeader with the name/text "Description".
    Below that header is another Edit control for data input - containing the text "Description" too and which lies on a Cell control.
    When i playback my recording, Coded UI Test looks for a control with the name "Description" and gets the one, it finds at first.
    In that case the Edit on the ColumnHeader, which causes an exception, when the Text will be setted with the data input from the recording.
    Unfortunately the controls have no ID.
    Is there a way to distinguish controls with the same name?
    Thanks in advance!

    Hi Patrick Pirzer,
    >>Is there a way to distinguish controls with the same name?
    Based on the blog "How does “Coded UI test” finds a control ??", we know that to really find a control, it would be related to the unique properties as the search properties,
    so if two controls have the same property, please use other unique property as the search property would be better.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can I transfer songs between two libraries on the same computer?

    I have two libraries on my computer, was wondering if any one knows a simple painless way to transfer music from one to the other.
    The reason is my music collection has gotten unfathomably large over the years, and I no longer want it to be that way. I was thinking maybe I could just find someway to "hide" a majority of the songs most of the time, and just show the ones i'm into at the moment. Since i couldn't find a way to do that, i made another entire library (both under the same user), thinking i would keep the bulk in one and the songs i was into for the moment in another, but have them linking to the same folder containing all the music files. This is working fine, but i would love an easier way to transfer the songs over to the favourites library, especially someway to do all the songs in a play list.
    Any ideas would be greatly appreciated
    Thank you!

    iTunes must be running for home sharing to work.  There is no way to have home sharing running simultaniously for two users on the same computer.
    Simply add the media files using File > Add File/Folder option in iTunes.

  • Two cRIOs with the same code in 1 project

    I have a project that contains two cRIOs that run the same exact
    program.  The only difference is the IP address in the ni-rt.ini file. 
    I would like to create a project that represents the actual targets but
    uses the same vis.  In doing this I found the FPGA targets must have a
    different name and therefore a different bit file.  Also, the DMA FIFO
    is a different instance in each target.  I'm really trying to get away
    from supporting two copies of the same exact code.
    So, it seems this type of project doesn't fit well into the project
    explorer and decided to create only 1 target with 2 source
    distribution's. I can create 2 source distributions but the target
    destination directory must be different. Had anyone run into this
    situation and come up with a better way to handle this?  I guess I'm
    back to manually deploying the files and making sure the correct
    ni-rt.ini file get placed in the corresponding cRIO.

    Dwisti,
    I suggest you look into using the Open FPGA Reference node in Bitfile
    mode (right-click the Open FPGA Reference node). From my experience,
    that's the best way to share the same FPGA code between multiple
    targets; you just need to be aware that if you recompile, you may need
    to point the Open FPGA Ref node to the new bitfile. With this approach
    you don't really need to have the two FPGA Targets in the project; just
    keep one as the master and that should be it (in case the FPGA Targets
    are of the same type)
    Hope this helps.
    JMota

  • Two users opened the same file at the same time with file on Win2K Server

    I just had a problem with a file that could not be saved. After a little investigation I discovered that two users had the same file open at the same time. This is with both users using InDesign CS2 and saving to a Windows 2000 Server. Any ideas how this even happened? The only thing I can think of is if they both opened the file at the exact same time but even that I doubt. I guess the more likely possibility is that the user on 10.5 (which we have had a lot of problems with, it's hard to tell how many of them are CS3 problems (yes CS3) and how many are Windows 2003 Server problems) had InDesign CS2 flake out and not tell her the file was open. Has anybody else seen this? The other user was using 10.4. Both computers have the most recent updates for the OS and for their various adobe products.

    I have videos on mov file and my quick time player does not play them.
    The MOV file container is the generic QT file container. Any audio and video data compatible with the computer system used to create the file can be placed in the MOV file container. Unfortunate, other systems cannot play the file unless they too are configured with the same components as those used to create the file. The normal procedure here is to use the Finder "Info" or alternative media play "Inspector" window to determine what codecs were used to create the original file and, if they are available for your Mac, install them on your system for playback use. Also be advised that some "legacy" codecs may require playback in the QT 7 Player for proper QT support.
    I opened with other players, there is no sound. Then I opened the same file on my windows 7, it plays perfectly with the sound and everything? What is the problem?
    This would indicate these players either access your QT codec component configuration which does not include the required codec or the app has its own built-in codec support which does not include the required audio codec but you Windows 7 media player is configured with the required codec support. This may incidate the use of a really old codecs that may or may not be available/supported on a Mac any longer.

  • Share a library between two users on the same mac?

    It is possible to share a library between two users on the same mac?

    It's doable. As it's been pointed out Aperture has no provisions for file locking so you can't have two users accessing the library at the same time. This includes having one user having the library open only for browsing. Aperture doesn't have a +Read Only+ mode, when it opens the library, even if you make no changes to any images, the library will be written to.
    This also means you can't have one user open the library and then stop using Aperture but still have the library open and then have another copy of Aperture open on the library.
    Of course if you have two copies of Aperture running even they are on different libraries you'll be in violation of the license and you'll have bigger problems to worry about then a toasted library.

  • How do I view more than one image at the same time in CS6?

    How do I view more than one image at the same time in CS6?

    Hi there
    If you go to Window > Arrange you can choose from several view options. Below I have selected Two-Up Horizontal since I have two images, but you can select other options if you have more than one image.

  • How do i create one source file that feeds two users on the same pro book?

    how do i create one source file/folder of photos that feeds two users on the same pro book?

    Well you can do exactly the same with a folder of photos, just put in the Users/Shared folder.
    Iphoto is a mite more complex than this. It's a database and so there's a bit more involved.
    For iPhoto 09 (version 8.0.2) and later:
    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
    Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder
    (You can also use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
    In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.

  • How to make this two things at the same time ?

    Hello
    When my mouse is on a area, I need :
        -  to show a object (a rectangle inserted with the toolbar)
        -  to show a caption
    I think it's not possible to do this two things at the same time when I use the rollover functions (Rollover caption or Rollover Image).
    I would like to use a button, but the button works only if I click it, and not when I just pass my mouse on it.
    Someone have an Idea?
    I can't use Javascript.
    Thanks

    Rick is correct.  You can use the Rollover Slidelet's rollover area to trigger an Advanced Action.  You'll need to create this Advanced Action with two clauses.  One to SHOW the caption, and the other to SHOW the rectangle.
    Your alternative to the rollover slidelet is to use an Event Handler widget attached to the object that the mouse should roll over.
    The Event Handler will detect when the mouse is over the object and trigger its own Success criteria.  You can then use the widget's ON Success event to trigger the Advanced Action as mentioned above.
    More information about using the Event Handler here: http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets
    An example of using it to do two different things on the same object can be found at this web page: http://www.infosemantics.com.au/adobe-captivate-advanced-elearning-tutorials/beat-adobe-ca ptivate-interactive-catch22
    Trial versions of the widget can be downloaded from here:  http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets

Maybe you are looking for

  • Can't download file hoy-telenovelas-besos-101220.flv to quicklime

    why am i unable to download this file hoy-telenovelas-bess-101220.flv to quicktime player?

  • IPod Touch won't synch with PC

    I am attempting to connect a new IPod Touch to my PC. The prompt said the device will not work with the installed version of ITunes and directed me to uninstall ITunes. I attempted to upgrade by downloading a new version of ITunes, but the IPod Touch

  • How do you convert .AVI files for using in iMovie without losing the original clip time and date

    Hi everyone! does anyone know how to convert .AVI files for using in iMovie without losing the original clip time and date? Handbrake, MPEG Streamclip and Evon all replace the original timecode with the date of modification. This is very frustrating

  • HREmpl- Photo upload

    Hi friends, Im just beginner in HR-ABAP and Im uploading employee pics(mass) thru BDC object with Tcode:OAOH but Im getting error at end as Error:401 Unauthorised. Just kindly advise me, before I go this, is there any confg has to do by the HR consul

  • No auto-connect at home

    I've had this connectivity issue for about 6 months now. When I start my system in the morning, the computer starts normally, AIrport Express starts and green-lights, but none of my computers will auto-join my home network. All 4 are set to autmatica