Iviews Properties - Maximizing the Window

Hi All,
I have a Page which have a Webdynpro Iview. If an user clicks a button in that Page it will be open a Iview in a new window. The maximize option is not enabled in the new Window. How to enable that?
Regards,
Revathi Raju.

Hi Deepti,
I am not sure whether these two methods are used are not.
This is the code(method) for which the new window is opened I guess. I am using ESS/MSS implementation. Please let me know if there is any possibities?
public boolean startApplication( java.lang.String serviceKey, java.util.Properties applicationParameters )
LOGGER.traceEnter("startApplication");
boolean successful = false;
if (applicationParameters == null) {
applicationParameters = new java.util.Properties();
NavigationTarget serviceNavigationTarget =
          wdThis.wdGetFcNavigationInterface().getNavigationTargetServiceWithKey1(serviceKey, applicationParameters);
if (serviceNavigationTarget.getApplication() != null) {
this.removeURLParametersFromNavigationTarget(serviceNavigationTarget, applicationParameters);
this.retainURLParametersInNavigationTarget(serviceNavigationTarget); // >>> OSS 855815 2007 - THX <<<
this.fpm.navigate(serviceNavigationTarget);
successful = true;
} else
wdComponentAPI.getMessageManager().reportMessage(     IMessageFcTraUtils.ERROR__SERVICE__NOT__FOUND, new Object[] {serviceKey}, false);
          LOGGER.logError(fpm, wdComponentAPI, "startApplication", "Service "serviceKey" not found.");                    
return LOGGER.traceExit("startApplication", successful);

Similar Messages

  • Maximizing the window in the LMS

    We have a client who is needs to resize or maximize the screen each time they launch a course, because the LMS opens a new window which is the size of the screen without the TOC or playbar.
    There doesn't seem to be a way in IE to force a new window to open maximized, except by doing it on each inidivual desktop by closing with Shift-close.  And the LMS gets all its information from Captivate - it doesn't have any controls.
    Am I missing something?  We have over a hundred courses already loaded for them, so I'm hoping we don't have to re-publish everything.
    Can anybody help?

    Pure HTML _new or _blank links do not have control of the size of a window they open. In the case of a Javascript link using the window.open() method, the physical size of the new window is set by the parameters given inside the method parentheses.
    Neither of these two things is controlled by Captivate in an LMS environment because the LMS will be linking to the HTM for a given SCO to launch it.  Most LMSs have some kind of TOC in the SCORM player with links to launch SCO modules.  It is these LMS links that have (if any) ability to define the size of the window in which the content plays.  If your LMS is so devoid of options that it cannot allow your LMS admins to configure the opening window size, then Captivate is not going to fix this for you. 
    If your LMS Admins are so sure that Captivate is supposed to control the size of the window, ask them to show you where Captivate does this. My bet is that they know little or nothing about Captivate and are passing the blame for the issue. 
    Most LMSs I have worked with gave you control over the launch window size IF the content was set to open in a new window.  However, if the content was just being launched in the existing player window, then the user was expected to expand this to whatever size they wanted the browser to be.  Not all LMSs give you this control.  Some very expensive LMSs offer no configuration options for window size (e.g. SumTotal) whereas many open-source LMSs do (e.g. Moodle).

  • Maximizing the window

    is there a way to maximize the window i am in?

    The green button will maximize the window, but I prefer to drag the window to fill the screen by grabbing the bottom right corner (45 degree slashes).
    Barry
    Be helpful, Barry... That green button ** is old... and not funny.

  • Maximizing the window displaying an Iview

    Hi,
    How to maximize the seperate window displyed an Iview in the portal ?
    Anybody help me ?
    Regards
    Suresh..

    Hi! Suresh,
    see the property of the ivew, you will find the hight and width attribute.I think by changing these atrribute you can adjust the size of window.
    thanks,
    sahu

  • When opening FF via a link, the window doesn't open maximized

    If I start Firefox with a shortcut I have no problems, but if the browser isn't already opened, and I click a link in IRC, email etc. the browser starts in a window instead.
    Simply maximizing the window and then closing the browser doesn't fix it, since it only seem to remember the window position and size as long as it's not maximized.
    Going into properties of the shortcut and setting it to start maximized (it already is) doesn't change anything, since as I said, the problem is only when opening the browser via a link and not a shortcut.

    That's normal behavior for Windows, I think.
    It's possible there is an add-on to address this specific issue. If not, I wonder whether someone could craft a GreaseMonkey userscript that would be able to ''intelligently'' address this situation (i.e., it has to work on any site, but only if it's the only page open).

  • When window is maximized I am unable to click any buttons in the bottom portion of the window.

    Firefox does not let me click anything in the tiny strip (guessing approx 20 pixels high, maybe more) at the bottom of the window. This means I cannot use Facebook chat or anything which requires you to click at the bottom of the window.
    Can work around this by bringing up the "Find" bar along the bottom to nudge everything up a bit, but then cannot close the find bar because I'm unable to click the "x". Can also work around it by un-maximizing the window, but this is far from ideal!
    To clarify, this is not a Facebook problem. It applies to any webpage. I would not be able to click the "Post Question" on this page if it was within approx 20 pixels of the bottom of the window.
    Interestingly this only happens on my Laptop, running Windows 7 64-bit. My desktop running Windows Vista 32-bit is fine.
    Anyone else have this problem?

    Many thanks SafeBrowser; I think the Yahoo and Babylon extensions were the problem. Didn't want them anyway!

  • Maximizing the MDI window

    Hi,
    From unix OS i am running the forms, can any help me by telling how to maximize the MDI window.
    SET_WINDOW_PROPERTY(FRMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE) works only on Windows OS.
    my mail id is [email protected]

    If you look in the Forms on-line help, all references to the Forms_MDI_Window constant always relate it specifically to Microsoft Windows. I don't think the MDI window exists in any other environment.
    So in your unix system, try maximizing the window defined within the form instead.

  • Get IView Properties and portal details Programatically

    Hello Experts,
    I have created one WDA application and deployed the same on portal. I need to access iView properties of the iView programatically.
    Is there any class in WD which will gives me iView properties like, PCD location, application parameter etc. Also please give me the class name which gives portal details as well on which iView is running.
    Thanks,
    Prashant

    Hi,
    For portal integration we use IF_WD_PORTAL_INTEGRATION, but this interface doesnot provide those details.
    When you run the WDA application from portal, there are some portal person can fill those applciation parameters like Iview name PCD path etc...so that you can read them in WDA application like any other portal parameter.
    Can you search as IF_WD_PORTAL* and CL_WDR_PORTAL* it may  help..
    http://help.sap.com/saphelp_nw04s/helpdata/en/27/96b9c8f14e7d498b90a674710dc9c2/content.htm
    Regards,
    Lekha.
    Edited by: Lekha on Jul 1, 2011 11:27 AM

  • Changing the colour of the window title

    Hi guys, just a quick question, is it possible to change the background colour of the window title bar and if so where is it. Is it in the properties of the window or so?
    Just currently the text at the top of my window is barely visible because the background is a dark colour also
    Thanks.

    When you run the application it uses your operating system colours for the window title.

  • Open web page from URL iview in maximized window

    Hi,
    I would like to open a web page in a <b>maximized</b> browser window, using an URL iView.
    I know how to open a window in a separate window, I just can't get it maximized.
    N.B. I do <b>NOT</b> want to open in <b>fullscreen</b> mode, i.e. I want a title bar and menus.
    Does anyone know how to do it?
    I tried to play around with the "window function" property of the iView, but no luck so far. I can't specify a fixed width and height of the target window at design time, as these values may vary at runtime.
    regards
    Lothar

    Hi Lothar,
    Yes, That will require Java Coding, Its true. Basically what the problem here is that to maximize we are trying to fetch the Screen resolution dynamically through Portal that Portal is not allowing us. Thats why I feel that we should go for Java Programing, Create a Par, Deploy it in the server and then create iView for that.
    For Creating the Abstract Portal Component for Opening a Maximized Window You should do following steps.
    1. Open Your NWDS
    2. Create a project ie Portal Application
    3. Create Portal Object ie Abstract Portal Component.
    Now here is the piece of code that may help you
              response.write("<SCRIPT language=javascript>");
              response.write("function onOpenWindow()");
              response.write("{");
              response.write("window.open('http://abc.com','windowName','width=screen.availWidth,height=screen.availHeight,resizable=yes')");
              response.write("}");
              response.write("</SCRIPT>");
              response.write("<a href = \"javascript:onOpenWindow()\">abc.com</a>");
    Paste this code in doContent...
    I think it may help you
    Thanx & Regards
    Anish

  • My new Firefox ver 29 always starts maximized how do i set the window size and not maximized?

    I had reinstall my Windows 7 (win 7 pro 64bit)
    so i had to reinstall firefox as well, installed ver 27 and updated it to version 29
    now when i start firefox it will start maximized and i want to set the window size when it starts,
    why the size of the window will not change and it will start maximized all the time?

    # In Firefox, type ''about:support'' into the address bar and press Enter.
    # Click the Show Folder button. A Windows Explorer window opens.
    # Right-click the Firefox taskbar icon and choose either Close All Windows or Close Window.
    # In the Windows Explorer window that opened earlier, delete the ''localstore.rdf'' file.
    # If you have Firefox pinned to the taskbar, right-click the taskbar icon, then right-click the Firefox icon in the menu that pops up and choose Properties.
    #* If you have a desktop shortcut, simply right-click it and choose Properties.
    # Click the Shortcut tab in the Properties window.
    # Make sure Run is set to "Normal window".

  • Firefox window will not adjust in size, the window is either Maximized or no window displays.

    Environment is Windows XP Professional.
    Opened Firefox (3.6.8) and an icon displays on the task-bar, but no window.
    Rt click on icon and options are "Maximize" or "Restore". Clicking on either produces a full locked window. Cannot re-size or drag by top bar.
    Clicking on the "Maximize" icon in the upper right corner of the window and the window disappears. Window may be reopened by a Rt click on the task-bar icon and selecting "Maximize" or "Restore"
    Opened another session of Firefox at the same time, and a small window (as small as it can be) appears in lower left corner. Can be re-sized, "maximized" and "un-maximized" and appears to be normal.

    Need to add that PC was rebooted multiple times, and error occurred each time Firefox was started up, after the reboot.

  • Can anyone expalin to me the following properties in the Web Dynpro Iview P

    Hi all,
    Can anyone expalin to me the following properties in the Web Dynpro Iview Properties Editor--
    Authentication Scheme
    Can be Merged
    Default Entry for Folder
    Entry Point
    Show Debug Screen
    Tray Type
    Points assured for help

    Hi shobhendra srivastava,
    1) An authentication scheme is a definition of what is required for an authentication process. In the iView you can set what authentication process (UserName/Password, X.509 certificate, etc.) the iView requires. Find more information <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/90/52c43dac1bcf51e10000000a114084/frameset.htm">here</a>.
    2) The attribute "Can be Merged" allows you to merge certain objects (worksets, pages, iviews) under the same point in the portal navigation structure. All objects with the same value for attribute "Merge ID" are merged together. The object with the highest value for attribute "Merge Priority" provides the name displayed in the navigation elements (tabs in TLN and links in Detailed Navigation)
    3) Find a good explanation of the attribute Entry Point <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/3e703e632c7937e10000000a114084/frameset.htm">here</a>.
    4) If this parameter is "true" a debugging screen is displayed before starting the WebDynpro application. Make sure that the parameter DebugMode in the service configuration (=>Applications=>com.sap.portal.appintegrator => Service => Common_Configuration) is not 'false' if you want to use this feature.
    5) The attribute Tray Type defines the design of the iView's frame. The attribute can take the following values:
    fill: The content area appears with a background color
    plain: The content area appears with a white background and a frame
    transparent: The background is transparent and the content area appears without a frame
    Hope I could help!
    Best regards,
    Martin

  • I want to edit properties of the interface windows opened while "Open File", "Save Page As" and interface opened during Downloading of any file.

    I am doing a small project on dedicated web client where in user automatically logs in non-root user and Firefox automatically starts.
    I am using Fedora 14 kernel 2.6.35.12-88.fc14.i686 and Firefox 3.6.16.
    I have installed only Gnome in my computer with no Nautilus or other file browser on it.
    I want to edit properties of the interface windows opened while "Open File", "Save Page As" and interface opened during Downloading of any file.
    Please guide me for this.

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Show properties in the Search Result window

    Hello all,
    I would like to add few properties in the Search Result window such that the corresponding values are visible at a glance rather than checking the same in the respective Details wondow.
    Example: Ia have created new Properties like ReqNo, ReqDate... and would like them to appear in the Search Result window.
    Please help me solve this.
    Im also reading the UI topic given in help.sap.com but am unable to find the answer.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    Hi Ritu,
    Go to KM Config > Content Management > User Interface > Settings > Layout Set and put "Search" in the filter.   You should see "SearchResultLayoutSet" and this is the Layout Set that is used to display Search Results.   Within the Collection Renderer there is Displayed Properties, this is what you need to focus on.
    There are some other threads and documents associated with your question here on SDN.   If you do a search for "SearchResultLayoutSet" in the SDN search you should get enough information to achieve your objective.
    Sorry for the brief reply but I have one foot out the door heading for the airport and won't be back online for another couple of days.
    Let me know how you go
    Paul

Maybe you are looking for

  • Pages will not print in Landscape

    If I create a landscape document in Pages the printed document is laid out as a landscape document but it prints in portrait mode. This happens with my Xerox and Oki printers. Consequently the text appears half way down the potrait page and goes off

  • How can I retrieve data from one table to another automatic in SQL?

    Hi, everione, I am having a big problem, trying to create datebase. I have 3 tables: SUPERAVATAR, MASTERAVATAR, MEGAAVATAR. - SuperAvatars are heroes in an online role playing gaming. They have an ID, ‘superavatarID’ which contain an UNIQUE NUMBER NO

  • New user - switched from PC to Mac and can't figure out some mail issues

    I looked at the software discussions and they didn't have one for something as simple as mail! I've also checked mail help and the online support and Switch 101 and Mac 101. All of them tell me I can do something but not how in very simple steps. In

  • I do hv Invoice form in English, need to find the same one in other languag

    Hi, I hv Invoice smartform meant for Malaysia. If I go to VF03>Menu>Go To>Header>Output and there (where we can see Green & Red traffic lights) If I select the MS-Malaysia option from the drop down under the LANGUAGE column.......I can see the output

  • Wire iPhone to Apple TV?

    I have my Apple TV connected to my Panasonic TV thru a HDMI cable, but when using AirPlay, audio plays perfectly, but the video lags and stops on frames for minutes at a time. Is there a way to physically connect my iPhone to my Apple TV? Also, my Ap