Create popup - not an external window

Hi guys.
how can I create a popup with webdypro for java?
With createExternalWindow() (which is deprecated by the way, is there a new way to do that differently now? ) I can create a new window. but I just need a regular URL-popup.
regards milad

Milad,
You can remove the window features. Check this code:-
          IWDWindow popup = wdComponentAPI.getWindowManager().createModalWindow(<IWDWindowInfo>);
          popup.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
          popup.removeWindowFeature(WDWindowFeature.STATUS_BAR);
          popup.removeWindowFeature(WDWindowFeature.MENU_BAR);
          popup.removeWindowFeature(WDWindowFeature.TOOL_BAR);
Chintan

Similar Messages

  • Acrobat Plug In...Could not find external window handler

    When I try to open a pdf file with Adobe Acrobat, my computer gives me a prompt, Acrobat Plug In...Could not find external window handler...
    The problem just started recently.  I am running Adobe Acrobat 6.0 and the ME version of Windows.  The Microsoft help desk told me this was an Adobe problem.
    Can anyone give me some advise?

    Hello.
    I'm getting the same problem.
    Did you find a solution?
    Thanks a lot

  • Removing Address Bar from external window popup

    Hi
    I have a modal popup which opens up another popup as an external window. Now this child popup window is consistent with the original browser window and shows toolbar and address bar.Is there an attribute of commandButton in ADF which can help me remove the address bar in the child popup ?
    I have removed the toolbar by setting windowEmbedStyle="window" in the commandbutton that launches the external window popup.
    PS - Both the parent and child popup dialogs have been implemented as taskflows.The parent popup is a modal dialog and not a browser window.
    Thanks

    from the parent popup.. open the child popup using javascript. .add a c
    <af:commandButton text="Click Me">
    <af:clientListener type="action" method="popUp"/>
    </af:commandButton>
    function popUp(e) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600');");
    }

  • Create Popup or external window

    Hi,
    I have some code in wdDoInit() of View. Before view completely loads, I require to popup a dialog box or external window with a message.
    Is this possible to create Popup or external window from the first view of the application, such that the popup appears first and then the rest of the view loads?
    Presenty I do not get any popup even though I have done coding for the same and straight away the view appears.
    Thanks
    Anagha
    Message was edited by:
            Anagha Jawalekar

    Hi Anagha,
    First go to the Method tab of view and create two Event handlers (“Ok” and “Cancel”).
    Then try this code inside wdDoInit() of view.
         String dialog = "Do You Want to Continue? ";
         IWDConfirmationDialog confDialog = wdComponentAPI.getWindowManager().createConfirmationWindow(dialog,wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("Ok"),"OK");
         IWDEventHandlerInfo CancelEventInfo = wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("Cancel");
         confDialog.addChoice(CancelEventInfo,"Cancel");
         confDialog.show();     
    Check this links.
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/0f/134540631d6f13e10000000a1550b0/frameset.htm">Creating an External Window</a>
    Generic Search
    Re: opening a new window on lead select in a table!!!
    Re: close a pop-up window
    Regards,
    Mithu

  • When I restart my computer and hold the option key after creating a bootable usb with windows 7 and partitioning only the original partition shows up. Not the windows one or the bootable usb.

         Okay so first things first this isn't the newest macbook pro. When I open about my mac and go to system report it says it is a Macbook Pro 3,1 and the Boot Rom Version say MBP31.0070.B07. Originally when starting up Boot Camp Assistant there where only two options, the "create windows 7 bootable usb" was not there at all. So after some editing and helpful tutorials I was able to get the option show up and created a bootable usb with windows 7 and downloaded the support software onto a separate flash drive. Finally I did the last step and created a second partition for windows. Once the process is complete my computer automatically restarts.
         This is where the problem is. Once my computer makes the booting up sound it doesn't load up windows it gets stuck on a apple logo as if it's trying to reastart normally and can't. So I shut down and this time I hold down the option key during start up. It brings up the main partition and some recovery thing but no windows partiton and no bootable usb.
         I forgot to mention that I am running OS X 10.9.3. Okay any body want to help me out? Iv'e been at this for hours and can't get an inch closer to having windows. Please and thank you!
    P.S. If I missed a discussion that answer my question just point me to it. Iv'e been looking for a while, but who knows i might have missed one.

    The only known way to make it work on an external drive is by first installing Windows onto an internal drive, then cloning the install to an external Thunderbolt drive. Thunderbolt is seen as an extension of the internal bus, so Windows doesn't see it as an external device.

  • Create External Window in Webdynpro for Abap

    I am creating an external window using method CREATE_EXTERNAL_WINDOW.  The componentcontroller context and the assistance class attributes are not available in the Handledefault method of the external window.    Is there a way to pass data to the external window without using URL parameters?
    Thanks
    Cindy

    >@Thomas: with all your wonderful eLearnings on WDA is there one which covers this in any depth? As it would be nice to point people to it.
    No I can't say that I have ever created something specifically on this.  The ACFUpDownload example is closest simply because I use the cache table is a similiar way, althought I hesitate to recommend that eLearning in this situation becuase that aspect isn't central to the eLearning and it might just confuse things further.
    >don't forget about the possibility of database persistence of the data either -
    That was actually what I was talking about in server cookies as well. Server cookies are something that was originally created for BSP, but work fine in WDA as well.  They are just a cluster table where you can store any data you want and access in another session via a key. The nice thing about server cookies is that there is already a help class for read/write and batch job that can be scheduled to clear out expired entries.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2a/31b97b35a111d5992100508b6b8b11/frameset.htm

  • External harddisk not working on windows, what can i do?

    I am a new Mac user and cannot seem to get it with the external harddrives. I bought one that is supposed to be working with both windows and mac but after installing time machine (which formatted it in a non windows way i guess) it is not readable by windows. I have browsed several articles but have no idea what to do. Would it help to part it in 2 and use one part for time machine while formatting the other one to fit with windows? Would that work? I want to be able to have time machine but also randomly being able to copy music from friends with pc:s. Other people seem to be complaining after doing that (parting) mac could not read the stuff from windows. aaaargh help!!What to do???

    TimeMachine requires either an entire drive or it's own dedicated partition. It will basically continue to backup revisions until it fills either the entire drive or partition (if you have created a partition for it). Your suggestion for creating multiple partitions is fine. You can let TimeMachine use one and the other can be for whatever you want. Only FAT32 formatted drives/partitions are compatible for writing with both Macs and PCs. If you want to be able to use the data partition on both platforms, you should format it as FAT32 (I believe the partition utility in Disk Utility just calls it DOS). There is a limit however for FAT32. The largest single file that you can have is 4GB. This is generally not a problem for most people, but if you'll be working with large data files or videos, it is something to consider. If you expect to be working with files over 4GB, the external data partition will need to be formatted in either NTFS or OS X. Unfortunately, Windows can neither read nor write to an OS X formatted drive and OS X can read, but not write to an NTFS drive. There are utilites available for both OS X and Windows that will allow them to write to the opposite format. Again, this is only an issue if you plan to be working with really large files.... otherwise, FAT32 will be fine and is compatible with both platforms.

  • Create external window with webdynpro application

    Hi,
    is it possible to create an external window with another application?
    The method if_wd_window_manager~create_window_for_cmp_usage would be great. But this method create only a modal popup.
    Greetings
    Marcus

    Hi,
    We can create external window  using below method.
    lo_api_component   = wd_comp_controller->wd_get_api( ).
      lo_window_manager  = lo_api_component->get_window_manager( ).
      lo_window          = lo_window_manager->create_external_window(
            url          = l_url( "URL of the webdynpro application")
            title        = 'Submitted candidate'
            has_menubar  = abap_false
            has_toolbar  = abap_false
            has_location = abap_false  ).
      lo_window->open( ).
    Regards,
    Lakshmi.

  • How to create external window on top of other window?

    I create an external window from my web dynpro component. How to make sure the new window is created on top, not in the back? My web dynpro component is accessed via sapgui and browser.
    Thank you
    Edited by: Vincent Cao on Jun 15, 2010 5:25 AM

    Yes, by default it should be on top.But mine is displayed in the background.
    Logic is:
    1 Window A (or SAPGUI A) has a pop window PA with a button "OK"
    2 Press "OK" button, PA window is closed. And fire an event to window A
    3 A get the event, refresh itself and create an external window.
    Part of codes:
          window = lo_window_manager->create_external_window(
              url            = i_url
              title          = title
              modal          = modal  " abap_false
              has_menubar    = has_menubar "abap_true
              is_resizable   = is_resizable "abap_true
              has_scrollbars = has_scrollbars "abap_true
              has_statusbar  = has_statusbar "abap_true
              has_toolbar    = has_toolbar "abap_true
              has_location   = has_location ). "abap_true
          IF width IS NOT INITIAL AND height IS NOT INITIAL.
            window->set_window_size( width  = width  height = height ).
          ENDIF.
          window->open( ).

  • Open View or Window in a external window (popup)

    Hi experts!
    I have the following issue:
    - I know how to open a external window from a given URL, but my problem is that I want this new external window to open and show one of my own windows and I don't know how to get the window's URL. Any Idea???
    Please help or redirect me to some doc or post. Thanks.
    Osvaldo Silva

    Hi,
    If you want the url of the another window in your WD Component. As per my knowledge you need to have a seperate application to be created for this window also.
    For Example you have Window1 (View1 is embeded in this window) and Window2(View2 is embeded in this window). Now you need the url of the Window2.
    So for this purpose you need to create two applications for this WD Component.
    For example App1 (Created for Window1InterfaceView) and App2 (Created for Window2InterfaceView).
    Now use this below code to open the Window2 URL in a sepearate window.
    // Get name of deployable object this component belongs to
    String deployableObjectName =
    wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
    Map urlParameters = new HashMap();
    // If there are any application parameters you need to pass to App2 you can set those in urlParameters
    // as urlParameters.put("key","value");
    try {
    // Get deployable object part of target application.
    // Precondition: assume, that other application belongs to the same
    // Web Dynpro Project (Deployable Object)
    WDDeployableObjectPart deployableObjectPart =WDDeployableObject.getDeployableObjectPart(
    deployableObjectName,"App2",WDDeployableObjectPartType.APPLICATION);
    // Get target URL based on deployable object part and URL parameters
    String urlToTargetApp =WDURLGenerator.getApplicationURL(deployableObjectPart, urlParameters);
    //Open this urlToTargetApp in external window.
    IWDWindow window = wdComponentAPI.getWindowManager(.createNonModalExternalWindow(urlToTargetApp,"Window2");
    window.show();
    } catch (WDURLException e) {
    messageMgr.reportException(e.getLocalizedMessage(), false);
    } catch (WDDeploymentException ex) {
    messageMgr.reportException(ex.getLocalizedMessage(), false);
    Note:/Warning:  We are opening another window using another WebDynpro application.
    Here it creates a seperate WDComponent instacne. You can't access Window1(View1)'s existing context data in Window2(View2). The only way is you can pass some data using app/url parameters.
    Apart from this as per my knowledge there is no other way to get the url for a Window.
    Regards,
    Charan

  • I need the code for creating popup windows and code for open and close

    I can write the code for creating popup window , i am getting problem while trying to open and closing that popup windows.
    Can anybody help me in that pls ?
    Regards
    Sreeni.

    Hi
    For pop up window
    IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PopWin");
    IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    window.setWindowPosition (300, 150);
    window.show();
    wdContext.currentYourNodeElement().setPopupAttribute(window);
    For closing window code
    IWDWindow window = wdContext.currentYourNodeElement().getPopupAttribute();
    window.hide();
    window.destroyInstance();
    For more infornation refer this link
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68&overridelayout=true
    This link is very useful for you.
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Aug 13, 2009 9:10 AM

  • Large external HDs not recognized by Windows 7 64-bit

    Hi,
    I'm trying to see if someone else out there has had this same problem have has been able to solve it.
    I have an HP Pavilion DV6 - NQ615AV Entertainment Center PC. I'm running Windows 7 Professional 64-bit SP1.
    I have several external USB hard drives (80GB, 320GB, 500GB) and several USB memory keys (2GB, 14GB) that work well with this computer.
    I recently got a couple of 1TB and 2TB external USB hard drives, and they are not being recognized by this computer. The hard drives work well with other systems (Windows 7 32-bit and 64-bit, Windows XP), so they are ok. The drives also work on my computer if I boot from an Ubuntu memory key.
    The behavior I see is that Windows gives the usual "Installing device driver sofware". As it does that, it correctly identifies the drive as, for instance, "My Book 1140". After a while it comes back with "Device driver software was not successfully installed". When I check the Device Manager, the USB hard drive is listed under "Other Devices" with the same name (e.g., My Book 1140), but there is no entry under USB Mass Storage Device or Disk Drives.
    I have tried many tips from other websites, from deleting temporary files under C:\Windows\System32\DriverStore to power cycling the hard drives (they all have external power supplies), to "unhide" empty drives from Windows Explorer. The drives do not show under Disk Management, so I cannot attempt to assign a different letter or initialize them. Again, they work fine on other systems, they are properly formatted, and they can be read/written to (on other systems).
    The one difference I noticed between a working and a non-working situation is that, on other systems, when the external hard drives properly show under Disk Drives in the Device Manager, the Driver Details tab shows two drives loaded: disk.sys and partmgr.sys. But when I look at the same tab in my non-working system, it show the drives that are recognized (the older, smaller external drives, and the internal SATA drive) have an extra driver: hpdskflt.sys
    Has anyone else been able to use newer, larger USB external hard drives with this model? Is there a limitation in the hardware that would make those newer drives not compatible? As my smaller hard drives and memory keys still work under Windows 7, there's no issue with the USB ports themselves, just with these specific newer, larger hard drives.
    I've sent an email to HP support, but I'm not hopeful because they only provide tech support to devices under warranty, or under a busines service agreement. I don't meet any of the two requirements.
    The support pages for Western Digital and Seagate (my new external hard drives) say that there are no extra drivers needed, and that Windows 7 64-bit should recognize them right away.
    The support pages for Microsoft say that if a driver is not installed properly or found, the device manufacturer should be contacted.
    So that only leaves Internet forums as a source of ideas and suggestions.

    Working solution on win 7 32 & 64 with driver lj1010serieshb-vista, did as follow:
    connected printer, windows tried to auto install and failed, device was listed as unspecified.
    googled for lj1010serieshb-vista(32/64).zip driver, downloaded from hp website, unzipped and extracted files.
    Start > Run > PrintManagement.msc , then Print Servers > Localhost , right click on drivers > add driver > next > choose x86/x64 > next > have disk > browse to location of extracted
    files, select hpc1015e.inf > ok > select hp laserjet 1010 hb > next > finish
    Repeat above process and this time select select hp laserjet 1015 hb > next > finish , this step is needed as stated on previous post some files are missing on the 1010 driver and adding 1015 fixes the problem.
    Now back to Devices and printers , right click on the unspecified device > troubleshoot > then will ask to search for driver, select "apply this fix" , it will find and install the correct driver from previous step > then will ask to set printer
    as default, select "apply this fix" > then will ask if you want to share printer, select "skip this fix" if you don't want to share > close troubleshooter.
    Now i have perfectly working printer, 'preferences'  is working and not crashing win explorer and printer doesn't hung.
    I guess you could first add the two drivers to your system before
    connecting your printer and it would install perfectly but who would though this old printer would not work trough windows update.
    thanks to the people who went by trial and error to find a working solution.

  • MSI UBO-30 External Slim Bluray Drive not recognized under Windows 8.1

    Hi, does anyone here have MSI UBO-30? It is an external bluray drive from MSI. For some reason the drive is not recognized under windows 8.1 64 bit (it just says USB device not recognized). But works fine if plugged into Windows 7 machine. Anyone encounter the same issue? 

    Try upgrading your usb 3.0 drivers on your system. That worked with My GS70 Stealth Pro...

  • Photoshop CC on Windows 7 is saving the file "date" as the created date not the modified date

    I have been using a much older version of PS (CS2) and just decided to update to PS CC. I have installed the trial version of PS CC and will begin the CC subscription as soon as the trial expires.
    I have noticed that PS CC saves the (main) date of the files as the "created date" not the "modified date" as it pertains to Windows Explorer and the Windows OS.
    Here is what is happening: I have a file that I created in 2007 that I use for a template. It is sized to specific dimensions, etc. and when I do my save as, it automatically saves into the desired file folder, so that's why I use this as a template. I setup a new photo and then drag and drop it into my template, flatten the image and save as. When doing this with PS CS2, the date for the newly saved file was assigned as the modified date (current date and time). So, when I searched for the file in Windows Explorer or when I went to open the file, the date shown for the file was the modified date. NOW, with PS CC when I perform the exact same process and do a save as, the file date shown in Windows Explorer and/or when I go to open the file is showing as the created date (3/9/2007), the date that I created and saved the template I use. This is aggravating to me because now when I want to open a file and sort by date, the date shown in Windows Explorer is not accurate. As far as I can tell, this only happens in PS CC. When I open an old file with ID CC and do a save as, it applies the current date, not the created date. And, when I was using PS CS2, whenever I did a save as the current date was applied as well.
    In summary, when performing a save as, the created date is being applied as the main date instead of the modified date. The question is: Is there a way to change this so that the modified date can be applied as the main date for the file when performing a save as?

    Below are two files created the exact same way on the exact same computer: the top one was saved in PS CS2 and the bottom one was saved in PS CC. Both were saved using the "Save As" command. You will notice that when the "Save As" command was used in CS2 it updated the "Created:" date, however, in the CC version the "Created:" date was not updated, only the "Modified:" date was updated. Is there a way to update the "Created:" date when performing a "Save As" in PS CC?

  • Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows

    I have an Acrobat plugin compiled in Visual C++ 6 using Acrobat 6 SDK. The plugin works flawlessly in Acrobat versions 6 to 9 in Windows XP. While the plugin is able to add a menu iterm and tool bar icon in Windows 7, it causes Acrobat to hang everytime when activated in which event I have to close Acrobat. Since Visual C++ 6 is a 32 bit app, I have to believe that Acrobat 6 SDK is responsible for the behavior described herein in attempting to get the plugin to work in Windows 7. Any comments or suggestions regarding what Visual C++ version to use along with the appropriate Acrobat SDK to get the plugin to work in Windows 7 are appreciated. In doing so, I would also be interested in knowing what backward compatibility one may expect w/regard to previous versions of Acrobat in updating the plugin to work in Windows 7. As for the answer, correct me if I am wrong but I'm thinking Acrobat 9.

    Adobe hasn't supported Acrobat 6, VC6 or the Acrobat 6 SDK for at least 5 years.  You will need to move to the Acrobat 9 SDK if you wish support.
    And Acrobat 9 and its SDK are fine with Windows 7.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 1 Dec 2011 01:15:42 -0800
    To: Leonard Rosenthol
    Subject: Re: Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    created by gomfp49<http://forums.adobe.com/people/gomfp49> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4056529#4056529

Maybe you are looking for

  • Limewire

    Hi everyone...I am a new iPod user. I dowloaded the "Hotel California" video from Limewire and convert it for the iPod. When I play the video on my iPod, there is no sound. Can someone help me with this issue? Thanks in advance...

  • To Know if an element is processed in a payroll period

    Hi All, I'm working on R12 HRMS, I need to know if an element is processed in the payroll (Quickpay,Payroll run) in the range of dates provided. How do I get that. any help is appreciated Thx

  • Sum by and drill down

    hi, there are 3 levels in a dimension (grand total level , market and sub market) due to the complicated setting in RPD, I cannot use the normal method to GET "grand total" of a table. I found that I need to use "SUM(value BY market)" in the column f

  • Is iWork 08 compatible with iLife 06?

    Hi, I have iLife o6 and don't want to upgrade. I want iWork 08 for the Numbers program as well as the rest. Is iWork 08 compatible with iLife 06? Rita

  • UUP: um:getProperty caching results?

    I've set up a UUP to access some data in an external database, and I'm getting some interesting effects when the external data changes. Am I missing something obvious here? When the UUP is first accessed, all of the information is returned correctly