one way is to form the XForms programmatically, with some form of design and data stored in the database. we're currently doing it using stylesheet (which...
In Xforms Essentials Micah Dubinko illustrates using Upload in X-forms. He also mentions being able to use a "acquire image" to capture a photo to the form....
Hi! Mark, I'm seeing two issues with <xforms:repeat/> element. 1. @bind attribute for input elements within xforms:repeat is not binding the data. (If I use...
Hi Muktadeer, ... This is a common misunderstanding, I'm afraid. You have to see any xf:bind statements that you give a name to (i.e., an ... any place that...
Hi Sarah, I hadn't noticed that you posted this to our list and the W3C one, so here is the reply to this question that I sent earlier, for anyone that is not...
Hi Rajeev, ... <> xforms:label src="label.svg" xlink:href="test.html"/> The @src attribute is not used for navigating, but for loading content into elements....
Hi, I don't quite follow this. Are you saying that if you remove formsPlayer from your page (for example by commenting out the object/import tags), then you...
Yes, you can write complex expressions that span across instances, but the instances cannot be in different models. Use the instance method to locate the...
Is there any way to make FormsPlayer prevent the user from being able to click/type in readonly fields? The user input is basically ignored in the data model,...
Hi Mark, no, what i meant was if i comment out any reference to instantiating the MSXML2.DOMDocument objects, it will not crash upon refresh. whenever we...
Hi, I understand that if you comment out the MSXML stuff it still crashes, but what I'm asking is if you comment out formsPlayer does it still crash? Regards, ...
Hello Friends, I want to know the counter while creating a table using Repeat. As per the specification we can get the index, but as this is not incremental, I...
Hello , I am new to here. I have managed to make the XForm working with an external instance and external schema. The schema validations work fine for all the...
Hi, I'm trying to implement a form which gets its initial data from a database (embedding the instance data within the xforms document so that users can...
Mark, sorry for the misunderstanding. i tried commenting <?import namespace ... >, ran it, of course the form doesn't get rendered. but refreshing the page...
OK, thanks for that. We'll get it loaded into Bugzilla and see what we find! Regards, Mark ... From: wkc333 [mailto:wkc333@...] Sent: 07 January 2004...
hi all, fP 0.9.9.58 seems to display the first item in a <select1> list (minimal) when a form is rendered. this is similar to a normal HTML <select> control. ...
Hi, I am trying to run an example from XForms specification http://www.w3.org/TR/xforms/slice9.html#id2631571 using formsPlayer 0.9.9.58. ... <xforms:switch> ...
... "Enter" isn't a right event-generated Key on import, but try 'tab' button, you lose focus and event DOMActivate come. If you want to wait for 'enter' at...
Hi, I ran the test for element "range" from the TestSuite http://www.formsplayer.com/TestSuite/chapter8.html However, I could not see the range icon suggested...
In version 1.0.0.1003, nodes that are calculated receive a readonly style when used in an <xf:output> In this example, the first line is colored blue. This did...
Hi Andy, Calculated nodes have always defaulted to read-only = true(), as per the spec. There was, however, a problem in previous releases in that any CSS ...
... Oops, I guess I sent to the wrong address! ... spec.There was, however, a problem in previous releases in that any CSS properties set for read-only were...
Hello. I have come across a common problem: Being unable to bind controls (and repeats) to nodes (and nodesets) that may or may not exist. In the case where...
I realized, soon after posting that last message, that my itemset was bound via a 'ref' attribute instead of 'nodeset'. Initial problem solved (the select is...
Andy, ... the ... CSS ... the UI. ... But you can use CSS rules to be more specific. The only thing you have to watch out for is that if we had a proper CSS3...
Is there an easier way to apply different styles, seeing that IE doesn't support attribute selectors, to <xf:trigger appearance="minimal"> and <xf:trigger> ...
Hi, I want several input boxes to have different length. So I tested .value {width:100pt} which is working for all controls. - ok At what time can I expect...
Hi Karo, The issue you refer to has been solved, but will not be available in a release for around a month. We have a different method of constructing the user...
Hello all, We will shortly be releasing version 1.0 of formsPlayer. For those of you who have been generously helping our testing efforts, and would like to...