[flexcoders] Pagable Array Collection help

2007-05-14 Thread kasey.mccurdy
http://www.boyzoid.com/flexdemos/pagableAC/main.html Scott wrote a great extension to the arrayCollection that allows you to page through an array collection easily. However, the addItem() function that normally works with arrayCollections isnt workin. since the pageableArrayCollection (see sour

[flexcoders] accordion selected / normal text style

2007-05-02 Thread kasey.mccurdy
ive dugg through the live docs...scoured the web..and to no avail... does anyone out there know how to change the text style for a selected accordion panel vs. a non selected one? i cant seem to find anything ANYWHERE thanks ya'll.

[flexcoders] Re: When to use Flex???

2007-03-08 Thread kasey.mccurdy
Hey there Allan -- i'll try to throw my 3 cents in, and by all means, if anyone else has something to add - do so. basicaly, flex is an application framework...stress the word "APPLICATION". our strategy on flex has been that if we can consider it an APPLICATION, we will use flex. If youre going

[flexcoders] i love flex.

2007-01-18 Thread kasey.mccurdy
i just wanted to say that. i really think adobe (well, the macromedia team) has done an amazing job in creating an amazing framework... and no, im not a macromedia employee. that is all ... i hope all my fellow flex-coders have an awesome day...

[flexcoders] Re: making an entire hbox item linkable?

2007-01-15 Thread kasey.mccurdy
t; > buttonMode="true" click="navigateToURL(new URLRequest('www.yahoo.com > '),'_blank')" > > > > On 1/12/07, kasey.mccurdy <[EMAIL PROTECTED]> wrote: > > > > im creating a component in actionscript with an HBox inside it, and

[flexcoders] Re: making an entire hbox item linkable?

2007-01-13 Thread kasey.mccurdy
@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Thursday 11 January 2007 22:29, kasey.mccurdy wrote: > > any help is much appreciated > > Have you seen the HistoryManager ? > > -- > Tom Chiverton > Helping to c

[flexcoders] making an entire hbox item linkable?

2007-01-11 Thread kasey.mccurdy
im creating a component in actionscript with an HBox inside it, and i was wondering if anyone has any advice as to the best way to make the entire Hbox (and all its children) linkable...(i want it to go to the url specified when the user clicks the entire item) any help is much appreciated

[flexcoders] Re: masking with a sprite

2007-01-11 Thread kasey.mccurdy
I actually JUST found this - hope this helps someone: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=1855.html kasey --- In flexcoders@yahoogroups.com, "Giles Roadnight" <[EMAIL PROTECTED]> wrote: > > After doing some digging about

[flexcoders] Re: masking with a sprite

2007-01-11 Thread kasey.mccurdy
im running into the same issue myself...can you not load a sprite ANYWHERE inside a panel, or just in the individual component itself? i have a component that i can make into whatever i need, but this component rests within an VBox, which extends panel... have you found any other fixes? thanks!

[flexcoders] Re: Wrapping multiple text items

2006-12-22 Thread kasey.mccurdy
rom: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of kasey.mccurdy > Sent: Friday, December 22, 2006 11:05 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Wrapping multiple text items > > > > Hi there -- i have a very very basic question. &g

[flexcoders] Wrapping multiple text items

2006-12-22 Thread kasey.mccurdy
Hi there -- i have a very very basic question. I'm trying to layout 6 text items inside an HBox -- id like them to wrap when they get to the edge of the HBox (like CSS floating)...but it seems that the 6 text items just go straight out in a line (they dont wrap inside the HBox)...my code is as fol

[flexcoders] Re: Question on TabNavigator

2006-12-22 Thread kasey.mccurdy
Hey there -- to space between the tabs -- there's a property called "horizontalGap" just try like "10" for exampleplay around with it. ill look into your other questions --- In flexcoders@yahoogroups.com, "malik_robinson" <[EMAIL PROTECTED]> wrote: > > Hi > > Few questions that I think