Big Button become Small Button after patching system

Hello experts,
we have a produktiv running WD ABAP application, which runs on computers with touchscreens.
Because of that we developed the applicatin with big buttons (standard Ui element button with a big image) so that our user can hit it with their finger. now after patching our systems the buttons are small again and the big image in the button is cut.
Does anybody know how we can increase the size of the buttons?
Regards

Hi,
I presume you have upgraded your system from SP<=13 to SP>=14. We have a same problem after we have patched our system.
There was a problem with the alignment of the images when large images were used. Therefore SAP rectified the same in rendering corrections from SP13 which were available in SP14. As a result of which button size remains small even if you use large image.
You can not use theme editor to change the button sizes or image sizes. The only option is to raise an SAP ticket. SAP is already working on the issue as I had raised a ticket for the same. Hope to have a  fix very soon. But I suggest you also raise an OSS ticket.
Regards
Rohit Chowdhary

Similar Messages

  • The capacity becomes smaller everytime after I restore my Iphone. What can I do?

    The capacity becomes smaller everytime after I restore my Iphone. What can I do?

    The iPhone can only sync with one computer. If you synced it to a different computer and you did not first copy the iTunes library from the old computer to the new then your phone's content was erased.

  • Why does pdf become smaller file after opening in illustrator?

    A client sent me a 12-page pdf with type changes that had to be done in Illustrator to almost half the pages. I openeded them in Illustrator, fixed the type, resaved as pdfs and replaced those pages in the pdf with the revised ones. After the first round of corrections the file went from 58 MB to 24 MB. After the second round of corrections the file has gone down to 6.3 MB! Some of the corrected pages in the pdf contain high resolution photos. Onscreen the images look just as sharp as in the original pdf. How could the file have gotten so small, and how will it affect the quality if it's printed on an offset press?

    MMM, good ideas thank you!
    When I open in Acrobat its fine. When I open as PDF in Illustrator its
    corrupt.
    When I place in a new ai file, as a link, its fine. When I place in new
    file, embedded, its corrupt.
    However, when I open as a PDF in Illustrator or place it as an embedded PDF
    into Illustrator, it includes all the layers, I can select the separate
    corrupt layers and delete them. So it turns out I can get rid of them with
    this process.
    It seems perhaps its an indesign thing, and a Indesign Tables thing. When I
    outline the Table and its contents, it creates another layer of outlined
    text on top of the live text. If I try and delete the non-outlined text, it
    deletes the Table lines?? So if I leave it as is, I believe its the live
    text underneath that is substituting for some reason?

  • Play button become next button ?

    Hi,
    Is there a way to make a repeat button ? Right now, when I click play my video start but if I click play again at the end of my video, it change slide but I would like it to play my video again...
    Thanks,
    Caroline

    Hi Caroline,
    There is no repeat button which would play your video again.
    However you may do the following:
    1. To prevent jumping to the next slide automatically make 'advance by user option' yes for that slide. This  can be done from Presenter->Slide Manager. Select the slide and select advance by user as Yes.
    2. Also you may go to the beginning of the video by clciking anytime at the start of progress bar on the playbar.
    let me know if you need any other help.
    Thanks,
    Alpi Agarwal
    Adobe Presenter Engineering Team

  • The submit button in compressor wont become active , even after I assign...

    The submit button in compressor wont become active , even after I assign presets and destinations to source files. Ive read compressor help and I cant find anything that relates to this problem. Could anyone please help me out, id really appreciate it.
    permahex
    IBG4 - MBP   Mac OS X (10.4.6)  

    Please list what exactly you're doing and what versions of the relevant software you're using. All those details do matter.

  • Installed on Windows 8.1 and desktop illustrator too small buttons to work with tools

    Please, if you know what I need to do... talk to me please. Now my up - buttons on my workspase is 1\4 - 1\5 of all window.  I have so much free plase on my workspace and so small buttons...((( I don't know what I need to do...

    I think CS6 doesn't support Windows HiDPI systems.
    You might try this, but it's not for the faint at heart:
    Adobe App Scaling on High DPI Displays (FIX) | Dan Antonielli

  • Requested delivery date becomes empty after Patching CRM

    Hi Experts,
      We are using CRM 4.0 with ISA 4.0.
      We recently have patched our SAP systems with latest patches. CRM (BBP CRM 4.) system has been patched from SAPKU40009 to SAPKU40016.
       We do not Patch ISA. We have upgraded only CRM system.
    But after Patching, We are facing issue with Requested devliery date in Shopping basket of ISA.
    Issue Scenario :
      step 1 : Create shopping basket.
                    It initializes the shopping basket and requested delivery date is set to default date as per logic.
    Step 2 : Go to Product catalaog.
    Stetp 3 : Choose any product and and transfer it into shopping basket.
    Step 4 : Come back to shopping basket.
    Now  Requested delivery date becomes empty and again requested delivery date set to current date .
    Can any one help me to solve this issue?
    Regards,
    Murugan Arumugam.

    Issue solved.

  • Creation of new button on same page after insert command

    Hello All,
    I have an application running on apex.oracle.com where my workspace name is shruti_work,username is [email protected] and password is buwigi. The application name inside this is "app2"
    I am trying to achieve one functionality there but unable to get it so felt like seeking an help from experts here. I have two forms there one page1 form which is simplly made on an html region with go button which is navigating the page 1 items value to page 2 but simply passing their address witout updting the database table.
    In Page 2 i created page on a table or view, which made some extra buttons which i dont want like applychanges ,delete button, cancel button. I created a create button even which is updating my database with insert sql command. What i am seeing is after my create button is pressed i got navigated to same page 2 which i want to but the applychange button, cancel and delete button got appeared. I dont get the idea why it is so. i have checked the buttons even i didnt found anything there.
    All i want is when i press create button in page 2, my database get update and at the same page (2) a new button get appears which i have to use for other things. Approaching to this solution i created a button with giving databse action update and condition to this button "value of item in expression 1 is not null" and in expression 1 i passed p2_id...... but my new button is not getting created.
    Any help on this?

    Hi Jeff,
    I dont want applychanges button and delete button in my page 2. But when i created form on a table or view this but got created and i cannot delete it even. When i am navigating my page from page 1 to page 2 and filling the fields in page 2 and clicking create button, at that time i want after updating my table and running my plsql process which i have created which you can see in page processing, my button at same page get generate which i will use to navigate to other form. This button which i want to generate after clicking my create button will be meaningful only if my record get inserted in table. so that is why i want it at that time.
    I dont want any report so i am not creating form on a table or view

  • I can not get the phone to turn back on. My email had been blinking off so I tried turning it off. After holding down top button and bottom button it the apple sign came up then went out as it has before when I have approached it this way. But now no go.

    My phone is dead it will not turn back on after taking a step I have used in the past when I have had issues with the phone. In the past I haeld the top button and the button on the face down and it will turn black then the apple sign comes up then off. I can then turn it back on and it seems to be reset and all is good not so today. It will not turn back on.

    1. Plug phone into AC adaptor and charge for at least 30 minutes
    2. If not on, reset phone: press both home and power buttons for at least 10 seconds, releasing when the Apple logo appears.
    If no reponse to above, there is hardware damage and you need to take it to Apple or whoever provides iPhone service in your country.

  • HT2188 home button no longer working after upgrade to io6 on my iphone4...any ideas to fix this problem

    home button no longer working after upgrade to ios6 software on my iphone4..anything i can do to frix this or apple send me a new device.  phone no good without a home button

    The button's broken.  S**t happens.  Apple will replace your phone.  If in waranty it will be free of charge.  If not, you will pay $149. 
    You can elect to have it repaired at a 3rd party shop near you if you choose, but this will void all warranty if there's any left.

  • What is the difference between "System" buttons and boolean buttons?

    I'm writing a VI with an event structure that allows me to push different buttons to control external instruments, but I found two types of buttons worked: "System" buttons and "Boolean" buttons. On the surface, the functionality seems the same: I can write the VI so that either one works, and they work in the same way, but which one is right?
    Here is a little more info on what I'm doing. I have a case structure that has one "timeout" case, which just measures the position of a movable stage. Another case, if a "system"-type button is pressed, moves the stage to an absolute position. Another case activated by a "boolean"-type button moves the stage to the zero point. I could switch these and it would still work, but I don't understand how the buttons are different.
    Also, right now I'm using the "run continuously" function so that the loop just repeats. Is this the right way to do it? I could put everything inside a loop, and make my own stop button for it. Would that be better? Worse? --> I think I found the answer to my own question: run continuously will stop and start the code at each instance, so a while loop will be better because it doesn't start and stop repeatedly. (True?)
    Thanks,
    Karl
    Message Edited by Karl T. on 03-31-2008 05:43 PM

    Karl,
    You never want to design your program to have to use the run continuously button.  It is more for debugging than anything else.  Using a while loop with your own stop button is the preferred method of doing things.
    The System, 3-D, and Classic Booleans all basically work the same.  The appearance is different.  The System buttons look like your OS buttons that you see on all your other programs.  The 3-D were introduced in LV6 and remain standard across different OS's and are not affected by System color changes or System theme changes.  The classics behave similarly to the 3-D, but they are the older controls that existed prior to LV6 and have been kept for legacy's sake.
    There are arguments for using system controls vs. 3-D controls (I don't think most people use the classic controls much anymore).  So, you really have to make a personal decision as to which you prefer to use.  NI pushes the system controls, but you'll notice there is a large number of controls which are not available in the system pallette.  I have made versions that look like system controls, but they do not automatically update for theme or system color changes.

  • Left mouse button does not work after last upgrade on one computer.

    Second request -- left mouse button no longer works after latest upgrade. Uninstalled and reinstalled - did not help. Only affected my office computer. Left button works on other three search engines and other programs -- need suggestions...

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • My iphone 4 wont turn on after hours of charging, normally i would press the lock button and home button together but my lock button stopped working afue weeks ago. Help!

    My iphone 4 wont turn on after hours of charging, normally i would press the lock button and home button together but my lock button stopped working afue weeks ago. Help!

    Hello Kimbo1991,
    It sounds like your phone is not successfully booting even though you have reset the device. I would next recommend attempting a backup and restore to iTunes with this article:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    http://support.apple.com/kb/ht1766
    If you are unable to restore with iTunes I would next put the device into recovery mode, and attempt the restore again:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Bigger/Smaller Buttons not working in Apple Mail!

    Hello All,
    I recently used Migration Assistant to move everything from old to new computer.
    Everything works in Mac Mail except the Bigger and Smaller buttons for text point size.
    I could use Cmmd + Minus/Add signs but miss the button functionality.
    Any ideas???
    Thank you!

    Is the one that doesn't work a layered menu? DVD Player does not work correctly with layered menus, it takes one click to switch to the selected state, and a second click to activate the button.

  • Buttons do not function after Flash Movie

    I have a page with a number of buttons and a couple of flash
    "list" components. One of these lists, gives the user an option to
    select one of two modules and then navigates to a marker where a
    flash movie plays. When the user exits the flash movie. This is
    done via and exit button in the flash movie itself they returnt to
    the page where they started. After navigating to that page
    following the flash movie many but not all of the buttons are no
    longer functional, e.g they do not receive mouseEnters etc.

    Are the buttons in question Director buttons or Flash
    buttons? In either case, is the code for these buttons in a
    behavior that is attached to each button? Is there any part of this
    code that disables the button?

Maybe you are looking for