Branding image width problem

Hi,
I have developed a customer spesific theme, added it to a dektop and it works. My problem is that in the theme generetor the image looks fine, but when I actully use the theme there is a large gap between the branding area and the masthead funtion area. Can someone help me solve my problem ?

Hi Ingvild,
You can do one more thing then ie you can edit the original masthead file and then redeploy that.
For this you download com.sap.portal.navigation.masthead.par  from the server.
Import it into NWDS.
Also Extract the par file
You can find two jar files one in private folder and other in lib folder.
com.sap.portal.navigation.masterhead_core.jar and
com.sap.portal.navigation.masterhead_api.jar respectivily.
Add these files to the corresponding folders in your project.
Then in NWDS goto PORTAL-INF->jsp the u will find the file HeaderiView.jsp.
Its jsp file with the layout and functionality of masthead. U edit it and reduce the gap here.
also it is a normal jsp file with html tags in it so u can play with html tags in it... and can change the look and feel of the masthead further.
Hope atleast this will work
Thanx & Regards
Anish

Similar Messages

  • Standard Report - Append Control Image Width Problem / Limitation or Bug?

    I am trying to create a Standard Report and am having a hard time placing a XY Graph control on the report. My problem is I want to use the maximum page area to view the graph. For this reason, I am keeping the margins small and increasing the size of the control so that it occupies almost all of the page. What I find is that after a certain limit, the XY graph image output on the report does not increase in size even if you increase the control size. In fact the image will get worse with larger size once beyond the limit. No matter How I try, the Image will not occupy all the area between the Horizontal Margins.
    Either this is a bug or undocumented limitation.
    Ahh.. One other possibility exists, that I am not smart enough. But if some one can help me here, It will be greatly appreciated.
    I am Using LV 8.2 on XP machine.
    I am attaching the VI and two PDF files, In "MyReport w1000.pdf" The XY Graph is 1000 Pixels Wide. In "MyReport w2000.pdf" I made it 2000 Pixels wide, however the size of the image did not increase on the report. Also You can notice the difference in quality between the two reports.
    To use my vi just size the graph to different sizes and run it, It will output to the default Printer. If you have a PDF writer set as default printer, It will save it to file.
    If anyone can help, I thank you and wish you...
    Good Luck!
    Mache

    I do not like Vivek's workaround. "Use HTML report"  is not acceptable when the question is about Standard report. People may want to use Standard report and there is a reason it is called standard.
    Anyway one solution is to size the image to most optimum size - as large as possible but retaining the graphical quality. This will still leave you with large white spaces around your graph object.
    Second solution that I am using is to Put the graph object and any other elements that I want on my report on a Front panel of a VI. Size the objects and front panel and objects appropriately and then use Print Panel to Printer method to Print the whole VI front panel. In my app. This VI which mimics the report is called from my app and is called Print Preview.  There is even a Vi that allows you to choose the printer. http://zone.ni.com/devzone/cda/epd/p/id/1327
    I am attaching a Sample Report and Code Snippet to look at.
    Good Luck!
    Mache
    Attachments:
    Labview Document.pdf ‏21 KB
    Print Code.jpg ‏30 KB

  • Problem in changing branding image.

    Hi all,
    I have a problem in changing the branding image for portal logon page.
    To my knowledge I have the change the image file under
    \usr\sap\EPD\JC0\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\com.sap.portal.runtime.logon\layout
    But to my surprise I am not able to see gthe com.sap.portal.runtime.logon folder in the server.
    Can somebody suugest me what might be the reason.Is it any problem with the versions or something?
    Thank You,
    Regards,
    Rajesh

    It is:
    \usr\sap\EPD\JC0\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout\
    You can do a simple search for branding-image.jpg from \usr\sap\EPD\JC0\j2ee\cluster\server0 to find the location. You can change the location or name in the config tool.
    Regards,
    Slava

  • Branding Image - Dynamic Width?

    Hi there
    Is it possible to dynamically set the width of the branding image?
    I have designed an image which looks nice on my screen, but that's clearly too big for the user's machine. I can set the width lower in the theme editor, but then when you use a bigger screen size / resolution, doesn't look the same, so would be nice if I could cater for multiple resolutions?
    Can you set the width to a percentage?
    Cheers,
    Andrew

    Hi Andrew ,
    You can set the width of the table from the masthead and keep it fix according to you need .
    Refer to this webblog for the same.
    MastHead Change & Portal Desktop
    Thanx
    Pankaj

  • Page Layout components : corporate branding image and copyright

    hi....
    i am using R12 and my page consists of a table and the corporate branding image and copyright but because the table has many columns it spans along with the scroll but the problem is that the page layout line and copy right does not span with the table and stops in the middle
    the page is not looking good at all...
    i have tried so much with the width of the regions but no solution because i can't find a width for the page layout components.
    please need help

    user604057,
    Its a framework standard to have the footer only to fit the width of the page. You won't find many pages which has a horizontal scroll and if they have, another issue you will have is the printing of the page.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • JavaFX - Image preloading problem

    Hi,
    I try to use ImageView and face some problems with image preloading.
    Here is the code related to the component that has problems. The component extends CustomNode.
    in class attributes declaration:
    var imgNodes: ImageView[];
    // list of url of images to display
    public-init var imgs: String[];
    in create function:
    for(indice in [0..batch]){
    var view= ImageView{
    fitWidth:100
    fitHeight:100
    translateX: (110 * indice)
    preserveRatio: true
    cursor: Cursor.HAND
    insert view into imgNodes;
    on an image loading function:
    for(indice in [0..batch]){
    imgNodes[indice].image = Image{
    width: 100
    height: 100
    url: imgs[firstItem+indice]
    preserveRatio: true
    backgroundLoading: true
    with backgroundLoading set to true, the images are not displayed. When setting it to false, the images appear. So the urls passed to Image are ok.
    If I display the fields error and progress of the Image components, both have the value 0.
    I have other components that use preloading and they are working great before showing the problematic component. After, preloading does not work anymore.
    It looks like as if the thread used to preload images is blocked.
    Can anyone help me with it?
    Thanks in advance for your help
    Thomas

    I'm not shure but i think the only group component wich is updated after insert or delete is a Group, so there is the same problem with V/HBox.
    Then this code work for me
    package forumsamples;
    import javafx.ext.swing.SwingButton;
    import javafx.lang.FX;
    import javafx.scene.Cursor;
    import javafx.scene.Group;
    import javafx.scene.image.Image;
    import javafx.scene.image.ImageView;
    import javafx.scene.layout.VBox;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    * @author Alex
    var imgNodes: Group;
    // list of url of images to display
    var imgs: String[] =
    for (n in [1..3]) "file:///E:/dev/images/FA/OUI/{n}.bmp";
    //in create function:
    //on an image loading function:
    function load() {
        for(indice in [0..3]){
            insert ImageView {
                fitWidth:100
                fitHeight:100
                translateX: (110 * indice)
                preserveRatio: true
                cursor: Cursor.HAND
                image: Image{
                    width: 100
                    height: 100
                    url: imgs[indice]
                    preserveRatio: true
                    backgroundLoading: true
            } into imgNodes.content;
    Stage {
        title : ""
        scene: Scene {
            width: 200
            height: 200
            content: [
                VBox {
                    content: [
                        SwingButton {
                            text: "Button"
                            action: function() {
                                load();
                        imgNodes = Group { }
    }

  • Problem: codebase, jar and image reloading problem please help!

    Hi Java Gurus,
    I have written an applet that extends JApplet for viewing webcam. In order to reduce the download time I put my classes into a doorcam.jar file. The following is my <applet> tag in my html file.
    <applet code="CameraApplet.class"
    archive="doorcam.jar"
         codebase = "webcam/classes"
         width="375" height="475">
    <param name="imagePath" value="http://judge/webcam/images">
    <param name="webCamImage" value="door.jpg">
    <param name="COMPort" value="COM2">
    <param name="frameRate" value="10"> <!-- could not exceed more than 10-->
    <param name="host" value="judge">
    </applet>
    The fist problem is that my class file does not get loaded from the jar file if i provide the "codebase" attribute as above. Instead the browser load every single class file from the webserver. This has some problem too. Coz the browser sometimes just thorough NullPointerException or ClassNotFoundException. After much of debugging I found out that the problem is the IE browser which seldom fails to load classes or image file from the server. If i referesh the browser the applet and all its classes loaded successfully and runs smoothly. This behaviour never occurs when running with "appletviewer".
    I wanted all my classes to be loaded from my jar file. After much of trial and error I found out that if i remove "codebase" attribute the browser loads the classes from my jar file and applet loads very fast. This is where the second problem comes in. The browser does not reload my webcam image file so that the webcam become alive with live images, like before.
    If I run on "appletviewer" everything works fine my web cam is displayed properly. But in IE browser the image does not get reloaded when I refresh my image to give live to my webcam display. The refresh method is given below.
    private void refresh(final URL url) {
    Image webCamImage =getImage(url);
    webCamImage.flush(); // flush out the previous image
    webCamImage = getImage(url); // get a new image
    webCamImageIcon.setImage(webCamImage); webCamImageIcon.paintIcon(webCamLabel, webCamLabel.getGraphics(), 15, 15);
    When I add the "codebase" attribute back, the image gets reloaded for every refresh() and everything works fine. But the classes are also loaded from the server. And occasionally also suffers Class loading and image loading problem. As I presented earlier, when I do refreshing in the browser everything gets loaded and the applet function correctly with web cam displaying very well.
    The problem is so strange that I could not find any way to solve it.
    It would be a great help to me if somebody provide me some work around to the problem.
    I tested on Windows 2000, Windows XP, IE 5.5, IE 6 with J2SDK 1.4.0.
    Thank you all very much in advance.
    best regards,
    Judge

    Thank you so much for the suggestions. I did tried the way u suggested. The problem still the same.
    I think its the problem between IE browser and Java Plug-in.
    I which SUN would find these incompatibilities and solve these problems.
    I even tried using java SDK and plug-in 1.4.1 it even worst. It can't even load an applet. And it does not show any loading messages nor any error messages. It just show a cross sign on the upper left coner.
    I would be so glad, if Sun would try to eliminate the inconsistancies such as caching, loading, initializing etc between browser and its Java plug-In. For example, applets behave well in appletviewer and behave unpredictably in browser environment.
    I have seen so many people in the forums with all sorts of problems because of this.
    Right now I m desperately looking for work around to my problem.
    If somebody would provide me with the solution to my problem it would be a great help to me.
    thank you all so much.
    best regards,
    Judge

  • Branding image logon screen

    Hi all,
    I changed images in par file using netweaver developer studio and uploaded.
    i changed .xml file in config file with new par file. I restarted server and typed URL in the browser i am able to see the logon screen but there is no images appear.
    How to sesolve this problem?
    Thanks and Regards,
    Phanikumar.

    Hi Kumar,
    I have given the answer for ur question which u have posted in portal implementation.
    just follow the code what i have given there.it will work.its working for me.
    are u getting blank space or some icons (like multiply) in that images space.
    First check whether changes take effect or not in NWDS itself by running the project thro poralapp.xml then go for server change the authschemes.xml and restart it.
    Very importantly check that u have all the images in the layout folder and you used correct names in ur coding.Try to follow my code.
    branding image logon screen (ur previous post)
    Regards,
    Tamil K

  • How to change branding image of Portal?

    Hello All,
    This topic may sound very common to you al but i have tried soem basic steps but no success so i am posting this thread.
    I want to change branding image of portal log on page.
    I have navigated to this path.
    S:\usr\sap\EPD\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    and replaced my image with existing one i mean i have removed the default image from this folder and pasted needed image.
    Reatsrted server but no success.
    What can i do for changes to take effect.
    Thanks in advance
    Vinit

    Hi Vinit,
    Try these options
    The images on the logon screen are hosted in the web server area for your WebAS 6.40, you can change it in two ways:
    Option 1:- Connect to to server where the Portal WebAS is running and go to:
    (drive):\usr\sap\SID\JCNN\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    There you will find the images used on logon screen, you can replace them for your company images, please take care with the width of the images, as usual, to make this change effective, you must restart the whole WebAS.
    Note: each time you upgrade the WebAS (install a new SPS) these images willbe overwritten, so take it into account in order to replace it again after upgrade.
    Option 2:
    - Connect to the Portal's WebAS Visual Administrator
    - Go to "Global Configuration" -> Server -> Services -> UME Provider
    - look for following properties: ume.logon.branding_image and ume.logon.branding_text
    - Change the image location for the desired one, but be sure the new images are present on a web server location over the WebAS
    Regards,
    srikanth

  • Having a image alignment problem using clearbox

    Hi,
    I'm having an image alignment problem. I cannot figure it out. I'm using the clearbox - lightbox dreamweaver widget. Using Dreamweaver CS6.
    Actual page located here. Any help would be appreciated.
    http://dirtysouthink.com/gallery/dustin2.html

    This has very little to do with Dreamweaver. DW is merely a tool to assist you in building a web site. It is purely a matter of styling (CSS).
    When I look at the structure, I see
    BODY-CONTENT (width: 490px)
         GALLERY (width: 452px)
              CONTAINER (width: 500px)
                   ITEM (width: 150px)
    From this I can deduce that:
    GALLERY will fit inside BODY-CONTENT
    CONTAINER will NOT fit inside GALLERY or BODY-CONTENT
    ITEM will fit three times into CONTAINER
    To start with, I would reduce the size of the CONTAINER so that it fits inside of its parent. Then I would adjust the width of the ITEM so that only two of them fit inside of the CONTAINER.

  • Two different doubts that are one, perhaps - setting buttonMode? Getting loaded image width?

    Hi everybody,
    I'm quite a newbie using AS3 and as first pretentious learning project I'm creating a image multigallery.
    At this moment I have two questions (between several future others) relative to the code I'm writing (and suffering):
    How to correctly set the buttonMode in a dinamically created buttons?
    and
    How to get the width of the images that I'm dinamically loading? I'm planning to put them side by side, for this I need to know the width of each one.
    In the thread title I wrote that it can be just one doubt despite the totally different purposes of the codes. Maybe.
    Let me explain why: until now I could not understand completely the right way to direct the events inside dinamic functions.
    Here's my code until now:
    //// CREATE CONTAINERS ////
    // CREATE MENU CONTAINER //
    var menuContainer:MovieClip = new MovieClip();
    menuContainer.x=10;
    menuContainer.y=300;
    addChild(menuContainer);
    // CREATE IMAGES CONTAINER //
    var imagesContainer:MovieClip = new MovieClip();
    imagesContainer.x=100;
    imagesContainer.y=10;
    addChild(imagesContainer);
    // IMAGE LOADERS //
    var imagesLoader:Loader;
    var bigImagesLoader:Loader;
    //// LOAD XML ////
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, whenLoaded);
    xmlLoader.load(new URLRequest("XML/roiaXML.xml"));
    var xml:XML;
    function whenLoaded(evt:Event):void {
         xml=new XML(evt.target.data);
         var mySetsList:XMLList=xml.children();
         //// MENU BUTTONS ////
         // POSITIONING BUTTONS INSIDE MENU CONTAINER//
         var rowsQuantity:Number=3;
         var columnsQuantity:Number=Math.ceil(mySetsList.length()/rowsQuantity);
         var cellWidth:Number=160;
         // CREATE BUTTONS //
         for (var i:int=0; i< mySetsList.length(); i++) {
              var newSetButtonMC:setButtonMC=new setButtonMC();
              var imageNodesArray:Array = new Array();
              for (var j:int=0; j<mySetsList[i].IMAGE.length(); j++) {
                   imageNodesArray.push(mySetsList[i].IMAGE[j].attribute("smallURL"));
              newSetButtonMC.imageArray=imageNodesArray;
              newSetButtonMC.setButtonText.text=mySetsList.attribute("setTitle")[i];
              newSetButtonMC.setButtonText.autoSize=TextFieldAutoSize.LEFT;
              var cellX:Number=Math.floor(i/rowsQuantity);
              var cellY:Number=i%rowsQuantity;
              newSetButtonMC.x=cellX*cellWidth;
              newSetButtonMC.y=cellY*(newSetButtonMC.height+10);
              // I really don't know how to set the newSetButtonMC.buttonMode = true, nothing worked until now
              newSetButtonMC.addEventListener(MouseEvent.CLICK, onClickButton);
              menuContainer.addChild(newSetButtonMC);
         //// MENU BUTTONS ACTIONS ////
         function onClickButton(mevt:MouseEvent):void {
              // LOAD GALLERY IMAGES //
              var targetButton:setButtonMC=setButtonMC(mevt.currentTarget);
              for (i=0; i<targetButton.imageArray.length; i++) {
                   imagesLoader = new Loader();
                   imagesLoader.load(new URLRequest (targetButton.imageArray[i]));
                   imagesLoader.addEventListener(Event.INIT, getImageWidth);
                   imagesLoader.x=i*200;
                   imagesContainer.addChild(imagesLoader);
                   // LOAD BIG IMAGE WHEN CLICK IMAGE FROM GALERRY //
                   imagesLoader.addEventListener(MouseEvent.CLICK, loadBigImage);
              function getImageWidth(evtImageWidth:Event):void {// FUNCTION TO GET IMAGE WIDTH //
                   // I really don't know what to do here, i've tryed a lot
                   trace(evtImageWidth.target.width);
                   trace("ok");
         function loadBigImage(event:MouseEvent):void {
              trace("ok");
    I've tryed (and searched for solutions) a lot, maybe someone can help me.
    Thanks everybody . Abstrato

    Something new happened in my life, and it's called "contentLoaderInfo".
    <--- real happiness
    With this:
    imagesLoader.contentLoaderInfo.addEventListener(Event.INIT, getImageWidth);
    plus this:
    function getImageWidth(evt:Event):void {
    trace(evt.target.width);
    I was close to reach the supreme nirvana and I could trace the images widths.
    But there is a problem: i don't know what to do with the values to load each image side by side.
    Does someone know?
    Thanks . Abstrato

  • User specific branding image

    Hi,
    I'm trying to find out if it's possible to show a different branding image for each user.
    I know that it's possible with the dispay rules, but then I need to create a theme for every user. That's not what I want.
    I want to develop only one theme. Every user that logs on will see the same theme and the only difference will be the branding image.
    I prefer to change the branding image in de 'masthead' in the way explained above. Otherwise, it may be possible to create an iview that gets this job done.
    I would like to here your ideas about this problem.
    Thanks
    Edwin

    Hi,
    Modify the Masthead.par..
    In the Headeriview.jsp.., Replace the below section with your own logic..
    <TD nowrap class="prtlHdrLogoContainer"> 
                              <% if (isAccessabilityOn)
                              {%>
                                   <span tabindex="0" id="myTable-skipend" ti="0" onkeydown="sapUrMapi_skip('myTable',event);" title="<%=mastheadExitTable%>" ></span>
                              <%}%>
                         </TD>                 
    Solution:- Make the Image name dynamic.. fetching from the User Details.. Ex:- If you maintain the Branding image with the UserID then you can get the user ID from the runtime.. and get the branding image dynamically based on the user.
    Regards,
    Birla.

  • Global image width

    HI
    here's my problem:
    I can set a maximum image width glboally in contribute, so if
    a uer uploads a pic. the maximum width is let's say 600px. that's
    fine, but..
    can i put some code in my dreamweaver pages that page A has a
    maximum width of 600px and page B a maximum width of 700px?
    Love to hear from you!

    HI
    here's my problem:
    I can set a maximum image width glboally in contribute, so if
    a uer uploads a pic. the maximum width is let's say 600px. that's
    fine, but..
    can i put some code in my dreamweaver pages that page A has a
    maximum width of 600px and page B a maximum width of 700px?
    Love to hear from you!

  • Removing Portal Branding image&Logos!

    Hi All
    I want to remove Portal branding image&Logos,b'z it takes lot of network space.
    We are maintaining 4000 users in EP.
    Suggest me...any problems if i remove those logos.
    thx
    Pradeep

    Pradeep,
    there shouldn't be any problems. Alternatively, simply replace them with a transparent 1x1 pixel gif, so that so at least have a valid image.
    Regards,
    Dominik

  • I have LR5 on a mac book pro with a external hard drive with LR5 images. my problem is my external hard corrupted reformatedand have to this is expensive and i would to start over in LR5

    i have LR5 on a mac book pro with a WD external hard drive with my with my LR5 images . my problem is my external drive is corrupted .i was told by apple that my macshow the hard drive is there but it is not moumting and have to be reformat. i have to use recovery data to save my images on my external before i can refomat.iam willing to lose my images on my extenal hard drive but i would like to know can i erase my LR5 images and start over or delete LR5 and download it again

    Simply start a new catalog:
    File >> New Catalog
    Choose a new name and save.
    When the empty catalog launches you are ready to start over.

Maybe you are looking for

  • How to open *.pdf files in BOXI r2 inbox

    I am scheduling as  *.pdf file for deski report.After scheduling i am getting *.pdf in my inbox.if the report is deski or webi we can use FC_REPORT_ENGINE or WI_REPORT_ENGINE to open the report's using java code.In same way how to open *.PDF file in

  • Memory leak in Acrobat X?

    I use Acrobat X Standard version 10.0.2 under Windows XP. When working with large documents, I often have problems with the Acrobat program. The first symptom is that icons on the toolbar disappear or become black boxes. Then whole pages of the docum

  • SAX parser and EntityResolver

    I am using the sample SAXSample.java that comes as part of the XML parser download to parse an XML file that contains references to external entities - for example <!ENTITY E23678 SYSTEM "http://pilot/:13365"> However the SAX parser never appears to

  • Mail Notification Options

    I am trying to find some different mail notification options for Mac Mail and can't seem to come across anything (good). I run my business email through Mac Mail and would like to know when I get email from those accounts. The prefs only give you the

  • HELP! NEW USER IN NEED!

    Could someone tell me what im doing wrong? Im trying to get my companys web site off the server, I define local root folder by making an empty folder - site - manage sites - new site - add URL - edit copies on my machine - select folder to add files