[flexcoders] how common is Flex and Rails together?

2011-09-17 Thread Chris Downey
Hi, I'm just wondering if there is anybody who is actively working on a project or knows of projects where Flex and Rails are used together. Looking online, I see a burst of blogs between 2007-2009 but then it quickly fizzles. Any thoughts about this? Theoretically, it seems to be an

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-23 Thread Chris Downey
Ooops. By pragmatically I meant programmatically On Mon, Nov 23, 2009 at 12:30 AM, Chris Downey cdow...@gmail.com wrote: I'm not sure how much my code examples will help - I'm using SQL Server and before the data gets to SQL, I translate the boolean value to a 1 or 0. If I were in your shoes

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-23 Thread Chris Downey
=App.src.cfcs.propertyMaintenance showBusyCursor=true mx:method name=listProperty result=handleStringResult(event) fault=mx.controls.Alert.show(event.fault.faultString)/ /mx:RemoteObject mx:CheckBox label=Pool id=pool color=#99 width=160 fontSize=12 click=poolselected()/ -- Chris

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-22 Thread Chris Downey
you have to pragmatically examine and test values sent from Cold Fusion? On Sun, Nov 22, 2009 at 8:03 AM, stinasius stinas...@yahoo.com wrote: Chris Downey you said you do this all the time, care to show how exaclty you do it using the first example of itemWorking, or you can show how

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-16 Thread Chris Downey
Is your app successfully putting any data into the database now, or is this the first attempt to get it working? On Mon, Nov 16, 2009 at 6:47 AM, stinasius stinas...@yahoo.com wrote: Tracy that's what i did but it does not work... -- Chris Downey http://www.vaccine-tlc.org/ http

Re: [flexcoders] how to insert checkbox value into database

2009-11-12 Thread Chris Downey
with the form and database. i have one problem though, how can i insert a checkbox value from the flex form into the database. thanks guys -- Chris Downey http://www.vaccine-tlc.org/ http://www.chrisdowney.name/ http://code.google.com/p/vaccine-toxic-load-calculator/