Re: [flexcoders] classpath confusion

2005-02-19 Thread Tom Fitzpatrick
At 03:51 PM 2/19/2005, you wrote: Strange. This works for me: http://www.macromedia.com/2003/mxml"; xmlns:i2="newpackage.nest.*"> My CustomComponent.mxml is in "./newpackage/nest/" directory. OK - got it. Inside the custom component on the .mxml page was a dataProvider - what I had to do was ad

Re: [flexcoders] classpath confusion

2005-02-19 Thread Manish Jethani
Tom Fitzpatrick wrote: If I simply cut and paste "i2" to change this: xmlns="com.iterationtwo.components.*" and .. to this: xmlns:i2="com.iterationtwo.components.*" and .. it goes from working to an error message ("URI is unknown"). Strange. This works for me: http://www.macromedia.com/200

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

Re: [flexcoders] classpath confusion

2005-02-19 Thread Tom Fitzpatrick
At 03:18 PM 2/19/2005, you wrote: > xmlns="com.iterationtwo.components.*" -- vs. -- > xmlns:i2="com.iterationtwo.components" Spot the difference contest. :) Hmm. Yes I tried that, still doesn't work. If I simply cut and paste "i2" to change this: xmlns="com.iterationtwo.components.*" and .. to

Re: [flexcoders] Re: Can Flex do this?

2005-02-19 Thread Manish Jethani
kredding.geo wrote: Now we want to send those drawn "layers" back to Flex, so that they can be merged with the original image. I think you'd do any image processing on the client side, but, if you must do it on the server side, you can use the remote data services (RemoteObject, HTTPService, Web

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 open-and-shut

Re: [flexcoders] classpath confusion

2005-02-19 Thread Manish Jethani
Tom Fitzpatrick wrote: xmlns="com.iterationtwo.components.*" -- vs. -- xmlns:i2="com.iterationtwo.components" Spot the difference contest. :) Hint: Twinkle twinkle little what? Manish

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 like

classpath confusion

2005-02-19 Thread Tom Fitzpatrick
I've been trying to use the classpath as described in The Book and having some problems. If I create a directory com/iterationtwo/components in the same directory as my Main.mxml file, and then define the namespace as xmlns="com.iterationtwo.components.*" and a component as . then every

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] 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

snap divided box open and shut

2005-02-19 Thread Tom Fitzpatrick
Is there a way to replace the drag behavior and snap an HDividedbox (or a VDividedbox) open and shut - to achieve an effect similar to the opening and closing of panels in FlexBuilder?

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

2005-02-19 Thread Matt Chotin
I think you’ll 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: 'fle

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 you’ll simply set the selectedIndex of your ViewStack to be the appropriate body content.  I assume you’re talking Flex content here and not HTML since you can’t really embed HTML pages in Flex J   Matt   Fro

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 answ

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 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 look

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 differe

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

2005-02-19 Thread Matt Chotin
Absolutely a worthwhile buy.  Only a few things have changed and you can learn about them in the migration guide on the web site.   Matt   From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 8:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

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: > http://w

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

2005-02-19 Thread David Mendels
Hi,   I would also reccomend the tutorials at Christophe's site: http://www.coenraets.com/index.jsp   and the Flex blog aggregator at: http://www.markme.com/mxna/index.cfm?category=Flex   -David  

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: [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 arehere:http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwh

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 wo

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

2005-02-19 Thread nostra72
Also I need to make sure that there both in the same folder the mxml file and the as file right?

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

2005-02-19 Thread Tracy Spratt
You have several syntax errors: missing braces, incorrect case, but when I corrected those it worked fine for me. Tracy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 6:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Co