RE: [flexcoders] Re: Question about a flex component

2009-08-04 Thread Gordon Smith
...@yahoogroups.com] On Behalf Of veena_kris2003 Sent: Tuesday, August 04, 2009 10:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component how do i make visible invisible the icons for previous/next? --- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com

RE: [flexcoders] Re: Question about a flex component

2009-07-28 Thread Gordon Smith
@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component Does anyone know of icons or images I can use in my buttons instead of labeling them Previous and Next. I tried to google it and I did not find anything. Thanks. --- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com

RE: [flexcoders] Re: Question about a flex component

2009-07-28 Thread Gordon Smith
: [flexcoders] Re: Question about a flex component Please help. The items are being added dynamically to the mx:HorizontalList id=test bottom=0 width=100% backgroundColor=0x00 horizontalScrollPolicy=on verticalScrollPolicy=off/ I debugged the code and the items are being added, but I can't

Re: [flexcoders] Re: Question about a flex component

2009-07-28 Thread veena pandit
: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On Behalf Of veena_kris2003 Sent: Friday, July 24, 2009 3:19 PM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] Re: Question about a flex component Please help. The items are being added

RE: [flexcoders] Re: Question about a flex component

2009-07-28 Thread Gordon Smith
@yahoogroups.commailto:flexcoders%40yahoogroups.com flexcoders%40yahoogroups.com mailto:flexcoders%40yahoogroups.com flexcoders%2540yahoogroups.com Subject: [flexcoders] Re: Question about a flex component Do you mind posting an example. It sounds like this is what I

RE: [flexcoders] Re: Question about a flex component

2009-07-27 Thread Gordon Smith
...@yahoogroups.com] On Behalf Of veena_kris2003 Sent: Saturday, July 25, 2009 3:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component My message from earlier today never got posted. How do you add event listeners to objects in the horizontalList. I added the event

RE: [flexcoders] Re: Question about a flex component

2009-07-27 Thread Gordon Smith
, July 27, 2009 3:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component I fixed it so that I called the change=horizontalScrollListChange(event). Then I pass in a ListEvent to the horizontalScrollListChange method. Can I dispatch a MouseEvent from

Re: [flexcoders] Re: Question about a flex component

2009-07-27 Thread veena pandit
Adobe Flex SDK Team *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *veena_kris2003 *Sent:* Monday, July 27, 2009 3:44 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Question about a flex component I fixed it so that I called

RE: [flexcoders] Re: Question about a flex component

2009-07-27 Thread Gordon Smith
@yahoogroups.com Subject: Re: [flexcoders] Re: Question about a flex component It is really complex code. I don't understand it yet. On Mon, Jul 27, 2009 at 7:02 PM, Gordon Smith gosm...@adobe.commailto:gosm...@adobe.com wrote: Normally only the Player dispatches MouseEvents, in response

Re: [flexcoders] Re: Question about a flex component

2009-07-27 Thread veena pandit
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *veena pandit *Sent:* Monday, July 27, 2009 4:17 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Question about a flex component It is really complex code. I don't understand it yet. On Mon, Jul 27, 2009

RE: [flexcoders] Re: Question about a flex component

2009-07-27 Thread Gordon Smith
: Re: [flexcoders] Re: Question about a flex component It is really complex code. I don't understand it yet. On Mon, Jul 27, 2009 at 7:02 PM, Gordon Smith gosm...@adobe.commailto:gosm...@adobe.com wrote: Normally only the Player dispatches MouseEvents, in response to the user using

RE: [flexcoders] Re: Question about a flex component

2009-07-24 Thread Gordon Smith
-= for the Previous button. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of veena_kris2003 Sent: Thursday, July 23, 2009 4:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component Do you mind posting

RE: [flexcoders] Re: Question about a flex component

2009-07-24 Thread Tracy Spratt
...@yahoogroups.com] On Behalf Of veena_kris2003 Sent: Friday, July 24, 2009 6:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component Please help. The items are being added dynamically to the mx:HorizontalList id=test bottom=0 width=100% backgroundColor

RE: [flexcoders] Re: Question about a flex component

2009-07-24 Thread Gordon Smith
}; myList.dataProvider.addItem(item); Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of veena_kris2003 Sent: Friday, July 24, 2009 3:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about a flex component