08-05-2009 02:29 PM
Hi,
I would like to know if there is a way to show the buttons from a Dialog like in a HorizontalFieldManager.
Like This:
/--------------------\
| Message |
| |
| YES NO |
\-------------------/
Solved! Go to Solution.
08-05-2009 02:36 PM - edited 08-05-2009 02:37 PM
you can actually utilize the Dialog object which automatically displays that kind of output. like Ok and cancel.
or you can implement a PopupScreen which will act as a dialog screen. With popupscreen you have more controls with it unlike the dialog alert.