RE: [flexcoders] Rotate Items in HorizontalList

2006-10-12 Thread Jeremy Crane
I need each item to rotate one after the other like 1,2,3,4,1,2,3,4,1, From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dustin Mercer Sent: Thursday, October 12, 2006 5:59 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Rotate Items in

Re: [flexcoders] Re: Binding scroll position to the selected index

2006-10-12 Thread Daniel Wabyick
So, I got both the valueCommit and the Observe / tag to work when manually setting list.selectedIndex, but not the list.selectedItem property. You can check out either version ... For those without the Observe / tag, just remove those two ... They appear to be functionally equivalent in this

RE: [flexcoders] Where to Download Eclipse 3.1.x?

2006-10-12 Thread Ronald Kinion
Excellent. Downloading it now. That's one problem solved... Anyone have other suggestions on plugins and team setup? Thanks, -- Ronald Kinion Phone: 253-205-3494 [EMAIL PROTECTED] www.zones.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aurélien

RE: [flexcoders] Rotate Items in HorizontalList

2006-10-12 Thread Dustin Mercer
Did setting the repeatCount on the sequence make any difference? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Crane Sent: Thursday, October 12, 2006 4:37 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Rotate Items in

RE: [flexcoders] Rotate Items in HorizontalList

2006-10-12 Thread Jeremy Crane
Setting repeatCount=0 gave me the effect I has hoping for. The other Issue I am having is that the items in my HorizontalList are Images and I want the Image to occupy 100% of the List having a columnCount=1. Right now I only get the Image to occupy about a quarter of the space I

RE: [flexcoders] Rotate Items in HorizontalList

2006-10-12 Thread Dustin Mercer
You are on the right track here. The mxml will compile itself into the swf when referenced properly. Remember to add any package names to the reference to the itemRenderer. Here is an example Package: Com.blah.blah Class: ItemRenderer.mxml HorizontalList: mx:HorizontalList

RE: [flexcoders] Rotate Items in HorizontalList

2006-10-12 Thread Jeremy Crane
Well I have created my custom ItemRenderer.mxml file set the itemRenderer property of the HorizontalList to that itemRenderer but when I compile the project only the main file is compiled into a swf. When I run the app nothing appears in the HorizontalList. I currently have

[flexcoders] Re: Binding scroll position to the selected index

2006-10-12 Thread Tim Hoff
Tracy, Thanks for the valueCommit suggestion. You shed a new light on that event: a lot less code your way. :) -TH --- In flexcoders@yahoogroups.com, Daniel Wabyick [EMAIL PROTECTED] wrote: So, I got both the valueCommit and the Observe / tag to work when manually setting

Re: [flexcoders] Now Shipping: ActionScript 3.0 Cookbook – Solutions for Flash Platform and Flex Application Developers

2006-10-12 Thread Jeff Fleitz
You know, I just ordered this from Amazon this morning, which said it was released, but my order details then showed that the book wasn't going to ship until December 17. That just doesn't sound right. On 10/12/06, greg h [EMAIL PROTECTED] wrote: fyi ... O'Reilly is now shipping:

[flexcoders] Set menuitem enabled/disabled

2006-10-12 Thread nikko_leborgne
Hi ! In my application, I create a Menu which is showned with a double click. Here is the code : In my MXML application : XML for the menu mx:XML id=tasksMenuData root menuitem label=Nouvelle tâche eventName=newTask enabled=/ menuitem

[flexcoders] Why does my custom event break regular events

2006-10-12 Thread boy_trike
I have found this simple framework works very well for me. /* Riawave - pattern-based best practices for flex 2 development */ In the fact that it solves two main problems for me, sharing data between all components in the application and intercomponent communication in a lightweight form.

[flexcoders] Keyboard shortcuts across workspaces

2006-10-12 Thread Bjorn Schultheiss
Hi, I understand why it is this way, but... When switching between workspaces is there a way to maintain my keyboard shortcuts (short of copying the prefs file across). If not i'll look at only using 1 workspace. I've set up different workspaces for my various dev directories

[flexcoders] Re: Now Shipping: ActionScript 3.0 Cookbook – Solutions for Flash Platform and F

2006-10-12 Thread ben.clinkinbeard
Same here, except mine says it will ship Dec 12. I'm calling BS. --- In flexcoders@yahoogroups.com, Jeff Fleitz [EMAIL PROTECTED] wrote: You know, I just ordered this from Amazon this morning, which said it was released, but my order details then showed that the book wasn't going to ship

<    1   2