RE: [flexcoders]Does the Accordion have an Icon Function?

2006-12-14 Thread Belinda Nambooze
There is a workaround for the bug mentioned below, and that's to use the AccordionHeader type selector instead of setting headerStyleName. Thanks, Belinda Flex SDK QA From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork

RE: [flexcoders] another bug in tree... or am I missing something

2006-12-12 Thread Belinda Nambooze
Hi Hank, I'm not able to reproduce the issue where selectedIndex doesn't work. Could you email me a code snippet showing the bug? Thanks, Belinda Flex QA SDK From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent:

RE: [flexcoders] DepthColors Bug GMC2

2006-12-11 Thread Belinda Nambooze
Yes, please use the prerelease forum for questions regarding GMC2. As for the depth color issue, we have logged it and are looking into fixing it for a future release. Any rows that don't initially have nodes will be drawn with black background color. Possible workaround is to set Tree's

RE: [flexcoders] Re: Drag Selection of Multiple Objects in TileList HUGE BUG!

2006-07-19 Thread Belinda Nambooze
We were able to reproduce the bug using a simple TileList. Thanks. Belinda Flex SDK QA From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Wednesday, July 19, 2006 4:17 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re:

RE: [flexcoders] Tree AllowMultipleSelection Bug

2006-07-14 Thread Belinda Nambooze
AllowMultipleSelection was disabled to work around some Tree issues. It will be re-enabled in a later release. Thanks, Belinda -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Thursday, July 13, 2006 4:27 PM To:

RE: [flexcoders] Re: Tree and allowMultipleSelection functionality not working

2006-07-05 Thread Belinda Nambooze
AllowMultipleSelection was disabled in the released version of Flex to work around some issues with Tree, but will be re-enabled in a future release. Belinda From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jason Hawryluk Sent: Saturday,

RE: [flexcoders] Flex 2.0: SharedObject

2006-03-16 Thread Belinda Nambooze
Both those issues were logged as bugs and have since been fixed. They should be working in beta2. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tyombria Sent: Thursday, March 16, 2006 12:02 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] identity tree level when on click ?

2006-03-15 Thread Belinda Nambooze
After drilling down with the engineer, came up with this hack: TreeListData(IDropInListItemRenderer(tree.listItems[event.rowIndex][0]). listData).depth; Make sure you import mx.controls.treeClasses as well as mx.controls.listClasses; We're currently working on creating or exposing API's that