02-10-2006 11:05 AM
02-10-2006 03:41 PM
You cannot do it with popup panels: a popup is intrinsically a modal window, that is user input is confined to this window and the operator cannot access other panels in your applicatin until the popup is closed.
You need to create a panel to display your messages and setup it as a "floating" panel: floating style is one of the additiona attributes of the panels, located in the same dialogue into which you specify if the panel is sizable, movable... A floating panel remains on top of other panels of the application but the user can operate on those other panels while the floating one is displayed (you'll need to show it with DisplayPanel instead of InstallPopup).
02-13-2006 08:05 AM
Hi Roberto,
Thank you very much for ur reply. I did as u told me and it worked out great for me.
Thanks alot....will get intouch when i am stuck again.
k1_ke
04-19-2012 02:52 PM
solved my question as well