Component not rendering in Stand Alone Skin editor

I downloaded the stand alone skin editor and I wanted to play around with it.
But I notice that my controls are not rendering.
Kindly see sample image that I am getting. Image
Not sure why, but I cant seem to see my changes even If I change it in my property inspector.
Any hints?

Hi,
did you check the CSS source of the file to see if invalid styles are added. The visual editor is broken in the image, so there must be something causing it. Ifthe CSS was empty, would the editor render properly ?
Frank

Similar Messages

  • Stand Alone Skin Editor

    Here is the scenario. I am strictly a front-end developer using HTML, CSS, Javascript etc. I have been brought onboard to work on a project that uses the Oracle Fusion Middleware ADF Framework. I am a total noob with this stuff!!
    We are currently working a project using jDevleoper 11.1.1.4 (We cannot use a different/updated version - we are currently stuck with this version, and no I do not know why)
    I am going to be responsible for ALL of the front-end look and feel. I thought, ok no biggie, I just work my CSS magic and that will create everything as needed... Boy was I absolutely wrong! So I checked the ADF Skin Editor (have to use the stand alone version due to project being worked on within 11.1.1.4). I am having an extremely hard time find tutorials just using the standalone version! Every tutorial or demo is using the integrated Skin Editor within jDeveloper 11.1.2.
    Does anyone know of any good beginner tutorials for using the standalone Skin Editor? I am really struggling with this since I don't even know if I can actually use the editor to create the .css and then how to get into the jDeveloper 11.1.1.4 project!?
    Again, I am totally new to this and back-end environment. What may seem like basic ideas/thoughts/language to you, is actually like me trying to read a foreign language that I have no understanding of. So think of me like ultimate dummy here! :)
    I appreciate any feedback, suggestions on tutorials/demos/books and thoughts that anyone can provide for me to learn this.
    Thank you and have a great day!
    Michael

    Hi,
    just few inputs from me, just hoping it would be helpful, the easiest thing you can do are :
    1) download jdev 11.1.2 version, there you can select new skin file, drag and drop component and play around, and then go to source, you will see code you made in design. see http://docs.oracle.com/cd/E16162_01/user.1112/e17456/adfsg_selectors.htm for more details.
    2) use http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/menu.jspx , and play around and and click print content to see the generated code.
    You can copy generated code and use in your jdev 11.1.1.4 version or wtever version :)
    The main idea here is, you have to know the skin selector for each component.
    for example for af:menu component you css selector would be
    af|menu {
    and again, for menu bar item selector is :
    af|menu::bar-item{
    for hover :
    af|menu::bar-item:highlighted{
    background-color: #959595 !important;
    Just to give me head up,
    for af:commandButton => af|commandButton{ }
    for af:breadcrumb => af|breadcrumb{}
    and so forth
    and each of these has psedo selector such as :selected , :highlighted ::menu-item-text but each component will have different different psedo selector ...
    eg :
    af|commandMenuItem::bar-item:depressed
    af|commandMenuItem::bar-item:highlighted
    af|commandMenuItem:highlighted::menu-item-open-indicator
    af|menuBar::overflow-indicator
    af|breadCrumbs::step:selected
    af|breadCrumbs::step
    go through this link for all different selector and psedo selectors
    http://docs.oracle.com/cd/B25221_05/web.1013/e18745/skin-selectors.html
    Raj

  • Stand alone CSS editor for WDA

    im at a client who doesnt have a portal.
    So there is no access to the portal  theme editor.
    When using WDA direct to a NW 7.11 , the customer would like to brand the output.
    A few years back I recall some stand alone theme editor.
    Eclipse add on ?   May have been an SAP only internal tool. ?
    Is there a customer available version ?
    How best to go about CSS editing for WDA ?
    regards
    Phil

    Did you first search SDN before posting your thread?  This is a very common question and yes there is a standalone theme editor. In fact one of the sticky threads in the forum discusses it.
    NWDS Theme Editor - Enhancement proposals
    You can download the Theme Editor and the How To Guide from this page on SDN:
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/b08a05ec-e24a-2d10-189e-f5c6bcbf39a5

  • JSF - UICommand component not rendering properly

    2:12 PM 7/11/2007
    by Nirav Assar
    Overview
    It was discovered that in certain situations a UICommand component does not bind properly to its associated action method in the managed bean. The symptoms of this situation occur when you have a page with an action, and you click the action and nothing occurs. The page seems like it submits, but no code inside the action method of the managed bean gets executed and no errors are generated in the console!
    Problem
    The problem arises when you have a managed bean in request scope and you have a UICommand, either a commandLink or commandButton, associated to the bean. In addition this UICommand component has a rendered attribute tag (boolean value) that uses a managed bean method to tell it whether is renders or not. Even if the component gets rendered to the screen, the component does not get binded to the action method in the request scoped bean. This is a problem with JSF and may be due to the fact that the component gets rendered, but since the bean is not created until a request is submitted, the component never gets binded to an action. Therefore, nothing in the action method ever gets executed.
    Analysis
    Thus is seems like if you want to dynamically render a submit type component, such as a button or a link, you cannot effectivley do that with a bean in request scope. You'll have to place it session scope, which will work fine. Another option is to render the buttons all the time, but based on some scenario, using the "disabled" attribute to prevent a user from using the action. The "disable" attribute can access a boolean method in the managed bean.
    You could also use Javascript to hide the already rendered button on certain circumstance. However this would require javascript knowing the state of the domain objects/and or managed bean state.
    References:
    http://forum.java.sun.com/thread.jspa?threadID=5127437&messageID=9461810

    RamondDeCampo hit the nail on the head. If the bean used for the rendered attribute is request scope and the value differs between requests, you're going to see this type of behavior.
    Search the forums, there have been many similar reports as well as suggested solutions.

  • Server side script not running on stand-alone XE

    Hello,
    In my application I created a Server side script (AJAX) which presents a select-list based on other fields on the page. The very same application runs on a 10g+APEX3.0.1 database AND on a standard XE+APEX2.1 database, which are both accessed via a HTTP-server. The application with the script runs fine on this platform (XP).
    I have two other XP-machines on which I also installed XE+APEX2.1. Both are stand-alone versions NOT accessed via a HTTP-server. I installed exactly the same application which runs on the platform with HTTP server on both of the machines. While testing the correct functioning, I noticed that everything works ok, EXCEPT the server side script which gives me a better select list. Instead of this I get the old-fashioned version of the select-list which is not able to use the value elsewhere on the page.
    I found a similar problem on the XE forum (Re: Server side scripts features ) but it doesn't answer my question how to get the script working on a standalone version of XE (= without access via a HTTP-server).
    Can anybody please help me?
    Thanks & regards,
    Jan.
    Message was edited by: Jan
    J. Hulsing

    Carl,
    Thanks for your suggestion to install FireFox and the Firebug tool (which I wasn't aware of).
    After having looked at the problem for hours, I found what I think is the problem: the htmldb_html_elements.js script.
    As already mentioned, the properly functioning XE on my local PC is accessed via a HTTP-server, as well as the 10gR2+APEX3.0.1 version also running on that PC.
    On the laptop, not running HTTP-server, I get the message: <br>
    <FONT COLOR="RED">$x is not defined <BR>
    <FONT COLOR="BLUE"> f_21_select_kpn<FONT COLOR="RED">(<FONT COLOR="BLUE">input<FONT COLOR="BLACK">#P21_GBREKNR 405<FONT COLOR="RED">, "P21_KOSTENPOST") <BR>
    <FONT COLOR="BLUE">onblur<FONT COLOR="RED">(<FONT COLOR="BLACK">blur <FONT COLOR="RED">)
    </FONT><BR>
    That is in the 'Console' of Firebug.
    When changing to Script I do see a remarkable difference.
    On the PC there the following text is found in the first lines of htmldb_html_elements.js:
    /*htmld_elements will contain the lower level html access js*/<br>
    var gDebug = true;<br>
    var gkeyPressTime;<br>
    var gLastTab=false;<br>
    var gRegex=false;<br>
    var ie=(document.all)?true:false;<br>
    if(ie){document.expando=true;}<br>
    var gDebugWindow = false;<br>
    /*<br>
    $x functions have to do with either single elements or array of elements<br>
    $v functions have to have to do with manipulating values or interaction based off a value<br>
    $xml function have to do with manipulating xml values<br>
    $a functions are based on ajax<br>
    $d functions are specific dhtml constructs<br>
    */<br>
    /* begin $x functions */<br>
    function $x(pNd){<br>
    try{<br>
    var node;<br>
    ...<br><br>
    On the laptop however the first few lines are:<br><br>
    /*htmld_elements will contain the lower level html access js*/<br>
    <br>
    var gDebug = true;<br>
    var gkeyPressTime;<br>
    var gLastTab=false;<br>
    var gRegex=false;<br>
    if(document.all){document.expando = true;}<br>
    // Elements //<br>
    <br>
    function html_GetElement(pNd){<br>
    try{<br>
    var node;<br>
    switch(typeof (pNd)){<br>
    ...<br><br>
    I think that the difference is in these two scripts.
    But why are the scripts different: it is the same XE that is installed on the laptop and the PC.<br>The answer I found in the images/javascript directory of APEX3.0.1 which is located in the APACHE directory-tree (you have to copy the images to APACHE when you use the HTTP-server). And indeed: the htmldb_html_elements.js has exactly the same text as what I see in Firebug on the PC. So XE on the PC is using the javascripts in the image-directory of APACHE on the PC and not the XE-version of the scripts, embedded in XE.
    <br><br>
    So the answer seems to be: copy the APEX3.0.1 versions of the script over to the PC and try to get them into the database. Or...???
    <br>
    Can it be loaded into the database? Will XE accept it?
    <BR><br>
    Would be nice to have answers if the conclusion I found is the right one and if it can be fixed by loading the js into XE.
    <br>
    Best regards and thanks for your help so far.
    <br>
    Jan.

  • Child component values submitted when parent component not rendered

    This pertains to the standard JSF components, but may carry over into Sun JSC.
    I have a column in a dataTable that contains a checkbox. The rendered attribute on that column is tied to a backing bean property. The column is/is not displayed as appropriate per the value of that property - great.
    Here's the rub: When that column is not rendered and the form is submitted the values for the checkboxes are still being submitted and my data model is being updated for those non-rendered components. Seems like this shouldn't happen, but the real problem is that the values submitted for those checkboxes are always 'false'. Seems like JSF is out of sync in this case in what it does between when the form is loaded and when it is submitted (perhaps it is not loading the values from the data model yet it is updating them on the submit - with garbage).
    To get this to work as I expected I had to set the rendered attribute on the checkbox components to match the rendered attribute on the column that contains them.
    Is there a bug here?

    This pertains to the standard JSF components, but may carry over into Sun JSC.
    I have a column in a dataTable that contains a checkbox. The rendered attribute on that column is tied to a backing bean property. The column is/is not displayed as appropriate per the value of that property - great.
    Here's the rub: When that column is not rendered and the form is submitted the values for the checkboxes are still being submitted and my data model is being updated for those non-rendered components. Seems like this shouldn't happen, but the real problem is that the values submitted for those checkboxes are always 'false'. Seems like JSF is out of sync in this case in what it does between when the form is loaded and when it is submitted (perhaps it is not loading the values from the data model yet it is updating them on the submit - with garbage).
    To get this to work as I expected I had to set the rendered attribute on the checkbox components to match the rendered attribute on the column that contains them.
    Is there a bug here?

  • Custom faces component not rendering at runtime

    I'm new to the JSF Framework. So I thought that starting a custom component/tag library would be a good start to jump in and get familiar with it. My goal is to have a project separate from my web-apps that I could compile into a jar which I could include wherever I needed it. So I started simple with two projects: the first is the custom tags project, the second is a simple webapp using jsf / facelets / seam which I am running in a Tomcat 5.5 container.
    I've included the complete projects in a zip file here: http://burtoncarl.com/share/CustomProof.zip
    I build the components project with ant and include it in the /WEB-INF/lib folder of the web project. But when I open a browser to the web app it doesn't render my tag at all. It leaves my new tag in the rendered HTML which leads me to believe that the parser isn't matching my taglib or something.
    And of course I get no errors in any of the log files.
    ANY help would be appreciated...

    It sounds like the component library is not registered on the page. Assuming you are using facelets, did you define an xmlns for it? E.g. see the definition for the tomahawk library below within the facelet xhtml file:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:t="http://myfaces.apache.org/tomahawk">
        <!-- facelets view code goes here -->
    </html>You also need to tell facelets about the library in the web.xml:
        <!-- Additional tag libaries for facelets -->
        <context-param>
            <param-name>facelets.LIBRARIES</param-name>
            <param-value>
                /WEB-INF/tomahawk.taglib.xml
            </param-value>
        </context-param>

  • Extenal component not rendering file links properly

    Hi Adobe CQ expert,
    We need to include an external web app (based on asp) into our new CQ website. The asp web app is a search engine which searches another internal document database and returnes a list of files such as powerpoints, pdfs etc. These documents cannot be migrated into our CQ database due to various reasons.
    We are using the default 'external' component to include our web app. All works fine until we realise CQ prefixes it's own url to the file hyperlinks which are returned by as search results.
    For example,
    When the asp app running standalone, a file hyperlink looks like this:
    <a href="http://companywebsite.com/search/display.asp?id=FC/07/000009">meeting document</a>
    And clicking on that link will prompt using to download the file.
    But when it is included in CQ using 'external' component, we got:
    <a href="http://companywebsite.com/content/companywebsite/search-documents.html?CFC__target=http%3A %2F%2F10.xx.xxx.xxx%2Fsearch%2Fnew-intranet-display.asp%3Fid%3DFC%2F07%2F000009>meeting document</a>
    // I hid the actually ip address using 'xx' in this post
    How can we strip the CQ url and also format the rest to make sure it doesn't come with all these %2 etc?
    Thanks!

    You are passing the url in querystring and needs to escaped as per standards[1].  So it is  correct.
    I am not sure Try adding an optionally attribute [2] in the <a> helps & note that attribute makes link checker not even check for validity for link.
    [1]   http://en.wikipedia.org/wiki/Query_string#URL_encoding
    [2]   x-cq-linkchecker="skip"

  • UI rendering issue in Skin editor (11.1.2) on Mac

    Hi,
    I just tried to run the stand alone skin editor (11.1.2) on Mac OS X and noticed some UI rendering issue - All the icon and menu are hidden unless I move the mouse cursor over them. (sometimes they don't even show up if I do so) And every time when I launch the program, I see lots of null pointer exception from "com.apple.laf.AquaMenuPainter.paintMenuBarBackground(AquaMenuPainter.java:140)"
    It looks like a platform specific issue, since the Oracle claims Mac is also certified. Is there any work around for that?
    Mac OS X: 10.6.7
    JVM: 1.6.0_24
    JDev: 11.1.1.5 (may be not relevant here)
    Thanks,
    Steven
    Edited by: Steven on Jul 18, 2011 11:03 AM

    Hi Steven,
    I just downloaded standalone SkinEditor 11.1.2.1 and had the same problem as you.
    I managed to get round it thankfully.
    As you mentioned, the menu items become visible sometimes when moving the mouse over them. I managed to find the Preferences menu item and opened it. In the Environment section I changed the Look and Feel from Oracle to Mac OS X. When I restarted the editor came up with no errors.
    I don't think the Mac OS X look and feel is as nice though so I did some more digging.
    I found a file called jdev-Darwin.conf in jdev/bin that contains Mac specific configuration for JDeveloper. In here I noticed the following line:
    AddVMOption    -Dapple.laf.useScreenMenuBar=trueAs the error we were getting was to do with menus I copied the line into skineditor.conf and hey presto it works for the Oracle look and feel. The app menus are on the Apple menu bar rather than the Java app window but I can live with that.
    Cheers,
    Kevin

  • Stand alone VGA to AirPlay encoder?

    Does anyone know of a stand alone device that can take a VGA input (or HDMI, DVI, etc)  and then output (preferably to Ethernet) AirPlay?
    I'm looking for something where a computer is not required - a stand alone box.  Appliance if you will.
    I can always hack up a Mac Mini and a third party video input box, but I'm hoping there is something less pricy and less complicated already out there!

    >>airplay is a format which connect to a device and push a video stream to it
    Yup...
    >>airplay is a peer to peer system and not a broadcast system
    That's an interesting point.  I thought I saw someone using multiple devices with an AirPlay connection, but I may be confusing it with software like AirSharing.  Hmm...  a new point to ponder - thanks!

  • Error 10403 when using Stand-Alon​e Applicatio​n and DAQPad 6020E

    On the computer I have LabVIEW on, I can run my VI and also I can run the stand alone application of that VI. But I can NOT run the stand alone applicaiton of that VI on a 2nd computer with out LabVIEW. I get error # 10403. I belive I build the VI correctly and loaded the proper software/driver because I have found I can run a simple stand alone application VI that does not communicate with my DAQPad 6020E. The second computer does reconize the DAQPad 6020E under the Divice Manager. I tried using differnce divice numbers for the AO and AI...

    Hi,
    The first thing you need to check is make sure the same DAQ driver is installed on both computers. Then, you need to make sure that you can view the device in the Measurement and Automation Explorer (MAX). Once you can do this, then you will need to make sure the LV Run-Time Engine is installed on the stand-alone comp. This needs to be the same version as LabVIEW that is installed on the computer where the application was developed.
    I hope this helps.
    George

  • Is it possible to place forward/back nav buttons in a timeline based gallery. Stand alone SWF needed.

    I'm currently working on a gallery to be output as a stand-alone SWF file, and am doing it all on the timeline as I can't write actionscript for toffee
    So far, I have the gallery created with alpha tweens fading between embedded images. These images are buttons, to which I have added URL links (my only foray into actionscript), which will send the user to a specific link related to the image being shown at the time. At the moment this is just a linear timeline that flows from start to finish and loops to the start again - as per most other simple timeline based animations.
    I have now been asked if I can add two nav buttons (one each side of the frame) to allow the user to flip back and forth through the images. Is this possible on a timeline? And if so, how would it best be implimented? I just don't know if a button action can affect the flow of a timeline.
    Ideally the gallery will auto flow, until either of the forward/back nav buttons are clicked.
    Any help here would be really really appreciated.
    Paul

    Thanks for that Ned. I've had a quick look, and will research deeper later. Though being a complete and utter novice at actionscript, I am flummoxed by probably the simplest of stuff by your standards. For example, the scripts I saw briefly, using the searches you suggested appeared to not export a stand alone SWF file - with no XML files or image folders (I'm still to work out if is possible to do that for this particular use). Also, on all of the examples I saw, the buttons are embedded at the bottom of the pane, and I really need to put the buttons as plainly obvious clickable blobs on either side of the image area. This, again, I can easily do on a timeline (apart from actually making them work of course) but to do this with someone else's AS code, will need more time than I have to learn the relevent stuff.
    Does it sound like I may have to just settle for a linear, non-interactive rotating gallery? - based on my knowledge limitations, as well as needing a stand alone SWF.
    Paul.

  • GPS - stand alone

    I have just called Apple to buy an iPad 2 3G and been told 'the iPad 2 3G does not have a Stand alone GPS chip. It uses the Agps chip with data to get a position so if your out at sea it wont locate you mid atlantic for example..
    So knowing this im looking for an Android which has SGPS and cellular.
    Thanks
    James

    JamesGBR wrote:
    What do you mean? So the AGPS is not true GPS then. The ipad 4 with AGPS and Russian GLONASS is the one to get?
    So your saying he is right as far as the iPad 1/2/3 go but you think the 4 is GLONASS. This is so stupid I have to ask members of the public to answer this question. Android Nexus has a GPS not AGPS
    Android devices with cellular use aGPS as well. All that means (if you read the article I'd linked to you'd understand) is that, in addition to GPS, the device also uses cell towers and WiFi to get a faster fix. Please read the article I linked to.

  • Stand alone region not seeing AM definition when added to seeded page...

    I have created a stand alone region of type stackLayout that contains a messageLOVInput and a table for employee selection and forwarding to predefined pages. I then created a test page in JDeveloper where I added a FlexLayout region and extended my stackLayout region. This works as desired.
    I then wished to test my stand alone region by adding it via personalization to a seeded page. I first copied the files to the appropriate directory in $JAVA_TOP into my custom directory. Then I loadd into the MDS, then bounced apache and OC4J. The controls renders as desired. However clicking upon the messageLOVInput in my stand alone region it opens a window and I get "Cannot find LOV in ... AM". Looking at the About this page link, I see that it is not recognizing my AM even though when I added the item via personalization (SITE LEVEL) I specified it. What am I missing here? This should be reusable functionality that can be added to any page, seeded or custom. But for whatever reason it fails to see my AM and thus cannot find the LOV. I know I didn't get the AM reference wrong during the personalization because it would throw an error if I had (ask me how I know this).
    Has anyone ever done this before?

    Hi,
    If your issue is resolved, you can close the thread so that it can be helpful for others :)
    --Sushant                                                                                                                                                                                                                               

  • Dock conversationwindow incoming conversations, without rendering stand-alone before the .Dock() call

    We are busy developing a desktop application which uses the Lync 2013 client SDK. One of the features is to dock the conversation window of the Lync client into our own app. At the moment, this is working but the flow is not ideal:
    The (incoming) conversation is created and the ConversationAdded event is fired
    In the mean time, Lync already rendered the conversation window
    The app gets the handle to the conversation window and docks it into a container
    This results in a bit of "flickering" of screens, because Lync renders the conversation window, before the app is able to dock it into its' own panel.
    I was wondering this behavior could be bypassed in any way.
    I know from the samples of MS, when starting a conversation with a StartInstantMessagingButton you can initialize it with a ConversationContextualInfo object, which in turn has a ParentWindowHandle property. This is the behavior that would be IDEAL for our
    app, but obviously this only works for outgoing IM conversations. Is there any way to tell Lync that all new conversations must dock?
    Another possibility is to tell Lync the spot where all new conversationwindows must spawn. Is this possible?
    Does anyone have done this some other way maybe?
    One last thing, Our app is already visible before the conversation window, so spawning our app on top (or exactly behind) the conversation window is not possible.
    Thanks

    Unfortunately no, the UI does not wait for the SDK to proceed with it's functionality.  The best you can do is dock as soon as you can, but as you found it will create a stand alone window briefly before you have the opportunity to dock.

Maybe you are looking for

  • Low FSB problem on MSI K7N2 Delta-ILSR.

    Today is the first day this happened, and I don't know why it did it. I've had this for 5 days with no such problem like this B4.   Here goes... in my BIOS, I have the FSB set to 166(333), and the Ram synced with it. This afternoon I started up my co

  • Unable to connect more than one device

    Hi. We have copper Broadband with a fairly decent speed (13MB) and a HH3. I run a desktop PC for general internet access but my wife uses an iPad and is always downloading films, music etc. We also have a BT Vision box which is connected via Ethernet

  • Ipod touch (2nd gen) not connecting to itunes on mac air

    I have an old iPod touch (2nd gen) and want to sync it with my macbook air, but it will not show up on my mac or in iTunes. When connected it is charging so there is nothing wrong with the cable but i do not know why it is not showing up on the macbo

  • Out-of-warranty phone support

    My PSC 6180 has stopped printing wirelessly from my Windows 7 laptop.  I am considering buying the one-time phone support, but is that $20 for one phone call or one issue?  I seriously doubt I can fix this (if I even can) in one (or even two) phone c

  • Icloud adress book in os 10.6

    How do I sync my iCloud adress book with the adress book I have in OS X 10.6.8 Thx