How to resize the Region's width

Dear all,
i am using apex 4.2.2 , oracle database 11g R2, internet explorer 9.
i have created a region in HOME Tab for navigation menu.
but its width is covering the width of whole page.
how could i resize the width of the navigation region?
Thank you so much.

Hi Maahjoor ,
you can set height with same code,
just check with the different style properties
in Region attributes put the below code.
style="width:300px;height:200px;"
Regards,
Jitendra

Similar Messages

  • Guys, i want to ask on how to resize the images into 1200 pixels wide?

    Guys, i want to ask on how to resize the images into 1200 pixels wide, how to do it? and what are the step by steps on doing that? thank you!!!

    See this link: http://forums.adobe.com/docs/DOC-3691

  • How to fix the column header width in BEx or WAD

    hi there!
    how to fix the column header width in BEx or WAD. because, depends on the column data, the column size varies. i want to fix the size so that i can maintain the consistency through out the report.
    thanks!
    Vam.

    Dear Vam,
    you can easily do that with css, search the source code of the executed web template for the td tag which is around your coloumn header, remember the style sheet class name it is ´displayed as class= in the td tag.
    Now you can add this code the beginning of your web template:
    </style>
    This will only work in Web.
    Regards
    Marcus

  • How to resize the hard drive

    how to resize the hard drive

    You can usually find your Mac and the instructions to do so by looking it up on this page.
    http://support.apple.com/specs/

  • How to resize the columns of a table?

    Hi there!
    I want to resize the column of a JTable(constructed via AbstractTableModel) to
    fit the exact width of the word in the header?
    Can anyone tell me how to do this thing?
    Regards,

    import java.awt.*;
    import javax.swing.table.*;
    public class ColumnResizeDemo extends javax.swing.JFrame {
        public ColumnResizeDemo() {
            initComponents();
            TableColumn column = null;
            for (int i = 0; i < jTable1.getColumnModel().getColumnCount(); i++) {
                column = jTable1.getColumnModel().getColumn(i);
                String hv = column.getHeaderValue().toString();
                JTableHeader th = jTable1.getTableHeader();
                FontMetrics fm = th.getFontMetrics(th.getFont());
                column.setPreferredWidth(fm.stringWidth(hv)+5);
        private void initComponents() {
            jLabel1 = new javax.swing.JLabel();
            jScrollPane1 = new javax.swing.JScrollPane();
            jTable1 = new javax.swing.JTable();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            setTitle("Column Resize Demo");
            jLabel1.setText("Sets column width to fit exactly the corresponding header value");
            getContentPane().add(jLabel1, java.awt.BorderLayout.NORTH);
            jTable1.setModel(new javax.swing.table.DefaultTableModel(
                    new Object [][] {
                        {null, null, null, null},
                        {null, null, null, null},
                        {null, null, null, null},
                        {null, null, null, null}
                    new String [] {
                "Title 1", "Title 0002", "Title 0000003", "Title 00000000000004"
            jTable1.setAutoResizeMode(javax.swing.JTable.AUTO_RESIZE_OFF);
            jScrollPane1.setViewportView(jTable1);
            getContentPane().add(jScrollPane1, java.awt.BorderLayout.CENTER);
            pack();
        public static void main(String args[]) {
            new ColumnResizeDemo().setVisible(true);
        private javax.swing.JLabel jLabel1;
        private javax.swing.JScrollPane jScrollPane1;
        private javax.swing.JTable jTable1;
    }

  • How  to resize the column header according to row data

    Hi,
    How can i resize the column header according to row date .. means if data is small header should be small and vice versa ,...
    Any help is appreciated .. Snippet will be more helpful .
    Thanks,
    Shekhar

    Oxley (binkley) blogged about this: http://binkley.blogspot.com/2006/01/getting-jtable-columns-widths-to-fit.html
    Christian Ullenboom | tutego

  • How to delete the region code for country in T005U

    Hello,
    The region code for XX country are changed, So I have deleted all entries for that country in transaction code "OVK2" and updated the new region code which should be updated in Table T005S and T005U.
    But in table T005U there are few region code for language other then EN. Now I need to delete the entries T005U for other language.
    Now region code in OVK2 = Table T005S, but not equal to T005U
    How language can be selected to delete the region code (TABLE T005U), please advise.
    Thanks in advance.
    Praveen

    Hi Praveen,
    In order to delete the entries from the language table T005U, you will have to maintain in T005S.
    It means that, suppose in table T005U, you have a region appearing in two languages danish and german and the corresponding entry does not exist in T005S, then follow the steps below.
    1. Maintain Region XX in EN in T005S.
    2. Log on in language Danish, and in table T005U, only delete the text and log off.
    3. Log on in Language German, and in table T005U, delete the text only and log off.
    4. Now your T005U table is clear, log on in language EN and delete from table T005S.
    5. Check both tables T005S and T005U for the region XX. they both should be empty.
    Regards,
    SAPFICO

  • How to get the coloumns (fields) width in crystal report

    hi,
    how to get the coloumns width, date(get and set) and page size in crystal report using ras sdk .
    thanks

    Thanks

  • How to use the region parameter of main report for subreport chart titles?

    I am using Crystal Reports 11.
    I create 1 main report with 10 sub-reports that contain cross-tabs & charts. The main report has a parameter regarding 3 different areas: region1, region2, and region3.
    I use the method of adding the u2018regionu2019 parameter of main report to the selection formula of the sub-reports. So, I can select 'region' from main report to controll outputs in sub-reports by region.
    I use formulas for chart titles, e.g.:
    Select {Product Code}
    Case 'a111':
      u2018Region1 u2013 a111 Counts'
    Case u2018b222u2019:
      u2018Region1 u2013 b222 Counts'
    u2026
    u2026
    Default:
    u2026
    Since I pass the u2018regionu2019 parameter of main report to sub-reports, I have to change chart titles dynamically based on the region I select.
    How can I use the region parameter from main report in the formulas to get chart titles dynamically?
    Thank you in advance.

    Thank you.
    I am not using Chart Title with "Chart Expert".
    I am using a formula for chart titles, e.g.:
    Select {Product Code}
    Case 'a111':
      u2018Region1 u2013 a111 Counts'
    Case u2018b222u2019:
      u2018Region1 u2013 b222 Counts'
    u2026
    u2026
    Default:
    u2026
    I drag this formula above the charts and it looks like a dynamic title. So, for product a111, the chart title would be "Region1 u2013 a111 Counts"; for product b222, the chart title would be "Region1 u2013 b222" Counts; and so on ...
    Because I pass the region parameter from master report to subreport, I want to change the region part of the chart titles dynamically.
    For example,
    when select Region1, the chart titles should be: "Region1 u2013 a111 Counts"; "Region1 u2013 b222"; ...
    when select Region2, the chart titles should be: "Region2 u2013 a111 Counts"; "Region2 u2013 b222"; ...
    I want to add the region parameter into the tiltle formula.
    How should I do?

  • How to change the height and width of a control?

    Dear all,
    is there anyway to change the height and width of a control?
     In the property nodes, i am just able to read the bound values but cudnt write to it.
    How can i set the bound values for a control?
    Thanks,
    Ritesh

    Not all controls can be sized this way. For example to change the vertical size of a simple numeric, you would need to change the font size.
    LabVIEW Champion . Do more with less code and in less time .

  • How to make the Region Fild in Vendor Master as a Mandatory?

    HI All,
    can anyonde guide me about:
    How to make the filed: "Region" in Vendor Master a Mandatory while entering the Data.
    PL.help.
    Thanks,
    Roopan.

    Hi
    Go to T-code OBD3.
    Check with account group you use for the vendor.
    Double click on the account group.
    Double click on the general data and on then on the address group. You can maintain region here as Mandatory.
    Reward if this helps
    Thanks

  • How to place the regions in required positions

    Hi
    I have a requirement like below to place the regions
    Region_Seq_10 Region_Seq_20
    Region_Seq_30
    Region_Seq_40 Region_Seq_50
    Region_Seq_60
    How Can I design exactly above mentione way of positioning the regions.
    Regards
    Kiran Akkiraju

    Region_Seq_10, 20 and 30 will need to be in "Display Point: Page Template Body (1)" with Region_Seq_10, 30 in Column 1 and Region_Seq_20 in Column 2
    Region_Seq_40, 50 and 60 will need to be in "Display Point: Page Template Body (2)" with Region_Seq_40, 60 in Column 1 and Region_Seq_50 in Column 2

  • How to resize the video in Compressor?

    Hi all, my first post here,
    I just know  we can't optionaly resize the video in Final Cut Pro and
    using the compressor can resovle this problem,
    It's not very convenient to resize the video in FCP.
    i wanna ask how can i  resize the video in compressor
    Thanks a lot

    First, you should carefully think why you'd need to resize. You can export from FCP X to the standard sizes, both HD and SD. Do you really need some nonstandard size?
    Keep in mind that usually you'll get the best quality if you edit in the desired final size, rather than resizing afterwards.
    If you do need to create a video in some nonstandard size, like, say 1080x1920 (i.e. in "portrait" form), there is a way to do it:
    http://library.creativecow.net/articles/payton_t/FCPX_Custom-Resolution-Timeline s/video-tutorial
    With Compressor you have many pre-made defaults for different kinds of devices. Also, you can export to Quicktime and tweak the settings to get a desired size.
    1-Drag one of the existing settings (in the example below, I used SD 480p)
    2-Select it
    3-In the Inspector, select the "Geometry" tab
    4-Choose "Custom" and enter the desired size.
    5-Change the other properties (such as codec, under the "Encoder" tab), as needed
    5-Choose "Save As..." and save it (give a suggestive name, say "Portrait") so that you can later reuse it as needed.

  • How to resize the column of alv depending upon the textbox settings in i.e

    Hi,
    I am using ALV component in one of my WD applications. ALV has a column date. If i resize the textbox from the internet explorer setting ( page->textsize in i.e.7) to anything greater than medium, the content of the columns is hidden.
    For example, if the date is displayed as 25/07/2010, after resizing it appears as 25/07...
    i have tried using column property of the alv : set_width and set_resizable, but it doesnt give the desired output.
    Please give ur suggestions.
    Regards,
    Varuna

    Hi,
    Would increasing the width of ALV itself help?
    using IF_SALV_WD_TABLE_SETTINGS~SET_WIDTH().
    Regards,
    Aditya.

  • How to resize the stage from the top instead of the bottom?

    Hi  I am trying to resize the stage in Flash CS4 from the top instead of the bottom, as I left too much space at the top of the stage and don't need the stage to be so big.  By default Flash resizes from the bottom.
    So is there a way of resizing from the top?
    Failing this, is there a way of moving all the symbols/objects in my project so that I don't create a motion tween but just move the objects for all of the frames in the project (i have quite a few tweens in the project)?
    Thanks
    Nick

    the built in Stage class has two handy properties...
    Stage.width and Stage.height

Maybe you are looking for

  • Problem with Application-download to FP2000-controller

    Hello i have a problem with the download to the fieldpoint module. My software configuartion: - LV 7.1 - LV DSC 7.1 - LV RealTime 7.1 - FieldPoint 4.1 & LVRT for FP-20xx at the beginnings the system works fine. but after an operating system reinstall

  • My cameras shutter is not opening!what do i do?please someone help...

    my camera isnt working!!!i can still see my camera roll but the shutter of my camera isnt opening

  • 10.1 Plug-In Manager issue

    The Plug-In Manager is not storing the names of newly created folders. Creating several folders and naming them results in the folder names reverting back to "Untitled" Untitled1, untitled2 etc. " 1. Create a new folder and name it 'Mixing' 2. Drag a

  • Dlsw and 802.1q

    Will DLSw and 802.1q ever be supported together or are there some technical issues that will always force you to use isl trunking with dlsw instead of 802.1q? problem is that there are switches that don't support isl.

  • ECM for BOM issue

    Dear All PP gurus, Can you please guide me what to do in this caase please? I have created BOM for material ZCONEGG48V has been created by error without change number So it is valid from 20.04.2009 instead of desired 01.04.2009 . I tried to change wi