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 2638 - 2667 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2638
Hello all, An updated preview of formsPlayer version 1.4 is available (1.4.0.1011). It fully implements XForms 1.0 Second Edition, and since there are some...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 2, 2005
4:25 pm
2639
I am trying to implement simple type validation (integer, date etc.) for XForm controls but am struggling to work out how to achieve this. Does anyone have any...
chrisparish_occ
Offline Send Email
Dec 2, 2005
4:27 pm
2640
Try this example: http://www.formsplayer.com/community/samples/schemadriven/index.html...
msaigal
Offline Send Email
Dec 5, 2005
8:12 am
2641
Well even if you're not looking for love, and just a bit of fun thought I'd give you all a tip. So you can stay away from all the bullcrap fake profiles places...
brylee.stevens5714@...
Send Email
Dec 9, 2005
9:00 am
2642
hi..if someone could either explain / or answer some questions / or give me a link maybe where people with no knowledge about anything could find out about...
jah_jeeky
Offline Send Email
Dec 16, 2005
10:46 am
2643
Good morning... Lets start with the basics and move from there. 1) you need to go out to www.formsplayer.com and bookmark that site. If your gonna use ...
Robert Bateman
rbatemanmi
Offline Send Email
Dec 16, 2005
3:26 pm
2644
... Have you ever written HTML pages? I ask because the process of writing pages that use XForms is somewhat similar. I say similar because both HTML pages...
Robert Bateman
rbatemanmi
Offline Send Email
Dec 16, 2005
3:37 pm
2645
thank you so far for the help.. id like to add a few more things about my unsuccessful tests.. (first, to answer the question asked.. i do not know html..)...
jah_jeeky
Offline Send Email
Dec 17, 2005
8:35 am
2646
i have javascript function test(), who execute this function in xforms? in xforms action? or otherwise? P.S. please give my a simple example =)...
palych063
Offline Send Email
Dec 19, 2005
10:24 am
2647
... This sample is using XForms to display the traditional Hello World text to the user. It is NOT a complete XForms form - but a part. ... You get your error...
Robert Bateman
rbatemanmi
Offline Send Email
Dec 19, 2005
6:05 pm
2648
Hi I have an XML document which I render as HTML in Internet Explorer using client side XSLT. ie my XML document looks something like: <?xml version="1.0"...
jasonharrop
Offline Send Email
Dec 22, 2005
1:32 am
2649
Jason, I have to ask the obvious question...does the resulting document contain the object/import tags? Regards, Mark Mark Birbeck CEO x-port.net Ltd. e:...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 22, 2005
9:30 am
2650
Hi Mark Yes, it does. kind regards Jason ... contain the...
jasonharrop
Offline Send Email
Dec 22, 2005
11:21 pm
2651
Hi I'm trying to use a submit tag such as: <xf:submission id="submit" action="http://pc0003940/test-output-with-put.xml" method="put" ...
jasonharrop
Offline Send Email
Dec 22, 2005
11:28 pm
2652
hi, i glad to join in this group. recently i using xform to generate some form for personal use. when i trying to generate repeatable table row , it seem like...
yap sheu haw
alexysh_2003
Offline Send Email
Dec 23, 2005
3:33 am
2653
hi, i am a newbie in xform . i wonder can i do a filter pick list in xform.i need two select list where the first select list will filter the second select...
yap sheu haw
alexysh_2003
Offline Send Email
Dec 23, 2005
8:17 am
2654
Jason, ... Thanks for that...it's certainly a bug. The HTTP return code '201' is a success code (anything in the 200s is a success) so formsPlayer should not ...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 23, 2005
9:38 am
2655
Hi Jason, So I didn't flush you out then ;) ... Any chance you can send a sample so we can take a look? All the best, Mark Mark Birbeck CEO x-port.net Ltd. e:...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 23, 2005
9:40 am
2656
Hi, ... Sorry you've had a problem, but your guess was right, that formsPlayer does not support the repeat attributes. However, tables are not needed in normal...
Mark Birbeck
mark_birbeck
Offline Send Email
Dec 23, 2005
10:11 am
2657
Hi everybody, I have this code: ..... <xforms:model id="mainModel"> <xforms:instance id="prova" xmlns=""> <prova> <rep> <input /> <repNes> <input /> <rep2> ...
salvesalvinocarovicino
salvesalvino...
Offline Send Email
Dec 27, 2005
11:46 am
2658
how can i use alert message inside a control to prompt an error message to user. thanks...
yap sheu haw
alexysh_2003
Offline Send Email
Dec 28, 2005
10:07 am
2659
I want to move some data from an instance to an other... how can I do??? This is the code of the instance: <xforms:instance id="supportInstance" xmlns=""> ...
aromagnoli81
Offline Send Email
Dec 29, 2005
10:33 am
2660
hi guy, i managed to get radio button but somehow it just cannot display as radio button..only checkbox.here is my partial code. <mctxf:select...
yap sheu haw
alexysh_2003
Offline Send Email
Dec 30, 2005
3:38 am
2661
... That's right, <select> element assumed to allow mutiple choices, try to use <select1> instead. ... -- Alexander Anokhin AVTOVAZ JSC email: ava@... icq:...
Alexander Anokhin
alexander_an...
Offline Send Email
Dec 30, 2005
10:46 am
2662
I've yet to do anything with XForms or FormsPlayer. But I think it might help me with something i'm working on. I'm looking for a generic solution to handle...
John McGowan
steakfest
Offline Send Email
Jan 3, 2006
9:26 pm
2663
Hi After scratching my head, searching this group and google (and banging the desk) for several hours, i eventually found: ...
jasonharrop
Offline Send Email
Jan 4, 2006
12:53 am
2664
Hi What is the best way to achieve the following effect: [ ] first item [ ] second item ie each item is on a separate line? i've tried using css, but without...
jasonharrop
Offline Send Email
Jan 4, 2006
1:54 am
2665
Hi Jason, ... This is an area that needs a little tidying up, but for now you can do this: .select-full-value fpUI\:control { display : block; } Or: ...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 4, 2006
11:36 am
2666
Hi John, XForms is not currently designed to take advantage of schema information beyond validation and using the datatypes to render different controls. This ...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 4, 2006
1:39 pm
2667
Thanks Mark Happily I find that fpUI\:control works well with ordinary <xf:item> <xf:label>abcd</xf:label> <xf:value>0</xf:value> </xf:item> ie not just where...
jasonharrop
Offline Send Email
Jan 5, 2006
2:38 am
Messages 2638 - 2667 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