Hi, I've been trying to implement some features into YUI charts and I've had a really long and painful trip starting with getting the charts to build! I tried...
51493
r2b2_ry
Sep 4, 2009 7:42 am
Removing the minimum attribute for y-axis did the trick. I think im just going to wait for the next release, although I'm also using the build which have the...
51494
chriscurran
Sep 4, 2009 12:00 pm
Good grief. How did I miss that all this time? Thanks John......
51496
sbjohnson256
Sep 4, 2009 4:58 pm
Hi, I am using the the cell editor in my datatable. However the editor does not render in the table cell that is click. The editor renders at the top of the...
51497
Jakob Wells
jakobwithak...
Sep 4, 2009 7:22 pm
For some reason or another, my carousel is broken. Any ideas?...
51498
tssha
Sep 4, 2009 7:56 pm
... There are two errors on that page: 1) Class is not defined http://thewronski.com/new/scripts/PlaceholderInput.js Line 1 2) missing variable name ...
51499
Sonc Adeola
soncadeola
Sep 5, 2009 6:38 pm
please unsubscribe me ________________________________ From: tssha <tsha@...> To: ydn-javascript@yahoogroups.com Sent: Friday, September 4, 2009...
51500
ex_veritas
Sep 5, 2009 6:40 pm
Greetings! I have a dialog (defined in an html file, below), that I'd like to use in two different scenarios. These scenarios are "get members of an...
51504
prashant.raju@...
prashant.raj...
Sep 6, 2009 8:06 am
Hello all, I'm currently building a site using this layout: http://developer.yahoo.com/yui/examples/grids/grids-t5_source.html So far its working well however...
51505
Todd Wells
ttopwells
Sep 6, 2009 2:39 pm
Anyone have any ideas on this?...
51507
Alexandre Miguel Pedr...
alexmipego
Sep 6, 2009 6:46 pm
I've created a page on my website to show & explain my intentions. I've also setup a git fork to store my work and share it. Please take a look and share your...
51508
Dwight Bridges
tripp.bridges
Sep 6, 2009 7:36 pm
Hi Alexandre, YUI Charts has added flash player 10 functionality. (charts is still compatible in 9, just not the additional functionality) In order to compile,...
51510
Alexandre Miguel Pedr...
alexmipego
Sep 6, 2009 8:06 pm
Hi, Nice, 2 quick question though: In build.properties I've something like: #flexbin: you will need to change the source of this property to match the location...
51511
Dwight Bridges
tripp.bridges
Sep 6, 2009 8:20 pm
YUI Charts uses the CS3 component architecture so you will need to have a flash installation to have the library. The updates to YUI involve flash player 10...
51512
Vadim Konovalov
vadrer
Sep 6, 2009 9:48 pm
Hi, I am novice, so please forgive me if my question is too stupid. I wonder whether YUI possible for XUL. As long as XUL promises native OS applications, and...
51513
Alexandre Miguel Pedr...
alexmipego
Sep 6, 2009 9:53 pm
I've managed to apply your tips sucessfully and build the head without the need to patch anything. Still, I can't see anything when I run my code, the flash...
51515
Alexandre Miguel Pedr...
alexmipego
Sep 6, 2009 11:07 pm
Ok I found out that I needed to include swf-min.js now. It worked nicely, except that ExtJs chart's wraping isn't working. Afaik ExtJs, uses the swf directly...
51517
Dwight Bridges
tripp.bridges
Sep 6, 2009 11:45 pm
swfReady is fired from the SWF so that should not be an issue. I am not sure how ExtJs works when wrapping the chart but I would assume that you would have to...
51518
Alexandre Miguel Pedr...
alexmipego
Sep 6, 2009 11:49 pm
I've been testing almost each commit you've done and I finally managed to get the problem. In this commit ( ...
51519
Alexandre Miguel Pedr...
alexmipego
Sep 6, 2009 11:51 pm
ExtJS doesn't use *any* of YUI's js code. They do it by wraping their own swfobject copy and instatialize the yui charts.swf file directly, passing all the...
51520
David Fealkoff
davidfealkoff
Sep 7, 2009 2:21 am
Hi Bill, Thanks for the tip. It worked, however, there's a related problem that I'm now taking potshots at. Maybe you know something about it. the html...
51522
yanlui88
Sep 7, 2009 6:31 am
Hi, I have a dataTable to list Contact Name and Address. However the Up/Down arrow heads did NOT show on column header when I clicked either column headers to...
51523
nitin.suri
Sep 7, 2009 7:17 am
Hi, I'm an absolute virgin w.r.t. to YUI. I have a story to implement where I need to implement the YUI tree structure on the page. Well this part is done. Now...
51524
lalang
banuaja
Sep 7, 2009 12:04 pm
Why menu yui is appear behind object flash ? I have try to add attribute iframe=true, it's fix problems on IE not on Mozilla. ...
51525
lalang
banuaja
Sep 7, 2009 12:05 pm
How for flash ? I have same problem. The YUI menu appear behind my flash. I use yui 2.5.1 and firefox 3.0.13. I have try to add attribute iframe=true, it's...
51526
narendra reddy
mnrbug
Sep 7, 2009 1:53 pm
Hi There, We are using YUI Calendar widget which is prior to 2.x version. We are having around 100 widgets on the same page, and the performance is badly...
51527
hatfinch
Sep 7, 2009 8:01 pm
Hi, When I try to call setAllowMultipleFiles(true) on a new YAHOO.widget.Uploader, it fails for the reason stated in this message's subject. Am I doing...
51528
viruschidai
Sep 8, 2009 1:42 am
My guess is the error happened because the flash component had not loaded yet. Try to call uploader.setAllowMultipleFiles(true) in the contentReady handler....
51529
Eric P
eric.maillist@...
Sep 8, 2009 2:25 am
... I was using the Menu widget. I figured out that if I use the MenuBar, the positioning is never lost. Yay! Eric P....
51530
manne_swiss
Sep 8, 2009 4:02 pm
Hi i am implementing pagination using server side pagination (say the drop down in the paginator consists of 10,20 rows needs to displayed in a page) if...