Hi all, Ok, I've got another problem with my Widget.. http://stu.ac/allplay/test.asp I'm trying to fade widgets in/out this time.. The actual fade transition...
Another update. We have finally been able to reproduce the problem, but can't get enough information around what exactly is going on. It appears as if the...
Actually, Lindsay & Eric, I posted asking what's up w.YUI examples (menu specifically) as well, so I doubt it was cache, etc. They eventually, came back up,...
I am using the logger now, and I found an error in the DataSource object: Could not find a valid Connection Manager. I am going to keep working on this, but if...
Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A computer without a Microsoft operating system...
I somehow missed the YUILoader object in the RC, and just started playing with it, but I'm seeing some odd behavior. It loads the modules correctly, but my...
Here what I do: - Start with the fixed scrolling example (http://developer.yahoo.com/yui/examples/datatable/dt_fixedscroll.html) - Change the datasource and...
Steve - You are not setting the "disabled" configuration properly correctly - you need to use the "setProperty" method of the MenuItem instance's configuration...
The anchor element is required. If you don't want it to through you to the top of the page when clicked set the href to link to the id of its submenu. So the...
Jason, Odd indeed. It seems as though onLoadComplete isn't firing when Menu is requested as a module, whereas with the same code your onLoadComplete does fire ...
... So I'm not crazy; That's good news. Thanks! :P -- Jason Lee, SCJP Software Architect -- Objectstream, Inc. JSF RI Dev Team http://blogs.steeplesoft.com...
Hi there, Have you tried setting the AutoComplete property "useIFrame" to true? The code you've posted looks like the generated markup, which is not as helpful...
Bob - Thanks for uncovering this issue. From your email it seems like this isn't consistently reproducible, as you indicate that this can "sometimes happen."...
Hi there, If you need to parse complex nested data as you describe below, at this time your best bet is to customize the DataSource method "parseXMLData". And...
Hi Mike, That message seems to indicate a missing Connection Manager dependency. Are you referencing the right file, and are you referencing it before the...
Hi there, As of the 2.3.0 release, you should be able to access other data fields in your formatter function with something like this: var cbValue =...
Hi Saf, Which member of the container family are you seeing this on? I believe you mentioned Dialog, but I cannot seem to replicate the problem using it. Which...
bongooo76 - By default a ContextMenu SHOULD do what you describe - always position itself inside the boundaries of the browser's viewport. This feature is...
I have been building several projects that incorporate Modal Panels to convey info like errors instead of using alert() the results are beautiful! I have one...
Hi, I started with the new and shiny 2.3.0 menubar example: http://developer.yahoo.com/yui/examples/menu/topnavfrommarkup_source.html I loaded it to my server...
Hey michael.aram, I'm not able to reproduce your issue, and YUI Grids are as robust on IE6 as on any other browser. If you've uncovered a bug, I'd like to get...
Hi everyone, I'd like to know how to update my database from an inline editing. I'm upgrading from yui-2.2 to 2.3 and I've done the following: ...
Djalma Fadel Junior
dfadel@...
Aug 1, 2007 8:02 pm
16037
I have been having problems with the drag handle of the sizable panel... when I drag the handle to change the panels size, if I move the mouse too fast and the...
I am having some issues since updating to version 2.3.0. First issue that I am having, and solved on my own, but posting in case others have the problem. When...
The editor object has many properties, one of which is 'record' so oArgs.editor.record will give you what you need. The 'editor' argument has many other...
Thanks, Todd. That is exactly what I was missing. In regards to the need for a blank menu, I though it would be easiest to give you an illustation. This link...