How to increase size of button in sap netweaver webdynpro

hi
iam using sap netweaver webdynpro
i have one application i want to increase size of button
i will increase width but i want ot increase height
of butto
how  is it possible
byeeeeeeee

Guruvulu,
Not sure whether it helps, but try this trick: set imageSource to some transparent GIF with necessary height.
Valery Silaev
EPAM Systems
http://www.NetWeaverTeam.com

Similar Messages

  • How to increase size of fonts in Menu bar and in Safari toolbar?

    How to increase size of fonts in Menu bar and in Safari toolbar?  Munu bar and Safari toolbar  fonts too small on a 24" iMac screen.
    Thanks in advance !

    If you want to change the size of the font of a TextEdit text document, you do it in the preferences. Alternatively, if you want control over the size of the fonts, make it a Rich Text document, and then you can change the font size. You can either use the Larger or Smaller options, or Show Fonts to choose a size. You can elect to have new documents be Rich Text in the preferences as well.

  • How to increase size of font in Citrix

    How to increase size of font in Citrix  (while I am remoting to the desktop of my work PC)?

    Guruvulu,
    Not sure whether it helps, but try this trick: set imageSource to some transparent GIF with necessary height.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Migrating SAP NetWeaver WebDynpro 7.0 Applications to WebDynpro 7.3/7.4

    Hi,
    We are trying to migrate applications from SAP NetWeaver Portal 7.0 to 7.4. The applications were created using SAP NetWeaver WebDynpro Java 7.0 and we're trying to import the Development Components (DC) using SAP NetWeaver Development Studio CE 7.3. However we're encountering an error after rebuilding and repairing the applications
    Error Details:
    Generation of component ****Comp is terminated with an exception (com.sap.ide.mmservices.wd.general.NoWebDynproContentException: No Web Dynpro content found for project "***". If this project is a Development Component, check if "SapMetamodelWebdynproContent.zip" is present in the classpath.)      [Error: com.sap.ide.webdynpro.generation.eclipse.GenerationEclipse  Thread[Worker-29,5,main]]
    The project was not built since its  built path is incomplete. Cannot find the class for com.sap.mw.jco.JCO$Client.
    The type com.sap.mw.jco.JCO$Client cannot be resolved. It is indirectly referenced from required .class files
    Any ideas regarding the errors?
    thank you.

    Hi,
    thank you all for your replies.
    there are no longer errors anymore before deployment. However, once we deploy we encounter a build error.
    here are the details:
    !ENTRY org.eclipse.ui 4 4 2014-06-18 11:13:00.188
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
      at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
      at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
      at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorationResult(LightweightDecoratorManager.java:378)
      at com.sap.ide.tools.core.viewerfwk.ui.tree.wrapper.ProjectWrapper.getTreeNodeLabelText(ProjectWrapper.java:74)
      at com.sap.ide.webdynpro.wdexplorer.tree.WDViewLabelProvider.getText(WDViewLabelProvider.java:98)
      at com.sap.ide.tools.core.viewerfwk.ui.tree.CompoundLabelProvider.getText(CompoundLabelProvider.java:81)
      at org.eclipse.jface.viewers.ViewerComparator.compare(ViewerComparator.java:135)
      at com.sap.ide.tools.core.viewerfwk.ui.tree.CompoundViewerSorter.compare(CompoundViewerSorter.java:77)
      at org.eclipse.jface.viewers.ViewerComparator$1.compare(ViewerComparator.java:187)
      at java.util.Arrays.mergeSort(Arrays.java:1270)
      at java.util.Arrays.mergeSort(Arrays.java:1281)
      at java.util.Arrays.sort(Arrays.java:1210)
      at org.eclipse.jface.viewers.ViewerComparator.sort(ViewerComparator.java:185)
      at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:625)
      at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2578)
      at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1863)
      at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:716)
      at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1838)
      at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1794)
      at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1780)
      at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1457)
      at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1392)
      at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:402)
      at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1353)
      at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1455)
      at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:537)
      at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1414)
      at com.sap.ide.dictionary.ddicexplorer.tree.DDICContentProvider$1.run(DDICContentProvider.java:709)
      at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
      at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
      at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3885)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)
      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Do you have any ideas?
    thank you very much!

  • How to increase size of check box in sap script

    Hi All,
    I need to include check box in sap script. I included check box using insert>character->sap symbols. I cant able to view check box in print preview but i can able to get check box in print out.Size of check box printed in the paper is not having enough size. I need to increase size of the check box. Give me suggestion for increasing size of check box.
    Regards,
    Peranandam

    Chk the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm

  • How to increase size of thumbnail in open dialog?

    I saw this screenshot on a forum http://img2.freeimagehosting.net/uploads/aafe217759.jpg the thumbnail is HUGE! but on my computer, when i go into open, the thumbnail size is much smaller. http://img132.imageshack.us/img132/4644/picture2rt1.png can someone help me and let me know how to increase the size of the thumbnail?

    I found out that this was done with the help of a wacom bamboo and a key on the pen. I am trying to find out if the pen button was mapped to a modifier key, but I am not getting a response. maybe someone else can get somewhere with this hint.

  • Small icons in menus-how to increase size

    Hello,
    When I'm in Photoshop cs4 on my snow leopard, my icons are tiny when I'm in a menu. For instance, in my layers menu, the icons (like new layer, or trashcan) are about 1/8" tall. It makes it very difficult to accurately press on it. Does anyone know how to increase the size of these?
    Thank you.

    Why does everyone say change the monitor resolution? It's meant to work at it's native resolution. In my case a 27" Mac that what I purchased mine for, large screen great resolution and colour. Unfortunately this results in tiny tool bars. There a number of posts regarding small icons making it hard to see them. I suffer from eye strain after a short period due to the small icon size and yes I wear glasses and have my eyes tested regularly.
    I have ready many well meaning replies from Adobe but no fixes to far. So much so that the new Mac sits mainly turned off and I resort to the old laptop instead.

  • How to deploy BI  on EHP1 for SAP NetWeaver Composition Environment 7.1

    Hello Gurus,
    i have installed SAP NetWeaver 7.01 SR1 SP3 ABAP Trial Version  at home on vista 32 bits.
    it's running well...
    next i have installed EHP1 for SAP NetWeaver Composition Environment 7.1 - Preview Version
    and follow this guide :
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b057d7e3-b89e-2b10-1e9e-c426e967f8e1
    the portal is running well....coooool.. ( http//:localhost:50100/irj/portal)
    after i follow this documentation to create some cubes on BI abap trail (client 001).
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4096b8fc-6be7-2a10-618e-b02a5e5e798f
    i create my report with the query designer,
    and i see my bi report with transaction RSRT and ABAP WEB tab ( http://localhost:80000)
    it's running well....whaooouuu !!!!
    Now i'm lost, i would like to deploy my bi report on the portal, but i don't know what i must do.
    ( and when i try with the query designer or rsrt + java web i have a error message )
    - perhaps create an user communication  between portal/bi abap  where ?
    - how to deploy bi java on portal (EHP1 for SAP NetWeaver Composition Environment 7.1)
    by the way, i can't find the bi post install template in the configuration wizard on the the portal...
    thank's for your help.
    Florent,
    Edited by: Florent BUTTY on Mar 24, 2009 1:43 PM

    Hi,
    Can you please tell me what is the diff between 7.01 & 7.1? if you can share any docs, is highly appreciated.
    Thanks,
    Kiran

  • How to download project template into the SAP NetWeaver Developer Studio

    Hi,
          I want to download project template into the SAP NetWeaver Developer Studio related to invoice detail get detail,get list etc.
    How to do so?Actualy my requirement is to create an iView whcih contain the detail about the invoice.
    Thank,
    Kundan

    Hi
    If you have zip file of the project then unzip it into your project  location where all projects are there .then in NWDS go to file->import->multiple existing project into workspace->browse the file where you have saved it and select the comp folder inside the project folder->click finish.Now you are able to see the webdynpro project in the webdynpro explorer.If its not appearing then go to Navigatore and right click on project and click on open project, it will open the project in webDynpro explorer.
    Thanks
    Susmita

  • How to Register as a Developer on SAP NetWeaver ABAP 7.02 Trial Version

    Hi Everyone,
    I was following a tutorial on ABAP and this centred on "Hello World" application. I got a message that I haven't been registered as a Developer on the system and that I need some code from OSS. I have tried checking here for any clues but it seemed none existed. Can't SAP be a bit more simplified like MS? It really requires lots of effort to get the right help and even at that, helps are not easily come by. I really which someone would point me in the right direction this time.
    Thank you.

    plz can u answer me to solve my problem... i download SAP Netweaver 7.02 and install it ...... when log on to SAP i can not make any think ..... SAP tell me You are not registered as a developer ... please register in the online service system (OSS). in the OSS you will receive an access key.
    i log on by
    DDIC and BCUSER
    and i have the same problem
    PLZ tell me how can registered my self as a developer on sap to get access key ..?

  • Custom Button in Sap Standard webdynpro Component

    Hi Friends,
    i have one requirement
    1. want to added one custom Button in SAP SRM standard webdynpro component - This is done using component configurator
    2. but when i click this button, one   Z webdynpro component should run,
    Can any one please give me  idea on this
    Thanks and Regards
    Kumar Srini

    Hi,
    copy below given code and paste inside of your on action method,
    Note: just change the url address
    data: l_window type ref to if_wd_window_manager.
    data: l_cmp_api type ref to if_wd_component.
    data: str             type stinrg.
    data: result        type if_wd_window.
    CALL METHOD cl_wd_utilities=>construct_wd_url
    EXPORTING
    application_name = 'ZWEBDYNPRO COMPONENT NAME'
    IMPORTING
    out_obsolute_url = str.
    l_cmp_api = wd_comp_controller->wd_get_api( ).
    l_window = l_cmp_api->get_window_manager ( ).
    result = l_window->create_external_window(
    url = str ).
    result->open( ).

  • How to enable change password feature in SAP Netweaver Portal 7?

    Hi experts,
    I would like to provide a change password link just beside the logout link after user had successfully logged in to Sap Netweaver portal. When user clicks that link, a change password screen sill appear to allow user to change his/her password.
    Question:
    1) How do i create a link in portal header just beside the logout link?
    2) Is there any default change password page for Sap Netweaver Portal that I can use for this purpose?
    Thanks,
    Kenneth

    Hi,
    To get the change password link beside logout, get the masthead PAR file from portal, import into your NWDS, make the changes in the JSP and upload PAR file back to portal. Search with keyword "Masthead customization" in SDN. You will get many documents to achieve.
    SAP has password change functionality available. Chekc the link below for details.
    Re: Change Password Functionality
    Regards,
    Yoga

  • How to solve Error No  10061 on SAP Netweaver 7.20

    Dear Guys
    As a stranger to SAP solutions I finally downloaded and installed SAP Netweaver 7.2 on my lap top installation was all ok. Now my main issue is I cant Log on when i click the following message shows up
    " partner '127.0.0.1:sapdp00' not reached
    WSECONNREFUSED: connection refused
    Do you want to see the detailed error description? "
    when u cllick ok
    a Window opens SAP GUI for Windows 720
    partner '127.0.0.1:sapdp00' not reached
    Time
    Component              NI   (network interface)
    Release                   720
    Version                   40
    Module                    nixxi.cpp
    Line                         3286
    Method                    NipConnect2:127.0.01:3200
    Return Code           -10
    System Call              connect
    Error   No                 10061
    Error   Text               WSECONNREFUSED: connection refused
    Counter                    1
    I check my sapmmc from the desktop
    it shows a blue color server pictures and inside the Current Status some of the process is showing Green, red and grey
    Frankly I new to this software and dont have any basic idea of how to operate. My intention of installing this is to learn myself with the materials which i had.
    Kindly help me to solve these issues
    Cherian

    Hi,
    Have you installed an ABAP system or a Java system?
    As I know, there is no Netweaver 7.2 ABAP and only Netweaver CE 7.2 Java exists. Or maybe you installed a Netweaver 7.02 ABAP system. In the SAP MMC, check the status of disp+work, message server processes etc. It should be green.
    Check this link for step by step installation:
    Step by Step Installation Guide for SAP NetWeaver AS ABAP 7.02 SP6 32-bit Trial Version
    However as its a local installation, you would need a Microsoft loop back adapter as well.
    http://sites.google.com/site/varunjain786main/VarunJainHome/sap-knowledge-base/loopback-adapter-for-stand-alone-sap
    After this try SAPGui again.
    Regards,
    Srikishan

  • How can i exend my Sneak Preview SAP NetWeaver 04s installation ?

    Hi,
    My license is valid up to: 26.04.2006. I would like to extend it for a couple of months.
    How can i get a new License Key ? I have been told by [email protected] to ask my question via this forum.
    Thank in advance !
    A+
    Michel R. Osborne,  [email protected]
    Certifié SAP Basis - Spécialiste SAP NetWeaver
    Directeur Associé - DMR Conseil/Fujitsu

    Hi Michel,
    Nice to hear the problem is solved. Also you may close the
    message so as to indicate its solved.
    Please do reward points for replies that help
    Regards
    Srikishan

  • How to make a login method for SAP Netweaver in java

    Hi
    Can anyone help me out to make a login() method that can be used to login to the SAP Netweaver server using a simple java code..........
    Hope a helpfull answers from u all....
    THANKS in ADV.
    Rupesh Khemka

    Hi Everyone
    I have made the login() method but i am facing the problem while making the resource context...Because in Resource Context it takes IUser of package
    com.sapportals.portal.security.usermanagement.IUser but I have got IUser of package com.sap.security.api.IUser ...while type Casting it with below code it is giving ClassCAstException.......
    public class NewSimpleServlet extends HttpServlet {
         protected void doGet(
              HttpServletRequest request,
              HttpServletResponse response)
              throws ServletException, IOException {
              StringBuffer s = new StringBuffer();
              try {String j_user="epuser";
                        String j_password="Abcd1234";
                        request.setAttribute("j_user", j_user);
                        request.setAttribute("j_password", j_password);
                        javax.security.auth.Subject subject;
    Set principals = UMFactory.getLogonAuthenticator().logon(request, response, "uidpwdlogon").getPrincipals();
    i have problem with getting IUser object from set of principals. In javadoc is written: "In order to get an IUser object from this subject, call Subject.getPrincipals() and iterate through the returned Set of principals." so i tried to iterate but i was not able to get that IUser with any casting. Do u know how it should be?
    IUser serviceUser = (IUser)subject.getPrincipals().iterator().next();
    Now in resource Context
    ResourceContext c = new ResourceContext(User);
    Here resource context need IUser type object as parameter...
    I also tried st like this
    loggedUser = UMFactory.getAuthenticator().getLoggedInUser(request, response);
    but loggedUser is not authenticated.
    Can Anyone Help me Out...
    Thanks
    Rupesh Khemka

Maybe you are looking for

  • Working with 2 networks

    If my brother has Network Magic Essentials 5.5 and I have Network Magic Essentials 5.5 can we go to each others house and log in to each others networks and share printers? ...Chris

  • Is there a way to lockmy bookmarks from other users of my cpu

    I have personal information and bank records in my bookmarks. My daughter and son inlaw are moving back home so expect they will use my cpu. Iwant these things to remain private ie lock them out of my bookmarks your help would be appreciated thank yo

  • IPhone deleting my music from the phone....

    I am not to sure what is happening but ever since i installed the 2.1 update with itunes 8.0, my phone deletes songs from the ipod... This has happened twice now, the first time it shows in the general tab that the data space is still used on the pho

  • Deleting a directory, sub directory file, files?

    Ok i was 1. Wondering if this is possiable 2. How do i do it. What im trying to have java do is start in directory: C:\Documents and Settings\Kevin Rose\Desktop\bob and from their go and delet C:\Documents and Settings\Kevin Rose\Desktop\bob\TextScri

  • HT4796 It has been migrating for for 19 hours.  What is taking so long?

    It has been migrating for for 19 hours.  What is taking so long?