[flexcoders] Re: CheckBox Validator

2007-04-01 Thread ajudah987
--- In flexcoders@yahoogroups.com, ajudah987 [EMAIL PROTECTED] wrote:

 Hi,
 
 I have a checkbox i need to force people to tick before accessing the 
 next step in the checkout process. I was looking at using a validator 
 to do this but i can't get this to work. Is this possible?
 
 Cheers,
 
 AJ

Has anyone got any suggestions?



[flexcoders] CheckBox Validator

2007-03-30 Thread ajudah987
Hi,

I have a checkbox i need to force people to tick before accessing the 
next step in the checkout process. I was looking at using a validator 
to do this but i can't get this to work. Is this possible?

Cheers,

AJ



[flexcoders] Http Compression for Flex

2007-03-24 Thread ajudah987
Has anyone got any of the Webserver http compression tools working with 
Flex. I am trying to get the Remote object return stream, application/x-
amf stream compressed from my webserver without much luck. I have tried 
IIS6's default methods but they are limited to file types not mime 
types. I have trialed Port80's httpZip but this does not seem to work 
for the above mime type. It does work for the initial swf file but i 
loose the progress dialogue. Pulling my hair out trying to find a 
solution. Any advice or help would be appreciated.

Cheers,

AJ



[flexcoders] TabNavigator Filtering with Comparator class

2007-03-20 Thread ajudah987
I am using a tabnavigator with a Canvas and then a TileList in it.
I have a horizontal slider similiar to the Flex store to filter 
products based upon price. 

My challenge is that when i adjust the slider the Comparator class 
adjusts the alpha of just the items visible in the tilelist. It does 
not filter the items when u scroll down the list.

As well it filters all visible items except the first item.

Does anyone have any ideas on how to address this?

Thanks in advance

Ammo987




[flexcoders] Cold Fusion/Cairngorm VO advice

2007-02-19 Thread ajudah987
I am new to Cairngorm and Flex. Looking over the store example and 
several others and they all seem to use Value Objects to pass and 
define the data on the client. I have a lot of data and structures to 
return to flex in my application. 

1.Should i avoid returning data to Cairngorm via cfc queries and return 
all my data on the server via defined VO's? Does this make sense for 
simple data exchanges?

2.In Cairngorm what is the best way to pass a complex structure into 
the app? For example I have products which belong to product owners 
which are mapped to entitlements. Should i define these all as VO's 
embedded inside each other?

Thanks in advance for any advice,

AJ