PanelCollection's View menu label became white after skinning

Hi OTN,
I have applied a custom skin to my ADF application, following official guide.
trinidad-skins.xml:
<?xml version="1.0" encoding="windows-1252" ?>
<skins xmlns="http://myfaces.apache.org/trinidad/skin">
  <skin>
    <id>SBAskin.desktop</id>
    <family>SBAskin</family>
    <extends>fusion.desktop</extends> // not extending fusionFx.desktop ?
    <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
    <style-sheet-name>css/master.css</style-sheet-name>
  </skin>
</skins>trinidad-config.xml
<?xml version="1.0" encoding="windows-1251"?>
<trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
  <!--<skin-family>fusionFx</skin-family>-->
  <skin-family>SBAskin</skin-family>
</trinidad-config>In master.css there is some slight styling of header and table rows.
After that one of page's panelCollection's "View" menu label became white.
A label in facet:toolbar is also white.
To find out the cause of the problem I deleted everything from master.css. But the labels are still white.
Here is a page structure: http://img843.imageshack.us/i/structure.png/
Please, take a look.
If I switch back to fusionFx family, the colors are ok.
How can I return colors back to normal in current custom skin?
And also, please take a look on a commented code row.
I thought I need to extend fusionFx.desktop as soon as fusionFx is a default skin-family. But <extends>fusionFx.desktop</extends> gives nothing.
That should I extend?
Thanks.
ADF 11.1.1.4
Seems, white color comes from decorative-box with theme="dark".
But why isn't it white with default skin family?
Edited by: ILya Cyclone on Mar 25, 2011 6:46 PM

Hello,
What Jdeveloper version are you using?
in my application trinidad-config.xml , I have Fusion not FusionFX
<?xml version="1.0" encoding="windows-1252"?>
<trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
<skin-family>fusion</skin-family>
</trinidad-config>
I doubt this will help you! but you may try it.
Regards,
Shomoos

Similar Messages

  • Video in a motion menu changing to white after build

    I decided to post this question in a new topic to see if it gets more attention.
    I should preface that I have been using DVDSP since version 1.0. I am not new at this. Everything has been working swimmingly until now. I have changed, nothing.
    The menus in my projects have motion video backgrounds and the buttons are made from shapes that have video assets in them. They run an average of 20 seconds looping.
    I recently installed the so called "crossgrade" version of Final Cut Studio and it's family of software. I do NOT have an intel machine. But, it is a killer G5 Dual.
    All of my OS etc is up to date. I install all of Apple's suggested software updates dutifully.
    Well, the video in my menus is showing up blank (white) after the project is built. DVD Player shows it was white. A burned DVD-R that has been passed around the various DVD players here shows the same white background.
    I figured the last time that I just had a corrupt project and inserted some Photoshop images in their place. (it was for a client that wouldn't miss the video menus)
    However, it seems to be continuing to do this. My current project is from a project template I made myself and have used a lot. With no trouble.
    After trying the seemingly popular switch from software to hardware on final encode fix, I decided that maybe it was all my older project templates from before the crossgrade. The switch has NOT worked for me.
    So, I just recreated my project from scratch to be sure. Build. View and it's still white with my various text and graphic images showing only. (They happen to be white and now hard to see)
    I am about to find and dump my preferences. But, I am still baffled by this, and NOT hopeful.
    Has anyone encountered this and found a solution/cause?
    HELP!!

    Unfortunately, dumping preferences DID NOT work for me. These are the Library user preferences for DVD studio correct? Not to try and sound like a Mo, but just want to make sure. I am ready to kill some Apple people!!
    It worked fine until the **** upgrade -- I cannot have this wasted time with clients involved!!!!!
    Any further help is HUGELY appreciated.
    Thanks.
    G5 dual 2.7ghz   Mac OS X (10.4.9)  

  • Navigation buttons became white after update to Firefox 13 (or 14)

    2 months ago I've seen the navigation buttons have changed, so I thought this change was applied for everyone.
    But I see more and more users that still have the old style and honestly? I want it back :)
    (When I say "old style" I refer to [http://www.stephenhorlander.com/images/blog-posts/windows-theme-i03-app-button/Fx-4.0-Mockup-Win7-i03-AppButton-ToB.png this].

    Meh, weird.
    I've restarted to safe mode, the icons are still white but with a change: the size of the back & forward returned to default size.
    Plus I've found a bug on the way.
    If you restart in safe mode (with this annoying white theme [oh and btw, I have only one theme and it is the default one]), enter a page, enter another one in the same tab and go back, there will be a space after the back button. Perhaps this happens only in a RTL version of Firefox, not sure.
    2 pictures attached for a better explanation.
    Thanks for the quick respond and help, much appreciated.
    '''Edit:''' damn, Firefox is super fast in safe mode (and with 80+- tabs) 0.0

  • After upgrading to V6, The View menu no longer shows the shopathome toolbar

    The shopathome toolbar is no longer on the View menu so I can't display it.
    This problem started after I upgraded to Firefox V6 under Windows XP.

    Thanks for the great feedback.
    While the toolbar offers many benefits the compliment our site (coupon and savings alerts and reminders are my favorite part!), we realize that the toolbar is not for everyone. If you decide to uninstall the toolbar, be sure to use the Uninstaller found in Add/Remove Programs from your Control Panel. We have instructions posted on our FAQs here: http://www.shopathome.com/pages/faqs.aspx#gen13.
    If you have questions, please feel free to contact us at [email protected]
    Regards,
    Chrysie

  • View Menu featuresOff in panelCollection

    Hi,
    JDev version: 11.1.1.3.0
    I need to off "viewMenu" and keep "detach" in panelCollection, but in the following code view menu does not get off. Why this happens? Is it a JDev version issue?
                <af:panelCollection id="c_165" featuresOff="viewMenu" inlineStyle="height:80px; width:715.0px;">
                  <f:facet name="menus"/>
                  <f:facet name="toolbar"/>
                  <f:facet name="statusbar"/>
                  <af:table value="...
                </af:panelCollection>
    {code}
    But, when I try featuresOff="detach", It works. ?
    Thanks,
    -Prasad                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Well, the doc for 11.1.1.3.0 says only "freeze", "detach" and "wrap" are supported. This is what you already found out yourself. The link to the rich client demo probably points to the current version. As the server can't be reached (right now) this is only a guess.
    I checked 11.1.1.4.0 and this says
    >
    Supported values are:
    Value Turns off
    statusBar Status bar
    viewMenu 'View' menu
    formatMenu 'Format' menu
    columnsMenuItem 'Columns' sub-menu item
    columnsMenuItem:col1,col20 Columns with column ID: 'col1' and 'col20' inside 'Columns' sub-menu
    freezeMenuItem 'Freeze' menu item
    detachMenuItem 'Detach' menu item
    sortMenuItem 'Sort' menu item
    reorderColumnsMenuItem 'Reorder Columns' menu item
    resizeColumnsMenuItem 'Resize Columns' menu item
    wrapMenuItem 'Wrap' menu item
    showAsTopMenuItem Tree/TreeTable 'Show As Top' menu item
    scrollToFirstMenuItem Tree/TreeTable 'Scroll To First' menu item
    scrollToLastMenuItem Tree/TreeTable 'Scroll To Last' menu item
    freezeToolbarItem 'Freeze' toolbar item
    detachToolbarItem 'Detach' toolbar item
    wrapToolbarItem 'Wrap' toolbar item
    showAsTopToolbarItem Tree/TreeTable 'Show As Top' toolbar item
    wrap 'Wrap' menu and toolbar items
    freeze 'Freeze' menu and toolbar items
    detach 'Detach' menu and toolbar items
    >
    So how about an update of your jdev to at least 11.1.1.4.0?
    Timo

  • Jdev 11g R1: disable af:panelCollection view menu

    Hello,
    Is there any way to disable the default view menu of af:panelCollection in this new release?
    JVN

    I think we address this issue with the ER I filed. If yu don't want to hide the menu as a whole - which was my proposal - plays with skinning and you see that there is a way to hide the the column menu too. For example, the submenu is part of af|menu. Hiding af|menu hides everything, but hiding af|menu af|submenu only hides the sub menus, which there is only one. However it takes some trial and error using firebug to get to an instance specific skin that only touches the column menu you want to disable
    So as said, you have 2 options:
    - wait for the ER to be implemented (where the is no release date for yet)
    - use skinning to find a hook that hides the menu
    Frank

  • How to get the menu bar back after turned off all toolbars from the "View" menu

    Do this: turn OFF all toolbar view from the view menu, with the Menu toolbar the last one.
    Problem: cannot find any UI to turn it back, stuck with a bare window, except the tab list.
    == This happened ==
    Every time Firefox opened
    == turn OFF all toolbar view from the view menu, with the Menu toolbar the last one.

    Press the Alt key, this temporarily brings up the menu bar. You an then use the View menu to re-select the menu bar.

  • My screen got totally white after updating to Yosemite

    Uploaded the Yosemite to my IMac.
    When installing the new update (running OS10.6.8 before) the computer restarted during installation.of program.
    After that the screen is just totally white. What happened and what shall I do?

    Thank you.
    I’m writing from a PC at the moment.
    Thanks for the answer. I can’t save anything now, the computer is ‘dead’ it is a shame on all I have on the computer.
    And all this problems because of my banc who wanted my to update in order to put in a special identification program.
    Who shall I blame?
    I have to  rebote my computer.
    I am crying… ☹
    Harriet
    Från: Apple Support Communities Updates [email protected]
    Skickat: den 17 februari 2015 22:44
    Till: Aqua Produkter
    Ämne: - My screen got totally white after updating to Yosemite
    http://www.apple.com/support/assets/images/external/emails/logo.gif
    You received a reply
    Kappy<https://discussions.apple.com/people/Kappy?ac_cid=op123456> has replied to your question. You can view the full discussion<https://discussions.apple.com/message/27684871?ac_cid=op123456#27684871> in Apple Support Communities.
    My screen got totally white after updating to Yosemite<https://discussions.apple.com/message/27684871?ac_cid=op123456#27684871>
    Can you reboot the computer to Snow Leopard? If so, then re-run the Yosemite installer application. It should be in your Applications folder.
    If you can't, then you need to erase the drive and reinstall Snow Leopard:
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1<http://support.apple.com/kb/index?page=answerlink&url=http%3A%2F%2Fsupport.apple .com%2Fkb%2FDL1399&answerid=16777216&src=support_site.downloads.search>.
    Correct Answer <https://discussions.apple.com/email/thread/6836494/correct/27684871> Helpful Answer <https://discussions.apple.com/email/thread/6836494/helpful/27684871>
    Use the buttons above to tell Kappy and the rest of the community if this reply solved your question or helped you get closer to finding a solution.
    To reply to Kappy, go to the discussion<https://discussions.apple.com/message/27684871?ac_cid=op123456#27684871> in Apple Support Communities.
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile<https://discussions.apple.com/user-preferences!input.jspa>.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved<http://www.apple.com/legal/> | Privacy Policy<http://www.apple.com/legal/privacy/> | Terms of Use<https://discussions.apple.com/docs/DOC-5952> | Apple Support<http://www.apple.com/support/>

  • How do I add mutiple horizontal submenus to one menu label.

    For Muse, how do I add mutiple horizontal submenus to one menu label. In other words, I have Interior,Graphic and Web as one menu. Under Interior I want a horizontal submenu with Kitchens, bathrooms, closets,etc. Then under Kitchens I may want Bars, Islands and pantries.. Windows 7.

    In plan view drag all of the pages you want in a submenu under the page you have set for the top level menu. So in your situation you would want kitchens, bathrooms, clostets etc under the interior page in plan view.

  • Report Not apperaing in User's Query Report Viewer Menu

    Hello There!
    Continuing with below thread
    Report Category not Appearing in Report Definition
    When i search for a report i created, i'm(as a normal user) not able to find any report after searching.(assigned to me or to my role.)
    The view PSXPRPTSRCH_VW has two tables PSXPRPTDEFN and PSXPDATASRC .Both have oprid column which is blank and the above view's first where clause is asking for oprid.
    I don't understand how then all the doc./papers on internet i read, to create Report using XML Publisher says/shows the report appears in user menu(query report viewer). May be they still using PS login to show the output?
    Anybody have any idea where am going wrong?
    The category,datasource,Definition,query tree all set properly. Do user need any special role/permission assigned?
    BTW user can see the query report viewer menu.
    Regards!
    Edited by: user10569054 on Sep 27, 2012 2:32 PM
    Peoplesoft Version 9.00
    Database Oracle 10.2

    Thanks for the Reply.
    from the doc. you gave, this is what i found.
    Home > PeopleBooks > PeopleTools 8.52: BI Publisher for PeopleSoft > Running, Locating, and Viewing BI Publisher Reports
    The Query Report Viewer allows selection and online viewing of those reports that have a data source type of PeopleSoft Query. Existing Query security applies so that each user has access to run only the reports to which he or she has qualified Query access to the data source.
    The PS query and the data source is created by user PS then how can a normal user will have access to that?
    I'm bit confused here.
    Regards!

  • View Menu Tree Report?

    Seems like there used to be a concurrent manager request you could run to print all the submenu and functions in a menu tree. Is that still around? Can't seem to find it. The menu tree viewer shows what I am after, but does not have a print option.

    Just FYI, I found the reports. They are in the Function Security Menu Reports request set in the System Administrator responsibility. They do not, however, include reports for responsibilities associated with Oracle Web Applications, which is what I was after. If anyone knows about some reports for the web apps (Self Service), I would love to hear about them.

  • [BOXI 3.0] DeskI Documents in InfoVIew - no View Menu - PDF Mode

    viewing DeskI reports in InfoView I can set my preferences for "default view format" to "Web" , "PDF" or "Desktop Intelligence format".
    If I set it to "Web" then after viewing a DeskI document if I click on the View menu I only get options for "Page Mode" and "Draft Mode" I don't get the option for "PDF mode"
    But if I log into InfoView as Administraor with FULL rights then I do get the option for "PDF Mode"
    Which security right controls the option to have "PDF Mode" on the View menu ?

    this is a bug,  you need to give rights for crystal report, like #export the report data# and #Refresh# to allow Deski Reports to be exported
    Apparently there is an Enhancement request id ADAPT01098470 with details of this Bug in
    BOXI 3.0

  • Need to view source code in version 7 does not have a spot on the view menu

    upgraded to version 7, am teaching a high school class on HTML and we use the page source all the time, it has gone in version 7. Where is it located?????

    Even though I've been updating my Beta versions (now in FF 8), I just noticed this stupidity now, because most of the time I still use FF 3.6. (Bring back the d*%n Status Bar! Then I'll use the new versions regularly.)
    After more than 7 years of having "Page Source" be the most useful thing in the View menu (since at least version 0.8 back in 2004), these numbskulls decide that the View menu shouldn't provide '''''all the viewing options available?'''''

  • Changing label set names after the fact

    Hi,
    Let's assume I have applied the standard labels to a set of images. Now, I decide that Red, Green, Blue,... are not self explanatory enough and I change the names of the default label set (this also applies to a custom label set).
    Problem: for all images marked with the original label set, the label color switches back to white because the new names are not recognized.
    How can I make the new names apply to the already marked images?
    Thanks in advance.
    Patrick

    John,
    Glad you got it set now
    That's not the case. My previous message explained what I exactly did but as I said, this procedure failed. When I deleted the temporary collections that I created (one for each label), all labels were switched to Custom (white). Here is exactly what happened:
    1. I started with the standard label names (Red = Red, Green = Green,...). I had a lot of images in various folders marked with these labels.
    2. I created a collection for each label (Red Collection containing only images with the red label, Green collection,...)
    3. I changed the label names (Red = To be fixed, Gree = Ready to print,...)
    4. I selected each collection and applied the corresponding new label. No problem.
    5. Once all marked images had the label with the correct (new) name, I deleted the temporary collections which were now useless.
    6. After I did this, all marked images were assigned the same label (Custom = White). All previous label attributes were lost.
    It seems that labels are valid only within a collection and that the same image can have different attributes depending on whether you look at it through a collection or directly in a folder. So the whole approach doesn't work.
    Regards.
    Patrick

  • TestStand sub-sequence naming problem: "Step" column doesn't match "View" menu

    Refer to the attached screenshoot; when I rename the sub-sequences in the "Step" column to the left, these names don't show up in the "View" menu pull-down list shown on the right. What's going on here?
    All my sequences are in one .seq file.
    Attachments:
    Sequence Naming Problem.gif ‏31 KB

    They're not supposed to. When you rename a step, that's not the same thing as renaming a sub-sequence. Say you have a sub-sequence called x, you could have steps called "call sequence x_1", "call sequence x_2", "call sequence x_3", etc., all calling the same sub-sequence. It's no different than the different labels you might have every time you call a pass/fail step.

Maybe you are looking for

  • Ever since the upgrade, my computer will not let me pick a new tab. I can't hit the plus or ask for a tab. How do I correct this??????

    Ever since the firefox did an automatic update, it will not let me select a new tab. I can't hit the plus sign or even if I click on New tab..it will Not work. If you right click on something and say open in new tab it will but it WILL NOT let me ope

  • HP 6100 will not recognize paper in load tray

    hp 6100 printer will not recognize that it has paper in the load tray. have tried from two computers same result...add paper then try again. Tried troubleshooting with HP app and was informed printer was low or out of paper. Printer viewer does not g

  • Problem in navigating between iviews

    Hi, I have a webdynpro application and a jsp file, I have deployed the webdynpro  application into the portal by using webdynpro iview and the jsp file using url iview. I have created a page containing both the iviews. I need to know how to navigate

  • RoboHelp 8 HTML/TOC Levels/Topic Names

    Hi, I'm a new user to Robohelp HTML 8. I have several HTML files (created in Homesite 5.5) that I have imported into Robohelp.  Headings are defined as <h1> <h2> and <h3>. I have two issues (so far) relating to TOCs that I have been unable to solve.

  • GOS - check for duplicate Attachments

    Hi guys! Fianlly i managed it to add a URL to GOS in my abap program i used the following FMs CALL FUNCTION 'SO_FOLDER_ROOT_ID_GET' CALL FUNCTION 'SO_OBJECT_INSERT' CALL FUNCTION 'BINARY_RELATION_CREATE' So what i do is running an abap report in a ba