Table tree icons has not erased even after the application of CSS

Hello

I need to change the table tree developed and reduced and the head node icon.

Leaf node icon happens correctly, but the other two are misapplied.

In the background the old default image becomes redered and in addition to this the newly given image is displayed.

Here are the .css declarations used to change icons.

AF|treeTable::expanded-icon{content:URL(/org/CalWIN/UI/superweb/image/yellowBlueMarker-minus_trans.gif);
background: no ;}
AF|treeTable::collapsed-icon{content:URL(/org/CalWIN/UI/superweb/image/yellowBlueMarker_trans_plus.gif);
{Background: none}
AF|treeTable::leaf-icon{content:URL(/org/CalWIN/UI/superweb/image/blueCircleMarker_trans.gif);
{Background: none}

Can anyone suggest a solution for this.

Thank you
Praveen.

Hello

If you extend an existing skin, try - tr - inhibit: all;

AF | treeTable: {expanded icon

-tr - inhibit: all;
Content:URL(/org/CalWIN/UI/superweb/image/yellowBlueMarker-minus_trans.gif);
Background: none;
}

in case there is a problem with the legacy

Frank

Tags: Java

Similar Questions

  • PC has not successfully restarted after the installation of updates

    Hello

    I have been updated with Windows Update and asked to restart my PC after the installation is complete, however, my computer froze just at that moment, so I had to press the power button to force it to close. So I don't a not properly restart but forced my PC to stop and I have not a screen saying "Configuring updates" as usual (because there is no restart appropriate but just a forced to close). When I turned on my PC back, I thought that all updates have been lost or screwed up because I don't restart the PC correctly, however, instead, windows said it was "Configuring updates" (from 0% to 30%) and 30%, he said he has been stop and then rebooted my machine and these updates have been 100% configured/installed.

    So my question is, were all 100% installed as said windows updates or was it just a fake reviews? Because I forced my PC to stop rather than restart it when all updates to complete the installation.

    In addition, argues that all updates have been installed successfully in the "Installed updates" menu, too. Please let me know if it of a false notice or not.

    Thank you

    T.

    Since you have not stopped correctly after the installation of updates, updates could not configured correctly

    Follow these steps to see the Windows updates are installed on your computer.

    1. Open Windows update via Control Panel

    2. In the left pane, click view update history.

    Use a system restore to restore your system to a previous state before the installation of the updates

    =================

    1. click 'Start' and type system restore in the search box, and then click "System Restore" in the section programs.

    When you are prompted by the User Account Control feature, click "continue".

    2. do one of the following

    * If there is a recommended restore point, click on choose a different restore point and then click Next.

    * If there no restore points recommended in the list, simply click next to continue.

    3. Select a restore point in which you know that the operating system works and then click on "next".

    5. in confirmation of your restore point page, click on "Finish".

    If this post can help solve your problem, please click the 'Mark as answer"If you find it useful, mark it as useful by clicking the 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Windows keeps refreshing. Will not stop even after the resumption of the plant.

    A week ago I decided to test my windows aero desktop number. It was gray with a 4.0 remained to a 4.0. After the test, all operable Windows I keeps refreshing. Content not be refreshed but the fact of the shell (if necessary). If I drag the window it will jump to where I started dragging it since. No one knows how to fix?

    P.S. I did a cover of the factory to try to solve, and it did not work.

    Have you also all the updates and service packs - they had erased at the resumption of the plant and must be reinstalled at all.

    You can get in trouble with your device drivers (those on the factory recovery disc may be obsolete).  Go to Device Manager by going to start / find and type Device Manager and enter and then double-click on the program icon that appears.  Check each device to a red x, yellow! or white?  These identify devices with problems probably (drivers, but also of conflict or something else).  Click on each for more details and troubleshooting tips.  If you need to get drivers (and you should get updates for your video card and monitor at least and all the others you have time to do - they can help way beyond simply solve this problem), let the computer dealer or the manufacturer of the device (NOT of Microsoft Updates).  In fact, you must disable automatic updates in Windows Update driver as follows:http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/. Follow these steps to get the drivers: http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm.  Once you have the drivers, you can install them via the Manager device as follows:http://www.vistax64.com/tutorials/193584-device-manager-install-driver.html.

    If it does not, it could very well be a real hardware problem (since dismissed pretty much factory relocation a software problem, except for updates unless you have already done as well).  Here's how to do a little troubleshooting on your own equipment:http://elephantboycomputers.com/page2.html#Hardware_Tshoot.  After that, I would either return it to the manufacturer for repair or find a well known local computer repair shop to diagnose and repair (or replace) the problem.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • FLA, the size of the file is too big and will not reduce even after the removal of assets

    I loaded a png sequence in a FLA file. This makes the huge file, so I decided to remove them. However, this has not reduced the size of the DFL. I checked the library and deleted the PNGs with no luck. I even deleted all forms of asset library and deleted all the content of the scene and the timeline, but the FLA is still almost 1 GB. How can I fix it!

    I think that there is another bug in Flash.

    I don't know who marked this as "right answer", but he did not work for me!

    I took a whole new folder full of JPGs and then tried the above suggestion. Then for good measure, deleted ALL the content of the FLA file and emptied the library. I tried and then clear the Cache of publish and save as. The FLA file (empty) is always greater than 50 MB!

  • Why getDBTransaction (.createPreparedStatement) is not recognized even after the import of the ApplicationModuleImpl?

    Hello world

    The following code compiles end of my ServicesAMImpl class (which extends from ApplicationModuleImpl). But if I move it to a "common" class, the code below is not even when I import the ApplicationModuleImpl class.

    protected void callStoredProcedure (string instruction,

    Object [] bindVariables) {}

    PreparedStatement a preparedStatement = null;

    try {}

    // 1. Create a JDBC PreparedStatement class.

    preparedStatement =

    getDBTransaction (). createPreparedStatement ('start' +)

    Statement +.

    "end;", 0);

    If (bindVariables! = null) {}

    // 2. Loop over the values (if any) to bind variables.

    for (int i = 0; i < bindVariables.length; i ++) {}

    // 3. The value of each variable binding in the statement.

    preparedStatement.setObject (i + 1, bindVariables [i]);

    }

    }

    // 4. Run the statement.

    preparedStatement.executeUpdate ();

    } catch (SQLException e) {}

    throw new Aexception.getLocalizedMessage (e);

    } {Finally

    If (class preparedStatement! = null) {}

    try {}

    // 5. Close the statement.

    preparedStatement.close ();

    } catch (SQLException e) {}

    System.out.println ("Exception in callStoredProcedure ("+ ")

    "String statement, +.

    ("Object [] bindVariables):" + e);

    e.printStackTrace ();

    }

    }

    }

    }

    James

    James,

    This is simple Java. The method that you have problems with, getDBTransaction, is a method that is implemented in the module application implementation class. When you move the method into a common class travel you outside the module of the application and the getDBTransaction is not accessible.

    As the only application module handles transactions, it is not supposed to move your method out of the module of the application.

    Timo

  • To maintain the ability to highlight in an interactive report even after the application is closed

    I have an interactive report where in I have an expression that highlights the lines based on a condition.

    Now once I close the application and re open it after awhile. This configuration or the nail button setting is not available or is not there,

    How can I do this all the time.

    I do it this way...

    Action-> highlight-> specs-> expression-> apply

    take action and click Save report entry and if you want to save as principal then select primary or save it as a named report.

    Leave.

  • Shopping Cart active even after the application is cancelled

    Hello

    In R12, I cancelled a requisition and attempted to create a new shopping cart to add items.

    My basket is empty and I could add items. But when I check it, it throws an error "need to date should be a later date" even if the date is later.

    I understand that the shopping cart for the cancellation request is still active (shopping_cart_flag = 'Y') and so I won't be able to submit new applications.

    Please help me how I can remove all of your shopping cart (I can't delete lines in your basket that these lines have already been cancelled and the button Delete is disabled).

    Thank you

    Hello

    I have faced a similar problem in 11.5.9, check if it works for R12

    You can do this via a simple data solution.
    Set the Active_shopping_cart flag with a NULL value for that user.

    or

    Copy an existing request at some point, you get a cart new option.
    After clicking New basket your problem should be solved.
    Later, you can remove the trolley lines.

    Kind regards

    Published by: user12558002 on June 25, 2011 12:57 AM

  • I ordered and paid Windows 8 DVD-backup and it has not received even after my complaint.

    Original title: order No. -: WD06391286 date:-24-11-2012

    Hi team,

    I ordered (order No. -: WD06391286 date:-24-11-2012) and paid Windows 8 download and DVD-backup and get the reception saying the DVD was send in 3 to 5 days.

    I do not have the W8 backup DVDs to date.

    It should be delivered by the retailer: but after my complaint there is no response from this side.

    arvato distribution GmbH
    Benzstraße 5-7
    33442 Herzebrock-Clarholz
    Germany

    Hope Microsoft can give them a clue.
    My mobile no.-

    My Email ID - * address email is removed from the privacy *

    Thank you best regards &,.

    Sunil Y.Patil,

    Hi Sunil,

    Thanks for posting your question in the Microsoft Community.

    I suggest you to check the status of your order information in summary of Windows command from the link:

    Summary of command Windows:

    https://www.mswos.com/

     

    I also suggest to contact ESD (Electronic Software Download) support the link:

    Electronic download Support software phone numbers:

    http://support.Microsoft.com/GP/ESD-support-phone-numbers

    I hope that the information above helps you.

  • USB and a targus wireless mouse does not work, even after the help of MS tech.support

    Microsoft Tech. checked my pc online to see if I could connect my Targus mouse and its usb device. He said that I can. I still can't activate it

    Hi DebraKennedyUP,

    1. did you last changes made on your computer before the show?

    2. What is the operating system installed on your computer?

    3 - is the same mouse work on different computers?

    Perform the following troubleshooting steps:

    Method: 1

    Configure the computer to clean boot and check how it works.

    To configure the computer clean boot, follow the steps in the below link:

    How to perform a clean boot

    Note: After checking in the clean boot, follow step: 7 article to reset your computer to normal startup.

    Method: 2

    Run the troubleshooter of material to find exactly the problem.

    Open the hardware and devices Troubleshooter

    Method: 3

    Also, proceed as shown in the following link.

    Hardware devices do not work or are not detected in Windows

    Method: 4

    I suggest you to update the drivers and check how it works.

    Updated a hardware driver that is not working properly

  • the user has been created even after the deletion of system.dbf

    Hello

    I am newbie in Oracle Dba, I'm practicing back and recovery. I have a question, even if I deleted system.dbf I am able to create the user. Why is it so? I'll have these files together in oradata

    SYSAUX.dbf test_ts.dbf temp01.dbf undotbs1.dbf

    Please can someone answer my question

    Thank you
    Bala

    Bala,

    Its always a needs to display the operating system and your version of the database when you post a question given that things are very different from one version to the other and o/s to o/s. My guess is that you are on a certain operating system to nix a sort of . If so, what you see is completely normal. In the case of nix operating system, the process that opened the file, don't close until he himself is not closed. So even if you deleted the file, for the process of the Oracle, the file is still open and is available. If you would like to restart your db, the Oracle process would free up the inode of the file and that you would hit the file not found error.

    HTH
    Aman...

  • Windows search does not start even after the execution of my fixit

    I am running Windows XP, windows search is in my startup folder.  The bar indicates "expects to receive indexing status" / when I try and open start-all programs-windows search I always get error popup Windows Search is not running. To start it, click the start menu... "what I did of course everything.  I tried the Mr Fixit, but she comes back with "not fixed".  Help - please!

    Try going into the service by clicking Start---> Run, type services.msc, click ok. Scroll down to see if windows search is enabled.   You can also check in Control Panel, add/remove programs to see if you have research above windows 4.0 installed.

  • BlackBerry Smartphones Internet BB not worrking even after the seizure of the service


    Found the solution for this if you are a Vodafone customer make sure you have your active Vodafone Live only then your advantage would be uppercase for Blackberry. Pierrick took me 1 month to understand this. And no customer management had a solution.

  • I CAN QUERY A TABLE EVEN AFTER THE DELETION OF THE DATA FILE

    Hello

    Can someone explain to me the reason why I am able to interview some tables even after the deletion of the data that are associated with file?

    SQL > select table_name, tablespace_name from dba_tables where owner = 'SCOTT ';

    TABLE_NAME, TABLESPACE_NAME

    ------------------------------ ------------------------------

    TEST2 USERS

    TEST USERS

    SALGRADE USERS

    USERS OF BONUS

    USERS OF THE EMP

    USERS OF DEPT

    6 selected lines.

    SQL > exit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    [oracle@localhost orcl] $ rm /app/oracle/oradata/orcl/users01.dbf

    [oracle@localhost orcl] $ sqlplus scott/scott

    SQL * more: Production version 11.2.0.1.0 on Mon Mar 30 21:35:54 2015

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select count (*) from test2;

    Select count (*) from test2

    *

    ERROR on line 1:

    ORA-01116: error opening the database file 4

    ORA-01110: data file 4: ' / app/oracle/oradata/orcl/users01.dbf'

    ORA-27041: could not open the file

    Linux error: 2: no such file or directory

    Additional information: 3

    SQL > select count (*) of the test;

    COUNT (*)

    ----------

    5000

    SQL >

    The first output is as expected. But why am I still able to query the table of test, even if the data file has been deleted.

    Hello

    The process of database have a file handle for the data file - this remains even when the file is deleted (it disappears from the normal file system navigation)

    You can see if you have lsof installed

    just try

    lsof | grep datafile_name

    Once the database is restarted and the released file handle so you will not be able to do this any more - and in fact you will get errors when it can't find the file.

    See you soon,.

    Rich

  • MY ipad has not automatically closing after update to ios 10

    MY ipad has not automatically closing after update to ios 10

    Take a look at suggestions from this thread. iOS 10 Auto-Lock does not.

  • Firefox continues to run even after the release in Manager Windows tasks and has about as much memory to affect other applications

    Firefox continues to run even after the release in Manager Windows tasks and has about as much memory to affect other applications. Firefox.exe must be completed manually in Windows Task Manager. Is there a software patch that will force the release of memory and all the resources of the computer that was using Firefox, when it is finished?

    This has happened

    A few times a week

    == I see only the program in the Manager of tasks over the past months but the problem could took place for more

    See this:
    https://support.Mozilla.com/en-us/KB/Firefox+hangs#Hang_at_exit

Maybe you are looking for