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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 903 - 932 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
903
This may be a stupid question, but... does anybody knows how to take data from a single xforms:input and put it in more than one instance? We have tried to use...
ALessio & Raoul
ancun_d_assae
Offline Send Email
Dec 4, 2003
3:09 pm
904
I've discovered a workaround to this problem - updating the nodeset of a select control based on the selection of another select. The tricks are: - put <bind>s...
andyh@...
aheydon
Offline Send Email
Dec 4, 2003
8:22 pm
905
Hello Alessio and Raoul (!), ... First thing is that anything that uses @ref is binding to only one node - so you can't use unions and such like. However, I...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 4, 2003
8:31 pm
906
Hi, I am using FormsPlayer v 0.9.9.39. I need to write a xforms application that navigates to different pages based on execution of a condition. I am trying to...
sentozen
Offline Send Email
Dec 5, 2003
6:35 am
907
Hi Senthil, I'm afraid that xforms:toggle doesn't take an XPath expression as a parameter for the case to toggle - it must be an ID. The easiest way to do what...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 5, 2003
12:59 pm
908
hi, i'm pretty new to this XForms thing, and am currently developing forms using this technology. i'm quite interested in the details of this workaround, and...
wkc333
Offline Send Email
Dec 8, 2003
6:06 am
909
hi, i'm currently familiarizing myself with XForms binding, and have a ... <xf:model id="model1"> <xf:instance id="instance1"> <data> <industry /> </data> ...
wkc333
Offline Send Email
Dec 8, 2003
9:11 am
910
We have this problem: we want to submit two different files, the one a subset of the other under a unique <xforms:model>. We can't (?) use two different...
ALessio & Raoul
ancun_d_assae
Offline Send Email
Dec 8, 2003
9:42 am
911
Am I correct that you cannot use FP with client side XSL, i.e. declare the xforms name space in an xsl file, then have the browser transform the xsl and use...
Jett Hanna
hanna78731
Offline Send Email
Dec 8, 2003
3:22 pm
912
Here is a snippet... <xf:model id="mPrefs"> <xf:instance id="iPrefs"> <prefs> <rp_group_id>1</rp_group_id> <group_id>1</group_id> </prefs> </xf:instance> ...
andyh@...
aheydon
Offline Send Email
Dec 8, 2003
4:55 pm
913
many thanks andy. i'll try it out. ... Group:</xf:label> ... To ... cc ... Subject ... control ... nodeset of a ... first...
wkc333
Offline Send Email
Dec 9, 2003
9:19 am
914
Jett, ... It should work fine. You just need to make sure that you end up with the object/import tags in the resulting document. XSLT can produce processing...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 9, 2003
1:41 pm
915
Hi Alessio and Raul, ... under ... because ... <xforms:copy> ... this: Have you tried using a @ref or @bind in the xf:submission element? It tells the...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 9, 2003
3:41 pm
916
When I try to install the formsPlayer plugin (from downloaded InstMsiW.exe, 1781 kb)I get a Windows error message popup: The specified service already exists ...
aflacshilling
Offline Send Email
Dec 9, 2003
8:50 pm
917
Any samples floating around out there of using with XSL? My application would require that the browser read an XSL file. I presume that the output would have...
Jett Hanna
hanna78731
Offline Send Email
Dec 10, 2003
2:43 pm
918
i sort of figured a solution to this problem from andy's "bind" example. the models containing the common parameter data could be placed before the model which...
wkc333
Offline Send Email
Dec 11, 2003
8:25 am
919
Hi folks, I'm completly new to this xforms malarky so I'm hoping someone can help with the following. I have buttons on a toolbar which are created by the...
chrisshepherd2001
chrisshepher...
Offline Send Email
Dec 11, 2003
10:22 am
920
Hello All, I am stuck in one situation where i need to toggle for specific case, where the toggle case should be taken from instance. I have pre-defined few...
xforms_peter
Offline Send Email
Dec 11, 2003
11:27 am
921
How do you go about initializing forms player with SVG. The documentation only refers to placing the object tag inside an HTML tag. What do you do inside and...
JEB
jbatesmd
Offline Send Email
Dec 14, 2003
1:30 am
922
Perhaps I should reformulate this question. Can I use Xforms and SVG together in the same document since they have different namespaces and display it using...
JEB
jbatesmd
Offline Send Email
Dec 14, 2003
4:23 pm
923
The other formulation of this question is also of interest. Can I run FormsPlayer under SVG? Robert (Bob) C. Leif _____ From: JEB [mailto:drjb@...] Sent:...
Robert C. Leif
robertcleif
Offline Send Email
Dec 14, 2003
8:33 pm
924
... different namespaces and display it using formsPlayer? Yes, we have documents that contain both XForms and SVG. However in our experience, the Adobe SVG...
andyh@...
aheydon
Offline Send Email
Dec 15, 2003
5:01 pm
925
I'm trying to apply CSS for read-only controls. But, it is not taking effect. I specified the @readonly attribute for bind control, like this... <xforms:bind...
Muktadeer
Offline Send Email
Dec 15, 2003
9:54 pm
926
Thanks for the help and the advice. RB _____ From: andyh@... [mailto:andyh@...] Sent: Monday, December 15, 2003 11:01 AM To:...
JEB
jbatesmd
Offline Send Email
Dec 16, 2003
4:14 am
927
I am trying to post a page as via email but I get two error messages from formsPlayer the first is an unknown error message and the second is an ...
JEB
jbatesmd
Offline Send Email
Dec 16, 2003
2:28 pm
928
Hi RB ... you're not doing anything wrong, but this feature is not implemented yet. It will be available in the new year. Regards, Mark Mark Birbeck CEO and...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 16, 2003
2:42 pm
929
Hi Muktadeer, This sounds like an old bug that has since been fixed. Can you say what version you are using, please? If it's version 0.9.9.58 (the latest) then...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 16, 2003
2:46 pm
930
Is there an easy work around for this in the mean time? Rusty _____ From: Mark Birbeck [mailto:Mark.Birbeck@...] Sent: Tuesday, December 16, 2003 8:43...
JEB
jbatesmd
Offline Send Email
Dec 16, 2003
4:30 pm
931
Hi! Mark, I'm using 0.9.9.50. Latest version 0.9.9.58 is not available on the website. When can we expect it ? Here is the sample form that demonstrates the...
Muktadeer@...
Muktadeer
Offline Send Email
Dec 16, 2003
9:27 pm
932
Hi Muktadeer, That explains it ... the bug was to do with attributes only, but is fixed. However, version .58 has been available for a while now. And what is ...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 16, 2003
11:23 pm
Messages 903 - 932 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