Customizing look of panelBorder

Hi!
i have to build quite complex page using ADF and i decided to use panelBorder Component.How can i customize it - change background-colog, background-img, height of facets and so on????
i tried to create my skin, but in this list http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html there is not selector for panelBorder, and when i tried to use
af|panelBox::bottom{
it was ignored too ...
So i tried to use styleClass, but this doesn't work too ...
in css i created
.bottomBox {background-image:url(images/botBox_bgr.jpg); background-repeat: repeat-x;width: 100%; height:82px;}
but styleClass is ignored too ... the only thing that works is inLineStyle .. in design preview of JDeveloper it looks fine (with styleClass and also with inLineStyle), but when i moved it to server, or run embedded oc4j, it works only with inLineStyle ..
So my questions are:
1) how to skin panelBorder (and other panel components)? in the list of selectors there is only panelPage and panelSideBar
2) how to set styleClass for components?
Thanks a lot for help,
Tomas

Tomas,
I am investigating this issue. Currently as it appears panelBorder may not be skinnable. However, I need to look at it a bit further
Frank

Similar Messages

  • Print button too far over in look 4 report custom look

    How do you move over the print button in the custom look 4 option in templates.
    I am using blue gray and then for report template look 4.
    I noticed in other templates that you can modify the after rows but I don't know where look 4 or other templates like that are stored.

    Has anyone worked with templates that can be of assistance?
    Thanks

  • How to make Firefox to never update that slow custom look since FF 29?

    How to make Firefox to never update that slow custom look since FF 29? How to change windows installation and ubuntu installation so they never update after FF 28 witch was last normal speed normal browser?
    Hello. I can easy remove on Windows FF 29 or FF 30 and its slower on fast computer. But its affected by millions of users. With FF 28 it was allways fast.
    Why fast? I dont know but its SLOW Now any version after FF 28.
    Since FF 29 FF loads and hangs very very slow each time loading, starting, or changing tabs. It is making problem for everyone and now everyone calls with help- "why computer is slow.. oh its FF? Chrome? Chrome was slow but now its not the slowest one?"
    Very colorfull Example- one comp is 10" and its very very very very low specs. So it wont run at all.
    Now on small comp we can try linux and FF BUT no matter what OS just couldnt get back with any plugins back normal speed. Since FF 29 its very very very slow and that needs to have a solution. Today came update and still unneded custom menu button and its slowness hasnt been removed (unnoticed) so it needs a fix so it works for people who are not just for browsing internet buying new computer and cant get any faster speed then Chrome since now theres no FF anymore.
    SO- How to do that on Windows and Linux- installing FF 28 and making it never upgrade
    OR even better- Making a package that already has this update disbled setting ON?
    p.s. Should you first ask people how they like slow browsers before making fast one to a slow one?
    p.p.s. i dont get how menu could be added by thouse who need it as an add-on ass allways and not presuring everyone who never touches any button.
    p.p.p.s. your business was beeing neutral ngo making browser for people and not for making cloged systems so new computers could be sold by some company advice or infiltrated mole who will suggest such unneded feature as any other addons, but sticking it in for everyone.

    Hello,
    You can download version 28 from here:
    https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/28.0/
    Also, you'll have to disable auto updates to remain with version 28 by following the steps described in this support article:
    https://support.mozilla.org/en-US/kb/advanced-settings-browsing-network-updates-encryption#w_update-tab

  • Making custom non-standard components aware of custom look and feels.

    Hello all.
    Maybe the subject of this post could also be the opposite: "Making custom look and feels aware of non-standard custom components". I'm not sure.
    If I code a new custom component (extending JComponent, or extending the UI delegate of a standard component) and pretend it to be laf aware then I must create the corresponding UI delegate for each laf, like it happens to be with standard swing components. But I'm not sure it is feasible to create the UI delegates for all unknown existing custom lafs.
    On the other side, if I create a custom laf then I will also create a custom UI delegate for each standard component, but I can not create UI delegate for all unknown existing custom components.
    The point here is that standard components and standard lafs are universally known, while custom components (or custom ui delegates) and custom lafs are not.
    So the question is: How does a swing developer deal with the case of a new custom component that will be used in an unknown custom laf?
    For instance:
    1. Custom text UI delegate for dealing with styled documents in JTextField. See {thread:id=2284487}.
    2. JTabbedPane with custom UI delegate that paints no tab if the component only contains one tab.
    In both cases I need a UI delegate for each known laf, but what happens if the application is using a laf that certainly will not be aware of this custom functionally?
    Thank you!

    If I code a new custom component (extending JComponent, or extending the UI delegate of a standard component) and pretend it to be laf aware then I must create the corresponding UI delegate for each laf, like it happens to be with standard swing components. But I'm not sure it is feasible to create the UI delegates for all unknown existing custom lafs.You are right, this is never going to work. I suggest if you want to make your custom component look & feel aware, you design the way it displays around the l & f of other components that are part of j2se and have l&f implementations.
    http://download.oracle.com/javase/7/docs/api/javax/swing/plaf/ComponentUI.html
    There are instructions here:
    http://download.oracle.com/javase/7/docs/api/javax/swing/LookAndFeel.html
    >
    On the other side, if I create a custom laf then I will also create a custom UI delegate for each standard component, but I can not create UI delegate for all unknown existing custom components.
    The point here is that standard components and standard lafs are universally known, while custom components (or custom ui delegates) and custom lafs are not.
    So the question is: How does a swing developer deal with the case of a new custom component that will be used in an unknown custom laf?
    For instance:
    1. Custom text UI delegate for dealing with styled documents in JTextField. See {thread:id=2284487}.
    2. JTabbedPane with custom UI delegate that paints no tab if the component only contains one tab.
    In both cases I need a UI delegate for each known laf, but what happens if the application is using a laf that certainly will not be aware of this custom functionally?
    Thank you!

  • Custom Look&Feel problems with ComboBoxEditor

    hi, im trying to create a custom look and feel and have some problems with the ComboBoxEditor. the non-editable combobox works fine, but the editable makes problems. if i select an item from the dropdown, the value doesn't get updated in the editor and trying to select text results in this error:java.lang.IllegalArgumentException: Invalid location
         at javax.swing.text.JTextComponent.getSelectedText(JTextComponent.java:1453)
         at javax.swing.text.JTextComponent$AccessibleJTextComponent.getSelectedText(JTextComponent.java:2192)
         at javax.swing.text.JTextComponent$AccessibleJTextComponent.caretUpdate(JTextComponent.java:1885)
         at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:356)
         at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:3165)
         at javax.swing.text.JTextComponent$MutableCaretEvent.mouseReleased(JTextComponent.java:3220)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)im using this code
    import java.awt.Component;
    import javax.swing.ComboBoxEditor;
    import javax.swing.JTextField;
    public class PlastikComboBoxEditor extends JTextField implements ComboBoxEditor {
         private Object value ;
         public Component getEditorComponent() {
              return this;
         public void setItem(Object anObject) {
              value = anObject ;
              super.setText(value.toString());
         public Object getItem() {
              return value ;
    }has anyone a clue how to fix this?

    as always. just got the idea a few minutes after posting. the problem was, that i cached the TextFieldUI in the textfieldui class instead of creating a new UI for every textfield. now it works fine.

  • GUI screwed up sometimes with Custom Look & Feel

    Hello,
    i've got a few problems with my JApplet. Im using a custom Look and Feel (Kunststoff, http://www.incors.org/index.php3 very nice) - my problem is that sometimes (often) my gui is screwed up - some parts like a JPane are not rendered in the custom look & feel, they are still default, but the buttons are. Or my whole dialog looks like a little puzzle - small pieces are cut out.
    I have no idea how to avoid these bugs, im not certain that this is because of the custom look and feel because i seem to have the same problems with the metal look and feel from java.
    I tryed to put a repaint() in my initiliaze of my dialog classes at the very end, but no success either...
    Any help would be greatly appreciated.

    Hello,
    i've got a few problems with my JApplet. Im using a custom Look and Feel (Kunststoff, http://www.incors.org/index.php3 very nice) - my problem is that sometimes (often) my gui is screwed up - some parts like a JPane are not rendered in the custom look & feel, they are still default, but the buttons are. Or my whole dialog looks like a little puzzle - small pieces are cut out.
    I have no idea how to avoid these bugs, im not certain that this is because of the custom look and feel because i seem to have the same problems with the metal look and feel from java.
    I tryed to put a repaint() in my initiliaze of my dialog classes at the very end, but no success either...
    Any help would be greatly appreciated.

  • SG 7.1x158 crashes when applying custom look with Premier Dynamic Link

    The sequence opens just fine, and I'm able to create a grade for a selected clip.  However, when I save the custom look and then try to apply it to any other clip, SG crashes.  Odd thing is that I've tried a couple of the example looks and they don't crash.  Crash only occrus when I choose any of the custom looks I've saved. 
    Only workaround I see at this point is to apply the look using Lumetri in Premier, which seems to work just fine.
    Anyone else run into this problem?
    --Ken

    Hi,
    This is a known issue when applying custom looks with masks. We are working in a solution, please keep tuned.
    Thanks,
    Fran

  • Has Anyone Been Able To Make A Custom Look In Magic Bullet Looks?

    I believe a lot of FCP users also have Magic Bullet Looks installed. I also wonder whether you have been able to make a customised Look as described in the Help section?
    I can alter a Look and go to File>Save and save it to a place of my choice.
    However, I can't do it as described in the instructions, nor do I have a "Custom" folder.
    This is how you are told to create your own Look:
    +The name of the current preset Look is shown at the upper left of the Tool Chain. When a New Look is applied or No Look is chosen, the label will display Untitled Look. Double-click the name to enter edit mode. Clicking Enter again will create a new preset look with your custom name in a new category called Custom Looks.+
    The Help instructions say double click the Look's name at the top left of the Toolbar and the edit mode will open.
    All that happens is that I can alter the name but the moment I click it again it reverts to the original name (Untitled) and nothing is saved.
    I am wondering if this works on PCs but not on Macs.
    Any help would be appreciated.

    Got it at last!
    For the benefit of anyone else who is puzzled, this is how it is done. The original instructions were actually accurate though confusing.
    1. Double click "Untitled" and add your new name.
    2. Simply click the Enter key and the highlighted name should return to normal.
    3. Your Look will now be available with all the others in a newly created folder called "Custom".
    The original instructions were actually accurate though confusing

  • Speedgrade CC crashes when I try to save a custom "look"

    While colorgrading in Speedgrade, whenever i save a custom look, the program immediately crashes? I can color grade all day but the moment I save a look, it crashes. How can I fix this?

    It would be nice to have a listing of your hardware and the sequence settings & content you're working with ... please!
    OS/CPU/RAM/GPU/vRAM, specific build of SpeedGrade, whether in Direct LInk using a PrPro project file or "native mode" using an ircp SpeedGrade project file, the nature of the footage/other assets used on the timeline, AND ... any effects applied to the footage by either PrPro or any other program PLUS any plug-ins you may have in either SpeedGrade and/or (if a Direct from PrPro project) in Premiere Pro.
    Yes, all of that can be quite useful in puzzling these things out. So often when asked to provide info, the response will be to provide what seems to make sense and NOT to provide the rest that is asked for. What may make sense to us users and what actually has affects on the operation of the program is often not at all congruent. There've been a number of threads over the past couple years where it didn't seem logical to the OP to list the fact that they'd used Boris or Nuke or PluralEyes or something on a clip or sequence or pre-processed the footage in some other third-party application before using it in SpeedGrade.
    And after a couple weeks or rather agitated wrangling, a techie asked if perchance they'd used "X" or perhaps even just had it loaded in PrPro (but not used it on the clips). "Well, yes, but what's that got to do with my problem here?" ... and as it turned out, it had everything to do with the problem. Had the original response listed that item much time & angst would have been saved.
    It may not apply in this case. But it might.
    Neil

  • Custom Look an Feel Queries

    Dear All
    I have created a Custom Look and Feel where i had to change the Colors and Font of the Application as per the Clients requirement. I have acheived almost all the requirements what they are looking for but there are Few things which are troubling me. It would be a real great help if some oe can help me in this.
    1. The Font of the Login Page is showing different than all the other pages and i am not able to identify which Style to touch for it.
    2. The Global Links in the Footer Region are not visible and also there is no space comming up between the Copy right and Privacy statment.
    3. In iRecruitment Home Page the tabs Home / Vacancies / Candidates are moved to right hand side where as they have to be in the Left hand side according to Swan Look and Feel.
    Can any one suggest me on this.
    Thanks in advance.
    Regards
    Srujana

    Thanks a lot! One more question though, where can I find the source code for the ComponentUIs and BorderUIResources used by the Metal look and feel? It would be easier if I could see those and just copy-and-paste code and change it in relevant places when I need to partly change a method.

  • JFileChooser not opening when we applied custom Look and Feel & Theme

    Dear All,
    JFileChooser not opening when we applied custom Look and Feel & Theme.
    The following is the source code
    import java.awt.Color;
    import javax.swing.*;
    import javax.swing.plaf.ColorUIResource;
    import javax.swing.plaf.metal.MetalLookAndFeel;
    import com.jgoodies.looks.plastic.*;
    public class CustomTheme {
    public static void main(String[] args)throws UnsupportedLookAndFeelException{
    UIManager.setLookAndFeel(new MyLookAndFeel());
    MyLookAndFeel.setCurrentTheme(new CustomLaF());
    JFrame frame = new JFrame("Metal Theme");
    JFileChooser jf = new JFileChooser();
    System.out.println("UI - > "+jf.getUI());
    //jf.updateUI();
    frame.getContentPane().add(jf);
    frame.pack();
    frame.setVisible(true);
    static class CustomLaF extends PlasticTheme {
    protected ColorUIResource getPrimary1() {
    return new ColorUIResource(232,132,11);
    public ColorUIResource getPrimary2() {
              return (new ColorUIResource(Color.white));
         public ColorUIResource getPrimary3() {
              return (new ColorUIResource(232,132,11));
    public ColorUIResource getPrimaryControl() {
    return new ColorUIResource(Color.GREEN);
    protected ColorUIResource getSecondary1() {
    return new ColorUIResource(Color.CYAN);
    protected ColorUIResource getSecondary2() {
              return (new ColorUIResource(Color.gray));
         protected ColorUIResource getSecondary3() {
              return (new ColorUIResource(235,235,235));
         protected ColorUIResource getBlack() {
              return BLACK;
         protected ColorUIResource getWhite() {
              return WHITE;
    static class MyLookAndFeel extends Plastic3DLookAndFeel {
              protected void initClassDefaults(UIDefaults table) {
                   super.initClassDefaults(table);
              protected void initComponentDefaults(UIDefaults table) {
                   super.initComponentDefaults(table);
                   Object[] defaults = {
                             "MenuItem.foreground",new ColorUIResource(Color.white),
                             "MenuItem.background",new ColorUIResource(Color.gray),
                             "MenuItem.selectionForeground",new ColorUIResource(Color.gray),
                             "MenuItem.selectionBackground",new ColorUIResource(Color.white),
                             "Menu.selectionForeground", new ColorUIResource(Color.white),
                             "Menu.selectionBackground", new ColorUIResource(Color.gray),
                             "MenuBar.background", new ColorUIResource(235,235,235),
                             "Menu.background", new ColorUIResource(235,235,235),
                             "Desktop.background",new ColorUIResource(235,235,235),
                             "Button.select",new ColorUIResource(232,132,11),
                             "Button.focus",new ColorUIResource(232,132,11),
                             "TableHeader.background", new ColorUIResource(232,132,11),
                             "TableHeader.foreground", new ColorUIResource(Color.white),
                             "ScrollBar.background", new ColorUIResource(235,235,235),
                             "ToolTip.foreground", new ColorUIResource(232,132,11),
                             "ToolTip.background", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.border.background", new ColorUIResource(Color.gray),
                             "OptionPane.errorDialog.titlePane.foreground", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.titlePane.background", new ColorUIResource(232,132,11),
                             "Table.selectionBackground", new ColorUIResource(232,132,11)
                   table.putDefaults(defaults);
    When i run this program the following error is coming:
    Exception in thread "main" java.lang.NullPointerException
    at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(Unknown Source)
    at javax.swing.SwingUtilities.layoutCompoundLabelImpl(Unknown Source)
    at javax.swing.SwingUtilities.layoutCompoundLabel(Unknown Source)
    at javax.swing.plaf.basic.BasicLabelUI.layoutCL(Unknown Source)
    at javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(Unknown Source)
    at javax.swing.JComponent.getPreferredSize(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI.updateLayoutState(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI$ListSelectionHandler.valueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
    at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
    at javax.swing.JList.setSelectedIndex(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup.setListSelection(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup.access$000(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup$ItemHandler.itemStateChanged(Unknown Source)
    at javax.swing.JComboBox.fireItemStateChanged(Unknown Source)
    at javax.swing.JComboBox.selectedItemChanged(Unknown Source)
    at javax.swing.JComboBox.contentsChanged(Unknown Source)
    at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
    at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(Unknow
    at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(Unknown Source
    at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$2300(Unknown So
    at javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(Unknown Source)
    at javax.swing.plaf.metal.MetalFileChooserUI.access$2600(Unknown Source)
    at javax.swing.plaf.metal.MetalFileChooserUI$12.propertyChange(Unknown Source)
    at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source)
    at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source)
    at javax.swing.JComponent.firePropertyChange(Unknown Source)
    at javax.swing.JFileChooser.setCurrentDirectory(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at CustomTheme.main(CustomTheme.java:20)
    I am extending the JGoodies Look And Feel & Theme.
    Thanks in advance
    Krishna Mohan.

    Dear cupofjoe,
    Thank you for your response.
    I am using the Latest JGoodies Look & Feel which is downloaded from http://www.jgoodies.com.
    i am writing our own custom Look & Feel By Overridding Jgoodies Look & Feel.
    In that case i am getting that error.
    The following is the source code:
    import java.awt.Color;
    import javax.swing.*;
    import javax.swing.plaf.ColorUIResource;
    import javax.swing.plaf.metal.MetalLookAndFeel;
    import com.jgoodies.looks.plastic.*;
    public class CustomTheme {
    public static void main(String[] args)throws UnsupportedLookAndFeelException{
    UIManager.setLookAndFeel(new MyLookAndFeel());
    MyLookAndFeel.setCurrentTheme(new CustomLaF());
    JFrame frame = new JFrame("Metal Theme");
    JFileChooser jf = new JFileChooser();
    //System.out.println("UI - > "+jf.getUI());
    //jf.updateUI();
    //frame.getContentPane().add(jf);
    frame.pack();
    frame.setVisible(true);
    static class CustomLaF extends PlasticTheme {
    protected ColorUIResource getPrimary1() {
    return new ColorUIResource(232,132,11);
    public ColorUIResource getPrimary2() {
              return (new ColorUIResource(Color.white));
         public ColorUIResource getPrimary3() {
              return (new ColorUIResource(232,132,11));
    public ColorUIResource getPrimaryControl() {
    return new ColorUIResource(Color.GREEN);
    protected ColorUIResource getSecondary1() {
    return new ColorUIResource(Color.CYAN);
    protected ColorUIResource getSecondary2() {
              return (new ColorUIResource(Color.gray));
         protected ColorUIResource getSecondary3() {
              return (new ColorUIResource(235,235,235));
         protected ColorUIResource getBlack() {
              return BLACK;
         protected ColorUIResource getWhite() {
              return WHITE;
    static class MyLookAndFeel extends Plastic3DLookAndFeel {
              protected void initClassDefaults(UIDefaults table) {
                   super.initClassDefaults(table);
              protected void initComponentDefaults(UIDefaults table) {
                   super.initComponentDefaults(table);
                   Object[] defaults = {
                             "MenuItem.foreground",new ColorUIResource(Color.white),
                             "MenuItem.background",new ColorUIResource(Color.gray),
                             "MenuItem.selectionForeground",new ColorUIResource(Color.gray),
                             "MenuItem.selectionBackground",new ColorUIResource(Color.white),
                             "Menu.selectionForeground", new ColorUIResource(Color.white),
                             "Menu.selectionBackground", new ColorUIResource(Color.gray),
                             "MenuBar.background", new ColorUIResource(235,235,235),
                             "Menu.background", new ColorUIResource(235,235,235),
                             "Desktop.background",new ColorUIResource(235,235,235),
                             "Button.select",new ColorUIResource(232,132,11),
                             "Button.focus",new ColorUIResource(232,132,11),
                             "TableHeader.background", new ColorUIResource(232,132,11),
                             "TableHeader.foreground", new ColorUIResource(Color.white),
                             "ScrollBar.background", new ColorUIResource(235,235,235),
                             "ToolTip.foreground", new ColorUIResource(232,132,11),
                             "ToolTip.background", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.border.background", new ColorUIResource(Color.gray),
                             "OptionPane.errorDialog.titlePane.foreground", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.titlePane.background", new ColorUIResource(232,132,11),
                             "Table.selectionBackground", new ColorUIResource(232,132,11)
                   table.putDefaults(defaults);
    pls suggest me the how to solve this problem.
    thanks in advance
    Krishna MOhan

  • Custom .look grade applied in Premiere seems much darker than in Speedgrade

    I'm just starting to dig into the interaction between Premiere and Speedgrade. Maybe I'm missing something. When I try to apply a Lumetri custom .look file as either an effect or a filter in Premiere, the result is MUCH darker than it appears in Speedgrade. To explore further, I rendered the clip in question via Speedgrade, imported the result to Premiere, and the grade looked as it had in Speedgrade. Applying the .look file via Premiere to the same source clip, the result was once again far too dark.
    Is there some setting that I'm missing someplace? Are other people having the same result?

    I'm not sure if you still have the same problem but I've noticed that certain LUT's that you can find in Speedgrade can help match the two programs and the way they display the image. Also I've realized the "Input Saturation" setting DOES NOT translate well into Premiere.
    Try this:
    1. Take a grade you made and turn the Input Saturation up quite a bit for that specific grade..
    2. Create a separate .Look file with that grade.
    3. Turn the Input Saturation back to default and make a separate .Look with that grade.
    4. Switch between the grades from Step 1 and Step 3 to see if it better matches your Speedgrade image.
    Note: If these still don't match, what matched my two programs almost perfectly was using the DAY4NIGHT - SL - 3527.itx LUT in the Speedgrade options under: Timeline > Setup at the bottom. Use this LUT in conjunction with Steps 1 through 4. Experiment with different LUTs.
    I hope that helps! :-)

  • Customizing look and feel web interface

    Hi all,
    We are customizing the theme "web interface", but don't appears, when we look for it in "Theme Root". Only appears the themes created by SAP.
    the steps that we followed are:
    - Copy the theme, with the program BPS_UPDATE_MIMEREPOS
    - import the theme in my folder into the node /sap/public/bc/ur/design2002/themes/myfolder
    - copy the CSS
    - modify and import the fiel .CSS in my folder into the node /sap/bw/mime/BEx/StyleSheets/mycss.css
    - Assign the theme with the CSS in table UPWB_THEMES_MAP.
    This is all and doesn't work.
    best reguard

    Thanks Andrea,
    He is very useful.
    Do you have additional information on the components of the CSS?
    For example:
    .sapbexaggdata
    .sapbexaggdata:visited
    .sapbexcalskipmonth
    What represent?
    Thanks for your help.
    Best Regard

  • Customizing Look and Feel -- examples

    Greetings
    I recently started looking into how I could customize a Skin that was more suited for the particular users of Oracle, one to replace the standard blue Swan.
    The first steps were well document and I managed to edit the general look and feel. However, a practical example of how to change a particular component would do a lot to help me understand and implement other less general changes.
    I Wanted to change the color of the text for SNAV.Menu and SNAV.Fav within GlobalHeader
    I was able to change this in file "OAFSlideoutMenu.css" which is under $OA_HTML/cabo/styles ... but then it changes for all Skins, the default swan as well.
    Can anyone provide an example of how to change this by using my "[custom]-desktop.xss" file ?
    I appreciate the assistance!

    Hi,
    I assume you are talking about the OID in iAS 9.0.2 and on this release it's not possible.
    It should be possible in 10G, but I'm not sure.
    We gave up and has developed our own GUI's for the OID application.
    Steffen

  • Existing AT&T customer looking to upgrade to the 5. Switch to Verizon or stay grandfathered?

    Hi - I've been with AT&T for just over 11 years now and I need to finally stop waiting and upgrade my old 3G before it no longer functions with any of my apps. I've been weighing the AT&T vs Verizon options and the winners change each time. Where I live (in VA 70 miles west of DC), Verizon's coverage map says it's LTE, but I would have to go 30 miles east of here to get it with AT&T... BUT I'd be gradfathered in under my old data plan if I stayed and hoped that LTE eventually made it out here. I really haven't ever used more than 1G of data in teh past year, but there wasn't much reason to with my old phone because the service was so slow outside of wi-fi. With the 5, I'd certainly be using more data. Another wrinkle is that I expect to be adding a tablet to the mix in the next year so I think that would force me to lose my unlimited individual plan anyway, right?
    Verizon would be more expensive in the short term, but ther service should be faster and more reliable. I honestly don't get more than a bar of service at work and I have to walk outside of my house to confidently make a call using my current phone.
    So... just looking for feedback. Are there any other jumpers out there who have switched for the 5? Regrets? Should I stick it out and hope for better from the Death Star in 2013 or jump now. I've tried to get honest answers from reps, but they're always going for the sale so the results have been mixed.
    Also, my billing cycle just started 4 days ago and i asked if I'd be forced to pay for a full month if I left now or if my charges would be pro-rated. I was told, "oh, then you'd better stay because you'll have to pay us (AT&T) and them for the same month.. just sty, it's easier."
    Thanks

    Check to see who has the tower in your area. When I moved to present location ATT sucked! Found out we had the Verizon tower here and I could be happier.

Maybe you are looking for

  • "Unable to connect to the remote server" error message (ID 6102) in event view after installing MOSS 2007

     Hi brothers, After installed the Moss 2007(basic) , I find some error in event view. The event ID is "6102". More detail information is shown below.  Event Type:        Error Event Source:    Office SharePoint Server Event Category:                L

  • Re installed photoshop CS5 onto new computer & now plug ins won't work?

    I recently bought a new computer & re-installed photoshop CS5.1 successfully, but can't get the plug ins to work (phototools 2.5 & perfect effects 3, which were a free download with purchase). I am running windows 7 64bit. I copied & pasted them into

  • Requesting advise for career in SAP SD

    Greetings Expert,        I am Thanraaj. My educational qualification is MBA Marketing and B.Tech Automobile engineering. I have an experience of 9 months in sales [ retail sales - ICICI securities ltd.]. I have resigned my job now.        I am intere

  • Moving Project from one solman to another

    Hi Friends Can anyone help me in moving the project prepared in one solution manager to different solution manager. We have got solution manager and is productive and another is training and we are going to upgrade our productive solution manager 4.0

  • Archive Link for outgoing FI documents (correspondence)

    Is there anyone that has already implemented the Archiving of FI correspondence using BTE (business transaction events)? I don't understand if I have to use just archiving function (for instance FI_OPT_ARCHIVE_CORRESPONDENCE) or I need also to activa