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...
16011
Derek
cabledawgtke
Aug 1, 2007 12:57 pm
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...
16012
kp_yui
Aug 1, 2007 1:14 pm
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,...
16014
mikebroadbear10
Aug 1, 2007 2:13 pm
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...
16015
dav.glass@...
dav.glass
Aug 1, 2007 2:20 pm
Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A computer without a Microsoft operating system...
16016
Jason Lee
littlezoper
Aug 1, 2007 3:03 pm
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...
16017
andrewrjones86
Aug 1, 2007 3:08 pm
Here what I do: - Start with the fixed scrolling example (http://developer.yahoo.com/yui/examples/datatable/dt_fixedscroll.html) - Change the datasource and...
16018
Todd Kloots
toddkloots
Aug 1, 2007 3:20 pm
Steve - You are not setting the "disabled" configuration properly correctly - you need to use the "setProperty" method of the MenuItem instance's configuration...
16019
Todd Kloots
toddkloots
Aug 1, 2007 3:21 pm
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...
16020
Eric Miraglia
ericmiraglia
Aug 1, 2007 3:37 pm
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 ...
16021
Jason Lee
littlezoper
Aug 1, 2007 3:43 pm
... 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...
16022
Will Green
hotgazpacho
Aug 1, 2007 4:04 pm
I don't think it will get addressed without a bug report on the Sourceforge project page. So, I created one: LEGEND color not reset ...
16023
jennykhan
Aug 1, 2007 4:44 pm
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...
16024
jennykhan
Aug 1, 2007 4:46 pm
Hi Marimuthu P, You should be able to disable your DataSource39;s cache by setting its property "maxCacheEntries" to 0. Hope that helps, Jenny...
16025
jennykhan
Aug 1, 2007 4:56 pm
Hi Mark W, I'm not sure I understand your question about parsing subsequent characters. This example uses a JavaScript array: ...
16026
Todd Kloots
toddkloots
Aug 1, 2007 4:57 pm
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."...
16027
jennykhan
Aug 1, 2007 4:58 pm
Hi there, I think you are looking to subscribe to the DataTable's initEvent. Hope that helps, Jenny...
16028
jennykhan
Aug 1, 2007 5:07 pm
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...
16029
jennykhan
Aug 1, 2007 5:16 pm
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...
16030
jennykhan
Aug 1, 2007 5:29 pm
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 =...
16031
Satyen Desai
sdezzi
Aug 1, 2007 5:32 pm
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...
16032
Todd Kloots
toddkloots
Aug 1, 2007 5:45 pm
bongooo76 - By default a ContextMenu SHOULD do what you describe - always position itself inside the boundaries of the browser's viewport. This feature is...
16033
foggjacob
Aug 1, 2007 6:33 pm
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...
16034
larry_kluger
Aug 1, 2007 7:40 pm
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...
16035
Nate Koechley
nate.koechley
Aug 1, 2007 7:48 pm
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...
16036
Djalma Fadel Junior
dfadel@...
Aug 1, 2007 8:02 pm
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: ...
16037
foggjacob
Aug 1, 2007 8:40 pm
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...
16039
Jamie
jamierytlewski
Aug 1, 2007 8:51 pm
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...
16040
Satyam
satyamutsa
Aug 1, 2007 8:56 pm
The editor object has many properties, one of which is 'record39; so oArgs.editor.record will give you what you need. The 'editor39; argument has many other...
16041
Steve
codeslinger_...
Aug 1, 2007 8:56 pm
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...