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 1261 - 1290 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1261
Hi, I want to do the following thing : 1. Login forms <xforms:model id="loginform"> <xforms:instance> <data...
french_holmes
Offline Send Email
Apr 1, 2004
12:01 pm
1262
Does anybody know how I might automatically populate the list of options for a select1 from an enumeration in the schema definition for a field. For example my...
Dan Dubinsky
Offline Send Email
Apr 1, 2004
4:40 pm
1263
... <snip> ... I'm not an expert here... But have a look at work that Andy H. posted in message 912. The solution Andy posted works beautifully for me....
Robert Bateman
rbatemanmi
Online Now Send Email
Apr 1, 2004
4:43 pm
1264
Apologies for being slightly off topic... But I've noticed a lack of participation in this group from the folks over at x-port. I'm wondering if that is...
Robert Bateman
rbatemanmi
Online Now Send Email
Apr 1, 2004
4:49 pm
1265
What we do in just about the exact same situation is to have the login submission (login.jsp in your case) return an additional element (we call it url) if the...
andyh@...
aheydon
Offline Send Email
Apr 1, 2004
6:05 pm
1266
Hello -- I want to dynamically display a jpeg image based on the result of an XForms control as reflected within the XML instance. I guess this is part of...
Rucker, Rob
rucker2004ru...
Offline Send Email
Apr 1, 2004
8:57 pm
1267
Ooops, missed a couple of things. declare the fp namespace: <html xmlns:fp="urn:formsplayer.com" > Indicate an external function for the model: <xf:model...
andyh@...
aheydon
Offline Send Email
Apr 1, 2004
9:46 pm
1268
Rob (and fellow Oregonian!), Take a look at fP's serialise function (watch the spelling!). eg. <xf:model id="mJPEG"> <xf:instance id='iJPEG'> <img...
andyh@...
aheydon
Offline Send Email
Apr 1, 2004
10:06 pm
1269
"Schema-driven Forms "--------- xformsplayer sample In this sample, the input for date is not shown! I use IE6. please help me!...
wypwgx
Offline Send Email
Apr 2, 2004
1:11 am
1270
Hi, I want to use the following method to align INPUT STYLE ***** xforms\:group { border-style: dashed; ---> just to see it display: table; } xforms\:input,...
french_holmes
Offline Send Email
Apr 2, 2004
8:46 am
1271
Hello David, ... I'm afraid IE doesn't support CSS 2, and since formsPlayer is hosted by IE we 'inherit' its CSS functionality. We've worked around quite a few...
Mark Birbeck
mark_birbeck
Offline Send Email
Apr 2, 2004
10:37 am
1272
Hello Wypwgx, ... Please double-check that you have installed the Microsoft controls. Details are on the formsPlayer download page. Regards, Mark Mark Birbeck ...
Mark Birbeck
mark_birbeck
Offline Send Email
Apr 2, 2004
10:40 am
1273
Rob/Andrew, ... Andrew is right (as usual!) to point you towards the fp:serialise function. Another technique which might be of interest is to simply encode...
Mark Birbeck
mark_birbeck
Offline Send Email
Apr 2, 2004
12:19 pm
1274
Hello Robert, I thought I'd best take the opportunity of your email to clarify both what this list is for, and the range of services that x-port offer. ... We...
Mark Birbeck
mark_birbeck
Offline Send Email
Apr 2, 2004
2:05 pm
1275
I'm getting a strange problem submitting an XForm. Once the submit button is clicked I get: document invalid, reason: Element content is invalid according to...
Dan Dubinsky
Offline Send Email
Apr 2, 2004
6:15 pm
1276
I am having trouble with the delete function on a repeating group. When I delete after inserting a new group, the first group is deleted instead of the new...
jmblakeney@...
hgdady
Offline Send Email
Apr 2, 2004
6:52 pm
1277
hi all, due to the offline capabilities requirement of our project, we are forced to set a whole chunk of <xforms> xml within a table <td> using the innerHTML...
wkc333
Offline Send Email
Apr 5, 2004
6:36 am
1278
Hello, I have an issue with switch case. When the cases are called in toggle with the id specified to the respective case it works fine. Now i want to refer...
sandeepmoondra
Offline Send Email
Apr 5, 2004
12:56 pm
1279
Andy, I noticed your wonderful advice about including the URL in with the returned instance from a login. Can you tell me what server your logging in with?...
Robert Bateman
rbatemanmi
Online Now Send Email
Apr 5, 2004
3:36 pm
1280
Bob, The authentication is handled by applicatio code and not any third party software. That is we have our own internal database table of users and passwords....
andyh@...
aheydon
Offline Send Email
Apr 5, 2004
4:00 pm
1281
Sandeep, You can't use expressions in the <xf:toggle>, so if you want to control the display of sections of UI based on instance data then you need to make use...
andyh@...
aheydon
Offline Send Email
Apr 5, 2004
4:03 pm
1282
I've been playing with the wonderful code example andyh posted in message 912 today. The code from the example is working as expected (not surprising). But,...
Robert Bateman
rbatemanmi
Online Now Send Email
Apr 6, 2004
9:00 pm
1283
****** example 1 ****** the content of xform: <head> <xforms:model schema="user1.xsd"> <xforms:instance> <user> <username /> <password /> <birth /> </user>...
wypwgx
Offline Send Email
Apr 7, 2004
3:39 am
1284
Hi Dan, There is a problem with your form in both of these cases. However it appears that the error reporting you are seeing is incorrect. Could you send us ...
Richard Bidgood
richard.bidgood@...
Send Email
Apr 7, 2004
9:48 am
1285
Hello Sandeep, As you have seen, xf:switch/xf:case do not use the instance data for their toggling, and it is unlikely that they ever will. A far more powerful...
Mark Birbeck
mark_birbeck
Offline Send Email
Apr 7, 2004
11:27 am
1286
... Greg, I've had the same problem with 1.0.1.1008 and Oracle XSQL-servlet. The servlet does not get the proper Content-Type: application/xml and is not able...
eskir60
Offline Send Email
Apr 7, 2004
12:49 pm
1287
Hi Bob, The problem is that your <bind> element is in a different model to the instance datum upon which relevance is being calculated. When the value of...
Richard Bidgood
richard.bidgood@...
Send Email
Apr 7, 2004
1:28 pm
1288
Richard, THANKS much for finding my typo! I've added a reminder to myself to "always" check for that kind of mistake in the future. Moving forward with my...
Robert Bateman
rbatemanmi
Online Now Send Email
Apr 7, 2004
5:31 pm
1289
How can a style be applied to the text box (ie, the value area) of an individual <xforms:input> element? I've found that defining a CSS for "input" will apply...
dbmmd
Online Now Send Email
Apr 7, 2004
7:09 pm
1290
Esa, Thanks for the response. I have yet to find a workaround for this. I'm surprised that there hasn't been more talk about this here on the forum, as this...
Greg Litkey
spaceace187
Online Now Send Email
Apr 7, 2004
8:13 pm
Messages 1261 - 1290 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