Mark/anyone just dragging the old "sizing" topic up again; this is a very useful workaround, but is there any way of applying it to individual controls using ...
Hi, I have an itemset that contains a label like this: <xforms:itemset nodeset="person"> <xforms:label> <xforms:output value="concat(title,' ', forenames,' ',...
Just wondering if FormsPlayer 1 has any of the features of XForms 1.1 implemented, as extensions perhaps? I am particularly interested in the current()...
Hi Mark, ... We're putting together a new release of formsPlayer and some documentation on these features, but I'll give a quick summary here. Firstly, some of...
Mark, It certainly looks ok (assuming that the 'group' does have a namespace prefix and you just omitted it in transcribing). Are you able to send a form that...
Hi Mark, I have done a bit more work, and found that current() does work for me some of the time. In the attached form there is an xforms:output within a...
Hey, I have upgraded to Formsplayer 1.4.3.1012 this morning. I have a repeat-structure that iterates over a certain nodeset in a XForms-instance. Inside the...
... that ... instance. I have a similar problem with FormsPlayer 1.4.3.1012. The iput controls show the data from the instance correctly, but when I change the...
Hi DMK, Have you upgraded to 1.4.3.1021, and if so, are you still seeing the same problem? Perhaps you could send a snippet of your form if you are? Thanks. ...
Hello Mark, thanks for your reply. I installed FormsPlayer 1.4.3.1021, but the problem still exists. I have cleaned up my code, and was able to reproduce the...
I apologize for not posting to the group, I chose the wrong option when replying. I am using formsplayer 1 for this example. I changed all 2004 namespaces to...
Hi Jessica, My apologies--it is only implemented in version 2 of formsPlayer. We're moving quite a few features from version 2 to version 1 so it should be ...
We have a form with a collection as: <a> <b/> <c/> <d/><d/>….several d's <d/> </a> We want to have a Select1 item that allow us to select some "predefined"...
Hi, How can I restrict styling of form controls bound to required nodes to just the value of the control rather than the entire control? I assume I need to...
Hi, Should I be able to style the border of a select1 in the same way I can an input? .select1-value { border: 1px solid #949990; } isn't doing anything. All...
Hi, One of the inputs in my form is bound to a date. Border styling doesn't seem to work when the input is displayed as a calendar widget. Is there any way ...
Hi, Do I need to do anything to hint so that it is displayed over form controls rather than behind them? Also hint text is displaying in a vertical column one...
Hi Mark, I get round this by enclosing my controls in "<span>"s and zetting the z-index - I think that FormsPlayer gives the hints a zindex of 0. Regards Rob...
http://groups.yahoo.com/group/xbl-developers of which the description reads: " XBL, or XML Binding Language(s). An XML language for coding-shortcuts to more...
Hello Rob. I'm glad to hear that a second person has found a workaround to this visual nuisance. There was an earlier mention of a solution involving iframes...
I now find with the latest build that hint does not hide behind all controls. After a small amount of experimentation I find that the hint of an input control...
Hi Mark, ... These are known bugs in IE and relate to how they have implemented drop-boxes and some other widgets. (They have reworked drop-boxes in IE7 to ...
According to the experts out there (somewhere!) they is going to be a huge XML deluge, thanks partly due to AJAX (synchronous JavaScript + XML) and Microsoft's...
Hello all, There are some changes in functionality between versions 1.3 and 1.4 of formsPlayer that may alter the behaviour of existing forms. Most of these ...
I recently download the formplayer 1.4.3.1027(formsPlayer.cab) with mscomct.ocx and mscomctl.ocx files but unable to register the mscomct.ocx file with...
Hi! I believe that we have discovered a bug in FormsPlayer when using IE to print an XForms document that has instance data. Here is the scenario... Create an...