[flexcoders] Cairngorm with File Posting

2007-09-10 Thread boybles
Anybody have experience posting files in Cairngorm? If so, how would I go about structuring it (seperating the the commands and the business)? Are there any examples of this out there? Boybles

[flexcoders] Multiple Model Locators in Cairngorm

2007-09-01 Thread boybles
AppModelLocator = Component1.model.AppModelLocator.getInstance(); Is this going to cause problems? If so, is there a better way to do this? Boybles

[flexcoders] Dynamic Security Disabling

2007-08-30 Thread boybles
What is the best way to dynamically disable a view component of a Flex app when security requirements aren't met. Are turning off visibility and/or making the enabled=false the only ways? Boybles

[flexcoders] Using Database Data For Hard Coded Flex swfs

2007-06-09 Thread boybles
ange often...and when they do, I could recompile the swf. The database would be the easiest way for me to maintain that data (rather than put this data in xml files). Any suggestions/examples would be very much appreciated. Thanks, Boybles

[flexcoders] Re: form post to url

2007-06-01 Thread boybles
Figured it out. I used URLRequest,URLRequestMethod.POST and navigateToURL [i.e.navigateToURL(request,"_self");] Boybles --- In flexcoders@yahoogroups.com, "boybles" <[EMAIL PROTECTED]> wrote: > > How do you implement a form post in Flex to a url which will then g

[flexcoders] form post to url

2007-06-01 Thread boybles
How do you implement a form post in Flex to a url which will then go to that URL in the browser (where the target is "_self"? Thanks Boybles

[flexcoders] Dispatching Forms Eloquently w/ Cairngorm Events

2007-05-10 Thread boybles
right. Thanks, Boybles i.e. public function updateUser() : void { var cgEvent : UpdateUserEvent = new UpdateUserEvent (model.userTemp.UserName,model.userTemp.UserID,LastName.text,FirstName.t ext,UserName.text,Email.text,Password.text,Position.text,Division.text,A ddress.text,City.text,State

[flexcoders] Re: FDS Scalability

2007-04-20 Thread boybles
rrent poor CF-FDS performance. I guess I thought you were conceding that there is some performance issues with CF 7.0.2 and FDS. I know you can't talk too much about it...but how will performance be improved with Scorpio? Boybles --- In flexcoders@yahoogroups.com, "Ben Forta"

[flexcoders] FDS Scalability

2007-04-20 Thread boybles
How is the scalability with FDS with CF (and do you have to enable sticky clustering)? I also heard that FDS+CF is much slower than FDS+Java especially when traffic gets heavy. Ben Forta didn't admit it outright...but hinted at it. Have you experienced this kind of thing?