[flexcoders] is it possible to change accordion using actionscript without button event?

2005-10-20 Thread msloumac
Hi, Can anyone tell me whether is is possible to navigate the accordion using actionscript rather that via button clicks. these are the options I have tried: _root.accordionname.selectedIndex=1; _parent.accordionname.selectedIndex=1; I am executing the code after listening to a broadcast event

[flexcoders] Re: itemRenderer/dataGrid rollOverColor question

2006-08-09 Thread msloumac
I am also having the same issue with an itemrenderer losing my datagrid rollover colours .. i have tried inline itemrender v external mxml renderer with no difference .. it seems to be related to the public override of set data function ... any ideas ? I have also tried setStyle(rollOverColor,

[flexcoders] Re: Code Highlighting Bug?

2007-02-21 Thread msloumac
Hi There, may be bug, the data binding works fine for selectedRanges= {etc} but when you select a date on the dateChooser - switch views then return to the dateChooser the selectedRanges highlights are lost - like the selectedDate is overriding them - if you programatically force a reset of

[flexcoders] Re: Code Highlighting Bug?

2007-02-26 Thread msloumac
for my purposes I managed to display my selectedRanges after changing screens or selecting a date by overriding selectedRanges in DateChooser.as in framework to be public --- In flexcoders@yahoogroups.com, msloumac [EMAIL PROTECTED] wrote: Hi There, may be bug, the data binding works fine

[flexcoders] labelFunction item object and font style

2005-05-10 Thread msloumac
I am using labelFunction in a DataGridColumn to return a string based on the value of myColumn I want to set the background property of myColumn but I dont know how to get a refrence to the index position of the item object myColumn. I have tried numerous variations on item.index without success,

[flexcoders] Re: labelFunction item object and font style

2005-05-11 Thread msloumac
it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of msloumac Sent: Tuesday, May 10, 2005 3:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] labelFunction item object and font style I am using labelFunction

[flexcoders] Re: labelFunction item object and font style

2005-05-12 Thread msloumac
? You're right that labelFunction doesn't really provide you a mechanism for getting the index that you're working with. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of msloumac Sent: Wednesday, May 11, 2005 8:44 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] xml datagrid grouping data

2005-07-11 Thread msloumac
Hi, Does anyone know whether it is possible to bind xml to a data model then use datagrid to group display the data? e.g mx:Model id=myModel groups group gid=01 groupname=first group member nameBob/name age32/age /member member nameHarry/name age34/age /member /group group gid=02

[flexcoders] Re: xml datagrid grouping data

2005-07-11 Thread msloumac
the ordering right. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of msloumac Sent: Monday, July 11, 2005 8:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] xml datagrid grouping data Hi, Does anyone