Please, help me with parents and childs

hi,
I just can't figure it out which mc is the parent and which
are its children. Please help.
Here's the code:

THX. I saw the same "family tree", but I started to doubt as
soon as I tried to add blur filter to menu items. I've found it on
the www.kirupa.com (they have some great stuff there). Here is the
direct
LINK
to the script. Can you tell me, how can I add a blur filter to menu
items. By default they are blured and OnRollover they get cleared.
regards

Similar Messages

  • Session expiration issue with parent and child window

    Hi,
    We have two applications (App1 - Implemented using JSF, Spring and Hibernate and App2 -Implemented using Spring MVC, Spring JDBC).
    I have implemented 'Test Access Content' functionality in App1.
    First admin user (Role- Manager) needs to login to App1
    As part of 'Test Access Content' functionality, he enters URL with encrypted key and click 'Test Access' button.
    It opens new window (implemented using java script - window.open) and hits spring controller of App2.
    In spring controller of App2, I am decrypting the key to get user details. After that i am setting user details in session, constructing final URL to display actual content.
    Problem is parent window maintains session till child window renders response. Once child window renders response, parent window loosing session.
    So, if i click any button in parent window after child window renders response, it displays login page as there is no session for parent window.
    Please note that App1 and App2 are sharing same domain. only context paths are different for both apps (app1 and app2).
    Any suggestions on this issue are much appreciated. Please let us know if you have any questions.

    Hi,
    When you open a child window from parent window then you can access child data in the parent window through javascript.
    We have a main web page. There are quite many links on it from which >user can open new web pages but the data is saved when the submit >button on the main page is clicked. Also data that user entered on the >other sub pages is not displayed in the main window.
    1 is this a case of parent and child window.case 1 When you are submitting the main page you need to run javascript function and get data from child windows and save that to database or session. next time when you are displaying the main window you need to query session or database to display the child window data in the main window.
    Case 2> closing child window and you need data in the parent. This can be done in two ways.
    1> When you are closing the child window populate some variables of the main window using javasript.
    2> Save the values in the database or session and refresh the main window and extract data from database or session
    Where should the data be saved that user enetered on the sub pages as the data is not shown in the main page - should it be stored in the session?It is design decision. You can store data in either session or database when you are closing the child window. But ifyou are saving the data on the main page then you can populate main page with child windows data using javascript. Save the data t database when main window data is saved. Depends on business requirements.
    In short if you are saving child windows data in session or database then you need to refresh main screen to pull that data otherwise populate main screen using javascript.
    I hope i answered your questions :) best of luck

  • Optimistic Lock with Parent and Child relationships

    Hi,
    I just have a question regarding optimistic locking. We have a scenario
    where a parent object has many child objects. Both the parent and the
    child objects have a jdolockx column in the database/jdo file.
    It appears that whenever you add a new child to the parent the parent's
    optimistic lock counter is also updated.
    eg
    parent.getChildren().add(child);
    child.setParent(parent);
    Why does this occur? There is no change made to the database table for
    the parent, except for the jdolockx column. Is there something that I can
    do to stop the lock count from incrementing when I child is added?
    We have a scenario where we have many threads of execution wishing to add
    children to a single parent. The parent itself isnt modified but this
    operation fails due to the parent lock counter being incremented.
    Any help would be appreciated
    Thanks
    Luke

    There is state image indicator in Kodo 3 which has more locking options
    beyond a simple number:
    http://solarmetric.com/Software/Documentation/3.0.1/docs/ref_guide_mapping_versionind.html#state-image
    In addition, you can plug your own version indicator.
    Our default optimistic locking avoids the problem of users having no
    idea what is -actually- in the collection/set at any given time.
    Inconsistencies can occur at the datastore level (user 1 adds
    object a to collection, user 2 removes a, user 1 adds object b... which
    should actually be in the DB? {a,b} or or {a}? This is one of the
    many ways in which not tracking changes to a collection/set can be
    hazardous).
    On locking exceptions, errors could be handled in some appropriate
    function (i.e. refresh, re-apply changes if applicable/safe,
    and commit).
    Luke wrote:
    Hi,
    I just have a question regarding optimistic locking. We have a scenario
    where a parent object has many child objects. Both the parent and the
    child objects have a jdolockx column in the database/jdo file.
    It appears that whenever you add a new child to the parent the parent's
    optimistic lock counter is also updated.
    eg
    parent.getChildren().add(child);
    child.setParent(parent);
    Why does this occur? There is no change made to the database table for
    the parent, except for the jdolockx column. Is there something that I can
    do to stop the lock count from incrementing when I child is added?
    We have a scenario where we have many threads of execution wishing to add
    children to a single parent. The parent itself isnt modified but this
    operation fails due to the parent lock counter being incremented.
    Any help would be appreciated
    Thanks
    Luke
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Please help me with recording and playing audio simultaneously!!!

    Right now I can either play the incoming stream OR record it. I tried making Clones for datasource like :
    DataSource clone1 = Manager.createCloneableDataSource(originalSource);
    Then I pass it to these 2 classes:
    new playThread(clone1).run;
    new recordThread(clone1).run;
    playThread is a Thread class that will take the cloned datasource and then plays it while recordThread will record the incoming datasource. Here is what happens when i run them one after another:
    When I run playThread before recordThread I get ACM driver error. But if I run the recordThread before playThread the playThread's playerWindow shows up and plays for a split second then stops; The recordThread does record all the incoming stream though... Here are my questions....
    1. Anyone know what my problem is? is it resource alocation? Threading problem?
    2. Did I use the clone datasource correctly? I tried making clone1, clone2 but those didnt work well either...Should I do anything to the clones for record and play? all I did was pass them to the 2 classes and those classes just use them straight out without proccessing or anything...
    Please help me out!!!! thanks a bunch!

    i dont think it is... i tried the clone thing but samething happened... it might be a Thread problem since when i put those together sometimes record runs sometimes player runs... and at the end i get "ERROR while querying ACM driver's information" error..... i am really confused...
    DataSource clone1 = Manager.createCloneableDataSource(originalSource);
    DataSource clone2 = Manager.createCloneableDataSource(clone1);
    playerThread play= new playerThread(clone1);
    recordThread record= new recordThread(clone2);
    record.start();
    broad.start();
    anyone can help is appreciated

  • Request help to display a list with parent and child list item.

    I created a static list with items A,B,C and a child item A1 under parent A. I chose the template "vertical Side bar list". I am using theme 10 (sand) for my application. I created page 0 and am displaying the list on page template region position2. I am able to see the side bar with options A,B,C. But am not able to see the child option A1 when I click on Option A. I tried using 'DHTML MENU WITH SUB LIST' but When I click on option A, the child entry A1 is showing over the B and C options. I know this might be a pretty basic functionality. I am new to APEX and am just learning. I appreciate any help you give me.

    Mr.Backstrom,
    I have changed the list template overide to dhtml Tree. And now the list is being displayed as vertical unordered list with bullets. Is it possible to take off the bullets? Thank you for your time.
    Suma.

  • Please help me with audigy and ADA 885 in

    i can't sovle the problem with Quad Mode of ADA 885 system even try all "bassfix" at Dell homepage.
    I am using windows XP SP2.And i think maybe a new sound card can solve this problem.
    What sound card can solve this? or is there any way to solve it without "touch the wallet"?. I like creative's one:Audigy 4,X-Fi ...
    Please give me an advice!

    Hi,
    There is a way to Get all the Values.
    I have created Two Test table and will give the Details how is works.
    Step1:
    /* Master Table For ur Source */
    Create table test_no
    ( id varchar2(1))
    /* Inserted Three Rows as per ur requirement */
    insert into test_no values('S');
    insert into test_no values('P');
    insert into test_no values('O');
    Commit;
    /* Transaction Table */
    Create table Test_no1
    ( no number,
    id varchar2(1))
    /*Inserted the following Values in Transaction Table i.e. Test_no1*/
    NO     ID
    1     S
    2     S
    3     P
    4     P
    5     S
    6     P
    7     O
    8     O
    9     O
    /* Code For getting the Desired Results */
    Select a.no,a.id
    from Test_no1 a, test_no b
    where a.id =decode(:MY_LIST,'A',b.id,:My_List) /* A is getting Treated as All for S,O,P */
    and a.id = b.id;
    /*If u provide the Value 'S' to :My_List the O/P will be */
    NO     ID
    1     S
    2     S
    5     S
    /*If u provide the Value 'P' to :My_List the O/P will be */
    NO     ID
    3     P
    4     P
    6     P
    /*If u provide the Value 'O' to :My_List the O/P will be */
    NO     ID
    7     O
    8     O
    9     O
    /* Now if u provide the Value 'A' to :My_List the O/P will be */
    NO     ID
    1     S
    2     S
    3     P
    4     P
    5     S
    6     P
    7     O
    8     O
    9     O
    All the Rows will be Displayed.
    U can change the Where clause as per ur SQL and try running it.
    I hope this will help u.

  • ORACLE SQL Query with Parent and Child structure

    I have 2 tables which are Account tbl and Customer tbl, the structure is like below:
    Account tbl
    Customer_ID    Account_ID    Parent_Account_ID    
    3780952        3780952         3780952
    3780997        3780997         3780997
    3781004        3781004         3780997
    Customer tbl (Customer_Group have different value, but im only interest on Personal)
    Customer_ID      Customer_Group
    3781004          Personal
    3780997          Personal
    3780952          PersonalThe rule to determine PS/NonPS, Principle, Supp as per below:
    **PS/NonPs**
    Customer_ID equal to Parent_Account and Parent_Account is unique (not exist more than 1)  then NonPs.
    Customer_ID equal to Parent_Account and Parent_Account is non unique OR -   Customer_ID is not equal to Parent_Account then PS    
    **Principle**  IF NonPS then Principle is Null IF PS - If Customer_ID equal to Parent_Account then Principle is Y else N
    **Supp** IF NonPS then Supp is Null IF PS - If Customer_ID not equal to Parent_Account then supp is Y else N The final output should be like this
    Customer_ID    Account_ID    Parent_Account_ID   PS/NonPS   Principle   Supp
    3780952        3780952       3780952             NonPS       Null        Null
    3780997        3780997       3780997             PS          Y           N
    3781004        3781004       3780997             PS          N           Y I alredy tried many times but still cant get the output..anyone can help ?

    hi,
    i hope this is what you want , this query matches all of your mentioned requirements .
    WITH accounts AS
         (SELECT 3780952 AS customer_id, 3780952 AS account_id,
                 3780952 AS parent_account_id
            FROM DUAL
          UNION ALL
          SELECT 3780997 AS customer_id, 3780997 AS account_id,
                 3780997 AS parent_account_id
            FROM DUAL
          UNION ALL
          SELECT 3781004 AS customer_id, 3781004 AS account_id,
                 3780997 AS parent_account_id
            FROM DUAL),
         customer AS
         (SELECT 3781004 AS customer_id, 'Personal' AS customer_group
            FROM DUAL
          UNION ALL
          SELECT 3780997 AS customer_id, 'Personal' AS customer_group
            FROM DUAL
          UNION ALL
          SELECT 3780952 AS customer_id, 'Personal' AS customer_group
            FROM DUAL)
    SELECT customer_id, account_id, parent_account_id, "PS/NonPS",
           CASE
              WHEN "PS/NonPS" = 'NonPS'
                 THEN NULL
              WHEN customer_id = parent_account_id
                 THEN 'Y'
              WHEN customer_id <> parent_account_id
                 THEN 'N'
           END principle,
           CASE
              WHEN "PS/NonPS" = 'NonPS'
                 THEN NULL
              WHEN "PS/NonPS" = 'PS' AND customer_id <> parent_account_id
                 THEN 'Y'
              WHEN "PS/NonPS" = 'PS' AND customer_id = parent_account_id
                 THEN 'N'
           END SUM
      FROM (SELECT   t1.customer_id, t1.account_id, t1.parent_account_id,
                     CASE
                        WHEN t1.customer_id = t1.parent_account_id
                        AND (SELECT COUNT (*)
                               FROM accounts
                              WHERE parent_account_id = t1.parent_account_id) = 1
                           THEN 'NonPS'
                        ELSE 'PS'
                     END "PS/NonPS"
                FROM accounts t1, customer t2
               WHERE t1.customer_id = t2.customer_id
            ORDER BY t1.customer_id)
    output
    CUSTOMER_ID     ACCOUNT_ID     PARENT_ACCOUNT_ID     PS/NonPS     PRINCIPLE     SUM
    3780952     3780952     3780952     NonPS          
    3780997     3780997     3780997     PS     Y     N
    3781004     3781004     3780997     PS     N     YThanks,
    P Prakash
    Edited by: prakash on Jan 17, 2012 3:38 AM

  • Please help me with feedburner and iTunes! Help!

    I'm knew to podcasting, so if someone could help me out you'd rock. I have a show on podbean.com, and my show is also on iTunes.
    I burned the feed with feedburner, but feed burner shows 0 subscribers 0 listeners. Podbean.com shows hundreds of downloads.
    Could someone explain to me IN PLAIN SIMPLE ENGLISH how to get iTunes to recognize my feed burner version of my feed?!?! I can't seem to make sense out of any answers online, and i am frustrated!
    Here are my links, could someone simplify this for me? Thanks.
    http://todayinipad.podbean.com/feed/
    http://feeds.feedburner.com/TodayInIpad
    -Dr. Brad

    This is the problem with services like Podbean, they may make things easy, but you don't have a lot of control. The same is true of Feedburner, of course; mostly it works OK but you should be aware that if you wanted to change from it you would have the same problem. On the plus side, you can change the feed which you submit to Feedburner without upsetting iTunes, and of course you get the statistics which iTunes does not provide.
    In order to remove your existing podcast, follow the instructions here. Then submit anew using the Feedburner feed, or another if you decide to do that.
    However, if you keep the same title you will probably have the submission rejected on the grounds that a podcast of that name has already been submitted (even though it's been removed) - this appears to be a bug in the Store. You will probably need to make a small change to the title - a bit of punctuation, perhaps, such as 'Today - in iPad'; you could then change the title back once the feed has been accepted and is up and running.

  • Please help me with playlists and songs

    Hiya Im really stuck!
    I have an Ipod and am running windows, I added all my CD's and songs to my Ipod but as my computer doesnt have a lot of space I deleted them from the hard drive once I had done this.
    Now when I try to make a standard playlist by dragging them onto the playlist I created it wont work and it also wont let me add any artwork to albums.
    Am I being really thick or is there a simple solution.
    Any help is really really appreciated
    Thanks

    "Am I being really thick or is there a simple solution."
    Yes. Don't delete them from your hard drive. You cannot create playlists of, or add artwork to songs that aren't there!!

  • U410 PLEASE HELP me with WIFI and Dolby on Windows 8

    I've just purchase windows 8 Pro, everythings seem to working greate but WIFI an Dolby. Wifi didn't work no matter what I tried. I researched on this forum, maybe it causes by Intel Rapid Storage and the irresponsibility of Lenovo's driver coder  team on Windows 8. Have anyone tried disable accelerate mode in IRST while keep RAID on ?

    It seems nobody solved **bleep** U410 issues

  • Need help with arranging Parent and Child item accordingly

    Hi Experts,
    I have a sales BOM in SBO, here we need to show both the Parent and child items. but we do not have to show the Sr.no and Qty for the child items.
    Kindly help me out how I can do it.
    Below pasted is the image of my sales order,
    Also i have attached the report with it.
    Requesting you to kindly help..
    thanks and regards,
    Nandish.

    The Sales BOM helps in identifying that. The product in Red is the Parent Item and the product in Grey are Child items.  The paretn item is the table OITT.Code and child items are in ITT1.code.
    Let me now if you require more information.
    Also how can I send you the layout here for your reference?
    thanks in advance,
    Nandish.

  • I bought a movie the movie Godzilla 2014 recently but it didn't show up in my library. I went check the itunes store and it wants me to buy it again. Please help me with this problem.

    I just bought this movie "Godzilla 2014" but it won't show in my Movie Library. I closed my Itunes and put it back on again but still won't show up. I checked my purchased list and it shows that I recently bought the movie but when I checked the itunes store it wants to buy the movie again. Please help me with this right away Apple.

    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • How to list selected parent and child rows with values from ADF TreeTable

    I created one tree table having three levels using DepartmentsVO, EmployeesVO and
    JobHistoryVO where these tables contains parent and child relationship on database.
    Then i added one more column to the tree table which displays selectBooleanCheckBox. This
    check box is available for parent and child rows in that column.
    My first concern is i
    want to list out all the parentids and its child ids from three levels where the check
    box is selected.
    second concern is
    if i select the check box for a parent row, then the remaining check boxes for child rows also select automatically which are comes under the parent row.
    Thanks in advance.
    jk

    hi Frank,
    Thanks for the quick reply...
    As I mentioned before I am able to get the children using JUCtrlHierNodeBinding. but wanted to change the value of child row which have specific data.
    Is it possible through JUCtrlHierNodeBinding to update data of child and parent?? If so then can you please post the code snippet for the same???
    Viral

  • HELP!!!! My Hotmail no longer works with Safari v. 5.0.6 and my Imac Leopard operating system 10.5.8.  Please help me with any suggestions on what to do.  Thank you.

    HELP!!!! My Hotmail no longer works with Safari v. 5.0.6 and my Imac Leopard operating system 10.5.8.  Please help me with any suggestions on what to do.  Thank you.  I cannot find any new downloads for Safari that work with Leopard.  The newest ones only work with Lion.  My Firefox browser still works though but I would rather use Safari and cannot access any e-mails or send any e-mails via Safari.  This happened about 3 weeks ago and I thought it was just a glitch on Hotmail's site.  Now I realize Hotmail must have released an update that no longer works with Leopard 10.5.8.  PLEASE HELP ME!!!!  Thanks to anyone and everyone who reads this and attempts to help me.  I do not know what to do....

    Hi Sue,
    What exactly happens when trying Safari?
    They did change it to Outlook recently, but while not pretty, I can access mine with Safari 4.0 still...
    You can also set it up in Mail so you don't need a browser at all if you want.

  • Hello, Honestly I just updated my 4s and my iPad 3 to iOS 6 and when try to press on the Music app or the iTunes app it says "cannot connect to iTunes Store" Could you please help me with this thank you so much, Charbel from Lebanon

    Hello, Honestly I just updated my 4s and my iPad 3 to iOS 6 and when try to press on the Music app or the iTunes app it says "cannot connect to iTunes Store" Could you please help me with this thank you so much, Charbel from Lebanon

    See these previous discussions help.
    App Store Updates (but only Updates)...: Apple Support Communities
    Apps suddenly don't update: Apple Support Communities

Maybe you are looking for

  • Problem  with a rule in workflow

    Hello, i have a workflow that use a rule for assign inbox of the users, when i test the rule it seem to be good, because in the result i can see the right user. In my workflow i have 4 levels of authorizations. The first level works well, but the sec

  • Fusion Order demo + Oracle Weblogic Server 10.3.2

    Hello, I am trying to deploy the Fusion Order demo FusionOrderDemo_R1PS1 -> StoreFrontModule version to Oracle Weblogic server 10.3.2 from Jdeveloper,StoreFrontModule application deployed successfully. But when i tried to run the http:/<host>:7001/St

  • Yahoo Messenger on phone will log out when person in my contact list is knocked off.

    I have a contact that when they are kicked off of yahoo messenger from their blackberry, it logs me out of yahoo as well.  This contact is the only one that it does it with.  Has anyone ever had this happened and know why it happens?

  • PCG7: More Flow Rule help

    Hi, I have a trigger based Flow rule setup. It has 2 process flows. #1 is a check constraint (has an advanced rule that runs some SQL to check if a certain condition exists) #2 is a notification. The Notification has the condition that the previous c

  • Help needed on how to move caption

    when I select print with the caption option the caption is about 5cms below bottom of picture so doesn't print. how do I reposition the caption into the margin or even on the photo please? i Am printing to postcard size. The picture looks fine in pre