[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
how can I decouple normal popups from error output? or supress Exception output?  XML
Forum Index -> Development
Author Message
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

how can I decouple normal popups from error output? I have made an info popup that should be confirmed with ok, but when errors occur, they are output in this.kind regards



Because I can’t find the error und it does work with it as well.

thank you in advance.

[Thumb - errorPic1.png]
 Filename errorPic1.png [Disk] Download
 Description Popup with errors
 Filesize 13 Kbytes
 Downloaded:  96 time(s)

[Thumb - errorPic2.png]
 Filename errorPic2.png [Disk] Download
 Description It should look like this.
 Filesize 8 Kbytes
 Downloaded:  95 time(s)

CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi Klas,

the Statusbar.outputAlert(...) is also using the OKPopup internally.

If the OK-Popup is called twice within a roundtrip, then actually the texts are concatenated within the OK-popup - but this does not help you too much...

There are two ways:

1. Use Statusbar-methods only which do no open a popup...
or
2. write your own mini-OK-Dialog (just as super-normal popup) and use this one on your side

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hi Björn,

I will do it!
have a nice Weekand


kind regards

Klas

 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team