Hi Chris, ... Version 2 is now available: http://skimstone.x-port.net/ On the site you'll find a high-level description of what Sidewinder does, which is worth...
Hi: I am new to the group and looking to get more exposure to the e-forms or xforms world. Are there any conferences that anyone knows about showcasing forms ...
Hi! I am very new in making xforms.I am using formsplayer plugin at my workplace.And there is a problem.When i make a form and try it with explorer, there is...
Hi Sándor, ... Have you tried upgrading to the latest version of formsPlayer? When using the free version of formsPlayer you always need to use the latest...
something along the lines of <xforms:repeat model="xForms.model" id="RepeatStart1" nodeset="instance('nested-lists')/top-level" startindex="0" number="all"> ...
I think you misunderstood my problem. I only want one treeview control where the first level inside the treeview is generated with a repeat and the second...
Hi. Im "testing" the range control and i think i just came out with a problem. The thing is, when i have a form and there is a range control in it, the submit...
Hi there, i've created a html file with this code: <xforms> <model> <instance> <person> <fname/> <lname/> </person> </instance> <submission id="form1"...
Hi. I want to invoke javascript function on xforms event. But I don't want to use XPath extension functions (it is too hard to create a lot of simple extension...
Hello Andrey I would use event listeners something along these lines <listener event="DOMActivate" observer="model1" handler="#myListener" phase="capture"...
Hello Andrey No IE does not support it natively, but I believe FormsPlayer does support w3c Event handling, that means formfaces, mozilla xforms will all...
Francisco Would you please show me simple example of using XML events with IE and fP with javascript handler. I saw XForms handlers in "Timelog System Demo": ...
Hi Francisco/Andrey, XML Events is a key part of the XForms spec and formsPlayer supports it. The bridge from event handlers to script is not fully resolved,...
Hi Mark, It would be very helpful if the interface to JavaScript could also have a generic programming language independent version that would work with an ...
Hi, I am very new to xforms and went thru the tutorial in w3schools. I have some basic questions: 1. Is is necessary to install formsPlayer with IE to use...
Hi Mark. ... it. The ... been ... easier. ... It would be nice to see support of script event handlers. For example somthing like that: <xf:trigger> <xf:label>...
Hi Andrey, ... formsPlayer *does* have full support for XML Events specification--but you shouldn't see the two different approaches to calling script as...
Hi Robert, ... This can already be done. There is a tutorial on the "formsPlayer Samples and Tutorials" sidebar called 'Extending XPath' that shows how to add...
Hi there, i've created a html file with this code: <xforms> <model> <instance> <person> <fname/> <lname/> </person> </instance> <submission id="form1"...
I completed development on an xform page for a client yesterday on version 1.4.3.1005 and deployed it to them. They went to the formsPlayer site and downloaded...
Hi Elija, The 1010 build only went up at the end of last week, and should be pretty much the same as the 1005 build, with the major difference being a new ...
Hi Nelson, I'm a little confused myself...where did you get the <xforms> root element from? XForms doesn't have a root element--instead it runs inside other ...
Mark, Here is an example of some markup that worked in the 1005 build: <!-- Begin --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html...