RE: [flexcoders] opening all accordion screens...

2005-02-19 Thread Matt Chotin
I think youll need to use something custom here for that. You could maybe use a VDividedBox and reskin the divider. Accordion is really only meant to show one at a time. Matt From: Michael Griffin [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 1:03 PM To:

RE: [flexcoders] snap divided box open and shut

2005-02-19 Thread Robert Stuttaford
Mr Coenraets is your friend :) http://www.coenraets.com/viewarticle.jsp?articleId=89 -Original Message- From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: 19 February 2005 08:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] snap divided box open and shut Is there a way to

RE: [flexcoders] snap divided box open and shut

2005-02-19 Thread Tom Fitzpatrick
At 02:35 PM 2/19/2005, you wrote: Mr Coenraets is your friend :) http://www.coenraets.com/viewarticle.jsp?articleId=89 Yes, indeed he is - I've already been trying to work with this awesome class, but keeping with the Panel motif. Are you saying that the same open-and-shut code could be adapted

Re: [flexcoders] opening all accordion screens...

2005-02-19 Thread Manish Jethani
Michael Griffin wrote: Is it possible to open all accordion screens at once? I'd like to be able to unroll the complete view of a flow instead of always having to navigate one at a time. Any suggestions? Why not use multiple accordions with one view each? Just resize them as and when you feel

Re: [flexcoders] snap divided box open and shut

2005-02-19 Thread Manish Jethani
Tom Fitzpatrick wrote: At 02:35 PM 2/19/2005, you wrote: Mr Coenraets is your friend :) http://www.coenraets.com/viewarticle.jsp?articleId=89 Yes, indeed he is - I've already been trying to work with this awesome class, but keeping with the Panel motif. Are you saying that the same

Re: [flexcoders] snap divided box open and shut

2005-02-19 Thread Tom Fitzpatrick
At 03:19 PM 2/19/2005, you wrote: Have you tried the moveDivider function of the DividedBox class? Thanks, Manish - I'll look into it. Sounds like the ticket. - Tom

Newbie - Where do I start?

2005-02-19 Thread Jeff Chastain
Okay, newbie here - to the list and to Flex. I have gone through all of the articles and examples on DevNet. I feel like I can open an mxml file and pretty well understand whats going on - but going from there to actually writing an app is another thing. So, are there any resources that people

re: [flexcoders] Newbie - Where do I start?

2005-02-19 Thread Tarik Ahmed
Welp You need this book:http://www.amazon.com/exec/obidos/ASIN/0321255666/qid=1108775674/sr=2-1/ref=pd_bbs_b_2_1/103-5110671-1006235Read it.. try out some of the examples. The authors are also on this list.The flex 1.5 docs

RE: [flexcoders] Connecting Action Script pages to MXML pages

2005-02-19 Thread Tracy Spratt
That is the simplest. If the component is in a subfolder, you can create a namespace that points at the sub folder. Xmlns:mycomps=myfolder.* You'd need to look at the docs for this to get the exact syntax of the reference. You can also put your class files in WEB-INF\flex\user_classes, and they

Re: Newbie - Where do I start?

2005-02-19 Thread Jeff Chastain
This was the book I was looking at, but I was not sure since it seemed to be written for Flex 1.0. Is this still applicable for Flex 1.5? Thanks for the pointers. -- Jeff --- In flexcoders@yahoogroups.com, Tarik Ahmed [EMAIL PROTECTED] wrote: Welp You need this book:

RE: [flexcoders] Re: Newbie - Where do I start?

2005-02-19 Thread Steven Webster
Hi Jeff, This was the book I was looking at, but I was not sure since it seemed to be written for Flex 1.0. Is this still applicable for Flex 1.5? I'm one of the two authors of the book ... 99% of the book is relevant to Flex 1.5; there is an excellent document on devnet about the

RE: [flexcoders] Re: Newbie - Where do I start?

2005-02-19 Thread Jeff Chastain
Thanks Steven. I just put in the order - nowto wait impatiently. -- Jeff From: Steven Webster [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 10:12 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Newbie - Where do I start? Hi Jeff, This was the book I was

Re: [flexcoders] Re: Newbie - Where do I start?

2005-02-19 Thread Sjors Pals
Commercial spam ;) Greets Sjors Steven Webster wrote: Hi Jeff, This was the book I was looking at, but I was not sure since it seemed to be written for Flex 1.0. Is this still applicable for Flex 1.5? I'm one of the two authors of the book ... 99% of the book is relevant to Flex 1.5; there is

RE: [flexcoders] Re: Newbie - Where do I start?

2005-02-19 Thread Steven Webster
Commercial spam ;) You've obviously never written a tech book ;-) I think if we get 19,000 more members to the flexcoders list, and they all buy a book, Alistair and I should start to receive approximately half a dollar between us for every subsequent book sold Rather, before we start

RE: [flexcoders] opening a link in canvas in the same page

2005-02-19 Thread Matt Chotin
I think you want a ViewStack to be your body. When you click the link youll simply set the selectedIndex of your ViewStack to be the appropriate body content. I assume youre talking Flex content here and not HTML since you cant really embed HTML pages in Flex J Matt From: