Dialog intance on windows

Hello SAP Gurus,
I'd really need to seek for your help. Do you know how to add another dialog instance on windows/mssql but the CI is in unix/db2? what are the steps that I need to do? thanks in advance.

hi
Kindly go thru the below web link
dialog intance on windows
Regards
M

Similar Messages

  • Web Dynpro Dialog Box / Modal Window is not working properly on firefox

    Hi All,
    We are having problems with Web Dynpro Dialog Box / Modal Window in Firefox.  Dialog Box / Modal window won't show up properly on. They look like transparent windows. Our server is Netweaver 7.0 SP 19.
    Same code is working fine in Internet Explorer. Please advise on this. Below is the code I am using.
    Modal Window:
    IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("SomeWindow");
    IWDWindow sampleWindow = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    sampleWindow .show();
    Confirmation Dialog Box:
    IWDWindow dialogBox = wdComponentAPI.getWindowManager().createConfirmationWindow(
    "Click OK to save data", IPrivateSampleView.WD_EVENTHANDLER_ON_ACTION_SAVADATA, "OK");
    dialogBox.show();
    Thanks
    Sreekanth

    Hi,
    Maintenance and Availability of SAP NetWeaver 7.0 [original link is broken]
    Last Item:
    Product Availability Matrix
    SAP NetWeaver 7.0 Product Availability Matrix   (SMP login required)
    Application Server - Java
    FIREFOX 2.0  LINUX REDHAT EL3/IA32 32BIT  Released  01.04.2008     
    FIREFOX 2.0  LINUX REDHAT EL4/IA32 32BIT  Released  01.04.2008     
    FIREFOX 2.0  MAC OS X 10.2  Released  01.04.2008     
    FIREFOX 2.0  MAC OS X 10.3  Released  01.04.2008     
    FIREFOX 2.0  MAC OS X 10.4 (TIGER)  Released  01.04.2008     
    FIREFOX 2.0  SUSE LINUX 10.1  Released  01.04.2008     
    FIREFOX 2.0  SUSE PROFESSIONAL 9.3  Released  01.04.2008     
    FIREFOX 2.0  SUSE SLED 10  Released  01.04.2008     
    FIREFOX 2.0  WIN 2000 PROF.  Released  01.04.2008     
    FIREFOX 2.0  WIN VISTA 32-BIT  Released  01.04.2008     
    FIREFOX 2.0  WIN XP 2002 HOME 32-BIT  Released  01.04.2008     
    FIREFOX 2.0  WIN XP 2002 PROF. 32-BIT  Released  01.04.2008     
    FIREFOX 2.0  WINDOWS SERVER 2000/IA32 32BIT  Released  01.04.2008     
    INTERNET EXPLORER 6.0  WIN 2000 PROF.  Released  01.02.2006     
    INTERNET EXPLORER 6.0  WIN XP 2002 HOME 32-BIT  Released  01.02.2006     
    INTERNET EXPLORER 6.0  WIN XP 2002 PROF. 32-BIT  Released  01.02.2006     
    INTERNET EXPLORER 6.0  WINDOWS SERVER 2000/IA32 32BIT  Released  01.04.2008     
    INTERNET EXPLORER 7.0  WIN VISTA 32-BIT  Released  01.04.2008     
    INTERNET EXPLORER 7.0  WIN XP 2002 HOME 32-BIT  Released  01.04.2008     
    INTERNET EXPLORER 7.0  WIN XP 2002 PROF. 32-BIT  Released  01.04.2008   
    Hope it helps
    Regards,
    Daniel

  • Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) goes to Computer Drive C - instead of Quick Access

    Bug: Navigation: Save As Dialog Boxes in Windows (thus any application) still have its legacy behavior implemented and navigates to a computer drive, by preselecting and letting the user start at Computer > Drive C - instead of Quick Access.
    This is simply a forgotten correction after Quick Access has been introduced that needs to be corrected for Quick Access to work effectively (in a valuable way for the user) with files not just during create and modify operations on files - but also Open
    file - using File Dialog Boxes (although users may use launch instead for Opening files using i.e. Explorer or navigation from shortcuts on the desktop).
    This missing change of File Dialog Box behavior is unintended and now contradicts the new design with Quick Access for faster navigation (so you should not have to start with a scroll and extra navigation to look for Quick Access (contradiction:
    i.e. QUICK Access)
    Please support the new navigation provided by Quick Access intended to give Quick Access - thus Save As must be able to start here.
    For variability, may be provide an overriding option in Explorer>Folder Options>General (if you change the default behaviour in the File Dialogue) to have Save As start at Computer > Drive C.
    ! Remember to do the change for the Common File Dialog as well - used by most widespread software applications in the Adobe software applications portfolio, i.e. Adobe Photoshop CS6

    Thank you for your time and response! Unfortunately, we have the machine locked down pretty tight (they are public use computers that require heavy restriction) and it is set to restrict all drives so access is limited to the local profile. We did try
    testing your method, however, by adding the Desktop as an allowed location in the Office policy (which would not solve the issue for the other applications but was good for a test) using the path %userprofile%\desktop. When choosing that location, it does
    not throw the error but unfortunately, it does not remember like it did for your with the E: drive so it still always throws the error when first loading the dialogue box no matter what I do. If you're able to confirm that this is simply by design and we're
    just expected to inform our users to click through the errors, then I guess that's the accepted answer. Although, do you think that there might be a registry key value that is set after you save to the E: drive for the first time? Maybe we could set that value
    to %userprofile%\desktop if it's doing the redirection after the first save through registry. Thanks again!

  • IE11 can't post form data to specific frame or window dialog opened via window.open()

    Hello,
    Form POST targeting to specific frame or dialog popped up via window.open() no longer works in IE11.
    It worked fine in IE10 and all previous versions of IE.
    Please see screenshot attached with simple test that reproduces this problem.
    Direct Link to screenshot:
    http://173.231.98.44/cgi/TestFolder/IE_11_widow_frame_targeting_BUG.jpg
    Direct link to simple test page demonstrating this problem:
    http://173.231.98.44/cgi/TestFolder/page2.asp
    Note: IE11 doesn't report any errors, doesn't complain about anything, even when debugged via F12 developer tools. The only thing it complained initially was missing doc type declaration on top of page, but even after adding doc type definition, problem still
    persists, makes no difference.
    I tested this on fresh install of Windows 2012R2 while testing our web application with the new IE11.
    I believe doing this on Windows 8.1 with IE11 will result in same bug/problem.
    Our web application uses a technique whereby it launches a popup window via call to window.open(), passing blank URL and specifying a name for the new window. It then does a from post targeting the name of new dialog.
    In IE11 this functionality has been broken and no longer works.
    Problem is that IE11, instead of posting form to the newly created dialog, it launches a new instance of IE and then loads the requested form in this new instance of IE, while the dialog launched via window.open() remains on screen and is empty. If user repeats
    launching same form post request (via button click for example), IE 11 keeps creating new empty dialogs and new IE instance for every form post executed. This totally breaks our application because we use many so called "wizards" that encapsulate
    specific functionality in separate web page launched in a popup window.
    Another related problem is that if a dialog is launched with window.open(), the java script code in the dialog can not target the parent frame that opened the dialog anymore. In our application, when a dialog is closed, it typically needs to trigger a refresh
    of a specific frame within the parent window (again targeted by name) to reflect saved/updated info that user entered in the popup dialog. The result is that we can't refresh the parent frame after the pop up dialog closes. Instead, IE11 launches
    a new instance of IE (not just a tab, but a whole new instance) and loads the parent frame in it.
    The problem seems to be caused by broken frame name targeting mechanism in IE11.
    Note that we force IE to compatibility mode 5, but even without specifying any compatibility, the problem remains.
    Typical java script to reproduce this is:
    <input type="button" onClick="Popup(this.form);" name="btn2" value="Popup Dialog">
    function Popup(f){
        window.open("","MyNewDialogName","width=200,height=150");
        f.action = "page3.asp";
        f.target = "MyNewDialogName";
        f.submit();
    Expected: IE11 should correctly post form to and load targeted page in the newly popped up dialog, without opening new IE instance and new tab. Repeatedly posting form to existing popup window should reuse that window, not keep on launching more popup windows
    and then more IE instances.
    Steps to reproduce the problem (include URL if applicable):
    URL with sample page: http://173.231.98.44/cgi/TestFolder/page2.asp
    1) Create page1.htm: <html><body>display "I'm in a popup window now ..."</body></html>
    2) Create page2.htm with a button and onclick() event calling function to open dialog, and do form POST targeting new dialog calling page1.htm, like below.
    <input type="button" onClick="Popup(this.form);" name="btn2" value="Popup Dialog"> function Popup(f){
        window.open("","MyNewDialogName","width=200,height=150");
        f.action = "page1.asp";
        f.target = "MyNewDialogName";
        f.submit();
    3) Open IE11, navigate to page2.htm, click the "Popup Dialog" dialog button. IE 11 will popup the new dialog, but then it will also launch new instance of IE11 and display the page1.htm in it, instead of in the popup dialog.
    Has anyone else encountered this problem?
    Any insight or help is appreciated.
    Regards
    Peter

    the default action of <input type="button" is submit. Note also that the default type of <button> elements is 'submit' also.
    add a return false to the onclick inline event handler (which constructs the form submit attribues) to cancel the default form.submit behavior.
    form elements have a target value with which you can specify the name window into which you want the form to open in.
    <form action="process.aspx" target="popup">
    you can use the window.open method with a query uri to achieve the same outcome.
    window.open('process.aspx?s=search+term&amp;foo=bar','popup',{features})
    the outcomes of all scripted windows are affected by
    your IE Popup blocker and tabbed browsing settings
    which in turn is affected by your IE Security zone settings (for popup blocking handling)
    and the settings of any third-party popup blocker you may have installed and enabled... it may not necessarily be visible on your browser toolbar.
    The first step in troubleshooting web browser issues is to test in no-addons mode.
    Use the Developer Tool to find out what documentMode the test page is opening in on your system. On Modal/Modeless popup windows use the f12 key to display the Developer tool positioned on the contentWindow.
    Use File>Properties to find out what IE Security zone it maps to... there is a security setting to prevent navigation into zones of lower integrity.
    Rob^_^

  • Font Dialog in MS Windows

    Hi,
    What is the equal (in Java) font Dialog in MS Windows? Is Font Dialog same as Courier New Bold or Arial Bold or another one?
    For example, when there are buttons, ones is JButton, and other one is simple/classic Windows Button. These buttons have same caption but when I get string width from buttons, the values are not equal.
    Thank You

    You can get the font name by calling getFont().getFontName() or getFont().getName() from the buttons.
    There are a few default fonts that are mapped to some other fonts
    sansserif
    serif
    dialog
    monospaced
    These mappings can be found in a file called font.properties in your jdk installation. It is in the lib folder.

  • ADS in the Java stack of a Dialog instance on Windows + CI on iSeries

    Hi,
    I read the document "Using Adobe Document Services with SAP on IBM DB2 for i5/OS".
    Summary of the document -
    There are two possible technical scenarios:
    1. ADS in the Java stack of a Dialog instance on Windows
    1.1. ABAP+Java dialog instance on Windows
    1.2. Java dialog instance on Windows
    2. ADS in a SAP system on a supported platform
    2.1. ABAP+Java central instance on Windows/Unix
    2.2. Java central instance on Windows/Unix
    The document recomammeds technical scenario 1, that is, install a Windows Dialog instance.
    Choosing an ABAP+Java or Java system depends on the usage scenario for Interactive Forms:
    - Interactive PDF use: Java mandatory, ABAP+Java possible
    - Interactive use in SAP Maanger Self_Services/batching of forms:
    ABAP+Java mandatory but Note 993612 describes the status for NW04s SP12 onwards.
    End of summary -
    Our prefered rechnical scenario is: "1.2. Java dialog instance on Windows" to minimice resources.
    Our usage scenario for Interactive Forms includes "SAP Manager Self- Services".
    Our interpretation of note 993612 is that we do not need double stack installation. Could you confirnm this ?.
    If yes, we are going to install a Java Dialog instance on Windows connected to our Java Central instance on iSeries (our SAP Portal system) to use ADS.
    Best regards.

    Hello Torrell,
    your statements sound reasonable, also including SAP Note 993612.
    To decide, though, whether a single stack would be enough (especially based on the aforementioned note), you will need the advise of an ADS application expert (or someone else who has implemented your scenario, independent of the platform).
    I thus assume that you will not get an answer in this forum. Your question is ADS application specific.
    When you know for sure that a single stack will be enough, your approach to use a Windows dialog instance will be fine.
    Best regards, Barbara

  • How to ensure that giving the firefox.exe command in run dialog box in Windows opens up a specific firefox Profile?

    I have a firefox profile with certain proxy settings set. When I type firefox.exe in the run dialog Box in windows it opens up the default profile. I have a firefox shortcut specified with the command line args -P "profilename". I want this to be used as it will force the custom profile. Is there an environment variable that i can set for this?

    You can set the default profile to use in the Profile Manager to be used when no profile is specified and otherwise use desktop shortcuts with a profile specified (-P "profile").<br />
    There is also a "Don't ask at startup" check box in the PM window.
    *http://kb.mozillazine.org/Profile_Manager

  • HT1589 This doesn't work in Windows 8. Anybody know how to get this dialog box in Windows 8?

    This doesn't work in Windows 8. Anybody know how to get this dialog box in Windows 8?

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Slow opening print dialog screen in Windows 8.1

    I have Adobe Reader 11.0.5 and am using Windows 8.1.  When I click on the print icon, it takes 20 to 30 seconds for the print dialog screen to open.  This is maddening.  Does anyone know why and how to speed it up?

    Hello eycon
    Try out the article below to troubleshoot your issue with iTunes freezing on you. Also check to make sure that when you removed iTunes, did you uninstall in the order of the second article as it does make a difference when troubleshooting the issue.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Regards,
    -Norm G.

  • Adobe Reader XI - print dialog box blank - Windows 8

    Using the latest version of Adobe Reader XI, The print dialog box either comes up blank as shown in file 1 and I have no control over printing. OR it comes up with all the labels missing, see File 2 - yet I can control some features by clicking on the blank boxes.
    FILE 2 - Print Window for Adobe Reader XI in Windows 8.docx
    https://files.acrobat.com/preview/41f38277-3483-4179-8bea-97c593bdf52d
    FILE 1 - Print Window for Adobe Reader XI in Windows 8-Blank.docx
    https://files.acrobat.com/preview/435659b8-50ec-4b05-8a02-4de75305446f

    One reason that the Acrobat/Reader dialogs will not display correctly is when the needed system fonts have been removed or uninstalled.
    Or it may be that the default font is changed.
    Try to reinstalled the Segoe font family and check if it corrects the issue.
    Also You can follow the below steps for restoring the default font and removing any font changes you’ve made. After the restore, check if the issue is resolved or not?
    1. Open Fonts by clicking the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Fonts.
    2. In the left pane, click Font settings.
    3. Click Restore default font settings.
    You can also check the corrupted fonts by running Microsoft’s Font Validator from http://www.microsoft.com/typography/FontValidator.mspx

  • Photoshop crashes with open dialog box on Windows 8.1

    I just upgraded from Windows 8.0 to Windows 8.1. I have Photoshop CC, I also have Photoshop Elements installed. On occasion, Photoshop CC hangs when using the open dialog box. It then crashes explorer. The only way to resolve it is to restart the PC.
    Has anyone seen this behavior. I do not have any logs as of now.
    Thanks,
    Bill Byrnes

    I don't know if this is helpful or exactly on topic with this thread... but I have to share somewhere...
    I've been dealing this problem for months and I finally fixed it on my own.
    My Antivirus, AVG, which is great, except for this glitch, was the root cause of the issue. 
    History:  If I right-clicked a file in my Save/Open Dialogue Photoshop (CS6 Extended) would crash.. for the last few months, actually...  If I avoided right-clicking I'm ok, but my instincts are to organize, rename, etc. while in the save/open pop-up window ... So I've often crashed Photoshop when all I do is right-click on a file in the list of files...
    Well, I figured out the cause of the glitch:
    "Permanently Shred with AVG” .. this option, added without my knowledge during an AVG update, was added around the same time this problem started (realizing this in hindsight).. THIS was conflicting with my Adobe Photoshop file explorer window in the Save/Open dialogue!!! After months of trying to figure this out, this is definitely the solution.
    Once I turned that AVG Shell Extenstion off.... I am now able to right-click files in Photoshop save/open pop-up window again without it crashing…  finally !!!!
    ...hope this helps folks even if it's just a related clue to other issues....
    Basically ,run command prompt as Administrator, then type:
    For 32-bit :  regsvr32 /u “C:\Program Files\AVG\AVG2014\avgse.dll”
    For 64-bit:   regsvr32 /u “C:\Program Files (x86)\AVG\AVG2014\avgse.dll”
    I found this info about turning off  "Permanently Shred with AVG" option at this link:
    http://techdows.com/2013/09/avg-2014-how-to-remove-permanently-shred-with-avg-option-from- context-menu.html#comment-21176
    thanks!
    -Camilo

  • CS4 Mac - File Dialog Moves Flash Window Down

    I have Flash CS4 10.0.1.545 Mac with OS X 10.5.6:
    I have the standard Workspace and when I select Import to import an image, the open file dialog in OS X slides down from the top of the stage and the entire Flash window that is holding my timeline and stage moves down about 100 pixels. I then import, then I click the top of the window to move it back up and it snaps back instantly as soon as I click on it before I drag it up.
    Anyone else getting this on the Mac?

    The only way to avoid this is to resize the dialog so that it's so short it doesn't go down past the Dock. Since this dialog spawns at the top of the stage, putting the timeline at the bottom instead of the top helps.

  • Installing dialog instance on windows

    Hi Champs,
    Im trying to install Netweaver EP WAS server with MaxDB on Windows XP. I am a beginner in basis activity. I have successfully installed Central Instance and it is up and running fine. Now I am trying to install a Dialog instance. But when I run the sapinst.exe again it does not show me an option to install dialog instance. I tried giving same SID but it didnt work. It didn't create a DI. Can you please tell me what steps I have to perform to create a DI associated with the current CI?
    Regards,
    Piyush.

    Hi Uday,
    Thanks for you prompt reply. I have this guide but I am finding difficulty in finding the correct way to install a DI. Can you please provide the steps that need to be performed? I tried running sapinst.exe again with same SID but it didnt work.
    Regards,
    Piyush.

  • Dialog focus in Windows/NT

    When a user opens up a dialog window in my java app, and then switches to some other program (dialog still open) and then switches back to the original java app, the dialog frame is now 'behind' the main application's frame.
    The dialog frame does not appear in the system bar, nor can it be accessed using alt-tab. The only way to get to it is to close down the windows of the running apps until you find it again.
    How can I get around this??

    You might try passing in the parent frame/dialog as the first parameter in your JDialogs constructor.

  • Display Dialog "Attached to window"

    what is the alternative way for this
    display dialog "Please enter text to find !" attached to window "main"
    Cocoa-Applescript
    Thanks in advance

    As I've mentioned before, almost all of the Cocoa documentation and examples are in Objective-C.  Just about the only ASObjC specific documentation is Shane Stanley's AppleScriptObjC Explored ebook, but even that refers to the Cocoa documentation (although there is a little additional help in converting).  He has also written some Objective-C helper classes that include sheets - check out Myriad Helpers.

Maybe you are looking for

  • How do you create a short cut to insert date in Numbers 3.1

    Hi, Does any one know how to create a keyboard shortcut for inserting the date in Numbers 3.1

  • Visual studio performance problem.

    Asalam o alekom : i use visual studio when i save changes in my  asp.net project it need to click CTRL+S three times to be saved and every time it take a little more time.

  • Moving to Vista

    Hi all, This is a heart-felt plea for advice re. What's This? help. We have been using Robohelp Office X3 for some time using a Robohelp HTML project to generate a main CHM help file and a separate Robohelp for Word "What's This? Help Composer" proje

  • Where is the Snow Leopard box set?

    When I check the Apple Online Store all I can see is the Leopard to Snow Leopard upgrade pack, it says if I want to upgrade from Tiger that I must buy the box set but I can't see it.  Any ideas? Also, if I have two MacBooks on Leopard which Snow Leop

  • Organizing Images -jpegs-in Mavericks. Can I Do It

    Can I do this? Upgraded from ML to Mavericks....In All My Files, if I go to images. I have a lot of images. A lot are the jpeg number, like 0.1Jpeg, other are named/labed by the subject. I have to go travel quite aways down to get to the images that