Tree component not working in a mask

I have been having problems displaying the labels on tree
component , I have now found the cause it was in a mask.
Once I moved it out of the mask it worked fine!!. But the
thing is now how do I get it to work in a mask????
You can test this for yourself by opening the
gallery_tree.fla in \Flash 8\Samples and adding a layer making it a
mask (and making a box around the whole thing).
I need to use the tree in a mask as it is part of a bigger
picture.
Thanks for the help
BP

I'm not sure if that will help, but you can try to set the
mak at runtime (MovieClip.setMask()) - I'm not even sure if that is
"leagal" with components, but setting a (rectangular) mask wia
actionscript is the only way to mask device text, and that should
be part of your component.
Watch out rot problems of depths-order though, as depth
management with component (v2) is different from "normal" depth
management.

Similar Messages

  • The itunes ogg drop X component not working

    Hi there,
    I installed the itunes ogg drop X component not working from Ogg Drop X 1.0b5 and rebooted.
    I still cant play ogg streams. they play fine in a VLC player so I know they work.
    any body get the Ogg Drop X 1.0b5 itunes component working. How do I get it goin'?
    Cheers

    no response.

  • Component not working

    JDEV 11.1.1.2.0 with adf 11g
    i have thow the exception in button commandToolbarButton of actionListener, after throwing exception , button commandToolbarButton working is stop , how to resolve , please help me,
    regards,

    Hello all,
    I am facing an issue with CommandToolbarButton. On Click of the button, I am not able to call the actionListener backingbean method. I have default PartialSubmit true and immediate to false. It does not throw any error but just does not call the method. Here is the code :
    <af:commandToolbarButton id="commandButton1"
    actionListener="#{backingBeanScope.xxxBean.addRecord}"
    icon="/add.gif"
    shortDesc="#{ViewControllerBundle.ADD}"
    partialTriggers="t5" immediate="false"/>
    However, with similar code on another fragment, I am able to call the action listener.
    Can anyone let me know what the issue could be with the component not working on this page ?
    Thanks,
    Victor

  • Brush Tool is not working with Layer Mask

    Working with Windows platform, using Photoshop CS4, Brush Tool is not working with Layer Mask, how can I resolve this challenge?

    Also, do you have any Selections active - maybe hidden?
    When you have your Layer Mask's Channel active, do your Colors change to black and white?
    Good luck,
    Hunt

  • Gradient tool to show hide not work in layer masks

    I have a PS CC (201410204.r.310X640 subscription.   When I used CS5 I could use the gradient tool (black and white) to show hide content in a layer mask.  This achieved the correct smoothness I want to achieve.  In CC the tool does not work in layer masks -it removes too much or the reverse, etc.  I have no control at all over what is removed and not.   Is there a fix for this please.   The lack of the gradient tool for this effect is making CC not worth using at the mo to be honest and I am just about to give up on it.
    Many thanks for any help you can offer.
    Susan

    Thank you for the replies and I apologise for havingn taken so long but have been busy with one thing and another for a few days.
    How to explain?   What I mean is that if I have an image and I, say, then, for example, add a texture image, I could then add a layer mask to the texture lay and working in the lay mark remove or replace the texture mask as I wished... in CS5 I usually used the diamond gradient in little tiny strokes, if necessary, and this removed the texture in with a nice smooth gradient - or replaced it, depending on whether I was using black or white
    Now it does not matter how I use the gradient tool, each 'stroke' just moves the exposed part to a different place in the image
    and no matter whether the colur is set to black or white, each 'stroke' moves the exposed part to another place in the image.
    In order to replace the texture, I have to use the paint brush tool.
    I hope all this makes sense to you clever folks.   I have not reset preferences and tools but it has made no difference.
    Also, I apparently have PS versiib 2014. 2.2 Release   20141204.r30 x 64   - I have updated several times but do not know if this is the correct version.   Any ideas gratefully received.
    Many thanks.  Susan

  • Tree does not work

    When I take the tree component from the Flex 3 Comp Exp. and
    put it into Flex and compile it does not work. I get an 1119 error.
    "Access ----"

    I figured out the problem.
    Is there anyway to have have the user click a tree link and
    have an image appear?

  • Apex 4.0 tree does not work with more than 2 levels.

    When I have more than 2 levels in my tree, I only see the root node. The query works fine and returns 132 rows when I run it in SQL. It is just the tree that does not work.
    The same tree when built in 3.2 works fine.
    This is my tree query:
    select case when connect_by_isleaf = 1 then 0
    when level = 1 then 1
    else -1
    end as status,
    level,
    "NAME" as title,
    null as icon,
    "ID" as value,
    null as tooltip,
    null as link
    from (
    SELECT '__TOP_NODE__' id
    , NULL pid
    , 'BI Applications' name
    , '' link_id
    , null a1
         , null a2
    FROM dual
    1 b) BIA Modules
    UNION ALL
    SELECT '__MD_'||module_key id
    , '__TOP_NODE__' pid
    , module_name name
    , module_key link_id
    , '__MD__' a1
         , null a2
    FROM c_bia_module
    Level = 2
    Parent = Module
    Node = Functional Areas
    ID = '__FA_' prefixing functional area code
    UNION ALL
    SELECT '__FA_'||funcarea_key id
    , '__MD_'||module_key pid
    , funcarea_name name
    , funcarea_key link_id
    , '__FA__' a1
         , null a2
    FROM c_functional_area
    Level = 3
    Parent = Functional Area
    Node = Fact Group
    ID = '__FG_' prefixing fact group key
    UNION ALL
    SELECT '__FG_'||factgroup_key id
    , '__FA_'||funcarea_key pid
    , factgroup_name name
    , factgroup_key link_id
    , '__FG__' a1
         , null a2
    FROM c_fact_group
    start with "PID" is null
    connect by prior "ID" = "PID"
    order siblings by "NAME"
    If I reduce the query to just use two levels like:
    SELECT '__TOP_NODE__' id
    , NULL pid
    , 'BI Applications' name
    , '' link_id
    , null a1
         , null a2
    FROM dual
    1 b) BIA Modules
    UNION ALL
    SELECT '__MD_'||module_key id
    , '__TOP_NODE__' pid
    , module_name name
    , module_key link_id
    , '__MD__' a1
         , null a2
    FROM c_bia_module
    It works fine. Can somebody let me know what I am doing wrong? Is there a way to set the number of levels supported in 4.0?

    Hi Vidya,
    Thanks for posting your example. You may want to remove your workspace details from the previous posting, or at least update the password on the workspace. I've taken a look at your example and initially couldn't see anything wrong with your tree query. However, when I ran your query in SQL Workshop, it only returned one row, which would explain why you were only seeing one node in your tree! I've updated your query to use a WITH clause, and the tree is now working correctly. I believe you've hit an underlying database bug where the CONNECT BY query is only returning 1 row, when in fact it should return > 1 row. By re-writing the query to use a WITH clause, you can get around the problem.
    Regards,
    Hilary

  • Searchspec on Siebel Integration Component not working

    Hi All,
    Has anyone successfully applied the user property 'searchspec' on a Integration Component?
    I have tested but it's not working for me. I have seen that this user property exist on some of the standard vanilla ICs.
    Regards,
    Hakan

    I agree, we have not been able to get it to work. What you're supposed to be able to so is pass the SearchSpec as a parameter through the web service so the web service will apply that spec to the IO when querying, but that also does not work (though it's supposed to). I have an open ticket with Oracle and they are identifying the issue as we speak.

  • Embeded Flash component not working

    I have createdf a Flash movie using the Drag & Drop
    Learning Interactions Component using Flash MX 2004. The
    interaction works fine as standalone Flash movie but when embedded
    in an Adobe Presenter presentation, the drag works ok but it will
    not drop the object. I have had the Breeze control the Flash movie
    and also Breeze not control the movie.
    Any ideas?

    Hi Conrad!
    As you have no doubt already realized, using the Learning
    Interaction templates that are available in Flash MX / MX2004 and 8
    will not work at all in Presenter content.
    The coding methods conflict while playing back within the
    Breeze environment and I
    think it has to do with the _dropTarget property as part of
    the interaction's codebase. The _dropTarget method is NOT supported
    in Breeze, but the hitTest() method IS!
    I have written a few drag and drop exercises that do work
    within Breeze content, and you have to use the hitTest() method to
    accomplish it.
    As you already have discovered, the bottom line is that the
    learning components were intended to be "stand alone" objects that
    could be incorporated into a web page (or even a CD as these
    objects are nothing more than swf files). Aside from the fact that
    the prebuilt/preconfigured learning objects in flash don't always
    work in Breeze, in my mind, the bigger question here is the ability
    (or more accurately) the inability to connect these SCO's to an LMS
    for tracking. As stand alone objects, they're actually pretty
    handy...but not in Breeze.
    I realize this doesn't help much with what you're trying to
    do, but from my perspective, you're better off creating your own
    drag n' drops.
    I've got a bunch of examples to share if you'd like to take a
    look...just send me a PM or email if you're interested.
    Rob
    [email protected]

  • Javascript tree menu not working in portal

    We are evaluating the possiblity of providing javascript tree menu in a portal page, which should work in both IE and Netscape browsers. The javasript tree menu ("COOLjsTree" at http://javascript.cooldev.com/) is working properly in all the browsers when accessed directly as a simple jsp file from the server. But when we create a java portlet of the same jsp file and try to access it from all the browsers, we are not able to see the menu in Netscape 4.75, while it is fuctioning properly in IE 5 and above and Netscape 6 and above.
    We have gone through the note:136120.1 on Supported browser versions for oracle portal.
    The question is why is the javascript not working when put as a portlet in portal on Netscape 4.75, whereas the same piece of code works properly on Netscape 4.75 when accessed as a simple jsp file?
    We want to achieve this functionality and any help/clarification on this particular issue would be greatly appreciated.
    Regards
    Vikram

    I had a similar problem using a different Javascript menu. If you take a look at the HTML generated by the portal and break it down into smaller sections you may find the HTML that is causing your Javascript not to load. It's a tedious task, but not all Javascript is the same. Note, if your javascript is using or manipulating the <div> tag. It must be relative positioned to an image or div or you may run into the problem of the javscript loading and displaying relative to the browser as opposed to your portlets.
    Laith E.H.

  • ADF:LOV declarative component not working inside table component.

    Hi,
    I have created a custome LOV control,I am using this custom LOV control inside the table component,I am passing the below values as the parameter
    KeyValue="#{row.bindings.Value.inputValue}"
    LovModel="#{row.bindings.Value.listOfValuesModel}"
    Value- is the list of value attribute.
    When i click on the LOV search icon, the popup displays the Query model(it displays the list name at the top in the search page.so it is able to recognise the LOVmodel) but it is not able to retrive the list values.I am getting Query page with no values
    in the jspx page it is giving warning as "reference not found for row.bindings.Value.listOfValuesModel"
    Please can anyone help me on this?
    Thanks,
    Harish

    Hi Frank,
    below is my actual requirement and the solution i tried till now.
    I have a table and it has two columns let’s say “Columns” and “Values”. The first column i.e. “Columns” will be a dropdown and it will have predefined values, the other column “Values” will be a “List of value” control or similar kind of control in which the user can search and select multiple values from the popup list, and that list should dynamically bounded to the first column selected value.
    For Ex: if I select a value “Product” from the dropdown of the first column “Columns” , the control in the other column “Values” should bound to “product” list and I should be able to search and select multiple values from the pop up. And the popup should return the multiple selected values as a comma separated string to the textbox.
    In my requirement I have to use only VO’s to create the list and the control in the “Values” column should switch between these VO’s depending on the value selected in the first column.
    The solution we tried till now.
    I used a LOV switcher to achieve the above requirement. But we have a limitation in this approach as we could not do the multi select. Then we created a declarative LOV component in which we can select multiple values as a comma separated string from the popup.
    I retained the LOV switch model , instead of binding LOV switch model to the basic “Input List of Value” control in the JSPX page ,I used the LOV declarative component. Below is the code snippet which calls the declarative LOV component from JSPX page.
    <af:panelFormLayout id="pfl2">
    <af:selectOneChoice value="#{bindings.Columns.inputValue}"
    label="#{bindings.Columns.label}"
    required="#{bindings.Columns.hints.mandatory}"
    shortDesc="#{bindings.Columns.hints.tooltip}"
    id="soc3" autoSubmit="true">
    <f:selectItems value="#{bindings.Columns.items}" id="si5"/>
    </af:selectOneChoice>
    <mc:OraMultiSelect
    KeyValue="#{bindings.Value.inputValue}"
    LovModel="#{bindings.Value.listOfValuesModel}"
    id="oms2"/>
    </af:panelFormLayout>
    Where Value attribute is having LOVModel.
    The above code perfectly fine as I used it inside the “Form layout” and with the parameters passed as KeyValue="#{bindings.Value.inputValue}"
    LovModel="#{bindings.Value.listOfValuesModel}"
    The problem I am facing:
    The actual problem comes when I use this control inside the table which I required in my implementation.
    I called the declarative LOV control as shown below inside the table as I used to call the basic “Input List of value” control which works fine inside the table.
    . <af:column sortProperty="Value" sortable="false"
    headerText="#{bindings.OpPlanning1.hints.Value.label}"
    id="c1" width="133">
    <mc:OraMultiSelect KeyValue="#{row.bindings.Value.inputValue}"
    LovModel="#{row.bindings.Value.listOfValuesModel}"
    id="oms1"/>
    </af:column>
    Above code doesn’t works fine when I select value from the “Column” dropdown it displays the corresponding list model in the pop up but not able to retrieve the value of the list in the popup .
    If I pass the parameters as
    . <af:column sortProperty="Value" sortable="false"
    headerText="#{bindings.OpPlanning1.hints.Value.label}"
    id="c1" width="133">
    <mc:OraMultiSelect KeyValue="#{bindings.Value.inputValue}" --instead of ="#{row.bindings.Value.inputValue}"
    LovModel="#{bindings.Value.listOfValuesModel}"--}" --instead of ="#{row.bindings.Value.inputValue}"
    id="oms1"/>
    </af:column>
    It works fine for the first row.The subsequent rows refers the value selected in the first row dropdown.
    Thanks For the help,
    Harish
    Edited by: 886523 on Nov 3, 2011 8:04 AM

  • Mpeg-2 component not working

    Hello,
    I have some footage that requires the mpeg-2 component. As I do not have final cut I bought this off apple and installed, but it doesn't work. I have searched many forums and followed the advice and made sure it is in the right folder but nothing works.
    How do I get this to work?
    thanks.

    When I open them in Quicktime 7 or 10 it says additional software required and it comes up black but with sound. Mpeg streamclip it comes up white and with sound. I have tried the vlc player and it does work on that, but I have had problems in the past with converting movies to usable footage so this isn't a solution. I know that this can work as have read lot's of posts hwere it is resolved but none of the solutions work for me. I think maybe it's the type of mpeg-2 component I have.
    The format of the footage is MPEG-2 Video, Linear PCM, Timecode.
    thanks.

  • Related Content component not working

    I have this component in the list of Enabled components on my Oracle CMS, but I am not able to execute this service.
    I don't see any related content links information in the doc info page.
    Should I try to disable and enable the component or completely reinstall it.
    If I do reinstall it , would the content that are related to each other still retain their associations?

    Hi Jason,
    Yes the FXP file worked. There is something about my project that Flex doesn't like.
    I do not get any errors like those described in the bug. It just doesn't do anything when you type the dot.
    I do have a library from a loaded swf, but it all works. I also described my project to have two component directories. Please see previous post.
    Could this be the problem?
    And, could you please tell me how to find my "workspace" directory.
    And, one more thing...
    Could you please let me know how to "try a clean workspace". I'm tempted to merely delete the project, leaving the files, then re-import.
    Thanks,
    Shannon

  • Web Page Tree View Not Working for One Client

    Hello all,
    I have one client who is suddenly having problems with the "Tree View" in Web Pages. He clicks it and nothing happens, so he can only view pages by List View. Also, when he clicks the pagination at the bottom of List View, nothing happens. However, he can still use the Next/Previous and First Page/Last Page arrows - they work, but it takes forever to find a page since it's a very large site.
    He logged in on a co-worker's computer, and did not have the problem. He's running Windows XP, and it happens in both FF & Chrome. He updated flash and java, and disabled all his extensions and it still caused the problem.
    Has anyone else seen this? I'm at a loss as to what to do. He's the only one within the organization that is having this problem, and of course, he's the one who uses ABC the most. He's super frustrated.
    Thanks!

    Okay, it turns out the problem is when the client is logged in in French. When he switches his account to English, the problem goes away. When he logs in on his computer with a co-workers username, it works in English, but not in French. When he logs in at the co-worker's computer with either his or her username, same thing - it works in English, but not in French.
    So, there is something wrong with French UI.

  • White paint will not work in Layer Mask

    I just installed PS CS6 and when I apply a layer mask to a layer I can paint black to hide the layer, but when painting white to restore the layer there is no effect.  White paint will not restore the layer or modify the mask at all.  The black paint works as usual to hide the layer, but how do I restore an area in a layer mask if not painting white?
    Thanks for any help with this.
    Troy

    That was it.  The blending mode for the brush was set to Darken which doesn't affect black, but obviously does affect white. 
    Thanks alot!
    Troy

Maybe you are looking for

  • Certain songs not working as ringtones?

    I've purchased a few ringtones this morning, and I'm really liking the interface. It's very addictive. However, I've found that one album I purchased brings up a message: +"This song cannot be made into a ringtone"+ +"Carmina Burana: O Fortuna" by Bo

  • Problem Removing Files: Input/Output Error

    I recently posted this article http://discussions.apple.com/thread.jspa?messageID=4596969#4596969 about my struggles to repair my hard drive. I'm currently in Single-User Mode, in the process of manually removing files that returned the error "Overla

  • Have problem with recording to MINID

    I have Audigy 2 platinum pro. when I try open minidisc program (send music to my minidisc frow optical cabel) the computer shuts dow with the writing that there is problems. and tahts ir allmoust all time. Thanks Povilas

  • Can't replace an app package

    When I click "Replace" link I get "ShowDialog failed." message at the top of the "Upload and describe your package" form. Using IE11 on Windows 8.1. Everything was okay yesterday.

  • Can't locate ADF Faces Core tag document

    I found a good ADF Faces core tag document (10g), using this URL, http://www.oracle.com/technology/products/jdev/htdocs/partners/a ddins/exchange/jsf/doc/tagdoc/core/imageIndex.html. This reference has images for each tag component. but somehow the U