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 2461 - 2490 of 2979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2461
I've used a program called SOAPScope to intercept the traffic between webservices. It can present the soap envelope in a number of different ways, and is very...
aw_032
Offline Send Email
Aug 1, 2005
9:38 am
2462
Hi Andy, I've not looked at that one, but thanks for the reference. We've found Microsoft's Fiddler to be useful when testing applications. It will show you ...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 1, 2005
10:16 am
2463
... Ethereal is a free tool that can be located at http://www.ethereal.com/ It's ported to many platforms. ... The funny thing about looking at the raw wire...
Robert Bateman
rbatemanmi
Offline Send Email
Aug 1, 2005
3:50 pm
2464
hi again! ok, so today i went to my xforms to work on them, and when i viewed them (using formsplayer 1.3-ish), a small (fP) icon appeared next to EACH xforms...
metroNYC
Offline Send Email
Aug 1, 2005
7:27 pm
2465
I switched domains and sidewinder was not available ... downloaded current version and got invalid licence detected message when I attempted to run sidewinder....
davidfrenchdecision
davidfrenchd...
Offline Send Email
Aug 1, 2005
9:37 pm
2466
Here is a sample xform that shows some wierd behavior. The purpose of the form is to insert rows into a sequence (xforms:insert at="last()") then set the line...
Peter Nunn
peternunn56
Offline Send Email
Aug 1, 2005
11:08 pm
2467
Hi David, The license for Sidewinder ran out at the end of July, but we've been delayed in getting the next version out. We'll put a new one up today, with a...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 2, 2005
7:53 am
2468
Jeremy, You will need to get the latest version from the download area on our site. It has an updated license. Regards, Mark Mark Birbeck CEO x-port.net Ltd. ...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 2, 2005
7:56 am
2469
Peter, The main problem is with your form. I'll explain what your form is doing before I show how to fix it. It's not actually moving the old last item to the...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 2, 2005
9:56 am
2470
I've found Ethereal quite handy for network issues. However, I've found that I can't get local service calls to go via the external network, which means...
aw_032
Offline Send Email
Aug 2, 2005
12:06 pm
2471
Hi, I am attempting to create a rather long and complex form with xforms and formsplayer as a demo. Hopefully, we will adopt this exciting technology. My code...
walljackharry
Offline Send Email
Aug 3, 2005
3:29 pm
2472
is there a way to copy data from one instance to another? in this case, i have two instances, and i want the data input from one instance to be copied into the...
metroNYC
Offline Send Email
Aug 3, 2005
3:52 pm
2473
Hi John, The best thing is to avoid using <table>, and instead use @appearance="compact" on the xf:repeat: <xf:repeat nodeset="//dbinfo" id="rptDBinfo" ...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 3, 2005
3:54 pm
2474
Hi there XForms gurus, I am attempting to build an XForms interface for editing a complex hierarchical data structure. There are a couple of aspects that I am...
Peter Helfer
helfer12000
Offline Send Email
Aug 3, 2005
8:04 pm
2475
Mark, Is there a reference document or any documentation on how formsplayer interprets the optional elements such as the gem you just revealed on ...
Peter Nunn
peternunn56
Offline Send Email
Aug 3, 2005
8:18 pm
2476
Mark Birbeck wrote: Hi John, The best thing is to avoid using <table>, and instead use @appearance="compact" on the xf:repeat: <xf:repeat nodeset="//dbinfo"...
Peter Nunn
peternunn56
Offline Send Email
Aug 3, 2005
8:38 pm
2477
... i'm not a XForms gury but anyone ;).. ... my guess you've picked too complex presentation to solve such problem (you need tree of repeats, am i right?). mb...
Alexander Anokhin
alexander_an...
Offline Send Email
Aug 4, 2005
5:56 am
2478
Peter, ... I don't know what you mean by that. ... The example I gave in the email should work. Also, the FoaF form that is in the list of samples, in the...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 4, 2005
1:19 pm
2479
Peter, ... This is the purpose of the Wiki...but unfortunately the server for that is sitting in our office at the moment, feeling sorry for itself. Once it's ...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 4, 2005
1:22 pm
2480
Peter, ... xf:switch does work inside xf:repeat in formsPlayer. The main problem with what you want to do concerns the arbitrarily nested aspect, not putting ...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 4, 2005
1:44 pm
2481
Thanks Alexander, I think your suggestion is to forget about trying to expand/collapse in the tree view, and instead just display the selected item for editing...
Peter Helfer
helfer12000
Offline Send Email
Aug 4, 2005
1:46 pm
2482
That has been my experience too. We have a simple two level hierarchy display with nested repeats where we use @relevant to ensure that only the current item's...
andyh@...
aheydon
Offline Send Email
Aug 4, 2005
4:31 pm
2483
... I'd never tried that because I expect the case @id to have global scope, and not linked to the repeat. So what would happen if you had a toggle outside of...
andyh@...
aheydon
Offline Send Email
Aug 4, 2005
4:39 pm
2484
Hi Andy, Sorry for the long answer here, but I realised that this is not described fully anywhere. (And yes, when the Wiki is recovered I'll paste this up ...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 4, 2005
5:28 pm
2485
Thanks Mark, That looks very nice, and possibly exactly what I am trying to do! A few follow-up questions: So what exactly are the rules for resolution of an...
Peter Helfer
helfer12000
Offline Send Email
Aug 4, 2005
5:35 pm
2486
Thanks Mark. This technique is going to open some new opportunities. Andy...
andyh@...
aheydon
Offline Send Email
Aug 4, 2005
6:01 pm
2487
Hi Peter, ... Hopefully my other email should answer these questions, but if you still have queries feel free to follow up on the other thread. ... Yes, that's...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 5, 2005
9:54 am
2488
I never realized that i need it. now that its done, i have a question about it--is there a way to *enable* the (fp) icon? i noticed that while it was there...
metroNYC
Offline Send Email
Aug 10, 2005
4:19 pm
2489
Hi there, I am trying to build an xform, in which the user has to select only one entry from a selection box. Depending on his selection, a node (existant or...
hansagukhool
Offline Send Email
Aug 16, 2005
1:17 pm
2490
Hello all, A new release of formsPlayer 1.3 is now available in the preview area of the download page. PERFORMANCE Although it fixes some bugs, the main focus...
Mark Birbeck
mark_birbeck
Offline Send Email
Aug 16, 2005
5:09 pm
Messages 2461 - 2490 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