Is it possible to use transparency AND outer glow within a composition target?

I've created a composition which uses a bunch of buttons to show different overlays over a background image. The idea is that you can see through the overlaid images using 50% opacity (for example) to see the image underneath, thereby understanding the context of the overlaid image. I also wanted to highlight the overlaid image with an outer glow. This sort of works but I can't get the outer glow AND the opacity to work together, when applied to the state of the overlaid image. If I apply them both I lose the 50% opacity. In the end I've had to apply the 50% opacity to the composition target itself but this is not ideal as this impacts other elements within the target (such as a box with text describing the overlaid image). The outer glow and opacity work fine when applied to an image OUTSIDE of the composition e.g. a picture placed on the page.
The link below takes you to the page I'm working on.
All the composition targets have 50% opacity (or 75% on click) applied to the target itself and the the outer glow applied to the picture EXCEPT "Cubby Pair" which has opacity 50% AND outer glow applied to the picture. As you can see the "Cubby Pair" seems to ignore the opacity setting and is 100% opaque.
Under the Hood (TCV-M)
Any ideas?
Edit: when I Preview in Muse it works but not when I view in browser (both IE and Chrome, haven't tried Firefox)

I think I solved my own question. Instead of using "Opacity" next to the "Effects" option I have used "Fill" opacity. This appears to work fine now.

Similar Messages

  • TDMS: is it possible to use sender and receiver client within the same SID

    Hi all
    I have a general question about TDMS: i always read that it is possible to refresh data from a productive system/client to a test system/client, e.g. PRD100 => DEV100. But is it also possible to refresh data from one sender-client to the receiver-client inside the same system using TDMS, e.g. DEV100 => DEV200.
    i'm asking because if i start to build up a new client using tdms the first step is to build up the client using package "ERP Initial Package for Master Data & Customizing". This includes under point "data transfer" the step "lock the system" with teh following description:
    Lock System
    Activities
    During data deletion in the receiver client, the tables are dropped. All clients in the system are affected by this procedure. Consequently, all users in all clients in the receiver system must be temporarily locked while the data deletion takes place.
    The function for this activity locks only the current client. If the receiver system is a single client system, it is sufficient to execute the function. If, however, the receiver system is a multi-client system, the user in the other clients must be locked using standard means.
    Anyone has any experience with this scenario inside the same system?
    Regards
    Adrian

    You can run TDMS package on the same system and between different clients. However SAP don't recommend to run TDMS package on the same system.
    There are 2 ways to delete data in receiver system: Array delete and drop insert.
    You have to use Array Insert only which is usually very slow as it first select all the relevant entries from the tables in the target client and then drop it. So, it is slow.
    Drop insert is much optimized and fast but the same can not be used in this use case.
    That is the reason SAP don't recommend to have TDMS run in same system.

  • Trying to print to video using in and out

    I am trying to print to video (Mini DV) using in and out points. It works fine when I just play through the camera and record and it will print to video when I start at the beginning, but when I place in and out points and I have set the media to print "In to Out", but it just records the black leader then stops.

    For exporting, IN and OUT points must be set in the +timeline of the sequence+ you want to export: make sure the timeline is selected, but NO clip in the timeline is selected before setting the points (use ****-cmd-A to deselect all clips).
    If they are properly set you'll see an highlighted area in the timeline between the IN and the OUT points.
    Piero

  • Is it possible to use cursors and zooming in the plotxy function that outputs pictures?

    I use the plot multi xy function in my vi that outputs a picture. And I wonder if it is possible to use cursors and zooming with this output picture?
    Thanks,
    Ogulcan Kaya

    Hi Ogulcan,
    it is, but not as straightforward as with standard graphs.
    As a starting point take a look at the example shipped with LV: Modified Smith Plot with Zooming.vi; you find it in picture examples.
    Good luck,
    Alberto

  • Possible to use audio line out and in simultaneously ?

    In the current version of MacBook Pro Retina is it possible to use the analog audio line out and line in both simultaneously ? That is playback as well as record analog audio at the same time.
    Does anyone know what is the audio hardward platform (Codec, DAC, ADC, etc..) in this machine ?
    Thanks!

    Air has a headset jack.
    You can use a splitter
    Mics should be USB capable for best results, almost all headset mics are junk quality.
    then monitoring or listening thru the headphones
    consider using a PRO MIC , such as an Audio Technica AT2020 USB
    http://www.amazon.com/Audio-Technica-AT2020-USB-Condenser-Microphone/dp/B001AS6O YC/ref=sr_1_1?ie=UTF8&qid=1390776580&sr=8-1&keywords=at2020+usb
    or better still use one of these with pro XLR mics:
    http://www.amazon.com/Focusrite-2i2-USB-Recording-Interface/dp/B005OZE9SA/ref=sr _1_1?ie=UTF8&qid=1390776526&sr=8-1&keywords=2i2

  • Is it possible to use SCCP and SIP at the same time?

    Our CCM is using v9.1 and all of our phones are SCCP. We are looking at a conference room phone that runs SIP. Would it be possible to use this in our current setup?

    Hi @bobdchambers,
    That's totally fine. They both co-exist in the same environment but make sure to not configure the same extension in different models because if you dial an extension that is configured in a SCCP phone and a SIP phone, just the SCCP phone rings.
    HTH.
    Rgrds,
    Martin, IT Specialist

  • Why LabVIEW crashes when I'm trying to use "in" and "out" in my DLL?

    Calling function from DLL using Call Library Function.
    Function source:
    extern "C" __declspec(dllexport) long ReadPort(long base, long off)
    unsigned char c;
    long d;
    __asm
    push eax
    push dx
    push ax
    mov eax, base
    add eax, off
    mov dx, ax
    in al, dx
    mov c, al
    pop ax
    pop dx
    pop eax
    d = c;
    return d;
    Using LabVIEW 5.0 and MSVC 6
    OS: Win2k

    > I am sure... When I delete "in" command from DLL source, it works...
    > but when I use "in" or "out" assembler command, LV crashes (sometimes
    > without any error message)...
    >
    Windowd 2000, and most of the more modern MS OSes do not allow direct
    access to HW. That means that applications do not have permission to
    call in and out instructions. Those instructions are protected and any
    app calling them will be terminated because it did something illegal.
    To get direct I/O to work, you should look for the driver on the NI web
    site that will redirect it for you.
    Greg McKaskle

  • Is it possible to use fullscreen and exclusive mode with a jfilechooser?

    is there a way to use them together? while in fullscreen exclusive mode the jfilechooser doesn't attach to fullscreen window and it halts the program.. I've tried setting the parent frame as the fullscreen frame but it's all glitched.. am I missing something?
    thank you,
    best regards,
    Jacopo

    For reference, the cross-post can be found here:
    Is it possible to use network devices (cDAQ-9188) with a PXI Real Time system?
    Jayme W.
    Applications Engineer
    National Instruments

  • Possible to use arrays and merge?

    Is it possible to use the results of APEX_UTIL.STRING_TO_TABLE in a merge statement? For example:
    l_selected := APEX_UTIL.STRING_TO_TABLE(:P4_V_METHODS);<br>
    l_methods := APEX_UTIL.STRING_TO_TABLE(:P4_VERIFICATION_SEQ);<p>
    merge into verification_results vr<br>
         using l_methods on (<br>
         l_methods = vr.verification_seq<br>
    ) <br>
    WHEN MATCHED THEN ...<p>
    etc.<p>
    It's a bit of a convoluted task that may not be possible. I've got checkboxes that hold the reference values (method_seq) and a hidden item that returns a string of the primary keys of a rel table (verification_results.verification_seq) and I want to merge what was stored and any new/different things that were checked.
    Y'all are going to want an example on apex.oracle.com, aren't you...
    thanks!

    Short answer, no. Used a couple arrays and loops instead.

  • Possible to Zoom in and out on a Video?

    I am using Adobe Premiere Elements 4.0 on Vista.
    I have a video clip of my son playing hockey, and I'd like to zoom in and out on him to show the audience where he is so they can follow him during the sequence.
    Any ideas on how I can do this?
    Alternatively, if someone has a suggestion on other ways to highlight him, I'd be very appreciative.

    You only have so much resolution, of course, so it may get fuzzy if you zoom in too much.
    But right-click on the clip on the timeline and select Show Properties. In the Properties panel, open the Motion properties and increase the Scale settings.
    If you keyframe the motions, you can actually create a motion path and zoom in. My Steve's Tips articles at Muvipix.com tell you how.
    http://muvipix.com/products.php?subcat_id=41

  • Cannot delete clips when using in and out points

    Hi
    I Cannot trim or delete clips in final cut when I'm using the in and out points. Nothing happens and the clips stays the same.
    any suggestions?

    Duplicate post: http://discussions.apple.com/thread.jspa?threadID=2758328&tstart=0

  • Cannot delete clips in timeline using in and out points

    Can't delete or trim clips clips in the timeline when I use the in and out points. Can't figure out this flaw. Its as if final cut does not recognize the ine in and out points. I 've been using the razor to make edits, but when a come across a flash frames and need in and out points to delete the flashframe, I'm in trouble.
    Thanks

    Hi -
    You are missing a step.
    Set the in and out points on the section you want to delete:
    Then type Option-A to select the area within the In and Out Point:
    Then press the small delete key or Shift+ Regular Delete Key and it will delete the section you've designated with an In and Out and pull up the rest of the edit:
    MtD

  • Video stutters when setting range in and out points within browser

    While playing back video and using the "I" and "O" keys to set range in and out points, the video stutters every time I press either key.
    Footage is Apple ProRes 422 1080p23.98 and 720p59.94 (problem is more noticeable with 59.94 footage). Playback quality is set to "Better Performance"
    FCPX 10.1.3
    OSX 10.9.5
    Mac Pro (Late 2013)
    3 GHz 8-Core
    32GB RAM
    Dual AMD FirePro D700
    Project stored on 7200rpm eSata drive via GbE

    Yes that's exactly right. As I'm going through selecting ranges to mark with a keyword tag, the video pauses for a split second (and skips a few frames) every time I use the "I" or "O" keys. As I tend to tag multiple sections within each clip I like to mark my ranges and tag them on the fly while the clip is still playing.

  • Possible to use both optical out AND regular line out at the same time?

    I currently have my computer speakers (logitech z560) hooked up to the mac pro via regular stereo jack in the back. I have an extra receiver that I would love to hook in to supply me with some needed sound for movie watching and what-not.. Is there a way to enable both line out - digital and line out at the same time?

    You can set DVD Player's "Audio output" to "Digital Out" in its "Disc Setup" preference, while other applications use Line Out.
    You could use a splitter on Line Out to feed your current speakers, and analog Line In on your receiver. When you want sound to both systems, set the receiver to Line In. When you want to watch DVDs, set it to Digital In. This will give you surround sound if the DVD has multichannel sound, and the receiver supports more than two channels.
    If you really want the same output on the Mac Pro Line Out, and Digital Out, you can use the "Auxiliary Device Output" effect in Audio Hijack Pro
    <http://www.rogueamoeba.com/audiohijackpro/>
    It will not support more than two-channel audio.

  • Possibility of using pdf and html postings

    Hello,
    we are using SAP E-Recruiting Release 604. We are using a external channel which sends out mails with the posting to several universities automatically. Now we want to switch from pdf posting to html posting. Unfortunately the universities can not print html postings and prefer pdf postings. Is there a possibility to switch to html posting but still send mails with pdf postings?
    Thanks for your replies!

    you can generate the PDF in the workflow manually and than send the mail manually.
    But I prefer the PDF version too. Why switch to HTML?
    Maybe you should use the XML posting option instead?

Maybe you are looking for