Hi Ralf,

We built our own modal windows. The trick is to use Laszlo's lz.ModeManager.

To make a view modal, do:

  lz.ModeManager.makeModal(view);

and to end its modal state, do:

  lz.ModeManager.release(view);

--Michael

On 8/29/2012 11:58 AM, Ralf Denhof wrote:
Hello!

I tried to use modaldialog which was displayed but not modal. Also I wanted to 
give a window a modal behavior... no chance. I use OpenLaszlo 4.9 with Flash.
I tried this example without success:

http://www.openlaszlo.org/lps4.9/laszlo-explorer/editor.jsp?src=docs/reference/programs/Components-$139.lzx

Has anyone a hint for me?

Best regards

Ralf


Reply via email to