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 your group to be featured on the Yahoo! Groups website? 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 953 - 983 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
953
one way is to form the XForms programmatically, with some form of design and data stored in the database. we're currently doing it using stylesheet (which...
wkc333
Online Now Send Email
Jan 2, 2004
7:46 am
954
In Xforms Essentials Micah Dubinko illustrates using Upload in X-forms. He also mentions being able to use a "acquire image" to capture a photo to the form....
JEB
jbatesmd
Offline Send Email
Jan 2, 2004
2:29 pm
955
Hi! Mark, I'm seeing two issues with <xforms:repeat/> element. 1. @bind attribute for input elements within xforms:repeat is not binding the data. (If I use...
Muktadeer
Offline Send Email
Jan 3, 2004
1:32 am
956
Hi Muktadeer, ... This is a common misunderstanding, I'm afraid. You have to see any xf:bind statements that you give a name to (i.e., an ... any place that...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 5, 2004
4:33 pm
957
Hi Sarah, I hadn't noticed that you posted this to our list and the W3C one, so here is the reply to this question that I sent earlier, for anyone that is not...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 5, 2004
4:46 pm
958
Hi Rajeev, ... <> xforms:label src="label.svg" xlink:href="test.html"/> The @src attribute is not used for navigating, but for loading content into elements....
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 5, 2004
5:53 pm
959
Hi, I don't quite follow this. Are you saying that if you remove formsPlayer from your page (for example by commenting out the object/import tags), then you...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 5, 2004
5:59 pm
960
Yes, you can write complex expressions that span across instances, but the instances cannot be in different models. Use the instance method to locate the...
chimpz1
Offline Send Email
Jan 5, 2004
11:13 pm
961
Is there any way to make FormsPlayer prevent the user from being able to click/type in readonly fields? The user input is basically ignored in the data model,...
chimpz1
Offline Send Email
Jan 5, 2004
11:33 pm
962
Hi Mark, no, what i meant was if i comment out any reference to instantiating the MSXML2.DOMDocument objects, it will not crash upon refresh. whenever we...
wkc333
Online Now Send Email
Jan 6, 2004
1:46 am
963
Hi, I understand that if you comment out the MSXML stuff it still crashes, but what I'm asking is if you comment out formsPlayer does it still crash? Regards, ...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 6, 2004
10:05 am
964
Hello Friends, I want to know the counter while creating a table using Repeat. As per the specification we can get the index, but as this is not incremental, I...
xforms_peter
Offline Send Email
Jan 6, 2004
11:01 am
965
Hello , I am new to here. I have managed to make the XForm working with an external instance and external schema. The schema validations work fine for all the...
apurva zaveri
azaveri
Offline Send Email
Jan 6, 2004
1:25 pm
966
Hi, I'm trying to implement a form which gets its initial data from a database (embedding the instance data within the xforms document so that users can...
grefte123
Offline Send Email
Jan 6, 2004
4:05 pm
967
Mark, sorry for the misunderstanding. i tried commenting <?import namespace ... >, ran it, of course the form doesn't get rendered. but refreshing the page...
wkc333
Online Now Send Email
Jan 7, 2004
1:18 am
968
OK, thanks for that. We'll get it loaded into Bugzilla and see what we find! Regards, Mark ... From: wkc333 [mailto:wkc333@...] Sent: 07 January 2004...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 7, 2004
1:52 pm
969
hi all, fP 0.9.9.58 seems to display the first item in a <select1> list (minimal) when a form is rendered. this is similar to a normal HTML <select> control. ...
wkc333
Online Now Send Email
Jan 8, 2004
7:44 am
970
Hi, I am trying to run an example from XForms specification http://www.w3.org/TR/xforms/slice9.html#id2631571 using formsPlayer 0.9.9.58. ... <xforms:switch> ...
sarahpro2003
Offline Send Email
Jan 10, 2004
3:48 am
971
... "Enter" isn't a right event-generated Key on import, but try 'tab' button, you lose focus and event DOMActivate come. If you want to wait for 'enter' at...
Mariusz Kaczor (GG:31...
hovardk
Offline Send Email
Jan 10, 2004
3:42 pm
972
Hi, I ran the test for element "range" from the TestSuite http://www.formsplayer.com/TestSuite/chapter8.html However, I could not see the range icon suggested...
Sarah Zou
sarahpro2003
Offline Send Email
Jan 11, 2004
3:47 am
973
In version 1.0.0.1003, nodes that are calculated receive a readonly style when used in an <xf:output> In this example, the first line is colored blue. This did...
andyh@...
aheydon
Offline Send Email
Jan 12, 2004
5:06 pm
974
Hi Andy, Calculated nodes have always defaulted to read-only = true(), as per the spec. There was, however, a problem in previous releases in that any CSS ...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 12, 2004
5:20 pm
975
... Oops, I guess I sent to the wrong address! ... spec.There was, however, a problem in previous releases in that any CSS properties set for read-only were...
andyh@...
aheydon
Offline Send Email
Jan 12, 2004
6:08 pm
976
Hello. I have come across a common problem: Being unable to bind controls (and repeats) to nodes (and nodesets) that may or may not exist. In the case where...
Chimezie Ogbuji
amunra2kad
Offline Send Email
Jan 13, 2004
1:24 am
977
I realized, soon after posting that last message, that my itemset was bound via a 'ref' attribute instead of 'nodeset'. Initial problem solved (the select is...
Chimezie Ogbuji
amunra2kad
Offline Send Email
Jan 13, 2004
2:36 am
978
Andy, ... the ... CSS ... the UI. ... But you can use CSS rules to be more specific. The only thing you have to watch out for is that if we had a proper CSS3...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 13, 2004
9:12 am
980
Is there an easier way to apply different styles, seeing that IE doesn't support attribute selectors, to <xf:trigger appearance="minimal"> and <xf:trigger> ...
andyh@...
aheydon
Offline Send Email
Jan 13, 2004
6:52 pm
981
Hi, I want several input boxes to have different length. So I tested .value {width:100pt} which is working for all controls. - ok At what time can I expect...
karokirmse
Offline Send Email
Jan 14, 2004
10:25 am
982
Hi Karo, The issue you refer to has been solved, but will not be available in a release for around a month. We have a different method of constructing the user...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 15, 2004
4:15 pm
983
Hello all, We will shortly be releasing version 1.0 of formsPlayer. For those of you who have been generously helping our testing efforts, and would like to...
Mark Birbeck
mark_birbeck
Offline Send Email
Jan 15, 2004
5:20 pm
Messages 953 - 983 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