xxforms:dialog problem in ops 3.7

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

xxforms:dialog problem in ops 3.7

Laxmi Narayana-3
Hi All,
 
According to xforms manuals, When we set to level = "modal"  the rest the page is grayed out and you can't interact with any control on the page outside of the dialog.
 
But I am able to click on other actions on the parent window(controls on the page outside of the dialog).

my dialog Syntax: 
<xxforms:dialog id="CloseConvDialog" level="model" close="true" draggable="false" style="width=90%; font-size:10pt; font-family: Verdana"> 
</xxforms:dialog> 
 
Please help me, how to solve this problem?
 
Regards,
Laxmi Narayana.
 
 


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xxforms:dialog problem in ops 3.7

fl.schmitt(ops-users)
Hi Laxmi,

> my dialog Syntax:
> <xxforms:dialog id="CloseConvDialog" level="model" close="true"
> draggable="false" style="width=90%; font-size:10pt; font-family: Verdana">
> </xxforms:dialog>

you've a typo: level="model" != level="modal"

fs



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xxforms:dialog problem in ops 3.7

J. Thorsten Stumpf
In reply to this post by Laxmi Narayana-3

Am 22.03.2010 um 14:27 schrieb Laxmi Narayana:

> Hi All,
>  
> According to xforms manuals, When we set to level = "modal"  the rest the page is grayed out and you can't interact with any control on the page outside of the dialog.
>  
> But I am able to click on other actions on the parent window(controls on the page outside of the dialog).
>
> my dialog Syntax:
> <xxforms:dialog id="CloseConvDialog" level="model" close="true" draggable="false" style="width=90%; font-size:10pt; font-family: Verdana">

There's a typo (it's either "modal" but not "model" or "modeless").
Actually the syntax 'style="width=90%;...' is also wrong.

Cheers,

JT

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: xxforms:dialog problem in ops 3.7

Laxmi Narayana-3
I tried with level="modal" also.
 but It is not working.
Please help me.How to resolve this issue?
 
Regards,
Laxmi.
On Tue, Mar 23, 2010 at 6:38 AM, Jens Thorsten Stumpf <[hidden email]> wrote:

Am 22.03.2010 um 14:27 schrieb Laxmi Narayana:

> Hi All,
>
> According to xforms manuals, When we set to level = "modal"  the rest the page is grayed out and you can't interact with any control on the page outside of the dialog.
>
> But I am able to click on other actions on the parent window(controls on the page outside of the dialog).
>
> my dialog Syntax:
> <xxforms:dialog id="CloseConvDialog" level="model" close="true" draggable="false" style="width=90%; font-size:10pt; font-family: Verdana">

There's a typo (it's either "modal" but not "model" or "modeless").
Actually the syntax 'style="width=90%;...' is also wrong.

Cheers,

JT


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
Please help me,  I am new in XForms, It is urgent in my project!
Thanks in advance,
Laxmi Narayana.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: xxforms:dialog problem in ops 3.7

Alessandro  Vernet
Administrator
Laxmi,

Can you also see this problem with nightly builds? If you can, could
you submit a test case we can use to reproduce this in the XForms
sandbox?

Alex

On Tue, Mar 23, 2010 at 1:50 AM, Laxmi Narayana <[hidden email]> wrote:

> I tried with level="modal" also.
>  but It is not working.
> Please help me.How to resolve this issue?
>
> Regards,
> Laxmi.
> On Tue, Mar 23, 2010 at 6:38 AM, Jens Thorsten Stumpf
> <[hidden email]> wrote:
>>
>> Am 22.03.2010 um 14:27 schrieb Laxmi Narayana:
>>
>> > Hi All,
>> >
>> > According to xforms manuals, When we set to level = "modal"  the rest
>> > the page is grayed out and you can't interact with any control on the page
>> > outside of the dialog.
>> >
>> > But I am able to click on other actions on the parent window(controls on
>> > the page outside of the dialog).
>> >
>> > my dialog Syntax:
>> > <xxforms:dialog id="CloseConvDialog" level="model" close="true"
>> > draggable="false" style="width=90%; font-size:10pt; font-family: Verdana">
>>
>> There's a typo (it's either "modal" but not "model" or "modeless").
>> Actually the syntax 'style="width=90%;...' is also wrong.
>>
>> Cheers,
>>
>> JT
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>
>
>
> --
> Please help me,  I am new in XForms, It is urgent in my project!
> Thanks in advance,
> Laxmi Narayana.
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet