xforms:dialog Problems (xforms:prompt available yet?)

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

xforms:dialog Problems (xforms:prompt available yet?)

Marcus-2
Hi,

i resently updated to the last nightlybuild and now i have some problems
with my old application.
I used the FCKEditor for textarea-inputfields and because i added some
more feature to the FCK i would like to use it forword,
BUT when setting the properties to:
    <property as="xs:string"  
name="oxf.xforms.htmleditor"                           value="fck"/>  
<!-- fck or yui -->
i'm afraid, all my "xforms:dialog"s are NOT working anymore :-(

I thought this property should only influence textarea-fields with
mediatype="text/html"
but actually it disables all xforms:dialogs too. I often used
xforms:dialog to simulate a Prompt to confirm user-actions, i.e.
deleting, saving changes, ...
So, here are no textares with mediatype="text/html" needed, but they
don't become visible!
And yes, when I changed properties to "yui" my dialogs work again, but i
need to FCK Editor cause of special Text-Input Features.
Any suggestion to solve that problem?

And i just wanted to ask, if the xforms:prompt was implemented yet?
While i read that Orbeon moved forward to XForms 1.1 I hoped that this
function maybe would make it too :-)

Thx a lot,
kind regards, Marcus





--
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: xforms:dialog Problems (xforms:prompt available yet?)

fl.schmitt(ops-users)
Marcus,

> i resently updated to the last nightlybuild and now i have some problems
> with my old application.
> I used the FCKEditor for textarea-inputfields and because i added some
> more feature to the FCK i would like to use it forword,
> BUT when setting the properties to:
>    <property as="xs:string"
> name="oxf.xforms.htmleditor"                           value="fck"/>
> <!-- fck or yui -->
> i'm afraid, all my "xforms:dialog"s are NOT working anymore :-(

i've just downloaded the latest nightly, and at first glance,
xxforms:dialogs seems to work as well if the oxf.xforms.htmleditor
property is set to fck. I didn't test it exhaustively, i just checked
if the "dialog" example that's part of the xforms sandbox works with
both yui and fck. Which nightly are you using? Did you check if it
works with the original orben-resources-public.jar? I don't think it's
a matter of the fckeditor version, because the API didn't change (ok,
it did change, but the old deprecated access function should still be
working). If you send me your orbeon-resources-public i will try and
test that example with your custom jar, too.

florian


--
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: xforms:dialog Problems (xforms:prompt available yet?)

Erik Bruchez
Administrator
In reply to this post by Marcus-2
> i resently updated to the last nightlybuild and now i have some  

> problems with my old application.
> I used the FCKEditor for textarea-inputfields and because i added  
> some more feature to the FCK i would like to use it forword,
> BUT when setting the properties to:
>   <property as="xs:string"  
> name="oxf.xforms.htmleditor"                           value="fck"/
> >  <!-- fck or yui -->
> i'm afraid, all my "xforms:dialog"s are NOT working anymore :-(
>
> I thought this property should only influence textarea-fields with  
> mediatype="text/html"
> but actually it disables all xforms:dialogs too. I often used  
> xforms:dialog to simulate a Prompt to confirm user-actions, i.e.  
> deleting, saving changes, ...
> So, here are no textares with mediatype="text/html" needed, but they  
> don't become visible!
> And yes, when I changed properties to "yui" my dialogs work again,  
> but i need to FCK Editor cause of special Text-Input Features.
> Any suggestion to solve that problem?
Yes, this should only impact xforms:textarea[@mediatype="text/html"].  
I don't reproduce your particular issue here.

> And i just wanted to ask, if the xforms:prompt was implemented yet?
> While i read that Orbeon moved forward to XForms 1.1 I hoped that  
> this function maybe would make it too :-)

No, because while xforms:prompt appeared in an older draft of XForms  
1.1, it is no longer part of XForms 1.1!

-Erik

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
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: xforms:dialog Problems (xforms:prompt available yet?)

Marcus-2
Hi Erik, Hi Florian,

ok, the problem here is, that when i set the following properties, my
dialogs don't work anymore:
    <property as="xs:string"  
name="oxf.xforms.datepicker"                           value="yui"/>  
<!-- jcalendar or yui -->
    <property as="xs:string"  
name="oxf.xforms.htmleditor"                           value="fck"/>  
<!-- fck or yui -->

And those here work just as i expect them to do.
    <property as="xs:string"  
name="oxf.xforms.datepicker"                          
value="jcalendar"/>  <!-- jcalendar or yui -->
    <property as="xs:string"  
name="oxf.xforms.htmleditor"                           value="fck"/>  
<!-- fck or yui -->

I don't know why that happens, but i'm also not able to send you an
small version for testing in the sandbox :-(
While i don't need the datepicker, those properties are ok for me, but i
thought maybe this is a bug!?

> Yes, this should only impact xforms:textarea[@mediatype="text/html"].
> I don't reproduce your particular issue here.
>
>> And i just wanted to ask, if the xforms:prompt was implemented yet?
>> While i read that Orbeon moved forward to XForms 1.1 I hoped that
>> this function maybe would make it too :-)
>
> No, because while xforms:prompt appeared in an older draft of XForms
> 1.1, it is no longer part of XForms 1.1!
>
OK, thanks for the xforms:prompt notice. So i use my xforms:dialogs
further on
BTW. I used the nightly-build of 2009-01-05_19h17
I try to update this week ones more and test again.
Thanks,
regards, Marcus




--
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: xforms:dialog Problems (xforms:prompt available yet?)

Alessandro Vernet
Administrator
Marcus,

On Jan 13, 2009, at 3:53 AM, Marcus wrote:

> ok, the problem here is, that when i set the following properties,  
> my dialogs don't work anymore:
>    <property as="xs:string"  
> name="oxf.xforms.datepicker"                           value="yui"/
> >  <!-- jcalendar or yui -->
>    <property as="xs:string"  
> name="oxf.xforms.htmleditor"                           value="fck"/
> >  <!-- fck or yui -->
>
> And those here work just as i expect them to do.
>    <property as="xs:string"  
> name="oxf.xforms.datepicker"                            
> value="jcalendar"/>  <!-- jcalendar or yui -->
>    <property as="xs:string"  
> name="oxf.xforms.htmleditor"                           value="fck"/
> >  <!-- fck or yui -->
So you are saying that the YUI date picker doesn't work for you in  
the dialog, for some reason. If that is the case, yes, it is  
definitely a bug, but as you imagine, there isn't much we can do  
without a reproducible case.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/



--
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