RE: [flexcoders] How to set the Color of a Slider Thumb?

2006-04-25 Thread Deepa Subramaniam
Well in Flex 2 you'd set the fillColors style to color the slider thumb. You would pass in the same color for both values for the thumb to have a flat color, or you can achieve a color gradient by varying the colors for both the values. I think the same might be true in Flex 1.5, but I

[flexcoders] Re: mx:States and databinding issue

2006-04-25 Thread sof4real03
Matt, After a ton of debugging I finally was able to change the value of the button in the State via actionscript and not through binding with the SetProperty tag. public function formsValid(...args:Array):Boolean { for(var i:int = 0; i args.length; i++) { if( args[i] == false ) return

[flexcoders] Component Framework RSL cached by the player – is that reasonab le?

2006-04-25 Thread Brian Lesser
Hi, After Sho’s talk at FITC, I’ve been thinking a little more about runtime shared libraries. They are a great idea but the first time someone loads something from a site they have to download each RSL. If they visit different sites that use Flex they will be forced to download much of the

Re: [flexcoders] Flex 2 B 2 + Cairngorm 2 - Simple Question

2006-04-25 Thread Darren Houle
user defined and system defined ??? A system defined class was created by a user at some time in the past and then included in the class libraries... now, you write new code, extend existing classes, create entirely new classes, etc... when it's compiled it all gets glommed together. So

[flexcoders] PayPal Full Cart Solution -- Are we allowed yet to deploy a FLEX 2.0 solution yet?

2006-04-25 Thread Robert Thompson
I know Flash Player 8.5 is still in beta, but one of my clients is reaching a critical point of wanting an improved shopping cart.I can build my own with high quality and use Flash 8 Pro Web Services to PayPal; but I'd rather just move forward with a FLEX 2.0 solution.The Flash Shopping Carts

RE: [flexcoders] Flex 2.0 Breeze Preso by Jesse Warden 4/26/2006

2006-04-25 Thread Kevin Mulvihill
Oh, how I tried to geek out with you... Nice thought, John. Wish I could have been there. But since no ID/password was provided, I'm just sitting at the front door, waiting, waiting, waiting...patiently... to get in to the meeting, while the following message displays on my screen: "This

Re: [flexcoders] Flex 2.0 Breeze Preso by Jesse Warden 4/26/2006

2006-04-25 Thread John C. Bland II
lol. Read the subject line real quick (note the date). :-) Don't feel bad. You aren't the only one. :-)On 4/25/06, Kevin Mulvihill [EMAIL PROTECTED] wrote: Oh, how I tried to geek out with you... Nice thought, John. Wish I could have been there. But since no ID/password was provided,

RE: [flexcoders] PayPal Full Cart Solution -- Are we allowed yet to deploy a FLEX 2.0 solution yet?

2006-04-25 Thread David Mendels
Hi, We would not reccomend going into production. The software is still in beta, and the Flash Player 9 (formally referred to as 8.5) is not shipping and set up with Express Install. Your client(s) can download the beta Flash Player and you can advance your work, but we would not suggest

[flexcoders] (Flex20b2) RemoteObject access problem

2006-04-25 Thread aejaz_98
Hi,I have posted a couple of messages on calling a method on a Java object using mx:RemoteObject tag but so far I haven't been successful. With help from Peter Suresh I did proceed a little bit further but I am still unable to successfully call the method on the server side object. Since I

<    1   2