Hi, I'm brand new to the Yahoo! library. I've been trying to learn how to use the Yahoo! event library. I am running into trouble with the following example. I...
745
Peter Michaux
petermichaux
Apr 4, 2006 1:07 am
... I think I figured it out. YAHOO.util.Event.addListener(this.element, "mouseover", this.overHandler, this, true); YAHOO.util.Event.addListener(this.element,...
746
Jeroen van Doorn
jevado_on_js
Apr 4, 2006 6:59 am
Hello Everybody, New on this list, but already wrestling some days with the drag and drop library. I want to realise drag and drop in a scrollable window, but...
747
Arora, Ramanjeet (RB...
rjsarora
Apr 4, 2006 9:51 am
I am new to the group list. I am not able to set the setValue of the Yahoo Slider control: using Code: function sliderInit() { sliderSize = ...
748
Eric Ceres
ericnj81
Apr 4, 2006 12:35 pm
This is most likely a scope issue, sliderSize is defined withing sliderInit only so sliderSize is not set in initSliderVals. Try passing sliderSize as a...
749
François Dussert
siddh_3376
Apr 4, 2006 12:51 pm
or just do var sliderSize; before your functions _____ De : ydn-javascript@yahoogroups.com [mailto:ydn-javascript@yahoogroups.com] De la part de Eric Ceres ...
750
bigtreestechman
Apr 4, 2006 1:48 pm
Any thoughts regarding use of the Yahoo UI Library components in a Rails application along with the Prototype Library? Thanks in advance, joe...
751
Ehsan Sadeghi
esadeghi59
Apr 4, 2006 2:04 pm
how can i get Yahoo! javascript library and work with it? johns@... wrote: hi ... Yahoo! javascript library ... well- you're welcome, but i had...
752
Marius Andreiana
mandreiana
Apr 4, 2006 2:25 pm
Hi Nige, Have you had any progress with treeview and drag-and-drop ? I'm trying to create one too. Thanks, Marius ... YAHOO.util.DDProxy() ... I use ... drag a...
753
Jeroen van Doorn
jevado_on_js
Apr 4, 2006 2:40 pm
I'm using it together, but not really intergrated. for example: YAHOO.util.DD.prototype.endDrag = function(e) { new Ajax.Updater(this.id, '/store/cart',...
754
Jeroen van Doorn
jevado_on_js
Apr 4, 2006 2:40 pm
http://com2.devnet.scd.yahoo.com/yui/ You'll find examples, downloads and documantation beneath the link. Regards, Jeroen...
755
Cecil Vermule
sandmantothe...
Apr 4, 2006 2:44 pm
Unless you have the table cell large enough that it can encompass the calendar and/or your content, it will always expand the cell if you don't use...
756
Brian McSweeney
brianmcsween...
Apr 4, 2006 3:04 pm
Thanks So much Cecil, what do people generally do about this? If the page is resized, absolute positioning makes it look bad. cheers, Brian...
757
johnnysidmouth
Apr 4, 2006 3:28 pm
Many thanks for the response In the end I have done away with the iFrame and gone for a scrollable table using a Div instead. Thanks again Johnny ... the ... ...
758
Steve Neweissman
babovava
Apr 4, 2006 3:50 pm
This happened to me too. I found that calling sliderSize.unlock() did the trick. Stephen Neweissman Internal Tool Developer <http://www.newcars.com/>...
759
Steve Neweissman
babovava
Apr 4, 2006 3:52 pm
This happened to me too. I found that calling sliderSize.unlock() did the trick. Stephen Neweissman Internal Tool Developer <http://www.newcars.com/>...
760
Cecil Vermule
sandmantothe...
Apr 4, 2006 3:55 pm
Absolutely positioned only looks bad if you don't want the effect of the overlaying (with potential z-index bugs). If you use one of the calendars that...
761
François Dussert
siddh_3376
Apr 4, 2006 3:55 pm
you must put the setValue in a setTimeout _____ De : ydn-javascript@yahoogroups.com [mailto:ydn-javascript@yahoogroups.com] De la part de Steve Neweissman ...
762
Brian McSweeney
brianmcsween...
Apr 4, 2006 4:02 pm
Hi Cecil, thanks for that. Do you know which calendar recalculates where it should be? thanks, Brian...
763
Nige White
exguardianre...
Apr 4, 2006 4:19 pm
... No, I went for the table based option that I posted up a while ago. The application problem I was solving in that case was not really tree based. I am...
764
Cecil Vermule
sandmantothe...
Apr 4, 2006 4:44 pm
I know that the calendar2up does. I believe that you can also "make" the regular calendar as well; I can't remember for sure or not off the top of my head....
765
Brian McSweeney
brianmcsween...
Apr 4, 2006 5:01 pm
Thanks Cecil. That's really cool of you. cheers, Brian...
766
Pablo Viojo
pviojo2
Apr 4, 2006 5:04 pm
As long as rails is a "server" technology and Yahoo UI Library is a client one, you should not have any problems. I've been using Yahoo and Prototype together...
767
Reynier Perez Mira
reynierpm
Apr 4, 2006 5:29 pm
Hi to every: I have a little problem, I think, with Yahoo UI. When I try to create a calendar widget and after reading the related doc I place this in my head:...
768
Cecil Vermule
sandmantothe...
Apr 4, 2006 6:03 pm
Be sure that you are calling the init() method onload for the body. This was my first mistake before I smacked myself in my head. ... Be sure that you are...
769
André Didier
andredidier
Apr 4, 2006 6:49 pm
Me too. Yahoo! and Prototype works fine. I'm using Java as server-side. All the best, André Didier ... -- callto://andredidier Me too. Yahoo! and Prototype...
770
tmc_kadesh
Apr 4, 2006 7:44 pm
Let's say I have a server with a message queue. I can call a servlet to get the next message off the queue. ... create new XHR call servlet on success,...
771
Cecil Vermule
sandmantothe...
Apr 4, 2006 9:08 pm
As long as you do the call correctly and do the client side processing, you should have no issues....
772
krookeddave
Apr 4, 2006 10:33 pm
I have a tasklist treeview set up and working great, but I ran into a roadblock when I put it in a form and tried to post it. I then realized that the tree is...
773
Sharp, Kenneth
sharpscat
Apr 4, 2006 10:45 pm
Is there a way to remove nodes from the TreeView? I'm dynamically building a list of child nodes by having onExpand call Connect.asyncRequest, but I'd like to...