[flexcoders] In Flex and Coldfusion Crud in 100 lines, the CFC syntax doesn't work on MX702

2009-04-08 Thread dmkramerica
Hey guys, I followed this seemingly great article, and I've found that in the Crud.cfc portion of the example (here specifically)... 1:cfcomponent output=false 2: cffunction name=getData access=remote returntype=Query 3: cfset var local = {} / cfquery

[flexcoders] clear concise article/tutorial on setting up CFC project in Flex Builder?

2009-04-07 Thread dmkramerica
I have full admin priv to CF, and the entire server for that matter, and Gassner's articles on lynda.com only describe setting up Cold Fusion projects in a local environment - which is like super rare in reality. The other information I find seems inconsistent and sometimes contrary so

[flexcoders] Re: HOW?: DnD within grid to move AND have DnD from the grid to list be a copy.

2009-02-15 Thread dmkramerica
Got it. Ctrl+drag. Duh. --- In flexcoders@yahoogroups.com, David Kramer kramer.da...@... wrote: Hey folks, I need some guidance/solution to a Drag and Drop scenario... I have a list and a grid. You can drag and drop from the grid to the list, and you can drag and drop within the grid to

[flexcoders] Re: AdobeFlexBuilder 3 AIR: problem with Exported Release Build

2009-02-09 Thread dmkramerica
I just solved the very same error. Which, after research, has multiple causes. What I found was: If you have .png files in a folder called assets, for some strange reason it will not install. Delete that folder (in both the /src and in the /bin-debug or /bin-release folders), copy the those

[flexcoders] Re: Installing an AIR APP with configuration

2009-02-05 Thread dmkramerica
Did you ever make progress or solve this? --- In flexcoders@yahoogroups.com, bjorn itrashm...@... wrote: What's the best practice here? I need my app to know the username of the user who install it. So I'm thinking of adding it as a parameter to the app in the installer badge, and then

[flexcoders] FLVs not loading after I publish to server

2008-12-18 Thread dmkramerica
Hey all! I have what seems to be a minor problem. I have a Flex project, it loads FLVs, and it does so just fine in my development environment, but when I upload the source files to my server, the .html wrapper loads, the .swf loads, but the referenced FLVs do not appear. For instance one

[flexcoders] SOLVED: Re: FLVs not loading after I publish to server

2008-12-18 Thread dmkramerica
MIME type for .flv extension not set to video/x-flv in IIS. Duh. --- In flexcoders@yahoogroups.com, dmkramerica kramer.da...@... wrote: Hey all! I have what seems to be a minor problem. I have a Flex project, it loads FLVs, and it does so just fine in my development environment