Scheduling Gantt: How to work with the "zoom-to-fit" drop-down

I'm trying to figure out how to work with the "zoom-to-fit" drop-down on the scheduling Gantt dvt control. It has choices in the drop-down that are not appropriate for my project. The documented purpose of this drop-down is to allow the user to zoom to a level that would allow a certain time range to "fit" within the current window. The choices start at "1 Week" and go up through "2 Weeks", "1 Month" etc. The problem is that the projects I'm displaying are generally just a couple of days long, and consist of many small tasks. So even 1 Week is too big. Also, no matter what I pick in this drop down, nothing happens.
So my questions are these:
1. Can I change the choices in this drop-down? If so, how do I do that?
2. If not, then how can I remove this drop-down? (I figure I probably can if I disable "zoom", but I don't want to do that.)
3. How do I get this to actually do something? I assume maybe I have to code some listener somewhere, but if so, how do I do that.
Thanks for any hints, tips and advice!

Currently, we do not allow customization of zoom-to-fit. Please file an ER. We could add a param to featuresOff attribute to disable/remove zoom-to-fit from the toolbar without disabling/removing zoom.

Similar Messages

  • How to work with the Migration tool in SAP BPC from MS to NW

    Hi,
    I am working in a Migration project from SAP BPC MS to NW.
    we are having a migration tool purchaged from SAP.
    I don't know how to  work with,Could you please help me in this.
    Is there any way to do it by Manually?
    Thanks and Regards
    Krishna

    Hi Krishna,
    As you are not upgrading your version but you are migrating from one BPC platform to the other, you need to follow all the rules of installing fresh SAP BPC version. As you have not specified from which version you are migrating and to which version, you can refer to the following link for installations and upgrades (You need to login using your S-user ID):
    https://websmp203.sap-ag.de/support
    Hope this helps.
    Rgds,
    Poonam

  • How to work with the remote file system

    Hi all,
    I want to know how we can work with the remote file sytem.
    Code should be some thing like
    File f = new File("//10.22.33.122/images")
    images is share name..
    i want the file names of all the images in that shared folder...
    Thanks in advance,
    Srinivas N

    try this one:
    File f = new File("//10.22.33.122/images")
    File[] files = f.listFiles(new FilenameFilter() {
         public boolean accept(File dir, String name)
    // Specify the extentions of files to be included.
         return name.endsWith(".bmp") || name.endsWith(".gif");
    // get names of the files
    String[] fileNamesArray = null;
    for (int indx = 0; indx < files.length(); indx++)
    fileNamesArray[indx] = files[indx].getName();
    return fileNamesArray;

  • How to work with the same Object in different computers?

    I'm working with Players, and I have to pass them to the server from the client..how can I meke that?
    Thanks

    Just to clarify, the OP is talking about "javax.media.Player".
    (He previously discussed the question on a different forum).

  • How to work with the component controller.

    I Created a Z component.
    In that component controller i ceated a context node by using value node with BUT000 with the attribute NAME_ORG1.
    I created a view in the same component.
    In the view i created a Context Node BUT000 wiht NAME_ORG1.
    I bind this view context node with compnent controller context node.
    I want set the value from the view context node to component controller context node. How it is possible?
    I created another Z component.
    I created compoent controller like same context node above.
    I created the view also.
    I want display the first compoent controller data in the second component controller.
    How it is possible.
    For one component to another component we can pass the data based on component controller only?
    Please give me how i can set/display the component controller context node with the data?
    Thank You.
    Regards,
    B. Krishna.

    Hi Manish.
        Thank you for reply Manish. I need some more information.
    I created ZCOMP1 with view V1 and ZCOMP2 with view V2.
    In both component controllers I created Context node by usng NAME_ORG1 of BUT000.
    I provide the Navigation link from ZCOMP1 to ZCOMP2 as well as ZCOMP2 to ZCOMP1.
    In Run Time Repository I provied two components as a INTERFACE VIEWS and
    I provide ZCOMP2 as component Usage in ZCOMP1 as well as ZCOMP1 as a Component Usage in ZCOMP2.
    Now, what ever data I entered in ZCOMP1 like NAME_ORG1 is "HELLO" then
    This infomation I want display in ZCOMP2 - V2.
    In ZCOMP2 method  wd_usage_initialize
    I write like this.
    IF IV_USAGE->USAGE_NAME = 'CompUsage'.
        iv_usage->bind_context_node( iv_controller_type  = cl_bsp_wd_controller=>co_type_component
                                       iv_target_node_name = 'BUT000'       
                                       iv_node_2_bind      = 'BUT000' ).    
      ENDIF.
    But it is displaying the Exception like this
    Cannot display view ZCOMP2/MainWindow of UI Component ZCOMP2
    An exception has occurred Exception Class  CX_BSP_WD_INCORRECT_IMPLEMENT - The view controller or custom controller "" was implemented incorrectly 
    Method:  CL_BSP_WD_COMPONENT_USAGE=>IF_BSP_WD_COMPONENT_USAGE~BIND_CONTEXT_NODE 
    Source Text Row:  24
    Please tell me how to solve this Problem.
    Regards,
    B. Krishna.

  • How to auto adjust the size of a drop-down

    I used to have a table inserted in all of my drop-downs and then I had all of my text and images inside of this table.  The table would automatically resize based on the width of the largest image in that drop-down.  The text would adjust accordingly as well.  Unfortunately, I have to remove the table from all of my drop-downs because Adobe has not fixed the bug that I reported in RoboHelp 8.  If I have a bulleted or numbered-list in a table that is in a drop-down then when I generate to Word RoboHelp adds an extra bullet before and/or after the drop-down.  Since they did not fix this in RoboHelp 9 either, I'm having to remove all of my tables in my drop-downs.  Peter Grainge gave me some changes for my style sheet to make a border appear in my drop-downs so that I don't have to use the table for this part anymore.  The only problem is that when I generate WebHelp the border is staying a defined width and the text is staying within that width, but the image is much larger.  This is a problem in IE and Firefox.  Is there a way to get my border in my drop-downs to resize to the size of my image, just as I got the tables to do?  I would just set my table size to 95%, and that did the trick.  I do not know how to do this with the style sheet for a drop-down.
    Here is the text Peter gave me for my style sheet back in December of 2010:
    DIV.droptext {
    font-size: 10pt;
    border-left-style: Solid;
    border-right-style: Solid;
    border-top-style: Solid;
    border-bottom-style: Solid;
    border-left-color: #656598;
    border-right-color: #656598;
    border-top-color: #656598;
    border-bottom-color: #656598;
    padding-left: 10px;
    padding-right: 10px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;

    Hi,
    Try to add "display: inline" to the css:
    div.droptext {
        font-size: 10pt;
        border: 2px solid #656598;
        padding: 10px;
        display: inline;
    This will force the dropdown to render as a 'normal' text element instead of a block.
    Greet,
    Willam

  • How do I change the order of a drop down field of an existing form?

    I have added additional responses to a drop down field and I want to reorder with previous response options.  The move up and move down feature does not work.   

    That worked.  Thanks!
    Cheryl Aeling
    [signature removed by forum host]

  • How to work with the parameter appended to the requestURI of display:table

    hi
    I want to know the functionality of requestURI
    I am using display:tag with jsp and struts
    when i click on the column name (for sorting)
    then the action executed is
    ../Xyz.do?d-49520-s=2&d-49520-p=1&numberOfRecords=2&d-49520-o=2
    and when i click on page no say 2 then the action executed is
    ../Xyz.do?d-49520-s=2&d-49520-p=2&numberOfRecords=2&d-49520-o=2
    here noOfRecords is the fields we are setting to display records per page
    I want to know what are these values d-49520-s ,d-49520-p and d-49520-o
    Is there any way to control this.
    I am really struck in this.
    Because when ever i am updating value say in page 2(there is listing say 1 2 3 Next Last) then the value is updated but after updating the control(view) goes to page 1
    This is the problem from updating at any page after updating the view comes to 1 page
    I have searched all but found nothing.
    Any kind of help would we appreciated.
    I really dont know how to control the these variables
    Thanks and Regards
    Vikas Kumar

    Hi, travisrps2.  
    Thank you for visiting Apple Support Communities.  
    The HDR photo function has changed slightly by default.  Here is some information regarding the enhancements to this feature and how to enable to option to save the original photo.  
    HDR (High Dynamic Range) helps you get great shots, even in high-contrast situations. The best parts of three quick shots, taken at different exposures (long, normal, and short), are blended together into a single photo.
    Keep the normal photo in addition to the HDR version. Go to Settings > Photos & Camera > Keep Normal Photo. Both the normal and HDR versions of the photo appear in Photos. HDR versions of photos in your albums are marked with “HDR” in the corner.
    HDR Photos
    Cheers, 
    Jason H.  

  • Working with the CSS in JDeveloper 11g

    Hi All,
    I am working on the CSS of the JSF and the ADF Components in JDeveloper11g.
    When adding the components it is generating the css for those component dynamically .
    When seeing the CSS file Iam unable to understand for which component this particular css is getting affected.
    How can I get a clear Idea of how to work with the css of the JDeveloper 11g Components are there any jar files that are generating this css.
    Please help me out.
    Thanks
    Madhavi.

    Hi,
    the use of CSS hasn't change between JDeveloper 11 and 10.1.3. You have two options:
    1) create an external CSS file that uses ADF Faces skin selectors and configure it as a skin to ADF Faces
    2) Use the inlineStyle property of the components to customize the look and feel
    See 10.1.3 documentation:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html
    Frank

  • I am having difficulty: we are running a windows server 2003 - mail and outlook support 2007 and upwards, how do I get the brand new apple machines to work with the 2003 version of server

    I am having difficulty: we are running a windows server 2003 - mail and outlook support 2007 and upwards, how do I get the brand new apple machines to work with the 2003 version of server

    I may be way out, but do you know about this product, would it help integrate the Macs for you.
    https://www.thursby.com/sites/default/files/images/ADmitMacv8_SPD.pdf

  • HT3310 how do i get my headphone to work with the iphone?

    how do i get my headphone to work with the iphone? Are there some settings
    that I need to turn on so I can use my headphone while talking on the phone?

    Are you using the earbuds that came with the iPhone? If you are using other earphones, it's possible that they need an adaptor to work with the iPhone's recessed headphone jack. 

  • My iMessage no longer works with the new is07 update how do I fix this

    My iMessage and some of my applications no longer work with the new software update. How do I fix this?

    I called Apple Support after trying many fixes suggested online. They directed me to the procedure on the following page:
    http://support.apple.com/kb/TS4268?viewlocale=en_US
    I did the erase and restore option they suggested since I had tried a pile of ther things suggested on posts and blogs and they did not work. I even waited the obligatory 24 hours, thus the restore from backup option was what they suggested. I have a 64gig iPhone 4S and it took about 1.5 hours to complete the entire operation seeing that I am using about 54 gigs of that capacity.
    Warning: I lost all of my emails and all of the data files from one of my map programs so be sure you have everything that you really need from your phone store elsewhere before wiping your phone. I thought that the backup on my computer would restore everything but obviously NOT.
    Hope this helps.

  • I got a iphone 5 but it does not work on my MacBook with Mac OSx 10.5.8  it says i need OSX 10.6.8 but it will not download because I need OSX 10.6 but it would load either. How do I get the older operating system to work with the IPhone5?

    I got a iphone 5 but it does not work on my MacBook with Mac OSx 10.5.8  it says i need OSX 10.6.8 but it will not download because I need OSX 10.6 but it would load either. How do I get the older operating system to work with the IPhone5?

    You don't. Since you have an Intel Mac, buy a Mac OS X 10.6 DVD from the online Apple Store.
    (71894)

  • Am considering buying a Time Capsule.  But all specs I read about it (re: printing) is how to hook up a printer via USB connection.  Need to confirm...that a wireless printer will work with the router feature of the Time Capsule.  I assume yes...?

    Am considering buying a Time Capsule.  But all specs I read about it (re: printing) is how to hook up a printer via USB connection.  Need to confirm...that a wireless printer will work with the router feature of the Time Capsule.  I assume yes...?

    A wireless printer connects to the network just like your computer, or iPhone/iPad, etc. connects using wireless.
    The printer must be set up intially to scan to "find" available wireless networks, then your specific wireless network needs to be selected. Then the password for the network needs to be entered.
    Once the printer is configured to join the network, it is always connected to the network. No further configuration is required.

  • I bought a magic mouse today, they told it would work with the new iPad, I can't get it to work for me, does anyone know how or if it works?

    I bought a magic mouse, was told it works with the iPad, how can I get it too?

    A mouse, which is a pointing device, will not work with an iPad...there is no cursor for the mouse to move around.  You must use the touch screen.

Maybe you are looking for

  • Oracle 8.1.7 installation on HP-UX 11

    When I install Oracle 8.1.7 on HP-Unix 11, I received "ORA-12547:TNS lose contact" error at the step of Oracle Dtatbase Configuration Assistant in the section of Configuration Tools Windows. After ignoring this message, the installation still give a

  • How can show the Chinese character in Oracle Report Graph on RedHat Linux?

    The OS is RedHat Linux and I set NLS="SIMPLIED CHINESE_CHINA.ZHS16GBK" in %ORA_AS_HOME%/bin/reports.sh The report file is a JSP Web Report, including Chinese character in web HTML text and graph. Now Chinese character in HTML text can be displayed co

  • BDC Recording doesn't proceed after Information Message

    Hi, I need to upload Vendor Master Data. I've recorded a BDC transaction and I came across an Information message in the final stages of the transaction. The activity I recorded after the information message is saving the transaction. However hen I p

  • Acrobat 9-Possible to Crop to TrimBox?

    Hello, I have a feeling this is very easy to do. I am not familiar with any acrobat scripting. Where's the object model viewer? How do you add the script?(I hate this question) I know I can figure it out with a little research. Any help would be a ve

  • Kbssv error on RAC

    Has any one out there encountered the ksbsrv error :- 'no startup aknowledgement from forked process after 3 mins' on a windows RAC configuration using 9.2.0.5? We have had this error on one of our 4 nodes. This rendered the entire database unusable