Alex/Erik,
The loading icon always gets hidden by select controls on the right hand side of the page, adding z-index:10 to the xforms-loading-loading class fixes the problem Thanks Ryan --
Ryan Puddephatt "Measuring programming progress by lines of code is like
measuring aircraft building progress by weight." - Bill Gates -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Hi Ryan,
Thank you for letting us know about this, but before I check this in, I would like to be able to run a test case that shows the problem. Would you have an example handy that I can use to reproduce this issue? Alex On 4/27/07, Ryan Puddephatt <[hidden email]> wrote: > > Alex/Erik, > The loading icon always gets hidden by select controls on the right > hand side of the page, adding > > z-index:10 > > to the xforms-loading-loading class fixes the problem > > Thanks > > Ryan > > -- > > > > Ryan Puddephatt > Software Engineer > > Teleflex Group - IT UK > 1 Michaelson Square > Livingston > West Lothian > Scotland > EH54 7DP > > e> [hidden email] > t> +44(0)1506 407 110 > f> +44(0)1506 407 108 > w> www.teleflex.com > > "Measuring programming progress by lines of code is like measuring aircraft > building progress by weight." - Bill Gates > "If you lie to the compiler, it will get its revenge." - Henry Spencer > "It's hard enough to find an error in your code when you're looking for it; > it's even harder when you've assumed your code is error-free." - Steve > McConnell > "If builders built buildings the way programmers wrote programs, then the > first woodpecker that came along would destroy civilization." - Gerald > Weinberg > > -- > 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 > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > -- Orbeon Forms - Web 2.0 Forms for the Enterprise 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
In reply to this post by Ryan Puddephatt
Is there a way to use setvalue in he pageflow to set a hard coded
value? I was thinking of something along the lines of: <page id="page-one" path-info="/page-one" default-submission="default-submission.xml" model="/page/model.xpl" view="/page/view.xhtml"> <setvalue ref="/instance/someParam">page-one</setvalue> </page> <page id="page-two" path-info="/page-two" default-submission="default-submission.xml" model="/page/model.xpl" view="/page/view.xhtml"> <setvalue ref="/instance/someParam">page-two</setvalue> </page> I know I can just use 2 different default submission files or maybe use a matcher and encode the data in the url in some way but in my case this sort of syntax would be really useful. If there is no way to do this then I think this would be a useful addition to the pageflow syntax - just a thought. Dave -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Dave,
There is no such thing at the moment. It should be reasonably easy to add support for a @value attribute on <setvalue>, or for text content in it, in /ops/pfc/setvalue-extract.xsl. -Erik David Sinclair wrote: > Is there a way to use setvalue in he pageflow to set a hard coded > value? I was thinking of something along the lines of: > > <page id="page-one" path-info="/page-one" > default-submission="default-submission.xml" > model="/page/model.xpl" view="/page/view.xhtml"> > <setvalue ref="/instance/someParam">page-one</setvalue> > </page> > > <page id="page-two" path-info="/page-two" > default-submission="default-submission.xml" > model="/page/model.xpl" view="/page/view.xhtml"> > <setvalue ref="/instance/someParam">page-two</setvalue> > </page> > > I know I can just use 2 different default submission files or maybe use > a matcher and encode the data in the url in some way but in my case this > sort of syntax would be really useful. If there is no way to do this > then I think this would be a useful addition to the pageflow syntax - > just a thought. > > Dave > -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |