Theme Editor, changing size of all elements

Hi all,
I'd like to enlarge the font size of all elements in my WebDynpro ABAP application. 
I made a copy of sap_tradeshow in the stand-alone Theme Editor and set the parameter "Base Font Size" for "Text" in "Global Styles Content Area" to xx-large. The help for this parameter says that this would have the same effect as enlarging the font size in the Browser.
Setting the parameter enlarges most of the texts and elements like buttons. Unfortunately the text in tables, listboxes and comboboxes is still small.
Does anybody know how to change the size of these elements?
Regards
Frank

Not sure what went wrong the first time I attempted to resize
the ScrollPane elements - but on a second attempt, this all seemed
to work fine. I had to individually set the Properties on each
changed element to "Export in First Frame", but apart from that, It
was easy in the end. I now have bright turquoise 40x40 pixel up and
down arrows and thumb-bar to match!

Similar Messages

  • How do I reduce the size of all elements in a Motion project proportionately and simultaneously?

    I have created a complex Motion project with many elements.  Does anyone know how to reduce the size of all elements proportionately and simultaneously in order to shrink this down to a corner logo? Thanks

    Sure.
    In the Layers pane,  IF all of your layers are already in a single Group (if you're really a beginner, then you probably just have the one group), all you need to do is select the Group "layer" containing your design elements and clone it (type - k) -- you'll get a new layer in a new group if it's a top level group of the project called Clone Layer.  (If you have more than one group, select all of them --- however, if there is an FCPX Placeholder-drop-zone-looking-layer with a label like Effect Source or Title Background, don't select that -- you'll need to command-click select just the layers that make up your logo design). [You can alternately select *everything* and command click the layers you do not want to include in the Clone.]
    Creating a clone of anything in no way changes that object or objects.  A clone is like a composite viewer for objects/layers -- like a tv screen is to broadcast signals...
    Uncheck the Cloned Group (or selected objects - if still selected, unchecking one will uncheck all of the selected layers) to inactivate it (this will not affect the clone visibility.) 
    Select the Clone Layer.
    Use the Properties > Transform tools to scale and position the clone layer (changing the blend mode to something like hard light, overlay or similar, and adjusting the opacity makes for a nice "watermark" [corner logo]).
    HTH (hope it's clear enough!)

  • Change size of all fonts in one fell swoop

    I don't care to do a Word-Pages contest but there is one feature of Word that I would like to use in Pages but I don't know how. Suppose I type a document using five or six different fonts. Then I want to change the size of all the text in the document to 16 points. I select all the text and then if I click on the font size icon in the menu it doesn't show 16. I click to open Font Panel but when I type 16 in the size space, it doesn't change any of the fonts. What is the secret to changing the size of all the text to 16 point in one fell swoop?

    Hello
    Don't worry. Other responses wheren't baffling. The posters are end users like you and they tell the truth.
    Select all
    If characters of several sizes are selected, the size rectangle in the tool bar is empty.
    Don't worry, click on it.
    You will get a menu which doesn't display 16 but display "Font Panel…"
    Select this item to get the standard Font Panel in which you will be able to enter the wished size in the rectangle just below the word "Size" (right top).
    Of course, some of us, accustomed to the program enter directly the Font Panel.
    Yvan KOENIG (from FRANCE dimanche 11 mai 2008 09:54:36)

  • How to change size of all text on screen when in 2560 x 1440?

    Hello,
    When I change my display setting to 2560 x 1440 all of the text on the screen turn to 'mice-type'.  Is there a way to increase the font size to like 14?  I like the higher resolution, but can't take the small fonts.
    Thanks,
    Hank

    If you want the fonts in all the windows and the menu bar, etc. to be larger, you do need to take down the resolution a notch; if you don't want to do that, you can increase the font size in finder (View > show view options), but that will only increase the size in some of them.

  • Howto change color for all elements

    I want to update the formatting for some existing Keynote presentations. Applying a new Theme does most of the work, but there are some things that are not updated to the new theme. For example: background color of certain text boxes -- and the color of actual bullets for bullet points.
    In the case of these presentations:
    - the background color of the textboxes is blue and I want them all to be transparent
    - the color of the bullets is blue and I want them all to be the default color/picture of the particular theme
    I realize this is because Keynote is "respecting" textbox formatting changes I have made in the original, but it would be nice if I could over-ride this "respect" somehow. It is easy to select all the text of a Keynote presentation and apply various ways to all the text. Is there a trick for selecting all textboxes (and changing the background color of them) -- or of specifying something to the effect of, "apply the following format to all the bullets in a presentation?

    Ok, in that file, you'll find a set of parameters that looks like this.
    sfa:r="1" sfa:g="0" sfa:b="0" sfa:a=".5"
    Those stand for the red, green, and blue of a color and the last one is the opacity. This particular combination would create a red object with 50 percent opacity. Still looking for which one of these controls the background of a text box.
    You know, it looks like if you go through the file searching for sf:fill and deleting that section, then that removes the fill. Once you find the right section, one find and replace would do it for you. It's one of those things that makes me wish I was handy enough with Automator and/or Applescript.
    Message was edited by: Kyn Drake

  • Print Slides With Notes: change size/layout of elements?

    Is there any way to change the template Keynote uses when printing Slides With Notes? I'd like to reduce the size of the slide & increase the size of the Notes box.

    Here is a somewhat klunky workaround that I use
    First make a custom paper size that is bigger than the paper you will end up printing to (I use 8 1/2 by 16 to print to 5 1/2 by 8 1/2)
    When you go to print the keynote file change to this paper size in page setup
    Then instead of printing save to a pdf file
    Open the pdf with Adobe Acrobat Reader
    Set the paper size to the size you actually want in the page setup dialog
    Go to the copies and pages drop down menu and select "paper handling"
    Click the "reduce to fit" item
    Print the file
    If anyone has a simpler way I would love to know it too!

  • How change size of an anchored object ?

    Hello, I make a script that change size of a element by looking name (label and name).
    So It's work very well :
    var myStories = app.activeDocument.pageItems.everyItem().getElements();
    for(var i=0;i<myStories.length;i++){
    if(myStories[i].name=="Post_it"){
    var g_obj1 = get1(myStories[i]);
    var g_obj2 = get2(myStories[i]);
    var g_obj3 = get3(myStories[i]);
    var g_obj4 = get4(myStories[i]) + 5 ;
    myStories[i].geometricBounds = [g_obj1,g_obj2,g_obj3,g_obj4];
    But when I copy it and paste in a text to do a anchored object, it doesn't work!
    I check the name and the label, it's the same.
    Why it doesn't work when the object in anchored and how can I resolved it ?
    Thanks a lot!

    Yes! Very nice ! Thank a lot !
    Like this :
    var myStories = app.activeDocument.allPageItems;
    for(var i=0;i<myStories.length;i++){
            if(myStories[i]  instanceof TextFrame){
                    if(myStories[i].name=="Post_it" || myStories[i].label=="Post_it"){
                            var num_page_active = myStories[i].parentPage.name;
                            alert(num_page_active);
                            var g_obj1 = get1(myStories[i]);
                            var g_obj2 = get2(myStories[i]);
                            var g_obj3 = get3(myStories[i]);
                            var g_obj4 = get4(myStories[i]) + 5 ;
                            myStories[i].geometricBounds = [g_obj1,g_obj2,g_obj3,g_obj4];
    So, It's work! Now, I would like to do this only on the even page.
    In CS5, all is ok :
    var myStories = app.activeDocument.allPageItems;
    for(var i=0;i<myStories.length;i++){
            if(myStories[i]  instanceof TextFrame){
                    if(myStories[i].name=="Post_it" || myStories[i].label=="Post_it"){
                            var num_page_active = myStories[i].parentPage.name;
                             Number.prototype.isEven = function (){return (this%2 == 0) ? true : false;}
                            if(Number(num_page_active).isEven()==false){
                                var g_obj1 = get1(myStories[i]);
                                var g_obj2 = get2(myStories[i]);
                                var g_obj3 = get3(myStories[i]);
                                var g_obj4 = get4(myStories[i]) + 5 ;
                                myStories[i].geometricBounds = [g_obj1,g_obj2,g_obj3,g_obj4];
                                myStories[i].name="Post_it_Dec";
                                myStories[i].label="Post_it_Dec";
    But in CS4, the parent.name give me some problème that I can't resolved.
    In CS4, it does'nt know ".name" but ".label" only.
    So this does'nt work for CS4 :
    var myStories = app.activeDocument.allPageItems;
    for(var i=0;i<myStories.length;i++){
                                  if( myStories[i].label=="Post_it"){
                                            myStories[i].select();
                                            var num_page_active = myStories[i].parent.name;
                                            Number.prototype.isEven = function (){return (this%2 == 0) ? true : false;}
                                            if(Number(num_page_active).isEven()==false){
                                       var g_obj1 = get1(myStories[i]);
                                                                          var g_obj2 = get2(myStories[i]);
                                                                          var g_obj3 = get3(myStories[i]);
                                                                          var g_obj4 = get4(myStories[i]) + 5 ;
                                                                          myStories[i].geometricBounds = [g_obj1,g_obj2,g_obj3,g_obj4];
                                                                          myStories[i].label ="Post_it_Dec";
    Can you help me here or I create a new topic?

  • Problem in Link size changes in theme editor of NWDS

    Hello All,
    We have created a theme in theme editor and the link size has to be matched with the given specifications.
    When trying to change the link size using Link Property - Standard Font Size to xsmall or any value such as 0.8 em, it is applied to all the other texts but not the links. Links are always in a slightly bigger font size.
    Please note that the links which are under consideration are within a table.
    The links outside the table are coming properly.
    Please help us find a solution for this.
    Thanks & Regards,
    Radhika

    Hi Radhika,
    There is two properties in Global Style Sheets area
    1. Base Font size.--> it is under common
    2. standard Font size.---> it is under Text in GSS
    if you change the Base Font size to X Small / XX Small the link size will be reduced but it will reduce the other UI element font
    size as well to overcome this( increase the other UI elements size) problem you have to increase the Standard Font size upto
    the requied font size is came to other UI elements.
    Thanks & Regards,
    Bhargava.

  • Change link font size through theme editor

    Is it possible to change font size of link element using theme editor? I can't find corresponding parameter. Is it inherited from somewhere else?
    Thanks in advance.

    Nadezhada,
    If you want to change any font size of the text on Top level Navigation (top level tabs) or MasterHead(Masthead) then you can use theme editor.
    But it wont work application level. For example if you want change the font size of a text in the a iView or any application, then you should look the possibility of changing that corresponding application.
    Ram

  • Theme Editor: where to change backgroundcolor of editable table cells?

    Hi all,
    I need to change the color of an editable table cell.
    I navigated to the theme editor --> tables.There is a section "Editable Tables". The preview shows an example with three columns and tree rows. I want to change the backgroundcolor of the cell in the first row, third column (in SAP standard it is lightgrey).
    The backgroundcolor of the rows beneath can be changed in section "Selected Cells", the backgroundcolor of the first two columns in the first row can be changed by "Background Color of Standard Table Cell" but I can't find the field where I can change the color of the last cell.
    Best regards,
    Sandra

    Hi,
    The blue color come from your definitions on "Labels and Fields" to read-only color of input field.
    Regards,
    F.F

  • How to change existing database block size in all tablespaces

    Hi,
    Need Help to change block size for my existing database which is in 8kb of block size.
    I have read that we can only change block size during database creation, but i want to change it after database installation.
    because for some reason i dont want to change the database installation script.
    Can any one list the steps to change database block size for all existing table space (except system, temp ).
    want to change it to 32kb.
    Thank you for you time.
    -Rushang Kansara

    > We are facing more and more physical reads, I thought by using 32K block size
    we would resolve that..
    A physical read reported by Oracle may not be - it could well be a logical read from the o/s file system cache and not a true physical read. With raw devices for example, a physical I/O reported by Oracle is indeed one as there is no o/s cache for raw devices. So one needs to be careful how aone interprets number like physical reads.
    Lots of physical reads may not necessarily be a bad thing. In contrast, a high percentage of "good/fast" logical reads (i.e. a high % buffer cache hit ratio) may indicate a serious problem with application design - as the application is churning through the exact same data again and again and again. Applications should typically only make a single pass through a data set.
    The best way to deal with physical reads is to make them less. Simple example. A database deals with a lot of inserts. Some bright developer decided to over-index a table. Numerous indexes for the same columns exist in difference physical column orders.
    Oracle now spends a lot of time dealing (reading) with these indexes when inserting (or updating a row). A single write I/O may incur a 100 read I/Os as a result of these indexes needing to be maintained.
    The bottom line is that "more and more physical I/O" is merely a symptom of a problem. Trying to speed these up could well be a wasted exercise. Besides, the most optimal approach to "lots of I/O" is to tune it to make less I/O.
    I/O is the most expensive operation for a RDBMS. It is very difficult to make this expense less (i.e. make I/Os faster). It is more effective to make sure that you use this expensive resource in an optimal way.
    Simple example. Single very large table with 4 indexes. Not very efficient design I/O wise. Single very large partitioned table with local indexes. This can reduce I/O on that table by up to 80% in my experience.

  • Is it possible to change theme and font size at run time?

    I want to create a project where user can change the theme and font size at run time? Is there any facility to do so in captivate 7?

    Not as far as I am aware.  A lot of the text objects (such as captions) in Captivate are actually converted to images at publish time.  So they're not able to be changed via stylesheets or variables.
    You can use Advanced Actions to hide or show images or captions with different sized text.  But not change the size of the text that is already in the caption.
    Even if you make all of the on screen text dynamic so that it's coming from some variable value, you still cannot change the font size at runtime.

  • I downloaded a cheap PDF editor and it converted all my PDFs to their software. Then when I deleted it, I cannot open them in the Adobe format any longer. Please let me know how to get them back!

    I downloaded a cheap PDF editor and it converted all my PDFs to their software. Then when I deleted it, I cannot open them in the Adobe format any longer. Please let me know how to get them back!

    It's important to understand that when this sort of thing happens files aren't "converted" at all.
    In Windows and Mac, there is just one app (program) that it run when you double click a type of file. There's an app for Word documents (Microsoft Word). There's an app for PDF files. So all that happened is that you installed an app which can open PDF files.
    Nothing changed in the files. You can still open them the traditional way if you forget double click - start the app, use Open from the File menu.

  • Java iView Runtime error occurs whilw changing Theme Editor

    Hi,
    i have to face the following error while changing Theme.
    <b>Java iView Runtime
    Version : 6.4.200512140312
    + Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:304)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: PortalRuntimeException
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:284)
         ... 20 more
    Caused by: java.lang.OutOfMemoryError
    If this situation persists, please contact your system administrator.</b>
    Please give me right solution.
    Thanks & Regards,
    Nisarg Patel

    Hi,
         Try out the answers given in the following threads:
    Theme Editor : Runtime error
    Problem with Theme Editor
    Regards,
    Pooja.

  • Can I use Organizer to change the .jpg size of all photos in a folder in one batch process?

    We're using wa-a-ay too much disk space for a growing photo collection.   My daughter is a camera freak with four kids -- need I say more? 
    In my current test folder the sizes of the original photos range from 2.3 MB to 4.2 MB.  I picked one photo at random and printed the original and then three more, saved by PSE9 as .jpg files at maximum, middle, and minimum quality settings on plain letter-size paper, and again on 4x6 photo paper.  It takes a magnifying glass and a calibrated eyeball to detect a difference on the plain paper, and it's even more difficult on the photo paper.  I think I should relieve the pressure on the hard drive's capacity by reducing everything to a more reasonable size; after all, the minimum-quality print takes up less than one percent of the disk space as does the maximum-quality print.
    I have a hunch that I can accomplish this in a batch process with Organizer, but that's all I have is the hunch -- not the know-how.   I would like someone to step me through the process.
    I also expect a lecture on why I shouldn't do this.  Go for it; I'll listen.
    Thanks,  Bud

    Bud,
    BudV a écrit:
    I also expect a lecture on why I shouldn't do this.  Go for it; I'll listen.
    You are the one to judge... Will you regret it if you want to use some pictures with the original size and resolution at a later time?
    Yes, you can use either the organizer or the 'process multiple files' command of the editor. But first you should think about two questions:
    - Are you ready to backup the full resolution and size files before the 'shrinking'? External USB drives with big capacities are available and affordable.
    - From what you are saying, the optimal size would be for files resized for 4" x 6" format at 300 ppi in jpeg quality 8 to 10.
    Resizing from the Editor: Use the 'process multiple files' command and click the 'Same as source' button. I would not do it without a sound backup first... This can be done folder by folder.
    Resizing from the Organizer : Use the 'Export' command. That command leaves the original and puts the resulting files in a new folder. The resulting files are NOT included in the catalog.This means that keeping your organization (categories, albums, tags...) will be tricky; same if you are using a folder organization system.
    Another solution with a third party software such as Faststone photo resizer:
    - Absolutely do a full backup before
    - run the resizing options in the external software so that the files are resized without being moved. That replaces the originals.
    - If you are using the organizer, your organization will be kept, but the file sizes in the catalog and thumbnail databases will be wrong. You can regenerate the thumbnail cache by deleting the thumbs.5.cache file in your catalog folder; it will be automatically rebuilt.
    That has worked for me in the past... no guarantee for you!

Maybe you are looking for

  • Desktop app re-downloads installers without retrying on any failure

    [Bug report/feature request] The Creative Cloud desktop app on PC has a bad habit of downloading installers from scratch, without retrying an installation, when anything fails -- even if it's a minor connection problem after the installer has finishe

  • Still no Contacts sync in Mavericks 10.9.3

    Mavericks 10.9.3 says "Adds the ability to sync contacts and calendars between a Mac and iOS device using a USB connection" I updated Mavericks to 10.9.3, iTunes to 11.2.2, but when I connect my iPod classic iTunes doesn't show any place to sync cont

  • How to select the desired language in the item Startup and Login Windows?

    Users can individually select the language in which applications are displayed by moving the entries in the Language list of the International pane in System Preferences into the desired order. However, this language preference only affects applicati

  • 975X Platinum PUE V2.0 Power shuts off after ~45 sec?

    I'm looking for help with a frustrating issue.  This is a new build with the following: *MSI 975X Platinum PUE *Intel Core2Duo E6600 2.4Ghz 2M 1066FSB Socket 775 *XFX GeForce 7900 GT Video Card in PCIe *Old IDE HD with XP *New WD Caviar 250GB SATA *K

  • SMplayer works fine sometimes, locks up on play others.

    K so I'm still a complete Arch newbie and I just got my box up and running (for the most part, anyway; an ongoing process).  I was logged in as root for a while (without even really noticing because I'm so used to user accounts being created for me d