Hi,

This works for properly me in OpenLaszlo 4.9.0 when run from:

http://www.sarolta.tv:8080/lps-4.9.0/laszlo-explorer/editor.jsp?src=docs/reference/programs/Components-$139.lzx

Note: The stuff in the reference manual at openlaszlo.org seems to be malfunctioning today, it hangs in the loading state but never finishes loading (http://www.openlaszlo.org/lps4.9/docs/reference/), you can use the local copy of your reference manual until they fix it.

Kevin

On 8/29/2012 3:00 PM, [email protected] wrote:
Send Laszlo-user mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.openlaszlo.org/mailman/listinfo/laszlo-user
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Laszlo-user digest..."


Today's Topics:

    1. modaldialog / give window a modal behavior (Ralf Denhof)
    2. Re: modaldialog / give window a modal behavior (Michael Brady)


----------------------------------------------------------------------

Message: 1
Date: Wed, 29 Aug 2012 17:58:41 +0200
From: "Ralf Denhof"<[email protected]>
Subject: [Laszlo-user] modaldialog / give window a modal behavior
To: [email protected]
Message-ID:<[email protected]>
Content-Type: text/plain; charset="utf-8"

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


------------------------------

Message: 2
Date: Wed, 29 Aug 2012 14:24:37 -0400
From: Michael Brady<[email protected]>
Subject: Re: [Laszlo-user] modaldialog / give window a modal behavior
To:<[email protected]>
Message-ID:<[email protected]>
Content-Type: text/plain; charset="UTF-8"; format=flowed

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



------------------------------

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user


End of Laszlo-user Digest, Vol 94, Issue 7
******************************************


--
Kevin Meixner, Software Developer
Sarolta Technologies Inc.
Tel: 416-979-7300
Email: [email protected]
Web: www.sarolta.com

Reply via email to