Open external window / window size

Hello,
is there a possibility, to open an external window and change the browser to fullscreen mode?
Regards

Hi,
Check this code for Calling the External window with in the application.
DATA: l_cmp_api           TYPE REF TO if_wd_component,
         l_window_manager    TYPE REF TO if_wd_window_manager,
        window_result type ref to IF_WD_WINDOW.
  l_cmp_api           = wd_comp_controller->wd_get_api( ).
  l_window_manager    = l_cmp_api->get_window_manager( ).
*  IF wd_this->m_popup1_1 IS INITIAL.
    wd_this->m_popup1_1 = l_window_manager->create_external_window(
             url  = 'ur URL
*              title          = 'My Report 1'
*  ENDIF.
  wd_this->m_popup1_1->open( ).
Here m_popup1_1 is the type of IF_WD_WINDOW.
Thanks.

Similar Messages

  • Application lock on open external window

    Hi everybody,
    I have problems with opening a new browser window pointing to a folder on the network.
    If the user has access to the folder everything is working fine.
    If the user has no rights to access the folder, the user gets an error message and the window stays empty. After clicking okay on the error message and closing the window the  user can continue working in the application.
    If the folder which should be display does not exist the user gets an error message.
    After clicking oay on the message he can return to the application. But there the 'progress circle' is still running and it cannot abort or do anything! The user has to close the application and login again.
    Is there a way to handle the external window in any way after having it opened and the calling method was left?
    Any hint or advice is highly appreciated!
    Best regards,
    Roland

    Hi,
    Do this way... So that there will not be a minimise option, close option. and control will be there inside the Window and till the time user closes the window he cannot perform any actions on any other screens.
         //Added below code to open a new window
              IWDWindowInfo info =
                   wdComponentAPI.getComponentInfo().findInWindows("WD_vendorTable");
    //Where WD_vendorTable is a window with the desired view embedded inside it.
              IWDWindow win =
                   wdComponentAPI.getWindowManager().createModalWindow(info);
              wdContext.currentContextElement().setVa_VendorWinName(win);
    //Save this window information in a context variable(declared at component level and mapped to the parent view and to the window(child) view)
              win.setWindowSize(300, 300); //Desired window size
              win.setWindowPosition(600, 100); //Desired window position (from top left cornor)
              win.setTitle("Vendor Details"); //Desired window title
              win.show();
    To close this window
    create a button inside it and inside the button's action
    IWDWindow win=wdContext.currentContextElement().getVa_AssetNoWinName();
    win.destroyInstance();
    Regards,
    Srinivas.

  • Open external url dynamic link in new tab  (no new window) in Chrome

    Hello,
    We need to navigate to a external link in response to user double-click in a row table.
    We've succesfully created the code to invoking a managed bean as response of double-click user event. For that, we added a clientListener object to the table object, and add the javascript code to queue the actionEvent for launching the backing bean code.
    In backingBean code, we execute code to calculate link url based on several conditions, (e.g: depending on a type object, url is http://server1/data.asp?param=..., or http://anotherserver/miApp/exp.cfm?d=2&p=..., ... and so on)
    Now we have the URL string, we invoke code to open the page in the new tab, but, the new page always is opened as a new window, not as new tab in the current browser.
    We have tried with several code:
    1)
    String script = "window.open('" + sURL + "');
    ExtendedRenderKitService service = Service.getRenderKitService(FacesContext.getCurrentInstance(), ExtendedRenderKitService.class);
    service.addScript(FacesContext.getCurrentInstance(), script);
    2) String script = "OpenNewTab('" + sURL + "');
    ExtendedRenderKitService service = Service.getRenderKitService(FacesContext.getCurrentInstance(), ExtendedRenderKitService.class);
    service.addScript(FacesContext.getCurrentInstance(), script);
    and adding the js function in our scripts:
    function OpenNewTab(url){
    var oFormNewPest = document.createElement('FORM');
    oFormNewPest.method = 'get';
    oFormNewPest.target='_blank';
    oFormNewPest.action = url;
    document.body.appendChild(oFormNewPest);
    oFormNewPest.submit();
    This function works fine in others app we have, but when it's invoked inside ADF app, we get a new window insted a new tab.
    We need to open a new tab, doesn't matter the method used.
    Any ideas?

    Thanks, but I also forget I tried before with
    var oTab = window.open(url,"_blank"); //and "_parent", and "_top"
    and doesn't work: The browser opens a new window, not a new tab.
    The same javascript code works fine outside an ADF application.
    Any other idea (using javascript or ADF backing bean code)?
    Regards.
    Edited by: romoracle on 29-feb-2012 6:39

  • Office Word/Atlantis won't open to correct window size

    I'm really not sure if I'm posting this in the right place. 
    I am running Office 2007 and Atlantis Word Processor in Windows 7 and suddenly neither window for those programs is opening at the same size they always have before.  Using Office Word as an example this is the way the window has always opened before
    when I start Office Word (this is my preferred work area as I have another window open beside it most of the time).
    About a week ago for some reason this is how both programs open now.
    Is there anyone who can tell me how to get Word/Atlantis to open the way it did before?  I have tried using the Start, right-click, Properties, open maximized method for Word but it didn't work.  I tried resizing the way I needed it and then closing
    through the Office button.  It still opened exactly as in the second image.  Word will not open either maximized or in the configuration I originally had it opening in.  Atlantis will open to maximized but will not minimize to the correct configuration.
    All other programs on my computer open maximized, Office Word seems to be the only thing that will not open to either maximized or the correct minimized configuration.  Any and all help would be appreciated.

    Hi,
    Based on my knowledge, Windows 7 can restore the last window for Word. Regarding your issue, i find a solution which may be helpful to you.
    Start>All Programs>Microsoft Office 2010>Word 2010
    Right click on Word 2010, choose Properties.
    Open one Word file, resize the word to the previous state.
    Choose run Normal window in Properties dialog box.
    Then click Apply, OK.
    Andy Altmann
    TechNet Community Support

  • External Hyperlinks open in new window.

    When someone in my iWeb site clicks an external Hyperlink they automatically leave my site. How can I make Hyperlinks open a new window so my site is not effected?

    Have a look at this picture here
    http://alyeska.altervista.org/inspectornewpage.jpg
    Isn't that how your inspector looks like?
    Regards,
    Cédric

  • Opening External Window in Web Dynpro ABAP with URL disabled or Hidden

    Hi Experts, I have a requirement where-in we want to open the Web Dynpro ABAP application using tcode WDYID (by passing the application name  and startmode), but the URL of the newly opened explorer should be disabled or hidden. To achieve the same, I have created a component (lets name it PARENT) and inside that in DOMODIFY/DOINIT method have written code to invoke the required WDA (lets name it CHILD) in external window (by using lo_window_manager->CREATE_EXTERNAL_WINDOW) and is successfully able to open the application with URL disable using different parameter of method CREATE_EXTERNAL_WINDOW. But in this case there are 2 window which opens, one is for PARENT view and other is for CHILD. Now I only want to keep the second view (CHILD) to be opened and want to close the PARENT view. When I used EXIT_PLUG to close the PARENT window, it closes both the window. Need your inputs on my approach or if you have any. Regards, Harish

    Hi,
    If you open the popup, it opens as Modal Window, originating from Parent window. Without external window( where you can pass has_location = abap_false ), you cannot hide the URL/Address bar.
    If you want to partially hide the URL( if you dont want to show the full URL with application path), you can create an Alias for the service in SICF.
    Go to SICF, and create an alias for your WDA application; say original URL: domain:port/sap/bc/webdynpro/sap/<ZAPPLICATION_NAME>
    This URL you can convert( partially hide) as, domain:port/sap/<ANY_NAME>
    Refer creating Alias in this help: http://help.sap.com/saphelp_sem320bw/helpdata/en/55/361a3c9c004866e10000000a11402f/content.htm
    Hope this helps u,
    Regards,
    Kiran

  • I'm using FF for Mac 3.6.13 and everytime I open a new window or tab the image of what I see is tiny which requires me to click Command + to enlarge it. The actual page is normal size, but its the image of the page that opens tiny.

    I'm using FF for Mac 3.6.13 and every time I open a new window or tab the image of what I see is tiny which then requires me to click Command + to enlarge it about 4 or 5 times. The actual page is normal size, but its the image (what I see) of the page that is tiny.

    Thanks but Command 0 on a Mac only makes a temporary change to that one page. The link you provided doesn't show how to make a permanent change. Do you know how to permanently change this so I don't have to do it to every new page?
    Thank you.

  • External site to open in parent window

    How can I open an external linked window inside my parent
    window?
    or
    Opening an already designed website inside my parent window
    via link in the parent window?

    When you open the original window, give it a name. Make the
    links on the
    external window target that name.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Rafael Cuevas" <[email protected]> wrote in
    message
    news:fndptn$e0v$[email protected]..
    > How can I open an external linked window inside my
    parent window?
    > or
    > Opening an already designed website inside my parent
    window via link in
    > the parent window?
    >

  • I installed Adobe Web and Design Preium CS6 on windows 8.1, but when I open the program the size of the menus and tools are so tiny. It is not like that for Acrobat, but all the other programs. Is there a fix for this?

    I installed Adobe Web and Design Preium CS6 on windows 8.1, but when I open the program the size of the menus and tools are so tiny. It is not like that for Acrobat, but all the other programs. Is there a fix for this?

    Thanks for the help. I installed CC and it fixed everything but Photoshop. I guess I will have to use my old laptop for images until Adobe fixes the problem. Do you know of a place where we can send issues like these to Adobe?

  • Why am I not able to open external hard drive (FreeAgent GoFlex Desk) window??

    I am simply trying to open a Finder window of the external hard drive itself so that I may copy over my Iphoto Library to it.  However, I am unable to do so!  There is no window to open.  When I connect my Free Agent GoFlex Desk external hard drive, Time Machine automatically begins and I see this green icon and the words, "Time Machine Backups" under Devices in Finder.  That all works fine and as far as I know the backups works just great.  But I am unable to open the external drive in a Finder window!  In my research, I've found the simple recommendation to:  "In the Finder, the external drive will show as an orange drive icone in the left pane."  But I don't see that, I only see the green icon as mentioned above.  What is going on?  Why can't I see this drive and open a window??  Thank you in advance!

    You already have. Disregard the icon's color and follow the rest of the instructions. Note that Time Machine will eventually use all the free space on the location it's backing up to, so you should create a separate partition for other data.
    (72118)

  • How do I configure safari to open external links in the existing window

    The current version of Safari (8.02) always opens an external link (such as from Mail) in a new tab.  I would like to configure so that it loads the link in the existing open tab (window).  Is there a way to do that?  If so can some one tell me how to do that?

    Linc:  I have seen that configuration page and none of those options allows you to configure Safari so that it will load an external link in an already open tab or window.  I have looked in two different reference books on OS X (Mavericks not Yosemite) and not found any relevant information in their discussions of Safari.

  • Open external links in new window

    I can't seem to make firefox open external links, e.g. links opened from other applications, in a new window. This is particularly troublesome on multiple desktops since a new tab may be opened in a firefox window on a desktop other than the active one.
    This is no option in the preferences or in about:config that appears to affect this behaviour. It seems there used to be browser.links.open_external that was later removed.

    This link will open in de inappbrowser:
    adobeDPS.dialogService.open('http://pubbly.nl')
    This link will open in Safari:
    adobeDPS.dialogService.openExternal('http://pubbly.nl')
    If you use jQuery you can do something like this:
    // Each anchor tag will be opened in an external browser.
    $('a').each(function(){
         var url = $(this).attr('href');
         $(this).on('click', function(e){
              e.preventDefault();
              adobeDPS.dialogService.openExternal(url);
    More explanation about the dialogService can be found here:
    Adobe DPS - Library and Store SDK 2.32 : adobeDPS-DialogService : JsDoc Reference

  • Desire a default window size when opening 2nd Firefox window, when 1st window is a narrow news streamer

    Hi,
    When I have a Nasdaq ticker running using firefox, then any time I open a new firefox window, it defaults in size to the small ticker window size. I then have to resize the window.
    Is there any way to have firefox always open to a default size, regardless whether there are already other firefox windows open (of other sizes)?

    So, there is no about config entry that you can actually manually set the specific window size, however there is an add on that allows you to set the size called [https://addons.mozilla.org/en-us/firefox/addon/firesizer/ Firesizer]. Try this out.

  • Fireworks won't remember the open/save as window size?

    Hi,
    Fireworks won't remember the open/save as window size. It always displays the same small window size. Deleting the preferences hasn't helped?
    Thanks.

    Thanks for the response.
    Yes good point. It's Fireworks CS6 v 12.0.0.274 on Mac OSX v10.9.5.
    I didn't have this issue with CS5.5 on 10.9.5, only started with CS6.
    Anyway, you're probably right re living with it.
    Maybe someone has experienced the same issue and found the reason.
    Thanks again.

  • Opening an external Flash window from a Flash window

    I'm working on a project in Flash. The project consists of
    menus and sub-menus where when a menu is clicked-on, an external
    Flash window opens with another menu. Please tell me how to do
    this. I hope that this makes sense. Please tell me if you have any
    questions if it doesn't. Thanks.

    Hi michaeltowse,
    This is indeed something more complicated. Let me give you
    some details about the project:
    This project is to be initially created in Adobe Captivate.
    It consists of the main menu that is to be created in Flash (menu
    1); sub-menus, which are to be created in Captivate (menu 2); and
    menus of sub-menus, which are to be created in Captivate as well
    (menu 3). Now, the part where I need help on is the part that goes
    from sub-menus (menu 2) to menus of sub-menus (menu 3). When any
    option is to be selected from the sub-menu (menu 2), a new window
    is suppose to pop-up (menu 3) that is suppose to be in Flash. This
    new window is suppose to be a new Flash window and is not suppose
    to be opened in a browser, but it's suppose to be opened in another
    Flash window (SWF window). This whole entire project is to be
    executed via an embedded Flash executable. Thus all the .SWF files
    that were created in either Captivate or Flash are to be tied
    together via a Flash executable. I was told in Captivate's Forum
    that this may be done via ActionScript in Flash and I'm wondering
    whether that is that case. Please tell me if my project makes
    sense.
    Thank you.

  • GMail in Safari w/FluidApp opens up blank window when clicking externally

    I'm currently using FluidApp to create a stand-alone instance of GMail in Safari. This works great for quickly switching to GMail as I can just type G using Quicksilver and I'm there right away.
    However, I'm noticing something annoying in that whenever I click a link in my email to an external website Safari opens up another window that I need to close in addition to wherever the website opened. So my path basically goes GMail > view external website > leave external website to return to GMail > close annoying blank window > Go back to GMail.
    Any idea why this is happening?

    You should check Preferences > General to see that you've enabled the "Open links from applications:" in a new tab in the current window. Then restart Safari and test to see if the problem is resolved.
    Mulder

Maybe you are looking for

  • SG 500X Switch VRRP Issue

    HI all. I have 2 SG500x's that i am trying to establish VRRP over. When i kill the master switch, the backup seems to take over but the Ip address of the Virtual router cant be accessed.  Could anybody point me in the right direction? Switch 1: inter

  • Mandatory field set up for Profitable segment entry

    Dear All, Is there any way to set up Customer as mandatory field in profitable segment while manually posting  to GL for which Profitable segment is required. Thanks, Ram

  • Query string error in JSP

    Hi. I originally thought my problem was a javaScript problem but now realize it is a JSP problem: I have a JSP calling another JSP (which is opened in a smaller window with javaScript) and it uses a query string for values. One of these variables in

  • How to create SAPUI5 + MBO + javascript App in SUP2.1.3 ?

    Hi Can anyone help me with a link or any tutorial which can help me in finding a solution to my query... How to create SAPUI5 + MBO + javascript in SUP2.1.3 ? Thanks & Regards, Vamsi Konanki.

  • To enquire about oracle courses

    Hi Could anybody please tell me about the best institutes that offer below courses in hyderabad India Oracle DBA 11g RAC Linux thanks in advance