Invalid Licence Detected The licence for your copy of the Sidewinder Viewer is invalid or has expired. Please click here to download the latest version of the ...
... Looks like another 2 months has passed without a new version! Pity because I really like the demonstration of what the browser should be functioning like....
David, ... There will be a new version of Sidewinder made available later today. Apologies that this version wasn't ready before the previous license expired. ...
Hi, There is a now a new licence file available for download on the formsPlayer website that extends the formsPlayer 2.0.2.1009 licence until the end of ...
... the ... currently ... Answering my own question here, For those inexperienced users like myself who want to know: Add a ref attribute to the submission...
Dear Xforms Lovers, Having trouble with displaying repeat elements' attributes to appear on the same row (either in a table or otherwise). What would be the ...
Maybe I am getting ahead of myself, but I've just downloaded the very latest version (1.3.5.1016) principally because I've encountered both of the listed fixes...
Mark, When you install fP, are you going to mark the DOM2Events.DOMEvent control as safe for scripting? [1] I'm using this in some javascript to fire an event...
I'm having a real hard time trying to style the foreground of a repeat element. In the .repeat-index style I can set background-color and borders quite...
Mark, Is it possible to use FormsPlayer to generate controls on .NET WinForms instead of ASP.NET? If so, are ther any examples? Thank you in advance, Allan...
I am trying to use xforms:setvalue + xforms:message in xforms:repeat. When I use xforms:setvalue inside xforms:repeat it shows me the previous value...
Hi, This is a known bug I'm afraid, involving actions in xf:repeat being added in reverse order. (It's due to the way that Interne Explorer parses.) This is...
Hello Is it possible to initiate a submission processing from a script? For example <xf:submission id="postdata" .../> ... <script> function postData() { ...
Yes it is possible. This is what we have. script: var evt = new ActiveXObject( "DOM2Events.DOMEvent.1" ); // THIS should work according, but I have not been...
Hi. I am having two problems with my very first, trivial XForms document (reproduced below) and would like some help. First, after I enter text for an "input"...
Thanks a lot, Mark. Your suggestion did the trick. Sree ... declaration ... since IE ... imposed on us ... to ... anything. In this ... data. The ... namespace...
Hi Andy, ... My mistake! I've now got the definitive answer from Phil ;) and the script I gave you works only in version 2 of formsPlayer. However, in version...
Hi Mark, I am evaluating XFORMATION using XFORMPLAYER. The Example "invoice" (see below) has a curious behavior: each time I press the tab key after...
Aha, that's it. So, for future reference (and searches), this is the code to dispatch an event from Javascript to XForms. // equivalent to xf:dispatch...
Dear All, I am looking at XForms in general & I was looking to use Formsplayer but my employer (quite large & governmental) makes sure that all IE instance are...