Re: [flexcoders] ASP Shopping Cart Example

2005-10-16 Thread Torben Nielsen
Hi Robert, You should create a .NET web service to comunicate ith your Flex application. The approach should be like this: 1. Create custom objects in .NET to hold your data. 2. Use the ArrayList to create an array of objects that you send to your Flex application I can send you some code

RE: [flexcoders] ASP Shopping Cart Example

2005-10-16 Thread Robert Thompson
Thanks Abdul. So the valid.../valid returned by the login.asp page, how is that then interpreted by MXML? I guess maybe I'm missing something as I was reading some docs about Zorn/FlexBuilder 2, and I was under the impression that ColdFusion, JSP, ASP, etc. are all treated under the same

Re: [flexcoders] scrollbars on panels

2005-10-16 Thread Manish Jethani
On 10/15/05, Husain Kitabi [EMAIL PROTECTED] wrote: mx:HBox xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* xmlns:lsmclassgroup=com.lsmonline.client.dto.* xmlns:lclassgroupView=com.lsmonline.client.view.course.classgroup.* height=100% mx:Panel title= Create Classgroup

[flexcoders] Re: Highlight gridline on chart

2005-10-16 Thread Tom Fitzpatrick
Martin - Thanks for the suggestion, but that won't work. My fault, for not being more specific. The column chart is actually a stacked column chart, and when I introduce the LineSeries, it tries to become part of the stack. I think I have to move to a cartesian chart setup - if it's possible

[flexcoders] Validation of Custom component

2005-10-16 Thread Shlomi Cohen
Title: Mercury Email Signature Hi We have a custom component that is composed of several UI controls. this custom component is placed in a more complex form. we need to validate the input entered for this custom component , and draw a red square around it (the canvas the wraps

RE: [flexcoders] Validation of Custom component

2005-10-16 Thread Matt Chotin
Title: Mercury Email Signature Have you looked at isStructureValid? If you have a model that contains all of the values you want validated and call isStructureValid youll find out about everything at once and dont need another property to test for you. From:

Re: [flexcoders] scrollbars on panels

2005-10-16 Thread Husain Kitabi
Hi I tried using that, but no success. I also get a warning message when I used parent.height. Btw, I replaced my panel with accordion container. Now the scroll disappeared from the HBox and appeared in the accordion. My requirement is a panel. Regards HusainManish Jethani [EMAIL PROTECTED]

Re: [flexcoders] ASP Shopping Cart Example

2005-10-16 Thread Robert Thompson
Yes, thanks Torben. I would love to see those examples; it's the best way for me to learn. Very much appreciated. --- Torben Nielsen [EMAIL PROTECTED] wrote: Hi Robert, You should create a .NET web service to comunicate ith your Flex application. The approach should be like this: 1.

Re: [flexcoders] Flex pricing

2005-10-16 Thread Manish Jethani
On 10/16/05, Weyert de Boer [EMAIL PROTECTED] wrote: Does anyone here know a website where I can find out about the pricing of Flex? I might have a project that would be interesting to be made in Flex. Cost? http://www.macromedia.com/software/flex/productinfo/faq/#item-6-4

[flexcoders] Question about linking two mxml pages together

2005-10-16 Thread nostra72
I have a question, normally you can link two html pages together but from what I understand I have seen nothing about linking two mxml pages together. What I want to do is have a link on one page link to another mxml page that has pictures on it. Is this possible to do? Or when you make an mxml

RE: [flexcoders] RemoteObject call to POJO on JRUN

2005-10-16 Thread Peter Farland
Are you sure that /amfgateway is mapped to your Flex AMF GatewayServlet in /WEB-INF/web.xml and not a coldfusion one? Have you used a sniffer to try and watch where your SWF is trying to call - i.e. tracking down host names, ports, context roots, what have you... From:

Re: [flexcoders] Question about linking two mxml pages together

2005-10-16 Thread Manish Jethani
On 10/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a question, normally you can link two html pages together but from what I understand I have seen nothing about linking two mxml pages together. What I want to do is have a link on one page link to another mxml page that has

RE: [flexcoders] Question about linking two mxml pages together

2005-10-16 Thread Abdul Qabiz
You can also load another flex page inside existing, using Loader: mx:Loader source=page2.mxml.swf/ -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Sunday, October 16, 2005 4:22 PM To: flexcoders@yahoogroups.com

[flexcoders] Flex 2 Alpha is here???

2005-10-16 Thread Chris Velevitch
It's been over 10 hours since the 17 started. Where is it? (Just kidding. I won't have time this week to look at it ;-) Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au Yahoo! Groups Sponsor ~-- Fair

RE: [flexcoders] RemoteObject call to POJO on JRUN

2005-10-16 Thread Jeremy Crane
Here is the mapping I have for the AMFGatewayServlet in my flex servers /WEB-INF/web.xml file: !-- Flash Remoting AMF Gateway URL -- servlet-mapping servlet-nameAMFGatewayServlet/servlet-name url-pattern/amfgateway/*/url-pattern /servlet-mapping As for using a sniffer, NO I

RE: [flexcoders] Flex 2 Alpha is here???

2005-10-16 Thread Abdul Qabiz
Don't worry by this tomorrow you gonna have Alpha-bits with you... Exciting... :) -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Sunday, October 16, 2005 5:58 PM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Flex 2 Alpha is here???

2005-10-16 Thread Claus Wahlers
Don't worry by this tomorrow you gonna have Alpha-bits with you... define tomorrow... ;) http://labs.macromedia.com cheers, claus. Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back!

Re: [flexcoders] Flex 2 Alpha is here???

2005-10-16 Thread Scott Barnes
Its here, now labs.macromedia.com enjoy! ;)On 10/17/05, Abdul Qabiz [EMAIL PROTECTED] wrote: Don't worry by this tomorrow you gonna have Alpha-bits with you...Exciting...:)-abdul-Original Message-From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of Chris