Hi, first off all I would like to say that the guys at X-port did excellent work, most of the bugs/crashes are gone now!! But I have some questions: 1/ xhtml...
I forgot the nested repeat part, look below Hi, first off all I would like to say that the guys at X-port did excellent work, most of the bugs/crashes are gone...
Hello What about the namespace for <?import.... Try <?xhtml:import.... When using xslt you have to use following construction <xsl:processing-instruction...
Hi- Kudos to the FormsPlayer team - it's really nice to see this kind of support for a long-awaited change in client-side technology. :) A quick question...
Hi; I need a hint on how to control the positioning of an input element's label. Specifically, I'd like to place the label on top of the input box as opposed...
Hello Brian, ... Yes, this is the correct way to do it, but we lost this feature when we changed the UI handlers. We'll get it added back in, but a workaround...
Jonathan, ... Too kind ... ... I don't think you are doing anything wrong - it looks like a bug. Thanks for the feedback, and we'll keep you posted as to a...
Hi Mark; Wondering if you can give me an indication of when FormsPlayer will support the xforms-select event for item elements? This feature is needed to be...
Hi Francisco, Have you tried it with 0.9.3.7? You can get it from the same place as usual. I so, are you certain that there is no write protect or anything...
Hi again, you can use triggers to let the user choose: <xfm:trigger> <xfm:label>1) Kredietkaart</xfm:label> <xfm:action ev:event="xforms-activate"> <xfm:toggle...
Hi Brian, the instance should be deterministic, therefore it's impossible to have 1 form that matches variants of the same instance. I think you will need a ...
Hello Mark, I have tried the off-line forms and what I see is just "empty" that is there are no labels etc. The multi-lingual forms used to work with the...
To all, We are trying to get the bookmarks example in the W3C Xforms spec. working (first downloaded onto hard disk and opening it with IE6) in FormsPlayer, in...
The instance is in a sense deterministic - i.e. its structure is well defined according to an XML Schema. But in that context, the XML Schema allows for some...
Brian, You are right that the behaviour you want should be the norm. The spec now says that if you can't bind to a node then the form control should behave as ...
Thanks Koen, that's a great workaround. One of the problems though with this is that because the trigger is stateless, users can't really see what they have...
Cees: When I modified your html page to call in the FormsPlayer interpreter, I received the following message before the html page displayed only the captions...
Hi, Users CAnN see what they have selected: because of the switch/case structure, users see a different depending on what they selected. I agree with you when...
Hello Mark, I have tried it with 0.9.3.7, I now do not see the error message but the instance is not updated with the content of submission. As I mentioned...
Koen, Master thesis Well my man I do it, basically a XForms within a Xforms. Kind Regards Francisco ... From: Koen De Wolf To: FormsPlayer@yahoogroups.com ...
Ned, I forgot to include the object formplayer. How could I be so stupid. The xmlns:" " can be removed. But it doesn't change the strange behaviour. The...
Koen; Master thesis, very interesting! I would certainly be interested in seeing that document. You may want to take a look at my XML Schema -> XForms...
Cees, ... There are a number of issues: 1. You need the object/import tags for FormsPlayer. Look at the section on authoring XForms forms, on the FormsPlayer...
Any suggestion on this please. I have a series of model binds which offsets into appropriate location into the xbrlLabels instance, will XForms automatically...
Dear Mark, Thanks for your reply. I see that I used an older spec. I downloaded it a few months ago from the Internet as a complete file. I have forgotten...
Hi, First, let me salute those people at X-Port for the great job they are doing at implementing XForms! The work is appreciated. When adding a new item in a...
Hello All, Having a bind within bind seems to cause problems (QNAN) when using the @calculate and accessing relative path. See attached example. Regards ...