Search the web
Sign In
New User? Sign Up
formsPlayer · formsPlayer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1676 - 1705 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1676
Hi Mark, Thanks for all your suggestions. I have tried with xforms-value-changed event. But the result is the same. It is changing the format in instance, but...
pinki raina
pinkiraina
Offline Send Email
Sep 1, 2004
12:17 pm
1677
Hi Mark, I am facing another problem in implementing repeat functionality. As I am not able to access yahoo groups currently, I am shooting this mail directly...
pinki raina
pinkiraina
Offline Send Email
Sep 1, 2004
12:26 pm
1678
Andreas, The main thing you need to change is that the 'click' event is not supported in XForms - it was removed quite a while ago, and instead XForms uses...
Mark Birbeck
mark_birbeck
Offline Send Email
Sep 2, 2004
9:01 am
1679
Hi Mark, I have this model bindings <xforms:bind nodeset="instance('inst1')"> <xforms:bind id="ci_TotalIncomeTaxExpenseCurrent" ...
Francisco Monteiro
monte123uk
Offline Send Email
Sep 2, 2004
9:29 am
1680
I am developing forms for a health care organization and would like to use voice recognition within the forms. I am unable to get Dragon to work using...
sgw13
Offline Send Email
Sep 3, 2004
3:12 pm
1681
I will be out of the office starting 09/03/2004 and will not return until 09/13/2004....
Jan J Kratky
jan_kratky
Offline Send Email
Sep 3, 2004
8:35 pm
1682
Hi, I have an XForm with a date field, which I want to autoformat using JavaScript. I am calling a function which formats the date in the instance, and doing a...
k_shastri
Offline Send Email
Sep 6, 2004
4:28 am
1683
Hi, I am new to XForms. I cannot find any proper examples on how to place controls in nicely aligned grid using CSS or tables for layout. Also, how can I...
tiapos2
Offline Send Email
Sep 7, 2004
7:58 am
1684
Kim, If you search the archives you'll see a few posts about this Try searching for - Explicit labelling styling CSS .. and you should find something in the...
Greg Latton
greglatton
Offline Send Email
Sep 7, 2004
8:45 am
1685
Kannan, I've seen this in a form that I've been working on. If you are encountering the same problem I encountered, you may need to "recalculate" the model...
Robert Bateman
rbatemanmi
Offline Send Email
Sep 7, 2004
6:36 pm
1686
Hi. Is it possible to make loops in XForms without scripting? For example,to make insert operation savral times? Thanks....
andrey_kukushkin
andrey_kukus...
Offline Send Email
Sep 9, 2004
7:23 am
1687
Hi all, I am trying to hide alerts on page load. Would there be a way to capture and cancle an alert trigger, for instance if the value of a select box is...
tiapos2
Offline Send Email
Sep 9, 2004
10:17 am
1688
Hi all, I have an xsd union of a regular expression restriction and a enumeration restriction. Now I want the enumeration values of the xsd to show up in a...
tiapos2
Offline Send Email
Sep 9, 2004
12:19 pm
1689
Hi there, I have a schema for my xform that uses xsd attribute "nillable='true' " for some elements. I have an instance with empty elements. When the XForm is...
Greg Latton
greglatton
Offline Send Email
Sep 9, 2004
5:03 pm
1690
Can you believe I refinanced my mortage and am saving $394 a month? Check it out... http://edgelending.com/?partid=rcc2 If you dont want to be part of this...
hnplfmd2
Offline Send Email
Sep 9, 2004
10:28 pm
1691
MessageHi Mark, When using the position function within a repeat element it always shows 1, I always thought position() returned the "context position" of the...
Francisco Monteiro
monte123uk
Offline Send Email
Sep 10, 2004
7:43 am
1692
Hi all. I have 2 models. I want to copy instance values from first model to instance values in second model. Is it possible, for example, with "setvalue"...
andrey_kukushkin
andrey_kukus...
Offline Send Email
Sep 10, 2004
7:50 am
1693
Hi Mark. I have 2 instances in the model: i1, i2, and I use schema s1 to validate i1 when I submit it to somewhere. But I want to submit i2 too. So, I have to ...
Andrey Kukushkin
andrey_kukus...
Offline Send Email
Sep 10, 2004
11:25 am
1694
Hi Francisco, This should work. <xforms:output value="count(preceding-sibling::*)+1" />. Mark any estimation on when "position()" will be correctly...
apurva zaveri
azaveri
Offline Send Email
Sep 10, 2004
1:47 pm
1695
Apurva Thanks a bunch Francisco Monteiro Facile Technology Ltd http://www.monteiro.co.uk <a href="callto://papa250254"><img ...
Francisco Monteiro
monte123uk
Offline Send Email
Sep 10, 2004
2:43 pm
1696
Not in the XForms recommendation, at least. You can copy values one tree to another through select or select1 with itemset, but that is a UI operation and...
Klotz, Leigh
leighklotz
Offline Send Email
Sep 10, 2004
10:23 pm
1697
Here is an interim answer based on the XForms 1.0 recommendation itself, until Mark gets back to you with the FormsPlayer capabilities. It might be that i1 and...
Klotz, Leigh
leighklotz
Offline Send Email
Sep 10, 2004
10:29 pm
1698
Here is an interim answer based on the XForms 1.0 specification until you get a precise answer on FormsPlayer capabilities. Yes this is possible. You would use...
Klotz, Leigh
leighklotz
Offline Send Email
Sep 10, 2004
10:33 pm
1699
On your second question, one trick often used is to use the model bind constraint to specify an XPath expression on the node you want restrict, and have it use...
Klotz, Leigh
leighklotz
Offline Send Email
Sep 10, 2004
10:38 pm
1700
Hi Leigh, The only thing I would add is that an unfortunate omission from the spec is that enumerated values don't automatically become the values of the ...
Mark Birbeck
mark_birbeck
Offline Send Email
Sep 11, 2004
5:34 pm
1701
Hello, I plan to kick off a new XForms Titan Interview series this fall (that is, in about two weeks). Let me know if anyone is interested in volunteering to...
Gerald Bauer
luxorxul
Offline Send Email
Sep 11, 2004
11:40 pm
1702
Hi Leigh, Thanks for your reply. I am glad, that there is a solution. However, it seems quite complicated. Do you know of any examples or tutorials...
tiapos2
Offline Send Email
Sep 13, 2004
8:23 am
1703
Hi Leigh, Thanks. Unfortuneatey I am not able to type non-listed values into the select box. Do you have a clue why? My code for the select1 box is this: ...
tiapos2
Offline Send Email
Sep 13, 2004
8:41 am
1704
Hi Mark, Yes, I want enumerated values from the xsd to become values of the selection. I guess that this is possible, as an xsd is a valid XML document and...
tiapos2
Offline Send Email
Sep 13, 2004
8:56 am
1705
Hi Mark, I want to add: When I try to access the xsd as source for the select values I get a namespace error from formsPlayer (when applying the xsd: prefix to...
tiapos2
Offline Send Email
Sep 13, 2004
10:27 am
Messages 1676 - 1705 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help