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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 92 - 121 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
92
hi, i m trying to insert multiple record in xml file. In my html file model source is xml file and i have to input field and two buttons 'insert' and 'submit'....
VJ
v2002j
Offline Send Email
Feb 4, 2003
1:23 am
93
I am having problems with the above event. What I want to do is when the event is fired I would like to save the defaults into another instance For example ...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 4, 2003
10:09 am
94
Hello Mark, Thanks for fixing the 'relative url resolution for html attributes '. What are your plans for supporting XML Scheme. BTW I demonstrated XForms with...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 4, 2003
11:51 am
95
Hi Francisco, ... Thank Paul for that one! ;-)   ... Coming soon. We have a couple more things to get sorted first, and then we will update the schema...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 4, 2003
4:16 pm
96
The example I showed on a Reservoir Modelling was using assets from our partner company. That was I demonstrated an application integration where I used some...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 4, 2003
4:40 pm
97
Hello group, Are they any issues with a <xforms:bind> element. In this example below <xforms:bind id="currentAsOf" readonly="true"...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 5, 2003
9:24 am
98
Hi Franciso, Could you post the form - or at least enough of it to show the problem. Just cut and paste some of the XML data into the instance, so that we...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 5, 2003
9:51 am
99
hello Mark, Thanks for the prompt reply Here goes I have removed the web service calls but the problem is still there at least on my version of browser. Kind...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 5, 2003
10:22 am
100
I have a file demo1.htm that works with Forms player version 0.9.1.0 but not with 0.9.1.4. Demo1 is a stripped down version of formsplayer's demo helloworld...
hussstuart <huss.stua...
hussstuart
Offline Send Email
Feb 5, 2003
12:07 pm
101
Huss, ... Your code is fine. At the same time, the issue you refer to is not a bug, but is caused by the addition of new CSS functionality to FormsPlayer. In...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 5, 2003
12:22 pm
102
Hello all, Just a quick note after looking at a few pieces of sample code that people are submitting to us. As FormsPlayer is currently operating within IE, it...
Mark Birbeck <Mark.Bi...
mark_birbeck
Offline Send Email
Feb 5, 2003
1:56 pm
103
Francisco, We've loaded the form and the instance data, and it seems to work, except for submit. It doesn't crash though, so I wonder if I am doing everything ...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 5, 2003
2:30 pm
104
Hello Mark, Thank you for looking into the problem, the step you have done via the submit is correct. That's the only place in this example which uses...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 5, 2003
2:48 pm
105
I dont understand how this works, i have tried the suggested code and am not having any luck, could someone explain some things to me. So with this new version...
hharchester <dale.ell...
hharchester
Offline Send Email
Feb 5, 2003
3:59 pm
106
Hello Dale, Looks like I have confused more than clarified! Sorry. ... It was meant to show that behind the scenes FormsPlayer is changing the class value from...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 5, 2003
4:14 pm
107
Thanks Mark, In my attempt the i had a slight mistake in the stylesheet. So once I correct that it was invisible to begin with. Then with what you said its...
hharchester <dale.ell...
hharchester
Offline Send Email
Feb 5, 2003
4:25 pm
108
Dale, ... But don't forget, you shouldn't use that class anywhere explicitly; it is meant to be a pseudo class and handled for you by FormsPlayer. In a future ...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 5, 2003
4:29 pm
109
Hi Francisco, ... Thanks for that - we're getting it to fail now, too. We're working on the fix, and will keep you posted. Thanks again, Mark Mark Birbeck ...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 5, 2003
4:40 pm
110
Hello Mark, Always wanted to use this XPath function local-name(), now I know when. Who says its to late to learn! Kind Regards Francisco ... From: Mark...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 6, 2003
8:21 am
111
Hello Mark, The forms below causes IE to crash at least on mine. Perhaps its related to the bind problem sent earlier. While you have fixed the relative path...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 6, 2003
9:20 am
112
Hello Group, How best to bundle my extensions with FormsPlayer. Currently I do the following 1) Install FormsPlayer.msi 2) Install FacileExtensions.msi From my...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 6, 2003
11:06 am
113
The following code is a cut down version of my code. I am trying to make the unitprice be readonly, however what is happening in this code is that everything...
hharchester <dale.ell...
hharchester
Offline Send Email
Feb 6, 2003
3:47 pm
114
Change: <xforms:bind ref="/order/soaps/item/unitprice" readonly="true()"/> To: <xforms:bind nodeset="/order/soaps/item/unitprice" readonly="true()"/> and it...
huss.stuart@...
hussstuart
Offline Send Email
Feb 6, 2003
5:15 pm
115
Hi, Can anyone tell me what is wrong in this code. When i click on 'Insert' button i m getting this error. i m trying to insert new elements into the instance....
Samu Josh
samujosh
Offline Send Email
Feb 6, 2003
8:09 pm
116
Hi Samu, ... In FormsPlayer you need to prefix the XForms functions with the XForms namespace, for example, xforms:index(), or whatever you have used as the ...
Mark Birbeck
mark_birbeck
Offline Send Email
Feb 6, 2003
8:19 pm
117
Thanks Huss, it works perfectly now! ... ()"/> ... readonly,...
hharchester <dale.ell...
hharchester
Offline Send Email
Feb 7, 2003
10:22 am
118
Hi, Please help me... In this form i have insert button. After clicking on button it is inserting new element into instance. But after inserting i want to set...
Samu Josh
samujosh
Offline Send Email
Feb 8, 2003
7:21 am
119
ok...i m able to solve that problem. Thanks, Samu __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable....
Samu Josh
samujosh
Offline Send Email
Feb 8, 2003
8:45 pm
120
Hello Group, Thought about using XForms with SMIL 2.0 (Well Microsoft HTML+TIME). Below is an example to get you'll started, I leave to your imagination. There...
Francisco Monteiro
monte123uk
Offline Send Email
Feb 10, 2003
8:33 am
121
Hi, I'm new to FormsPlayer and I'd like to know if exists a way to change the width of an input control, and also font-style and size within the control. ...
acigarini <andrea.cig...
acigarini
Offline Send Email
Feb 10, 2003
10:26 pm
Messages 92 - 121 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