[flexcoders] Flex Modules and chaching

2009-06-23 Thread Ben Densmore
I have broken my application up to use multiple modules, with each module having it's own set of remoting calls. For some reason when I go to deploy to my production server and swap out the services-config.xml and do a re-build of the Flex project the modules still try to access the Flex

[flexcoders] Remoting Question

2009-06-18 Thread Ben Densmore
I have an app that I'm having some issues accessing a session variable that is set in ColdFusion. I think it's due to my services-config.xml file having the flexgateway url set to have the www. If I'm at www.mydomain.com I can make the remoting call and have the cfc return the session

[flexcoders] Issue with TileList

2009-06-14 Thread Ben Densmore
I am using a TileList to pull in some profile info for an app I'm building. Inside the TileList I have a few Text Components that I'm trying to add a click event to. For some reason when I build the project I get an error that the method I'm trying to call does not exist, even though it does.

Re: [flexcoders] Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread Ben Densmore
Hi Jamie, I believe this is a bug in 2.0.1. I have run into the same issue with trying to set a datagrid column to visible=false. It seems to be ignored. Can you try and build your project in 2.0 and see if the issue still occurs? Ben - Original Message From: jamiebadman [EMAIL

Re: [flexcoders] Flex and CF (or how ActionScript is making me want to cry)

2006-11-27 Thread Ben Densmore
Hi Stephen, you pretty much have it. Steps 1 and 2 can be done in any order. You can do your Flex layout first if you want and then write your CF code or vice versa, that part doesn't really matter. I'm not sure what your trying to bind your data to but say you had a datagrid that you wanted

[flexcoders] Changing the value of a cell in Datagrid

2006-11-16 Thread Ben Densmore
I'm in the process of converting a page that I originally wrote in using flash forms in ColdFusion over to Flex. I have a function that does some calculations based on a couple of cells in each row that would get called with a change event. In my CF version I was able to use:

Re: [flexcoders] Re: Changing the value of a cell in Datagrid

2006-11-16 Thread Ben Densmore
/docs/wwhelp/ wwhimpl/common/ html/wwhelp. htm?context= LiveDocs_ Partsfile=0503. html --- In [EMAIL PROTECTED] ups.com, Ben Densmore [EMAIL PROTECTED] .. wrote: I'm in the process of converting a page that I originally wrote in using flash forms in ColdFusion over to Flex. I have a function