Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

formsPlayer · formsPlayer Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2560 - 2589 of 2980   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2560 Cybahacker
braindog_43 Send Email
Oct 2, 2005
6:46 am
Invalid Licence Detected The licence for your copy of the Sidewinder Viewer is invalid or has expired. Please click here to download the latest version of the ...
2561 davidfrenchdecision
davidfrenchd... Send Email
Oct 4, 2005
3:29 am
... Looks like another 2 months has passed without a new version! Pity because I really like the demonstration of what the browser should be functioning like....
2562 Mark Birbeck
mark_birbeck Send Email
Oct 4, 2005
6:15 am
David, ... There will be a new version of Sidewinder made available later today. Apologies that this version wasn't ready before the previous license expired. ...
2563 Alex Sansom
alexsansom Send Email
Oct 4, 2005
4:11 pm
Hi, There is a now a new licence file available for download on the formsPlayer website that extends the formsPlayer 2.0.2.1009 licence until the end of ...
2564 walljackharry Send Email Oct 4, 2005
9:37 pm
... the ... currently ... Answering my own question here, For those inexperienced users like myself who want to know: Add a ref attribute to the submission...
2565 msaigal Send Email Oct 5, 2005
8:36 am
Dear Xforms Lovers, Having trouble with displaying repeat elements' attributes to appear on the same row (either in a table or otherwise). What would be the ...
2566 Mark Birbeck
mark_birbeck Send Email
Oct 5, 2005
11:40 am
... Just set the style of .repeat-item to be "display: inline;", or "display: inline-block;". Regards, Mark Mark Birbeck CEO x-port.net Ltd. e:...
2567 msaigal Send Email Oct 6, 2005
8:02 pm
Thanks for the tip .... silly me ... i realized later that the repeat css styling is all display:block. Regards, Mo...
2568 xml4pharma Send Email Oct 7, 2005
7:58 am
Hi, I have the following XForms which has been constructed using a stylesheet: <?xml version="1.0" encoding="iso-8859-1"?> <html...
2569 alrosner2000 Send Email Oct 7, 2005
4:33 pm
Is it possible to use FormsPlayer to generate controls using .NET WinForms? If so, are ther any examples? Thanks, Allan Rosner...
2570 andyh@...
aheydon Send Email
Oct 7, 2005
11:15 pm
Maybe I am getting ahead of myself, but I've just downloaded the very latest version (1.3.5.1016) principally because I've encountered both of the listed fixes...
2571 Mark Birbeck
mark_birbeck Send Email
Oct 8, 2005
7:36 am
Thanks Andy. I've disabled that version from the download page until we get to the bottom of it. Regards, Mark Mark Birbeck CEO x-port.net Ltd. e:...
2572 aheydon Send Email Oct 8, 2005
7:17 pm
I should have clarified. <xf:instance src="..."/> does use GET. But a <xf:submission method="get" /> uses POST. Andy ... we get...
2573 aheydon Send Email Oct 8, 2005
7:23 pm
Mark, When you install fP, are you going to mark the DOM2Events.DOMEvent control as safe for scripting? [1] I'm using this in some javascript to fire an event...
2574 aheydon Send Email Oct 9, 2005
7:20 pm
I'm having a real hard time trying to style the foreground of a repeat element. In the .repeat-index style I can set background-color and borders quite...
2575 Mark Birbeck
mark_birbeck Send Email
Oct 9, 2005
8:58 pm
Hi Andy, I thought this module was already marked safe for scripting, so we'll get this checked. However, you should also consider using...
2576 aheydon Send Email Oct 9, 2005
9:47 pm
I had tried the document.createEvent() version but I get a "object does not support this method" error. Andy ... we'll get...
2577 alrosner2000 Send Email Oct 10, 2005
1:12 am
Mark, Is it possible to use FormsPlayer to generate controls on .NET WinForms instead of ASP.NET? If so, are ther any examples? Thank you in advance, Allan...
2578 dkolomy Send Email Oct 12, 2005
8:18 pm
I am trying to use xforms:setvalue + xforms:message in xforms:repeat. When I use xforms:setvalue inside xforms:repeat it shows me the previous value...
2579 Mark Birbeck
mark_birbeck Send Email
Oct 13, 2005
11:20 am
Hi, This is a known bug I'm afraid, involving actions in xf:repeat being added in reverse order. (It's due to the way that Interne Explorer parses.) This is...
2580 andrey_kukushkin
andrey_kukus... Send Email
Oct 13, 2005
11:34 am
Hello Is it possible to initiate a submission processing from a script? For example <xf:submission id="postdata&quot; .../> ... <script> function postData() { ...
2581 andyh@...
aheydon Send Email
Oct 13, 2005
4:47 pm
Yes it is possible. This is what we have. script: var evt = new ActiveXObject( "DOM2Events.DOMEvent.1" ); // THIS should work according, but I have not been...
2582 sridharannh Send Email Oct 13, 2005
9:52 pm
Hi. I am having two problems with my very first, trivial XForms document (reproduced below) and would like some help. First, after I enter text for an "input"...
2583 andrey_kukushkin
andrey_kukus... Send Email
Oct 14, 2005
8:26 am
Thanks, Andy. It works fine. Andrey ... list). fP ... able ... wrong ... scripting ... then this ... registry ... extension, ... ...
2584 Mark Birbeck
mark_birbeck Send Email
Oct 14, 2005
10:09 am
Hi Sree, The solution to both problems is simply to add your namespace declaration again, in the instance data: <xforms:instance> <emp:employee ...
2585 sridharannh Send Email Oct 14, 2005
1:37 pm
Thanks a lot, Mark. Your suggestion did the trick. Sree ... declaration ... since IE ... imposed on us ... to ... anything. In this ... data. The ... namespace...
2586 Mark Birbeck
mark_birbeck Send Email
Oct 14, 2005
1:55 pm
Hi Andy, ... My mistake! I've now got the definitive answer from Phil ;) and the script I gave you works only in version 2 of formsPlayer. However, in version...
2587 glebl1 Send Email Oct 14, 2005
3:08 pm
Hi Mark, I am evaluating XFORMATION using XFORMPLAYER. The Example "invoice" (see below) has a curious behavior: each time I press the tab key after...
2588 andyh@...
aheydon Send Email
Oct 14, 2005
4:13 pm
Aha, that's it. So, for future reference (and searches), this is the code to dispatch an event from Javascript to XForms. // equivalent to xf:dispatch...
2589 redsoftfab Send Email Oct 15, 2005
3:16 pm
Dear All, I am looking at XForms in general & I was looking to use Formsplayer but my employer (quite large & governmental) makes sure that all IE instance are...
Messages 2560 - 2589 of 2980   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help