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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 871 - 901 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
871
Hi Mark and all, I was wondering if anyone could provide a working example that involves scripts, observers and with multiple handlers..(XML events). I am...
pdevip2003
Offline Send Email
Nov 2, 2003
4:21 am
872
Hi everyone, I have few question regarding the usage of scripts in XForms. Please correct me if I am wrong and sorry for the long mail. The code below works...
pdevip2003
Offline Send Email
Nov 3, 2003
2:07 am
873
I am new to x-forms and have been experimenting with a form and submitting the data to a servlet running on Tomcat. This has led to a few questions: 1) If I...
Haigh Martin - SCOPE ...
mghaigh2003
Offline Send Email
Nov 3, 2003
12:59 pm
874
Hi there, I'm trying to use formsPlayer to send SOAP messages to a web service. I tested the Google example from the formsPlayer web page and managed to ...
Matthias kind
matthias_kind
Offline Send Email
Nov 4, 2003
7:55 am
875
Hello, In the source of "self-assessment tax form", parts of GUI seem called by div elements... Where can we find help about these 3 attributes ? we know...
Dominique_Arnou
Offline Send Email
Nov 5, 2003
1:40 pm
876
Hello Dominique The div in question uses IE behaviour, please see sizematters.htc and has nothing to do with XForms or FormsPlayer Kind Regards Francisco...
Francisco Monteiro
monte123uk
Offline Send Email
Nov 5, 2003
2:13 pm
877
This still is a problem with the current version of Formsplayer 9.39. Could someone let me know if you can recreate this problem and it is planned to be fixed?...
rhydian_morris
Offline Send Email
Nov 5, 2003
2:53 pm
878
Can anyone tell me if the @for @event attributes of the Script tag is a Formplayer extension as I cannot see them within the HTML,XHTML or XForms specs? Thanks...
rhydian_morris
Offline Send Email
Nov 5, 2003
3:45 pm
879
Hi Rhydian, ... It's actually an IE feature. What we did is make sure that there is a link between our event handling system and the IE one, so that you can...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 5, 2003
3:55 pm
880
Hi Version 9.9.39 if I try entering a non-integral value, and I leave the field (by tabbing or clicking the mouse outside the field) the alert event fires...
zedev22
Offline Send Email
Nov 8, 2003
9:10 am
881
Hi Mark, This question was asked before by someone from the list. I would like to know how the styling of the select element(items to display one after the...
poornima
poorni79
Offline Send Email
Nov 10, 2003
5:53 pm
882
... The _XForms Essentials_ book explains the reasons, in section "Attribute Syntax". http://dubinko.info/writing/xforms/book.html#id2852530 However, it...
valexiev
Offline Send Email
Nov 11, 2003
3:20 pm
884
Hi Vladimir, ... You are right that this is the current position, but I think it needs changing! I'll raise it as a possible errata with the Working Group. My...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 13, 2003
10:23 am
885
Hi all, I am having a problem with xpath functions. I want to do something like this : <xforms:output ...
Nijaguna S K
nijaguna_sk
Offline Send Email
Nov 17, 2003
10:45 am
886
Hi, Is this possible to have more than validation on an input items and perform the validation in a manner so that only relevent error message would be...
rajeev_kumar_g
Offline Send Email
Nov 17, 2003
11:50 am
887
Hi, Is this possible to have an option Input item, on which Pattern (Data Format) can be excercised from XSD. For. Ex. I want to have an optional Phone no....
rajeev_kumar_g
Offline Send Email
Nov 17, 2003
11:58 am
888
Hi Rajeev, ... In this particular case you need to make the element 'nillable'. This will then allow it to be EITHER "999-999-999" OR empty. At the moment you...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 17, 2003
5:26 pm
889
Any one?? who can give me some ideas to achive this?? ... From: Nijaguna S K Sent: Monday, November 17, 2003 4:11 PM To: formsPlayer@yahoogroups.com Subject:...
Nijaguna S K
nijaguna_sk
Offline Send Email
Nov 18, 2003
5:24 am
890
I don't think it's anything to do with XPath - I think you need to perform a xf:rebuild after the value of the selection changes. (Take another look at the...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 18, 2003
11:23 am
891
Hi, How can one simulate the behaviour of <input type="image"> in Xforms ? thx in advance, Joost...
Joost Ploegmakers
Joost@...
Send Email
Nov 18, 2003
3:02 pm
892
Thanks Mark, This resolves the issue for String data type. However for numeric data type it does not seem fit. May be I need to do some work around by making...
rajeev_kumar_g
Offline Send Email
Nov 19, 2003
6:27 am
893
Hi, I have devided my form in three pages and navigating using Next and Previous buttons. I want to validate all the Inputs on a page when user clicks on Next ...
rajeev_kumar_g
Offline Send Email
Nov 19, 2003
6:35 am
894
I even tried the same. But it is not working. I tried to validate the instance data on submission but it was not working. Any one Knows about How to fix????? ...
writetogupta
Offline Send Email
Nov 19, 2003
11:57 am
895
... attributes ... xf:repeat. Yes, this is a mistake in the spec. The paragraph just before this text says that <table><repeat*> is equivalent to <table...
valexiev
Offline Send Email
Nov 20, 2003
1:57 pm
896
Hi Vladimir, ... Well ... I *believe* it is! But I still have to raise it on the Working Group before we can safely say it is resolved. As you show in your ...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 20, 2003
2:12 pm
897
Rajeev, ... Do you mean you are using xf:switch and xf:case, or that you have three forms, and post data to the server after each form? ... If you are using...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 20, 2003
2:28 pm
898
Joost, ... You can place any markup in the label of an xf:trigger, so the following will work: <f:trigger> <f:label> <img src="xyz.gif" /> </f:label> ...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 20, 2003
3:01 pm
899
Hello all, We omitted to provide an interim release of the latest version of formsPlayer, for which we apologise. The new release is available from the public...
Mark Birbeck
mark_birbeck
Offline Send Email
Nov 20, 2003
4:59 pm
900
Hi Mark, Yes. we are using xf:case and xf:switch to devide the forms in pages. Any clue, if there is any work around to validate only the relevent data while...
rajeev_kumar_g
Offline Send Email
Nov 25, 2003
12:07 pm
901
Hello Rajeev Recently we had a similar request from a client; the answer is yes it can be done but very painfully. The solution lies in the submit element and...
Francisco Monteiro
monte123uk
Offline Send Email
Nov 25, 2003
2:54 pm
Messages 871 - 901 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