• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[SOLVED] Valence.util.showMessage for ExtJS 3 in Valence 3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [SOLVED] Valence.util.showMessage for ExtJS 3 in Valence 3

    Valence.util.showMessage does not show an message on top of my other panels, windows when I execute this. I was using parent.showMessage before with Valence 2 and it worked fine. I would get a small window with the message I put in and it would disappear in a short period of time after displaying.

    Here is a snipet of the code I use when the IBMi returns data successfully.

    Code:
    						Valence.util.showMessage('', '<b><center>Record Retrieved</b></center>');
    						editPanel.show();

  • #2
    What if you put your editPanel.show first and then call util.msg?

    Comment


    • #3
      It doesn't appear to matter. In the mean time I found an ExtJS example that popped up that type of message. I found the code for that and am using that now. I works with Ext 3. The util.showMessage works fine for version 4 and that is what I am using for those projects.

      Comment

      Working...
      X