I think what you want to do is to put a javascript function in your "session timed out, please sign in again" page that is called when the page has loaded. ...
716
Joe
ydn@...
Apr 2, 2006 12:48 pm
Hi, I'm curious about an issue I noticed while playing with the Connection Manager: I can retrieve text files just fine, but, for some reason, binary files get...
Hello, Thanks for making YUI available. I'm working on using the code in my web app and have some initial comments. My web app is hosted on a removable drive...
can anyone suggest a way to send IM from a web page? Blair Zajac <blair@...> wrote: Hello, Thanks for making YUI available. I'm working on using the...
can anyone suggest a way to send IM from a web page? Most likely, your page will communicate with a server that does the actual communication. Following is a...
Hello, I'm feeling stupid. Why doesn't this work? var pos = new YAHOO.util.Point(100, 100); YAHOO.util.Dom.setXY('searchResults39;, pos); I am able to set the XY...
Hi Charles, YAHOO.util.Point is a subclass of YAHOO.util.Region, which is an object with the properties "top, right, bottom, left". In the case of a Point, ...
How do I send Synchronous requests to server? Is there a method called syncRequest()? ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in...
Chris, The Photos Easy Upload tool is not an implementation of the YUI Library; that implementation is not open source, as far as I know. Sorry about that. ...
Amruta, You can send a synchronous request with most XHR libraries -- but not with the XHR library. We regard the synchronous transaction, which freezes the...
Much to my dismay I discovered that the YAHOO.util.Dom.getStyle method does not work in Safari 2.0.3 when you want the style from an element specified in a...
Here is an update, already. The problem appears to only show up if the display style is set to 'none'. I guess the computedStyle for a non-visable element...
Hi, Is the library going to support menu's (horizontal), tab navigation? If so is there a release plan? Or is there a development roadmap? Are there plans for...
Hi folks! New to this group but your stuff looks cool! I'm trying to use the calendar component and I'm using it within a table. I really can't afford to...
Hi all! I recently have begun work with the APIs and have collided with the following promlem: doesn't work animation (such as Resize, Fade) under Safari 1.2.2...
I have created a folder tree view and set the root as dynamically loaded. It all works fine. The only problem is that when a leaf node is reached, since it...
Hi, This is with a very simple example using the java.util.DD. I am trying to override the startDrag method and I get the error "dragElementDD has no...
Hi, We only test against Safari 1.3 and up. This is based on our Graded Browser Support strategy: http://developer.yahoo.com/yui/articles/gbs/gbs.html All YUI...
Hi Rhett, To get around the Safari error for this case, modify the following line: if (dv.getComputedStyle(el, null).getPropertyValue(converted)) { value =...
Hi what is your group subject? i am new and confused. thank you...
738
johns@...
Apr 3, 2006 6:27 pm
hi ... Yahoo! javascript library ... well- you're welcome, but i had nothing to do with it ... -- \js oblique strategy: what would your closest friend do?...
Hi All, I have just started looking at the UI library (and I'm new to all this javascript stuff). I have two main questions, hopefully someone can guide me in...
I'm new to alot of this... Is there a tutorial that you could recommend about how to read and use the API documentation provided for each of the Yahoo UI...
... node ... expandable node. ... returns ... does ... I'm not sure if I follow. We use treeview and we can set dynamic on/off when needed and it works for...
Thanks, Matt! This brings up a good point, though. Perhaps setXY should also accept an object with "top, left" properties. Yeah, it seemed reasonable to...
There is a work-around I've tried: Instead of setting the root dynamic, as shown by the Yahoo tutorial and example, set the node dynamic when you're creating...
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...