Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-20 Thread Ethan Miller
I found that this works as well (when it's an object with fields): var o = getItem ( myTileList, 2, 2 ) ["label"]; trace(o); // Some Label Thanks again, this totally worked! ethan > getItem returns whatever is at the index you are hover over. > > So, if it's a string, you'll get: > > var o = g

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread JesterXL
e); // Jester You've already got the power... use it for teh w1n! - Original Message - From: "Ethan Miller" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 5:20 PM Subject: Re: [flexcoders] Getting Data Out of Rollovers in TileLists Awesome, and than

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread Ethan Miller
rowIndex and columnIndex on the event. > > ...It's all in the wrist, suckaz! > > http://pastebin.de/9325 > > - Original Message - > From: "Ethan Miller" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, July 19, 2006 1:44 PM > Subject: Re: [flex

RE: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread Sho Kuwamoto
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan MillerSent: Wednesday, July 19, 2006 10:44 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Getting Data Out of Rollovers in TileLists I've tried both. Either works for sending the

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread JesterXL
"Ethan Miller" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, July 19, 2006 12:58 PM > Subject: Re: [flexcoders] Getting Data Out of Rollovers in TileLists > > selectedItem doesn't work because no item is selected, it was only > rolled over. Surely there's

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread JesterXL
t; > To: > Sent: Wednesday, July 19, 2006 12:58 PM > Subject: Re: [flexcoders] Getting Data Out of Rollovers in TileLists > > selectedItem doesn't work because no item is selected, it was only > rolled over. Surely there's a way to catch the data of a rolled over &g

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread Ethan Miller
July 19, 2006 12:58 PM > Subject: Re: [flexcoders] Getting Data Out of Rollovers in TileLists > > selectedItem doesn't work because no item is selected, it was only > rolled over. Surely there's a way to catch the data of a rolled over > item? Anyone? > > ch

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread JesterXL
You said you tried itemRollOver, but in the code, you are using rollOver, not itemRollOver as the event for TileList. - Original Message - From: "Ethan Miller" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 12:58 PM Subject: Re: [flexcoders] Getting Data Out

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread Ethan Miller
selectedItem doesn't work because no item is selected, it was only rolled over. Surely there's a way to catch the data of a rolled over item? Anyone? cheers, ethan > Maybe event.target.selectedItem? > > - Original Message - > From: "Ethan Miller" <[EMAIL PROTECTED]> > To: > Sent: Tue

Re: [flexcoders] Getting Data Out of Rollovers in TileLists

2006-07-19 Thread JesterXL
Maybe event.target.selectedItem? - Original Message - From: "Ethan Miller" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 18, 2006 6:10 PM Subject: [flexcoders] Getting Data Out of Rollovers in TileLists Greetings - I'm trying to get data out of a dataProvider (the 'orientation' field)