Display point

Hello every one,
How can i change display point of a page? Because I have a tree on page. I want to show tree left side. While I am clicking a node, region is refreshed in the right side.
I can take tree in left side. But, tree's region is too width.
any suggestion? Thanks

Modify your page template(s) so that the left side region has a fixed width , either adding an inline style in the template or add it to a css file (using the sidebar region's selector)
OR
add an inline style to the sidebar region in the region attributes as style="width:200px" (modify 200 to what works for you)

Similar Messages

  • Position of items in a region changes when changing region display point

    Hi all,
    I encounter a strange behaviour of items when changing the display point of a reports region from default (Page Template Body (3)) to anything else.
    If set to Body (3), my items are correctly displayed above the report, but else they are displayed below.
    Changing the sequence numbers does not affect this.
    To clarify what I mean I created a sample application:
    http://apex.oracle.com/pls/otn/f?p=16478:1
    Is there any possiblity to influence whether items in a reports region are displayed below or above the report table? - I did not find anything...
    TIA,
    Felix

    If you read the description of those other regions you'll clearly see "items below region content" rather than "items above region content", like the page template body region #3.
    This is one limitation of the ApEx region templates that some would like to see improved - meaning, allowing for more flexibility.
    Earl

  • Can you connect more then one external screen to a mac with one mini display point?

    Does any one know if you can connect more then one external screen to a mac, with one mini display point?

    This company has a dual monitor solution for DisplayPort;
    http://www.matrox.com/graphics/en/products/gxm/dh2go/

  • Default Display Points in Page Templates

    Ver 1.6 adds Default Display Points in the Page Templates. As I understand it these would be the default positions for Breadcrumb menus and Sidebars.
    How do these work? If you create a region, based on a breadcrumb style menu, you must specify a Display Point. The breadcrumb menu region uses that location rather than the Default Display Point.
    How do these work?
    And whats a sidebar? it is not a menu type
    Thanks

    Thanks Vikas.
    Since the format had to be repeated over many pages, I just built a custom type of Region that I use with the button positions that I need for which I modified the CSS to include my formatted classes well as the Region for only those button position that I need.
    Regards,
    Nayana

  • Can you create more region display points??

    There are a number of region display ponts ie Page Template Region Position 1, Page Template Region Position 2.........> Page Template Region Position 8. Is it possible to create another ie Page Template Region Position 9 which is directly below 8??? If so.. how?? I am building a application and am using alot of conditional displays and i have run out of regions!
    thanks Roddy

    Hello,
    No you can not create more region display points.
    But each display point can have N number of regions in it and conditions are at a region level not a region display point level.
    Carl

  • How do you manipulate / add / remove Display Points

    In a pagedefinition you can define a template and a display point for a certain item. I'm looking for the place where the display points you can choose from are defined, so I can edit these display points. I now use a standard theme, but I'd like to add a display point to the left, and remove some other display points that are defined now, but will never be used. Where do i find these display point definitions?

    Hi,
    As Shunt and me did say, go edit your page template
    Home>Application Builder>Application xxx>Shared Components>Templates
    Pick page template and edit. Scroll bottom of page where is list/report of those positions and substitution strings.
    Then modify page template Body part
    br, Jari
    Edited by: jarola on Nov 20, 2009 11:22 AM
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/themes.htm#sthref1658

  • Page slow - Disabled grid support for display point

    The page loads slowly and it shows the following debug entries "Disabled grid support for display point".
    There is as well global page 0's regions in the page.
    I can't figure out which page regions/items are our exceeding the grid.
    The show-grid on the page shows green grid, but hmm. cant figure out the amount of grids.
    1. Where to look for this grid + items problem in the Page Designer?
    Application Express 5.0.0.00.31
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    Theme 25, subscribed from Apex5 repository
    Upgraded application from 4.2
    Two Level Tabs - Left Sidebar
    Elapsed
    Execution
    Message
    Level
    0.13712
    5.94805
    Disabled grid support for display point BODY because there are no more grid columns available!
    2
    6.08515
    6.19260
    Disabled grid support for display point BODY because there are no more grid columns available!
    2
    12.27775
    Page contains page items/buttons which are  not assigned to a region!
    2
    Rgrds Paavo

    Hi, found inefficient sql and by using Tuning Advisor I was able to tune them, so now it renders faster.
    When looking the LEVEL9 debugs there are still those rows with
    0.40106
    0.00180
    Disabled grid support for display point BODY because there are no more grid columns available!
    and
    0.56902
    0.00003
    Page contains page items/buttons which are not assigned to a region!
    0.56906
    0.00010
    ......Render page items and buttons
    0.56916
    0.00038
    ...No grid layout necessary, because
      everything is displayed in first column
    So the question are those messages 'harmless' and can I leave the page as it is or should I try to find what is leaking on the page?
    What is the consequence of Disabling grid support - messed page on certain browser?
    Is there method to show how many GRID's there are (12 ?) and which page item is in which grid.
    Rgrds Paavo

  • Display point stored in SD_GEOMETRY

    I have a point that is stored in a SDO_GEOMETRY variable. There must be a way to output the coordinates of this point on the display. DBMS_OUTPUT.put_line(var) has failed.
    It appears that a detailed SELECT statment may work but thus far my attempts have failed.
    Thank you for any assistance.

    for sdo_point specific
    SELECT a.id, a.geometry.sdo_point.X, a.geometry.sdo_point.Y
    FROM YOUR_TABLE a;
    make sure you use an alias on your tablename!
    another generic way:
    SELECT c.id, t.X, t.Y, t.id
    FROM your_table c,
    TABLE(SDO_UTIL.GETVERTICES(c.geometry)) t
    ORDER BY c.id, t.id;
    Read:
    http://download.oracle.com/docs/html/B14255_01/sdo_util.htm#BABDEGIA

  • Any plot in LV can display point density by color like this

    I saw a plot function of activeX as attached screen.
    It can display the data point to point and show the desity of the point by color. Also it has a legend at the right side.
    Is there any same function in LV? Thanks.

    You can do whatever you want with a little bit of coding. For full flexibility I would recommend a picture indicator, though.
    > Can I put a color legend at the right side? It is possible to put more color gradient.
    At the moment, it uses an intensity graph. As I said, you can show the z-scale and define any gradient you want.
    Message Edited by altenbach on 08-11-2009 06:49 AM
    LabVIEW Champion . Do more with less code and in less time .

  • How to display non-continuous lines in a 2D Line flash chart ?

    Hi
    I am making 2D lines charts. is there a way ig tehre are no data in the table, to not to display points ?
    For example I have a table with this data :
    Date     Value
    01/01/09 2
    02/01/09 7
    03/01/09 4
    05/01/09 3
    06/01/09 2You see in the example anove that there is no data for the day 04/01/09.
    I would like the chart no to display any point for that day and start again for date following. This means displaying a non-continuous line.
    I hope I am clear.
    I tried but had no solutions. Would you have any idea on this ?
    Thank you for your kind help !
    Christian

    Hi Christian
    You're missing a lot of the XML build up from the website.
    You also need to return the string "Missing" for each date that you haven't got.
    Try this to get you started (you'll certainly need to fiddle with it to get it working)...
    DECLARE
       l_xml   VARCHAR2 (32767);
       start_date DATE;
       end_date DATE;
       the_date DATE;
       count_holder VARCHAR2(10);
    BEGIN
       l_xml :=        '<anychart> ';
       l_xml := l_xml||'<settings> ';
       l_xml := l_xml||'<animation enabled="True"/> ';
       l_xml := l_xml||'</settings> ';
       l_xml := l_xml||'<charts> ';
       l_xml := l_xml||'<chart plot_type="Scatter"> ';
       l_xml := l_xml||'<chart_settings> ';
       l_xml := l_xml||'<chart_background> ';
       l_xml := l_xml||'<border color="#990099"/> ';
       l_xml := l_xml||'</chart_background> ';
       l_xml := l_xml||'<title enabled="true"> ';
       l_xml := l_xml||'<text> Something </text> ';
       l_xml := l_xml||'</title> ';
       l_xml := l_xml||'<axes> ';
       l_xml := l_xml||'<x_axis tickmarks_placement="Center"> ';
       l_xml := l_xml||'<title enabled="true"> ';
       l_xml := l_xml||'<text>Date</text> ';
       l_xml := l_xml||'</title> ';
       l_xml := l_xml||'</x_axis> ';
       l_xml := l_xml||'<y_axis> ';
       l_xml := l_xml||'<scale minimum="1" type="Linear"/> ';
       l_xml := l_xml||'<title enabled="true"> ';
       l_xml := l_xml||'<text>Count</text> ';
       l_xml := l_xml||'</title> ';
       l_xml := l_xml||'</y_axis> ';
       l_xml := l_xml||'</axes> ';
       l_xml := l_xml||'</chart_settings> ';
       l_xml := l_xml||'<data_plot_settings default_series_type="Line"> ';
       l_xml := l_xml||'<line_series point_padding="0.2" group_padding="1"> ';
       l_xml := l_xml||'<label_settings enabled="true"> ';
       l_xml := l_xml||'<background enabled="false"/> ';
       l_xml := l_xml||'<font color="Rgb(45,45,45)" bold="true" size="9"> ';
       l_xml := l_xml||'<effects enabled="true"> ';
       l_xml := l_xml||'<glow enabled="true" color="White" opacity="1" blur_x="1.5" blur_y="1.5" strength="3"/> ';
       l_xml := l_xml||'</effects> ';
       l_xml := l_xml||'</font> ';
       l_xml := l_xml||'<format>{%YValue}{numDecimals:0}</format> ';
       l_xml := l_xml||'</label_settings> ';
       l_xml := l_xml||'<tooltip_settings enabled="true"> ';
       l_xml := l_xml||'<format> ';
       l_xml := l_xml||'Something: {%YValue}{numDecimals:0} ';
       l_xml := l_xml||'Date: {%Name} ';
       l_xml := l_xml||'</format> ';
       l_xml := l_xml||'<background> ';
       l_xml := l_xml||'<border type="Solid" color="DarkColor(%Color)"/> ';
       l_xml := l_xml||'</background> ';
       l_xml := l_xml||'<font color="DarkColor(%Color)"/> ';
       l_xml := l_xml||'</tooltip_settings> ';
       l_xml := l_xml||'<marker_settings enabled="true"/> ';
       l_xml := l_xml||'<line_style> ';
       l_xml := l_xml||'<line thickness="3"/> ';
       l_xml := l_xml||'</line_style> ';
       l_xml := l_xml||'</line_series> ';
       l_xml := l_xml||'</data_plot_settings> ';     
       l_xml := l_xml||'<data> '; 
       l_xml := l_xml||'<series name="Count"> ';     
       start_date := TO_DATE('01/01/2009');
       end_date   := TO_DATE('10/01/2009');
       the_date   := start_date;
       WHILE the_date <= end_date
       LOOP
        SELECT DECODE(COUNT(*),0,'Missing',COUNT(*))
        INTO the_count
        FROM evv_stpl
        WHERE date1 = the_date;
        l_xml := l_xml || '<point name = "'|| the_date ||'" y="'|| the_count ||'"/>';
        the_date := the_date + INTERVAL '1' DAY;
       END LOOP;
       l_xml := l_xml ||'</series> ';
       l_xml := l_xml ||'</data> ';
       l_xml := l_xml ||'</chart> ';
       l_xml := l_xml ||'</charts> ';
       l_xml := l_xml ||'</anychart>';
       HTP.p
    <html>
    <head>
    <title>AnyChart Sample</title>
    <script type="text/javascript" language="javascript" src="D:\oracle\product\10.2.0\apache\Apache\Apache\images\flashchart\AnyChart.js"></script>
    <body>
    <div id="chartDiv-1"></div>
        <script type="text/javascript" language="javascript">
        //<![CDATA[
        AnyChart.swfFile = ''D:\oracle\product\10.2.0\apache\Apache\Apache\images\flashchart\AnyChart.js'';
        var chart = new AnyChart();
        chart.width = "800";
        chart.height = "600";
        var data = '''
           || l_xml
           || ''';
        chart.setData(data);
        chart.write("chartDiv-1");
        //]]>
        </script>
    </body>
    </html>
    END;Hopefully you understand what I'm trying to do here, unfortunately I can't try it out myself at the moment.
    Maybe if you get stuck you could post it on apex.oracle.com?
    Cheers
    Ben
    Oops, handled a count of zero incorrectly - amended
    Edited by: Munky on May 7, 2009 1:17 PM

  • APEX page displays correctly in Firefox but not in IE7 nor IE8

    I have an APEX 4.0 page which displays two columns of data. In Firefox, where the border for column one should end, it does. Then the column two data is displayed right next to column one (correctly). In IE, there is a gap of blank space between the columns, which makes it necessary to scroll over to see all the data (incorrect). I did find a post that seemed to address this very issue, however, the suggested fix did not solve the problem for me. The regions are defined as follows:
    Sequence 1 - Column 1 - Breadcrumbs region - Breadcrumb region template - Type = Breadcrumb
    Sequence 10 - Column 1 - Lot Information - Reports region - Type = HTML Text
    Sequence 10 - Column 2 - Burial - Reports region - Type = SQL Query
    Sequence 30 - Column 2 - Documents - Reports region - Type = SQL Query (updateable report)
    Sequence 40 - Column 2 - Upload Document - Reports region - Type = HTML Text
    With the exception of the breadcrumb region, all regions are set to Display Point = Page Template Body (3. items above region contect)
    I have tried a number of different combinations between the page template, display points, etc. and have tried different width settings in the html source, but have not been able to remove the gap between the columns.
    Does anyone know of a way to resolve this? If you need more information, please let me know. Thank you for any help you can provide.

    You could put all but the breadcrumb into a region/subregion setup...
    What theme in APEX are you using?
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.

  • How to display 30 rows in a report

    Hi
    I am using apex.oracle.com to Generate one report.
    report contains 30 rows and tried alot to display all rows without clicking next.
    how i can get this.
    thanx in advance.
    Chanran

    Thanx for your reply mini,
    i am showing some settings in report attributes
    report template  template:1.standard
    pagination scheme -mo pagination selected-
    enable partial page refresh yes
    display point bottom right
    number of rows 20
    but this is not working same problem i am facing
    regards
    Chanran
    Edited by: Chandu on 19-Oct-2011 06:37

  • Grid Layout - Getting two or more fields to display on the same line/row.

    I am using version 4.2.
    I have a form with a number of items.
    I wish to control the display of the items so that some fields are beside each other (on the same line or row).
    I have set the grid layout as follows:
    :PX_ITEM1
    Start New Row: Yes     
    Column: Automatic               
    Column Span: Automatic     
    :PX_ITEM2
    Start New Row: No     
    Column: Automatic     
    New Column: Yes          
    Column Span: Automatic     
    When I do this the items are not displayed on the same row.
    I can see when you change the "Start New Row" from No to Yes, the item fields ARE moved into the same <Div> that controls the row, but they just aren't displaying how I would like them.
    Has anyone got this working?
    Amanda.

    Hi Amanda,
    I believe I have discovered the cause of the issue you are facing.
    The problem is with the "Alert Region" region template and that it does not have any display points specified so indicate the number of grids that can fit in its region body. Without having any display points, the grid layout system attempts to use all columns available to its container. However, because the Alert Region has additional padding within, the columns will not fit and wrap to the next line.
    To fix this issue, you will have to modify the "Alert Region" region template, go to "Display Points" and click Add Row. You will need to enter the following fields:
    Name: Region Body
    Template Substitution: BODY
    Grid Support: Checked
    Maximum Fixed Grid Columns: -1
    This will fix the issue for you. I've logged a bug within our bug system to track this so we can fix it in a future release of APEX.
    Best,
    Shakeeb

  • Dynamically hide/display multiple report regions.

    Hi,
    I need to build a dashboard like homepage for users with multiple report regions. Users should be able to pick the regions they want and the display point for those regions.
    Is this possible?
    Thanks in advance

    Hello Asha,
    I think the "where" part would have to come from CSS. If you visit http://apex.oracle.com/pls/otn/f?p=49882:3653 you can see a couple of HTML type regions which I placed using div tags and putting something like<div class="rpt_query" id="rpt_query">in the region Header and </div> in the region footer. You can accomplish the same with Report type regions and maybe any type of region.
    As for whether or not a region is shown, that can be done in the Conditional Display attributes. I do this by selecting "Value of Item in Expression 1 = Expression 2" as the Condition Type, a hidden page item as Expression 1, and a number (perhaps corresponding to check box as mentioned previously) as Expression 2. I'm actually using pseudo tabs and when a user clicks one of the tabs it changes the value of the hidden page item and submits the page to get the new region to show up.
    Hope this helps,
    Gregory

  • Dvt:map - Example of displaying line geometry ?

    Hi all,
    Does anyone know of an example that shows how to display themes that contain line geometry objects (e.g. delivery routes, bus routes etc.).
    All the examples I've found so far only show how to display points or polygons (areas).
    I tried to use a predefined theme but ran into another problem:
    Re: dvt:map - how to use a predefinedTheme with bind variables
    Regards,
    Robert

    Hi Robert,
    Thanks for your immediate response.
    My requirement is some how different from yours. In our case, there are certain graphs generated using Map Builder tool & are avaiable through the Data Source.
    So, i need to integrate the base maps with UI. Im able to do that independently.
    Now, my requirement is to changing the map dynamically while doing zoom in. Lets say, i have 3 maps. which are Area level, Region Level & Building Blocks Levels.
    For each category i have a map. Initially, i need to display the Area level map...while doing the zoom in, depends upon the zoom in level i need to change the map dynamically to Region Level map. Similarly with Building block level.
    I tried to do this from the backing bean by getting the Map Component & by getting the zoom level changing the property value of the map to region level map.
    But the attribute "selectionListener" of <dvt:map component is not working for me. Hence got strucked here...Do you have any sugestions on this how easily we can do this.
    Help me in this regard.
    Thanks,
    Konjeti

Maybe you are looking for

  • How can i limit Safari to 1 or 2 websites on an admin user account

       We rent out rooms with sensitive data being used on our machines so I only want to allow internet access to/from a single website (yousendit.com) to controll incoming/outgoing data.    I could do this with parental controls if I set up a new user,

  • Printing problem with Epson Workforce 840 & iPhoto 6

    My iPhoto 6 works fine with our other printer - HP Officejet. However, when I try to print a 4x6 photo with the Epson Workforce 840, the "iPhoto" tab in the print settings doesn't offer the usual set of paper options.  It only offers a limited set in

  • Update Profit centre for Credit Memo request whose Billing is compeleted

    Dear All, I have an issue for a creditmemo request whose billing is already been completed and consequently the invoice has been cancelled but unfortunately the Credit memo request (CMR) is pending in the incompleteion log for the profit center which

  • Hashing a string

    Using Oracle 10g R2. I want to hash a string using SHA-1 and the documentation that comes with 10g R2 talks about using the DBMS_CRYPTO package. It apparently has a nice little Hash function where you pass it your string and the type of crypto you wa

  • X2-00 Youtube problem

    Hi,  I having a problem with my nokia x2 .I have all setting  but i  receive that mesage "No reponse .Try again" my operator is Orange (sry for my bad english i'm ro)