Trying to re-create our 10g custom skin in 11g

Hi Everyone:
We had a detailed custom skin and also utilized customized velocity templates that created a specific look and feel to our application in 10g. We used a header.jspx & leftside.jspx that were in the region-metadata.xml file. The JHeadstart team assisted a previous employee with setting all of this up.
We are trying to convert our applications over from 10g to 11g and think that enhancements such as the "tree" layout will replace needing a leftside.jspx page that listed the menu links along the left side instead of folders across the top. We have gone through the 11g Tutorial and read chapter 19 "Applying Custom Skins to Applications" of the "Web User Interface Developer's Guide for Oracle Application Development Framework". While working on a simple webpage to start with in our application, we registered the custom skin as specified in "Applying Custom Skins to Applications", but things look very different, and I'm trying to get a handle on how to re-apply the look and feel now that this section of our application has been converted to 11g and properly utilize the new features of 11g that weren't available in 10g. To start with, we had a custom Logo on our Application that I would like to show up on the Header of the Application in the same spot where the "Oracle JHeadstart Demo" title is displayed. I am trying to study the custom_labels.vm velocity template, but am not sure where to apply this. The logo is in the form of a .gif file.
Can someone tell me how to put our custom logo .gif file in the Header where the Oracle JHeadstart Demo title is displayed and have it generated through JHeadstart?
Starting there can hopefully open up ideas on how to apply the rest of our look and feel utilizing all of the new features of 11g, not just replicating things as they were done in 10g.
Thanks very much in advance.
Mary
UofW

Hi Steven:
Great to hear from you, I was hoping you'd reply :)
I followed your instructions, and also changed the header and footer size attributes (headerGlobalSize & footerGlobalSize) to accommodate our larger .gif Logo. So far, so good. I made these changes in the default layout velocity template - jhsPageTemplate.vm which generates the JhsPageTemplate.jspx page. Starting to work toward the look and feel our users want. However, I was hoping to use the tree layout. I want to institute these changes in the JhsTreeMenuPageTemplate.jspx, but I am unable to find the velocity template that generates the JhsTreeMenuPageTemplate.jspx.
Could you please tell me where it is?
Thanks again, and Merry Christmas to you and yours.
Mary
UofW

Similar Messages

  • How to Create our own Custom Design for UI Elements in WebDynpro Java

    Hi Experts,
    As of now i am using the Standard design for the  UI Elements in the WebDynpro Java Applications.
    For example:
    header1,header2,monospace etc are available in design for UI Elements.
    Now i want to give my custom design to the UI Elements.
    So how can i create this. and Is it possible to create in NWDS.
    Thank You.
    DS

    Hi DS
    Eclipse Theme Editor for NetWeaver 2004
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a026b4ce-de48-2a10-7285-fb457ee6c7ed
    Eclipse Theme Editor for NetWeaver 7.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/136dd890-0201-0010-1b9d-bd09a0d3b1d8
    Hope this will be use ful for u
    Regards
    sriram

  • We can Create our Custome Badi Where it has to add in the standard SAP prg

    Hi gurus,
    In Enhancement there is the option to create our own custom e enhancement(badi), if am creating my own custome badi for sap standard transaction in it where I can add my custome badi,
       am created my own custome transaction, how to provied enhacement hook for future enhancement,
    reward assured,
    with regards,
    Thiru.*

    Hi,
    As per my logic, one can change description of all bi objects which includes text Input variables also.
    If possbile be more specific what u want to change in Pop
    Regards,
    Sachinkumar.

  • Getting error while trying to create a new customer in R12

    I am getting the following error on top of the web window when trying to create a new customer using Solution beacon - R12 instance. Below is my navigation
    OM Super User --> Customer --> Standard.
    And when the web screen opens and I click on 'Create' it gives the below 3 error message and not displaying the proper fields. Can someone help me how to fix this?
    Error
    The descriptive flexfield with application name Receivables (AR) and name Party Information (HZ_PARTIES) is not frozen. Please contact your system administrator.
    The descriptive flexfield with application name Receivables (AR) and name Customer Information (RA_CUSTOMERS_HZ) is not frozen. Please contact your system administrator.
    The descriptive flexfield with application name Receivables (AR) and name Address (Remit Address HZ) is not compiled. Please contact your system administrator.

    Please see the solution in (The Descriptive Flexfield With Application Name Receivables (AR) and Name Party Site Information (HZ_PARTY_SITES) Is Not Frozen [ID 743262.1]).
    Thanks,
    Hussein

  • Receiving Error : Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctly set with an operating unit that is set up in Receivables. while trying to create a new Customer.

    Hi All,
    We have set up a new Operating Unit in Oracle Apps. Now when I am trying to create a new Customer in that Operating Unit, I am receiving following error:
    ERROR MESSAGE:-Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctly set with an operating unit that is set up in Receivables.
    We do have MO: Operating Unit and MO: Default Operating Unit set properly at Responsibility level for the Responsibility through which I am accessing this form.
    Your help is appreciated!
    Thanks in advance,
    SKA

    You can refer this thread and check your MO operating unit is set or not https://community.oracle.com/message/3937028 thanks

  • Need help on creating custom skins like chrome

    Hi,
    I want to create my custom skin like chrome with my own play, pause and seek buttons. Can anybody point me to any documents that can help me to achieve this? Thanks in advance.
    Regards,
    Amit

    Thats a very open ended question. We have built a sample OSMF player and a skinning solution you can take a look at.  http://code.google.com/p/reops/
    There are templates and a PDF that describes the capabilities and process. Also walkthrough style samples.
    Otherwise the generic answer is desgn as you see fit, and implement the controls as display objects or part of the MediaContainer which could be done as custom MediaElements, then link them to the MediaPlayer or MediaPlayerSprite and call the approp API methods (play/pause/stop/seek/etc.)

  • How to develop custom skin in JDeveloper 11g?

    Hi All
    I am using JDeveloper 11g(11.1.1.3.0). Could anyone please tell me how to create custom skins.
    Regards
    Venkat.S

    Thank you very much Navaneeth.. now I am able to create custom skin.
    Now one more help, currently I am using "fusion" as default skin how to extend it with our custom skin. So that i can use few features of "Fusion" skin and few from my custom skin.
    If I disable inputtext it will be in "Grey color" i need it in white color. how to do it?

  • How to custom skin PanelTabbed and Popup components in ORACLE ADF?

    Hi,
    I'm new to this framework. I'm trying to custom skin ORACLE ADF tab and popeup components to match with a design provided by my client. But I'm facing challenges in styling them. Does anybody did this before? Or do we have any sample code on the web to follow. Please Guide.
    Thanks,
    Srini

    Hi.
    I think that everyone did it before . Take a look into official doc:
    Creating and Managing Skins - 11g Release 1 (11.1.1.7.0)
    Selectors for Skinning ADF Faces Components
    The last link have the full list of Skin Selectors (CSS properties that you can change) of the ADF Components.
    There is also an IDE helpful to create Skin call ADF Skin Editor: Application Development Framework Downloads
    I hope it helps.
    Regards.

  • Custom skin for FLVPlayback

    Hi ..
    I am trying to create a custom skin for the FLVPlayback componenet... I was wondering if someone could point me in a direction of a comprehensive tutorial..
    Thanks a bunch!!

    Hello,
    I have been attempting to use this code with the FLVPlayback
    component - when tested, the component and placeholder image both
    load, but once the user hits the play button I get an error code:
    ArgumentError: Error #2025: The supplied DisplayObject must
    be a child of the caller.
    at flash.display::DisplayObjectContainer/removeChild()
    at video_fla::MainTimeline/removePF()
    The video still plays, but the placeholder image doesn't get
    removed.
    This is the actionscript I'm using:
    import fl.video.VideoEvent;
    var pfContainer:MovieClip = new MovieClip();
    myPlayer.addChildAt(pfContainer, 1);
    var pf:Loader = new Loader();
    pf.load(new URLRequest('slatepf.png'));
    pfContainer.addChild(pf);
    pfContainer.x = 0;
    pfContainer.y = 0;
    myPlayer.addEventListener(VideoEvent.PLAYING_STATE_ENTERED,
    removePF);
    function removePF(e:Event):void{
    removeChild(pfContainer);
    Any help would be appreciated. Thanks!

  • Custom Skin : can't see my new skin in skin editor

    Hello
    I'm trying to create a custom skin, following this tutorial :
    http://www.adobe.com/devnet/captivate/articles/skins_03.html
    Actually, the first thing I've tried is to duplicate an
    existing skin and rename it (Glass -> GlassModified) .swf and
    .fla files in C:\Program Files\Adobe\Adobe Captivate
    3\Gallery\PlaybackControls\SwfBars and C:\Program Files\Adobe\Adobe
    Captivate 3\Templates\PlaybackFLA
    but it doesn't.
    Then my quesiton : do I need to "register" my new skin
    somewhere ?
    Thanks for your help

    Hi Colin
    Did you restart Captivate after you installed the new skin??
    I seem to recall from another post that this was the problem as
    Captivate needs to restart to accept the new skins.
    Cheers
    Andrew

  • Cap 4 - Pre-load screen spammed by custom skin

    Hi,
    Using Cap4 on Vista.
    Made some recordings and created a custom template for publishing. The template uses the Allumnium playbar. I created a grey box (of the same shade as the playbar) with the authors name and date of the same height of the playbar so it looks seamless.
    I've named this template "template1" and is applied to all published movies. It displays fine once the movie is loaded.
    The issue is when the movie is loading. For the first few seconds while it is loading, this custom grey box is spammed all the way up the movie page. It engulfs the entire page until the movie is loaded completely and then displays correctly.
    I tried to add a loading progress bar but this just puts it in over the custom skin. I was hoping ideally for a plain white screen until the movie is loaded (it should take 5 seconds MAX to load these movies as they will be viewed over a LAN).
    Does anyone have any ideas or tips?
    Thanks for your help,
    Eoin.

    Hi there
    Try clicking Edit > Preferences... > Project > Start and End. See that area for the Preloader? As it is enabled already, you should be able to click the ellipsis icon. Choose the image you want to use. I might suggest using a screen capture of the credits. Or, just turn off the preloader entirely, as you believe it should load very quickly.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Can we create our own loops? Basic question.

    Hi,
    Can we create our own loops in Logic Pro. I see in all the tutorials. They are either taking input from external instruments OR use existing apple loops.
    I have tried FL studio demo to create our own loops. But there is no trial version for Logic Pro. Need your inputs before I purchase it.
    Thank you.
    Anji

    Yes you can!
    It is as simple as selecting a Region (optional trimming recommended) and choose the Export command.
    A Dialog window opens up that lets you enter the metadata
    Apple had its separate "Apple Loop Utility" app (now only available in the developer package) that allowed you to create loops in a standalone app. The built-in loop capability in Logic uses part of that engine.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • How to create an Internal Customer  for Ineterplant stock Transfer

    Daer Gurus,
    Please tell me how to create an Internal Customer for Interplant stock transfer.
    Actually I have three plants out of them two plants are providing goods to third plant. Also both the plants do the stock transfer in eachother.
    How to maintain the Two plants as supplier and third one as a receiver plant. 
    which account group I should use and what details I have to use for it ?  Do I need to maintain all three plants under same account group? I know the theoratical process only for stock transfer please guide me on this Internal customer issue.
    thanks in advance
    regards,
    Sanjay

    Hi,
    Take your three plants as AAAA, BBBB and CCCC.... and these 3 plants may be assigned to the Sales Area of AAA 10 10, BBB 10 10 and CCC 10 10.
    Your STO will have following 4 flows.
    1. AAAA - CCCC
    2. AAAA - BBBB
    3. BBBB- CCCC
    4. BBBB- AAAA
    you need to do the following settings...
    1. Assign the Sales Area for the Shipping Plants... for ex (AAAA - AAA 10 10 and BBBB - BBB 10 10)
    2. You need to Create a Internal Customer for every Rec. Plant and need to assign the same to the Rec Plant. And Also note that this customer needs to be created in the Sales Area which is assigned in the Shipping Plant.
    (Note that CCCC will be Rec Plant from Both AAAA and BBBB... So you need to extend that customer for both the Sales Area of the plants AAAA and BBBB)
    Following is the example settings required for our scenario 1.
    AAAA will be a supplying plant and CCCC will be rec. plant....  for this you need to create a internal Customer (for ex C1000) in Sales area AAA 10 10 (which is assigned to the plant AAAA) and assign the Customer number (C1000) to Plant CCCC.
    Now you created a plant CCCC as a customer in Sales Area AAA 10 10 (which is nothing but plant AAAA)...
    Also here you need assign the Sales Area AAA 10 10 to the Plant AAAA.
    Hope this will be useful to you.
    Thanks,
    Muthu

  • How to create Image as Custom Property Type used in Configurable Web Part?

    I wanted to create custom configurable web part property for Image.
    Example - the screenshot of Image property used in Image web part is shown below:
    My goal is to create as many images as possible in custom configurable web part.
    I tried to write the code:
    [WebBrowsable(true),
    WebDisplayName("Example Photo"),
    WebDescription("Example Photo of the user"),
    Category("Custom User Profile"),
    Personalizable(PersonalizationScope.Shared)]
    public Image ExampleUserPhoto { get; set; }
    However, the result does not display Image configurable web part property.
    I wonder why the data type Image does not cause the custom web part to have Image configurable web part property.
    Other data types such as Boolean, Enum, Integer, String and DateTime can be used.
    How can I create Image as Custom Property Type used in Configurable Web Part?

    I have examined that context node __00 has been enhanced,and  has a class name  z___00. But  when I created a new attirubute by right click " Attributes" with wizard under context node __00.There is still  a error message "view is not enhaced or copied with wizard".
    But  when  I created a method  "getvaliation "  in the class of context node zcl__00, the attribute  'valiation' automatically created(at the same time the method "getvaliation' automatically  created for the attribute 'valiation') and I need not to create attibute 'validation' by wizard .  It seemed as if the problem is resloved. But when I make test for it in web ui .There is a runtime erro message.
    Do I need to make some configurations in  the business object layer  for the checkbox? but  the checkbox is only used as a flag  to decide whether a backgoud job is needed to be executed.
    Edited by: samhuman on Jun 22, 2010 10:31 AM

  • Cannot create PDF w/ custom page size in FM 9

    I just upgraded to the new Technical Communication Suite and cannot create a PDF from FrameMaker with a custom page size anymore. I need to create a PDF with a page size of 8.125" by 10.875", and have tried both Save As PDF and Print to the PDF driver. I followed all of the instructions on how to do so via the PDF printer driver's "Printing Preferences", Adobe PDF page size, etc. When that didn't work, I also tried Save As PDF with a custom page size ... still won't print to the custom size no matter how many places I specify it.
    My only way to get my custom page size at this point is to create the PDF and then go in and modify Document > Crop Pages > Change Page Size to Custom, and specify my size. This is clearly less than desirable.
    I am using FM version 9.0p 196. Any help/advice/suggestions welcome!

    Cindy,
    You should get the FM updates. There have been 3 patches released since the 9.0p196 version. Install them in order.
    Before creating PDFs, make certain that your default printer is set to the AdobePDF printer instance. The SetPrint utility from Sundorne helps ensure that this is always the case for FM, see http://www.sundorne.com/FrameMaker/Freeware/setPrint.htm
    In the Save As PDF dialogue, set the "Page Size" for the output on the Settings tab, as shown here:
    Set your PDF joboptions for the appropriate press requirements.
    Set your registration if required.
    Make sure the "Convert CMYK Colors to RGB" is set (the PDF CMYK generation is still buggy).
    Hit the "Set" button and you should get the correctly sized output.
    When you were creating the ouptut via the printer route, if you had set the "Generate Acrobat Data" option, then FM sets the document so that it is always cropped to the FM page size, rather than the printer specified output sheet size, in the final PDF. Omit setting this option and it should work via this route as well.

Maybe you are looking for