Popup Dialog don't start DialogEvent

Hi!
I have an popup dialog here, where i ask some values to the user with input texts.
The problem is: when the user press the 'ok' button, the dialogEvent is fired, but if he presses Enter the dialog does a post and the page is all refreshed.
Is there a way to stop InputText of doing this?
Thanks!
Fernando.

I have not see this issue in the latest builds. The DialogEvent is only fired for af:dialog components with the "Yes/No" option in which case an event is fired for the selection of either the Yes or No option. If "OK/Cancel" is used then an event will only be fired is OK is selected. The dialog should remain present even if a component contained in the dialog does a partial submit. A full submit will cause the dialog to close.
--Ric                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • WEB.SHOW_DOCUMENT don´t start Firefox 3.5

    Hi @all,
    I want to call a report through Forms per web.show_document but Firefox don´t start. The URL is correct (I´ve tested it). I tried also to disable the Popup-Blocker but this didn´t solve the problem, too.
    I call the fmx with a JNLP File.
    There is no other browser installed on my system.
    Are there any other settings in the browser (or maybe in the OS (WinXPPro SP3)) which could be responsible for this problem.
    Thanks for your suggestions.
    Thomas

    Hi,
    no, I run my forms in a Java Virtual Machine ( I start it with a JNLP-File) not directly in a browser. Adobe 9 is installed. In "showmyjobs" there are no report jobs listed, because the browser don´t start and try to open the report. When I copy manually the URL (which should call the report) from web.show_document into the browser the report starts. There is no problem in calling the report.
    The problem is that web.show_document don´t start the browser or if the browser is already open a new tab to call the URL which I have written in web.show_document.
    e.g.
    web.show_document('http://www.google.de'. '_blank') should call google in a new browser tab or, if the browser is not opened already, in a new browser. But in my case the browser don´t start or don´t start a new tab page. This problem occurs in IE and in Firefox.
    I use JDK 6 Update 16 and Forms works fine with that version.
    I´ll try it tomorrow with another Java Version but I don´t think that this solve the problem.
    Thomas

  • How to display a screen as Popup Dialog box in Module Pool

    Hi All,
    I have a requirement to display a popup dialoge box into module pool.
    i need to display a screen as a popup on the current screen on a button click.I have developed a screen and in atribute tab i have defined the screen type as modal dialog box but  it is displaying previous screen screen is hide i want to display on the same screen as a popup.
    Thanks
    Narendra

    Hi Narendra,
    Try to trigger the popup once it is done with the previous action might be anything.
    i have shown one sample code where after i click on save button when the data is saved successfully
    after that it has to trigger me a popup asking for conformation for the next action.
    A small piece of code
    INSERT INTO ZORMD1 VALUES WA_ZORMD1.
        IF SY-SUBRC = 0.
          G_LOCAL1 = 0.
          MESSAGE S000.  " Data saved successfully and immediately call the popup
    CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
            EXPORTING
      DEFAULTOPTION  = 'Y'
    TEXTLINE1 = 'SUCCESSFULLY SAVED'
              TITEL = 'POPUP FOR conformation'
             START_COLUMN         = 25
             START_ROW            = 10
            CANCEL_DISPLAY       = 'X'
           IMPORTING
    ANSWER  = G_PRINT
    IF G_PRINT = 'J'.
    PERFORM PRINT_OUT.
    ENDIF.
    Do the modification according to your requirement.
    Cheers!!
    VEnk@

  • Acquire data from a tab delimited file using a popup dialog object on a stamp

    I am trying to import data from a tab delimited file using a popup dialog object on a stamp.  I have purchased the book by Thom Parker--All About PDF Stamps in Acrobat and Paperless Workflows and have been working through the examples in the appendix.
    My problem is understanding how to bring the data into the dialog object from the file.
    I don't want to plagiarize his book--so am electing at this time not to show my code.  The  script is reading the file, just not bringing in the records from the file so that I can select which line to import into the stamp.
    I have typed in the code exactly how the book describes, but when the popup dialog object is selected, there is nothing in the drop-down.  When I click OK, the first record is put on the stamp--except for the fields that I am wanting to appear in the dialog object popup box.
    I have searched the forums, and also the JavaScript reference.  There are examples of the popup dialog object, but none of them show how to import the data from a file--just for the items to be typed in as the list.
    Any help would be greatly appreciated!  i have been trying to work on this for several months now.

    Karl
    Thank you for getting back with me!
    In answer to your questions:
    1. Your trusted function is not a trusted function. Did you put this
    function into a folder level script so that it will get executed at system
    startup?--
         yes--I saved the script as a .js file and put it in the following path (I have Acrobat XI Pro for Windows)
    C:\Documents and Settings\tjohnson\Application Data\Adobe\Acrobat\Privileged\11.0\JavaScripts\GetTabData.js
    2. The script cannot find your tab delimited data file, or it cannot
    extract the data. Did you add the data file in the correct location? The
    location from the script in the book would be c:\mydata\Contacts.txt
    Yes--the file is in the same path as the book.
    Below is my code that references the file.
    var cPath = "/c/mydata/Contacts.txt";
    the slashes in the book go in the direction of the text above--should they go in the direction that you have in your question?
    Also,  the name and email address need to be separated by one Tab character.
    They are. 
    3. The fields need to be named the same way as the columns in the data file (the two names are in the first line of the file).
    My headings are RevByFromTab and EmailFromTab--which match the names of the two fields on the stamp.
    So, check that you are not getting any errors in the JavaScript console
    (Ctrl-J or Cmd-J), and verify that the tab delimited file is in the correct
    location
    When I run in the java script console--and I just run the script on the stamp,
    it says
    TypeError: event.source is null
    17:Console:Exec
    undefined
    When I place the stamp on the page, the popup box is working, but when you click on the down arrow, there is nothing listed.  When I click OK, the RevByFromTab is populated by the first item in the file, but the EmailFromTab field says undefined.
    Thank you
    Message was edited by: tdjohnson7700

  • Create a confirmation popup dialog when submitting a form

    Hi all,
    I have a simple business : ask a question (yes/no) to a user when he is submitting a form.
    This form is an "ADF Form (11g)" and is displayed in a inline dialog. It is triggered for an EntityView when user clicks on an edit button of a table row.
    I've tried lot of different solutions but it never works.
    Let me tell you about these:
    Solution 1: Adding a showPopupBehavior
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelFormLayout id="pfl1">
              <af:inputDate value="#{bindings.Datedeb.inputValue}" label="From:" required="#{bindings.Datedeb.hints.mandatory}" shortDesc="#{bindings.Datedeb.hints.tooltip}" id="id2">
                <f:validator binding="#{bindings.Datedeb.validator}"/>
                <af:convertDateTime pattern="#{bindings.Datedeb.format}"/>
              </af:inputDate>
           <!-- ... -->
              <f:facet name="footer">
                <af:group id="g1">
                  <af:commandButton text="Submit" id="cb1">
                    <af:showPopupBehavior popupId="p1" />
                    <af:returnActionListener/>
                  </af:commandButton>
                  <af:popup id="p1">
                    <af:dialog id="d2" title="Assistance" type="yesNo" dialogListener="#{backingBeanScope.dialogBackingBean.mustClosePreviousAddress}">
                      <af:outputText value="Do you want to close the previous adress automatically ? " id="ot1"/>
                    </af:dialog>
                  </af:popup>
                </af:group>
              </f:facet>
            </af:panelFormLayout>
          </af:form>
        </af:document>The issue is that the +<af:returnActionListener/>+ is never triggered and the form do not close.
    Solution 2: Adding a showPopupBehavior and change the triggerType
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelFormLayout id="pfl1">
              <af:inputDate value="#{bindings.Datedeb.inputValue}" label="From:" required="#{bindings.Datedeb.hints.mandatory}" shortDesc="#{bindings.Datedeb.hints.tooltip}" id="id2">
                <f:validator binding="#{bindings.Datedeb.validator}"/>
                <af:convertDateTime pattern="#{bindings.Datedeb.format}"/>
              </af:inputDate>
           <!-- ... -->
              <f:facet name="footer">
                <af:group id="g1">
                  <af:commandButton text="Submit" id="cb1">
                    <af:showPopupBehavior popupId="p1" triggerType="click" />
                    <af:returnActionListener/>
                  </af:commandButton>
                  <af:popup id="p1">
                    <af:dialog id="d2" title="Assistance" type="yesNo" dialogListener="#{backingBeanScope.dialogBackingBean.mustClosePreviousAddress}">
                      <af:outputText value="Do you want to close the previous adress automatically ? " id="ot1"/>
                    </af:dialog>
                  </af:popup>
                </af:group>
              </f:facet>
            </af:panelFormLayout>
          </af:form>
        </af:document>By reading in your forum I find this solution to be able to initiate a popup and execute the commandButton action by adding the triggerType="click" on the showPopupBehavior.
    The issue then is that the dialog get closed without waiting for a user response on the popup dialog (yes/no)
    Solution 3: Adding aAdfFacesContext.getCurrentInstance().returnFromDialog(null, null); in my dialog listener
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelFormLayout id="pfl1">
              <af:inputDate value="#{bindings.Datedeb.inputValue}" label="From:" required="#{bindings.Datedeb.hints.mandatory}" shortDesc="#{bindings.Datedeb.hints.tooltip}" id="id2">
                <f:validator binding="#{bindings.Datedeb.validator}"/>
                <af:convertDateTime pattern="#{bindings.Datedeb.format}"/>
              </af:inputDate>
           <!-- ... -->
              <f:facet name="footer">
                <af:group id="g1">
                  <af:commandButton text="Submit" id="cb1">
                    <af:showPopupBehavior popupId="p1" triggerType="click" />
                  </af:commandButton>
                  <af:popup id="p1">
                    <af:dialog id="d2" title="Assistance" type="yesNo" dialogListener="#{backingBeanScope.dialogBackingBean.mustClosePreviousAddress}">
                      <af:outputText value="Do you want to close the previous adress automatically ? " id="ot1"/>
                    </af:dialog>
                  </af:popup>
                </af:group>
              </f:facet>
            </af:panelFormLayout>
          </af:form>
        </af:document>
      public void mustClosePreviousAddress(DialogEvent dialogEvent)
        //Business logic
        AdfFacesContext.getCurrentInstance().returnFromDialog(null, null);
      }It looks like it work and close the dialog when click on yes/no on the popup dialog but the value are not submitted and the data model do not change.
    Solution 4: Sendind an ActionEvent on the button when user has made his selection
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelFormLayout id="pfl1">
              <af:inputDate value="#{bindings.Datedeb.inputValue}" label="From:" required="#{bindings.Datedeb.hints.mandatory}" shortDesc="#{bindings.Datedeb.hints.tooltip}" id="id2">
                <f:validator binding="#{bindings.Datedeb.validator}"/>
                <af:convertDateTime pattern="#{bindings.Datedeb.format}"/>
              </af:inputDate>
           <!-- ... -->
              <f:facet name="footer">
                <af:group id="g1">
                  <af:commandButton text="Submit" id="cb1" binding="#{backingBeanScope.dialogBackingBean.cb1}">
                    <af:showPopupBehavior popupId="p1" />
                    <af:returnActionListener/>
                  </af:commandButton>
                  <af:popup id="p1">
                    <af:dialog id="d2" title="Assistance" type="yesNo" dialogListener="#{backingBeanScope.dialogBackingBean.mustClosePreviousAddress}">
                      <af:outputText value="Do you want to close the previous adress automatically ? " id="ot1"/>
                    </af:dialog>
                  </af:popup>
                </af:group>
              </f:facet>
            </af:panelFormLayout>
          </af:form>
        </af:document>
      public void mustClosePreviousAddress(DialogEvent dialogEvent)
        //Business logic
        cb1.queueEvent(new ActionEvent(cb1));
      }The same as foor the third solution, it looks like it work and close the dialog when click on yes/no on the popup dialog but the value are not submitted and the data model do not change.
    I've verified with an actionListener, the actionEvent received when the user click on the button is exactly the same as the one i've dispatched manually.
    Can you help me with a solution adressing this issue?
    Best regards,
    Alex

    Mmm something like this ?
        public void newDialogListener(DialogEvent dialogEvent) {
            if (dialogEvent.getOutcome().name().equals("ok")) {
                this.getBindings().getOperationBinding("Commit").execute();
                    // Do something
        }

  • Cancel / Reset links in popup dialog

    Hi, I'm new to ADF 11g (using Jdeveloper 11.1.1.4.0) so this is probably an easy question. I have a popup dialog (using <af:popup>, <af:dialog>), and in the dialog, I want to have Cancel and Reset links. I know that if I set the type attribute of <af:dialog> to "cancel", I could get a Cancel button for free. But I want to have a Cancel link instead of a button so I have the type attribute of <af:dialog> set to "none" to not show any of the default buttons. How could I best implement a Cancel link as a commandLink or goLink? The documentation for <af:dialog> at http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_dialog.html says this about the cancel button behavior and I just want to have the same for my Cancel link:
    The ESC key, "cancel" button and close icon queues a client dialog event with a "cancel" outcome. Dialog events with a "cancel" outcome will not be sent to the server.
    Also, I want to have a Reset link in my dialog that just resets the form fields in the dialog. How would this be done? I saw that there's a <af:resetButton> component available, but this renders as a button and again I want to have a Reset link instead of a button.
    Thanks.

    Ok, this worked for me:
    <af:resource type="javascript">
    function closePopup(actionEvent) {
    var eventSource = actionEvent.getSource();
    var popup = eventSource.findComponent("p1"); // p1 is the id of my popup
    popup.hide();
    actionEvent.cancel();
    </af:resource>
    <af:commandLink text="Cancel" id="cl1" partialSubmit="true">
    <af:clientListener type="click" method="closePopup"/>
    </af:commandLink>
    Interestingly, I found that if I did not have partialSubmit="true" on the commandLink, then the popup would disappear on its own. I did not even have to have a clientListener on the commandLink. I guess this is due to the following mentioned at http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_dialog.html
    Using partial submit custom buttons is recommended because by default, a popup will not restore visibility after a full postback. The immediate parent (af:popup) controls this behavior. If the parent popup's autoCancel property is enabled, full submit commands will cause the popup dialog to auto-dismiss. When the autoCancel property is disabled, full submit commands will restore visibility on postback. See the af:popup tag documentation for more information on controlling aspects of auto-dismissal.
    Does anyone know what the difference between using popup.hide() and popup.cancel() would be in the above javascript? They seem to have the same effect. Also, do I really need to have actionEvent.cancel() in the above javascript? I have seen that in some other examples, but not really sure if it's really necessary as having it there or not there doesn't seem to make a difference either.

  • Don't Start the dispatcher after Error in Upgrade of SQL2000 to SQL 2005

    HI,
    We have a problem after try to upgrade the SQL 2000 to SQL2005.We have
    two SID in one server, the upgrade of the first that perfect, but when
    we try to do the same to the other in SAPINST of SAPTOOLS stopped in theproccess when create the storad procedures and aappeared to remain closed the setup, when i try to start the SID, don't start the dispatcher. the error was: Caugth ESAPinstException in Modulecall: executing JS script failed. and in the syslog of the SID in SAPMMC apperd this error: SAP Basis System: Initialization TSKH-IPC Failed, Return Code -000001. i
    attached the log. this is my QAS System.
    Please i need some help.
    this is the log:
    INFO 2008-06-19 17:28:26.330
    Creating file C:\Program Files\sapinst_instdir\MSS\YU\x.
    INFO 2008-06-19 17:28:26.330
    Removed file C:\Program Files\sapinst_instdir\MSS\YU\x.
    INFO 2008-06-19 17:29:42.797
    Creating directory C:\Program Files\sapinst_instdir\MSS\YU\log_19_Jun_2008_17_29_42.
    INFO 2008-06-19 17:29:43.484
    Copied file 'J:/saptools/STM/I386/STM/control.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.500
    Copied file 'J:/saptools/STM/I386/STM/dialog.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.515
    Copied file 'J:/saptools/STM/I386/STM/keydb.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.531
    Copied file 'J:/saptools/STM/I386/STM/messages.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.546
    Copied file 'J:/saptools/STM/I386/STM/resourcepool.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.546
    Copied file 'J:/saptools/STM/I386/STM/stm.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.562
    Copied file 'J:/saptools/STM/I386/STM/toplevel.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.593
    Copied file 'J:/saptools/STM/I386/STM/control.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.593
    Copied file 'J:/saptools/STM/I386/STM/doc.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.609
    Copied file 'J:/saptools/STM/I386/STM/keydb.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.625
    Copied file 'J:/saptools/STM/I386/STM/messages.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.625
    Copied file 'J:/saptools/STM/I386/STM/resources.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.640
    Copied file 'J:/saptools/STM/I386/STM/sapinstgui.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.640
    Copied file 'J:/saptools/STM/I386/STM/unittest.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.781
    Copied file 'J:/saptools/STM/I386/catalog.dtd' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.828
    Copied file 'C:/WINDOWS/Temp/2/sapinst_exe.4984.1213908438/instana.xsl' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 17:29:43.828
    Creating file C:\Program Files\sapinst_instdir\MSS\YU\start_dir.cd.
    INFO 2008-06-19 17:29:43.843
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO 2008-06-19 17:29:43.843
    Removed file C:\Program Files\sapinst_instdir\x.
    INFO 2008-06-19 17:29:44.781
    Creating file C:\Program Files\sapinst_instdir\MSS\YU\statistic.xml.
    INFO 2008-06-19 17:29:44.796
    Copied file 'C:/Program Files/sapinst_instdir/MSS/YU/statistic.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU/statistic.1.xml'.
    WARNING 2008-06-19 17:29:44.875
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2008-06-19 17:29:44.906
    Creating file C:\Program Files\sapinst_instdir\MSS\YU\syslib_priv.log.
    INFO 2008-06-19 17:29:45.250
    Creating directory C:\Program Files\sapinst_instdir\MSS\YU\SUPPORT_CONTAINER.
    INFO 2008-06-19 17:29:45.281
    Copied file 'C:/Program Files/sapinst_instdir/MSS/YU/keydb.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU/keydb.1.xml'.
    INFO 2008-06-19 17:29:45.296
    Creating file C:\Program Files\sapinst_instdir\MSS\YU\inifile.xml.
    INFO 2008-06-19 17:29:45.328
    Copied file 'C:/Program Files/sapinst_instdir/MSS/YU/inifile.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU/inifile.1.xml'.
    INFO 2008-06-19 17:29:45.437
    Copied file 'C:/Program Files/sapinst_instdir/MSS/YU/statistic.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU/statistic.2.xml'.
    INFO 2008-06-19 17:29:45.437
    Execute step dPrepare of component |SAPMSSTOOLS|ind|ind|ind|ind|0|0
    INFO 2008-06-19 18:00:54.24
    Creating directory C:\Program Files\sapinst_instdir\MSS\YU\msssql_9.
    INFO 2008-06-19 18:00:54.55
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/mssversions.xml' to 'C:/Program Files/sapinst_instdir/MSS/YU'.
    INFO 2008-06-19 18:00:54.102
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL9/db_preload.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.117
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL9/login_sql_cre.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.133
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL9/schema_move.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.148
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL9/server_config.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.180
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL9/usrabap.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.211
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/db_abap_postload.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.227
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/login_drop.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.258
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/login_info.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.273
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/login_os_cre.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.305
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/mss_get_defpath.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.320
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/mss_init_jc.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.336
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/mss_schema_cnv.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.352
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/mss_sps_dropsap_.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.367
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/mss_sps_droptmp.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.398
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/schema_drop.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.414
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/schema_info.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    INFO 2008-06-19 18:00:54.445
    Copied file 'J:/saptools/STM/COMMON/INSTALL/MSS/SQL/usrjava.sql' to 'C:/Program Files/sapinst_instdir/MSS/YU/msssql_9'.
    ERROR 2008-06-19 18:00:56.477
    FJS-00003  TypeError: rel has no properties (in script SAPMSSTOOLS|ind|ind|ind|ind, line 12919: ???)
    ERROR 2008-06-19 18:00:56.523
    MUT-03025  Caught ESAPinstException in Modulecall: executing JS script failed.
    ERROR 2008-06-19 18:00:56.680
    FCO-00011  The step dPrepare with step key |SAPMSSTOOLS|ind|ind|ind|ind|0|0|dPrepare was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: executing JS script failed.).
    INFO 2008-06-19 18:16:24.161
    An error occured and the user decide to stop.\n Current step "|SAPMSSTOOLS|ind|ind|ind|ind|0|0|dPrepare".
    INFO 2008-06-19 18:16:26.677
    Working directory changed to C:/Program Files/sapinst_instdir/MSS/YU.
    INFO 2008-06-19 18:16:26.692
    Creating file C:\Program Files\sapinst_instdir\.lastInstallationLocation.
    INFO 2008-06-19 18:16:26.708
    Creating file C:\Program Files\sapinst_instdir\MSS\YU\__instana_tmp.xml.
    Thankz,

    Thankz for your answer Markus,
    This is the log of DEV_DISP:
    trc file: "dev_disp", trc level: 1, release: "640"
    Thu Jun 19 16:44:48 2008
    kernel runs with dp version 137(ext=102) (@(#) DPLIB-INT-VERSION-137)
    length of sys_adm_ext is 312 bytes
    sysno      01
    sid        GMQ
    systemid   560 (PC with Windows NT)
    relno      6400
    patchlevel 0
    patchno    237
    intno      20020600
    make:      multithreaded, ASCII
    pid        5140
    Thu Jun 19 16:44:49 2008
    ***LOG Q00=> DpSapEnvInit, DPStart (01 5140) [dpxxdisp.c   1107]
         shared lib "dw_xml.dll" version 237 successfully loaded
         shared lib "dw_xtc.dll" version 237 successfully loaded
         shared lib "dw_stl.dll" version 237 successfully loaded
         shared lib "dw_gui.dll" version 237 successfully loaded
         shared lib "dw_mdm.dll" version 237 successfully loaded
    Thu Jun 19 16:44:54 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3881]
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpIPCInit2: start server >gmddev_GMQ_01                           <
    DpShMCreate: sizeof(wp_adm)          9600     (960)
    DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)          192000     (384)
    DpShMCreate: sizeof(vmc_adm)          0     (364)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05AA0040, size: 2668432)
    DpShMCreate: allocated sys_adm at 05AA0040
    DpShMCreate: allocated wp_adm at 05AA17D8
    DpShMCreate: allocated tm_adm_list at 05AA3D58
    DpShMCreate: allocated tm_adm at 05AA3D80
    DpShMCreate: allocated wp_ca_adm at 05CE8DC0
    DpShMCreate: allocated appc_ca_adm at 05CED410
    DpShMCreate: allocated comm_adm_list at 05CEEB80
    DpShMCreate: allocated comm_adm at 05CEEB98
    DpShMCreate: allocated vmc_adm_list at 05D1D998
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05D1D9C0
    DpShMCreate: allocated wall_adm at 05D1D9C8
    MBUF state OFF
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( GMDDEV) [dpxxdisp.c   10163]
    DpStartStopMsg: send start message (myname is >gmddev_GMQ_01                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    Thu Jun 19 16:44:55 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    DpMsgAdmin: Set patchno for this platform to 237
    Release check o.K.
    Thu Jun 19 16:45:34 2008
    ERROR => W0 (pid 5704) died [dpxxdisp.c   12734]
    ERROR => W1 (pid 5712) died [dpxxdisp.c   12734]
    ERROR => W2 (pid 5720) died [dpxxdisp.c   12734]
    ERROR => W3 (pid 5728) died [dpxxdisp.c   12734]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W4 (pid 5736) died [dpxxdisp.c   12734]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W5 (pid 5744) died [dpxxdisp.c   12734]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W6 (pid 5752) died [dpxxdisp.c   12734]
    ERROR => W7 (pid 5760) died [dpxxdisp.c   12734]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W8 (pid 5776) died [dpxxdisp.c   12734]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W9 (pid 5784) died [dpxxdisp.c   12734]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-5704 (SIGUSR2)
    ERROR => DpWpKill(5704, SIGUSR2) failed [dpxxtool.c   2508]
    killing W1-5712 (SIGUSR2)
    ERROR => DpWpKill(5712, SIGUSR2) failed [dpxxtool.c   2508]
    killing W2-5720 (SIGUSR2)
    ERROR => DpWpKill(5720, SIGUSR2) failed [dpxxtool.c   2508]
    killing W3-5728 (SIGUSR2)
    ERROR => DpWpKill(5728, SIGUSR2) failed [dpxxtool.c   2508]
    killing W4-5736 (SIGUSR2)
    ERROR => DpWpKill(5736, SIGUSR2) failed [dpxxtool.c   2508]
    killing W5-5744 (SIGUSR2)
    ERROR => DpWpKill(5744, SIGUSR2) failed [dpxxtool.c   2508]
    killing W6-5752 (SIGUSR2)
    ERROR => DpWpKill(5752, SIGUSR2) failed [dpxxtool.c   2508]
    killing W7-5760 (SIGUSR2)
    ERROR => DpWpKill(5760, SIGUSR2) failed [dpxxtool.c   2508]
    killing W8-5776 (SIGUSR2)
    ERROR => DpWpKill(5776, SIGUSR2) failed [dpxxtool.c   2508]
    killing W9-5784 (SIGUSR2)
    ERROR => DpWpKill(5784, SIGUSR2) failed [dpxxtool.c   2508]
    NiWait: sleep (10000 msecs) ...
    NiISelect: timeout 10000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:44 2008
    NiISelect: TIMEOUT occured (10000 ms)
    dump system status
    Workprocess Table (long)               Thu Jun 19 20:45:44 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     5704 Ended         no      1   0             0                                                             
    1 DIA     5712 Ended         no      1   0             0                                                             
    2 DIA     5720 Ended         no      1   0             0                                                             
    3 DIA     5728 Ended         no      1   0             0                                                             
    4 UPD     5736 Ended         no      1   0             0                                                             
    5 ENQ     5744 Ended         no      1   0             0                                                             
    6 BTC     5752 Ended         no      1   0             0                                                             
    7 BTC     5760 Ended         no      1   0             0                                                             
    8 SPO     5776 Ended         no      1   0             0                                                             
    9 UP2     5784 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Thu Jun 19 20:45:44 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    3
    2000
    10
    10
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          13
    wake_evt_udp_now     0
    wake events           total     9,  udp     8 ( 88%),  shm     1 ( 11%)
    since last update     total     9,  udp     8 ( 88%),  shm     1 ( 11%)
    Dump of tm_adm structure:               Thu Jun 19 20:45:44 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Thu Jun 19 20:45:44 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000 msecs) ...
    NiISelect: timeout 5000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:49 2008
    NiISelect: TIMEOUT occured (5000 ms)
    DpHalt: shutdown server >gmddev_GMQ_01                           < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes...
    Stop gateway
    killing process (5688) (SOFT_KILL)
    Stop icman
    killing process (5696) (SOFT_KILL)
    Terminate gui connections
    [DpProcDied] Process lives  (PID:5688  HANDLE:1592)
    waiting for termination of gateway
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:50 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process died  (PID:5688  HANDLE:1592)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:51 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:52 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:53 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:54 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:55 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:56 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:57 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:58 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:45:59 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:5696  HANDLE:1600)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1621
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Jun 19 16:46:00 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process died  (PID:5696  HANDLE:1600)
    DpHalt: cancel all lcom connections
    MPI CancelAll 2 -> 0
    MPI DeleteAll 2 -> 0
    DpStartStopMsg: send stop message (myname is >gmddev_GMQ_01                           <)
    NiIMyHostName: hostname = 'gmddev'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 163 bytes
    NiBufSend starting
    NiIWrite: write 562, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name          -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiIPeek: peek for hdl 3 / socket 1596 timed out (r; 0)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: write 114, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiIPeek: peek successful for hdl 3 / socket 1596 (r)
    NiIRead: read 114, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=114
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER, typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiPRead: WSAEWOULDBLOCK 1.time 4
    Thu Jun 19 16:46:01 2008
    NiIPeek: peek for hdl 3 / socket 1596 timed out (r; 1000)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   10453]
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiSelClear: removed hdl 3 from selectset
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/10
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 19)
    MBUF component DOWN
    NiBufClose: clear extensions for hdl 3
    NiBufSetStat: bufstat of hdl 3 changed from OK to OFF
    NiICloseHandle: shutdown and close hdl 3 / socket 1596
    MsIDetach: detach MS-system
    EsCleanup ....
    ***LOG Q05=> DpHalt, DPStop ( 5140) [dpxxdisp.c   8793]
    Good Bye .....

  • Minimize and maximize icon for popup dialog

    How can i create a minimize and maximize icon for a popup dialog?By default close[x] icon is there.What should be done to have a minimize and maximize icons?

    You cannot do this (at least, there is no such one capability out of the box). But, you can play with panelWindow contentWidth/contentHeight at runtime, take look at: http://martindeh.blogspot.com/2011/03/dynamic-resizing-for-popup-dialogs.html

  • ER?: JSPX popup dialogs/windows and the JDev IDE

    Hi JDev team
    One thing I'm starting to find tedious in the JDev 11gTP4 IDE is when I have a JSPX page with a <af:popup> dialog/window, and I want to work with the popup rather than the rest of the page (say to drag n drop something into the popup in the editor window), I need to either search through the JSPX source code, or click down many levels in the structure window until I find the actual popup (....which if I then click on the popup node in the structure window, the editor window will display in the editor window).
    Possibly I could do a search through the code searching for "popup", but if I have several popups this can also take sometime as I need to search 1 by 1.
    As such, is there a shortcut I'm not aware of for navigating popups in a JSPX page, or alternatively could we raise an ER such that the Structure Window or similar shows an easily accessible, clickable list of popups and their ids available in the JSPX page please?
    Cheers,
    CM.

    In addition to editing popups, Visual Editor also provides ways to edit ADF components which are clipped (ie., not fully visible in VE). Select the component which is clipped and select 'Design This Container' from the contextual action menu (small drop down menu on the top-right corner of the component). Visual Editor will show the component (and its hierarchy) in the visual editor.

  • Show popup dialog at step type dropping to the sequence

    I have a LabVIEW step type with some module parameters and step's variables what needs to be setup to configure this step. Can I make it to display the popup dialog to enter the required values at the moment when I drop the step type to a new sequence?
    Examples: 1. I have TestID in steps variables what needs to be setup. Popup dialog is more convenient than going to Variables and searching for the TestID in tree. 
    2. I have one step type which does a different actions depending of the enum parameter in the LabVIEW module. This parameter is set to default in steptype. I'd like the step name in my sequence to be the value of the enum. Something like RunState.Step.TS.SData.ViCall.Parms["Configuration Update"].ArgVal in the step type Default Step Name Expression helps and displays the enum text as step name when I drop the step type in the sequence. But changing the Configuration Update parameter in this step to another value does not followed by changing the step's name, looks like the step type's Default Step Name Expression is evaluated only once when step is created from the step type.
    Sergey Kolbunov
    CLA, CTD
    Solved!
    Go to Solution.

    Thank you Doug, your advise works just perfect for the first case. OnNewStep, who may think about it? Is it documented somewhere?
    For the second case it is not so straightforward. I don't care so much about automatic update of the step name when it is already in a sequence, setting this name and the appropriate module's parameter at insert will be enough. Tool to update names is not a problem, I'm using such kind of tool to automatically update sequences when my step types got changed. I need the subject feature because I'm trying to create a custom sequence editor for end users with minimal knowledge of TestStand.
    Talking about second case, it's look like setting of module's parameter via expression does not work. Now I'm trying to set it using TestStand API in the OnNewStep substep.
    Now I have another problem. How to access the TestStand Adapter API automation server in LabVIEW? I'm trying to get Sequence Context ->Step ->Module ->Parameters but to get Parameters property of LabVIEWModule class the TestStand Adapter API server required while I see properties list for the Module class of the TestStand API server. It seems to be very easy to switch server in TestStand but how to do it in LabVIEW?
    Sergey Kolbunov
    CLA, CTD

  • ActionListener and actionExpression attribute of button in popup dialog

    Hi,
    I want to programmatically raise a popup dialog with a button bar facet.
    Before popup is shown I programmatically set the actionListener and actionExpression attribute of the
    button in the buttonBar facet of the dialog. This works fine if I just have one button in the buttonBar facet.
    Ie. the actionListener fires and the page navigation occurs after popup closes as a result of user clicking button.
    When I add one additional button to the button bar facet the navigation stops working.
    Anyone familiar with this issue and has an idea to fix it.
    Thanks,
    Kenneth

    No, as mentioned with one button it works fine. So the mechanism used for setting actionListener and action is fine.
    In addition the popup is on a pageTemplate. Just the strange thing is, with one it works with two it doesnt even if I don't
    do anything with it other than drag and drop an extra button in the the buttonBar facet of the dialog.

  • Popup dialog not functioning

    HI,
    i want to use the popup dialog in the jdeveloper 10.1.3,
    i set the use window to true, the action to "dialog:testPopup" but when i run the page and click the button, the popup dialog doesn't appear,
    the same example works fine in all other pages, but i don't know what is the wrong with this page,
    does anyone have any idea?
    thanks

    Hi,
    the same example works in other pages fine,
    -- this tells me that Popup dialogs work in general for you
    actually i made some changes in the layout of the page by adding panel forms and panel horizontal, before that the popup was working properly
    -- this would make me think that undoing the modifications and then bringing them back one-by-one until you find the source of the problem will solve the issue
    but i don't think there's a relation between the layout and the problem!
    -- Yes, but you don't t have a proof for this statement. Sometimes you unintentionally e.g. move a component out of the form element is was in, or create a new one that is warpped in a <verbatime> tag.
    Frank

  • Automatically click OK or close LabVIEW popup dialog box

    I am able to automate user actions on any front panels within the project by modifying its values (signaling) through VI References, but I can't figure out how to access a popup dialog box to automatically close it or click OK.
    Is there a way to do this without replacing all LabVIEW built-in dialog box calls with a custom one?

    Just curious, why automate user interactions? Why not have a "mode" you are in. If it's a user interaction mode, you do what the user chooses. If it's not set in user interaction mode, you just use a state machine to go to the next step, and you don't show the dialog.
    My suggestion here seems much simpler then having value signaling propery nodes all over the block diagram.
    CLA, LabVIEW Versions 2010-2013

  • After IOS 8 upgrade IPad 2 don't start

    Hi,
    After IOS 8 upgrade my IPad 2 don't start and just show this screen and nothing works.

    My ipad2 is having the same problem.  I can get it to start up by plugging the charger in.  I can then unplug it and it is working - but very slow and prone to randomly shutting things down.

  • After add (in a wrong way)  a new disk in ASM, cluster don´t start

    Hi,
    Environment:
    Oracle RAC 10gR2
    2 nodes windows 2003 advanced server (node1 called "database1" and node2 called "database2").
    ASM
    san storage
    Case:
    My client has tried to add a new disk (in a environment san) in ASM with the next steps:
    1. database1 and database2 are up.
    2. instance ASM1 from database is up and instance ASM2 from database2 is down (I don´t know why¿¿¿¿¿¿¿??????????).
    3. add a new disc from san storage to instance ASM1. At the end, a lot of errors show in screen due to  instance ASM2 was down.
    4. client tried to up +ASM2 and then , all the cluster crashed.
    5. reboot boths nodes database1 and database2 , and Windows 2003 Server don´t start well (hung up, due to services from oracle cluster are "automatically start"-
    6. disable oracle services in "not automatically start" and windows 2003 server start well.
    7. now oracle rac don´t start, ASM don start, instances don´t start ....
    what can I do? any idea?
    Regards.
    Laura

    Did you try to bring the U1 and it's associated ASM instance up while the other node is shutdown? Are you using Oracle clusterware?

Maybe you are looking for

  • Can I use my PC CS6 subscription on my new Mac?

    Bought an Apple iMac as my PC was crap, can I use my subscription to get CS6 on my Imac or do I have to re-purchase?

  • How do I create separate playlists for two ipods/one library and them sync them?

    I have an older classic ipod, my daughter has an older nano.  I got new laptop and have managed to sync my ipod and ipad with success, as well as move my library from old pc to new laptop.  Now I am trying to update and sync my daughter's ipod.  It s

  • Returning content type of application/RFC822

    I have a servlet which needs to return a data stream that the browser           shoule save as a file on the users local hard drive.           My servlet seems to work just fine with Netscape 4.7 but IE always saves           the original HTML Form p

  • Best camera for low light and sports

    have the sx200is looking for a newer camera for sports and low light shots

  • LR 1.3 Mac not Importing JPGS with RAWs

    I'm trying to import both RAWs and JPEGS at the same time and LR 1.3 is not doing so well. With previous versions I was able to import both a raw file (converting it to DNG in the importing) and bring along the accompanying JPEG (as a sidecar) at the