On 6/13/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Is anybody monitoring this list working on CF and Flex? I would love to > share the pains and growth. I am finding this rather difficult to get a > handle on, and I am sure I am not alone. But I had some success today! > > I was able to modify the phone example and create the first step of a > conversion application from HTML/ColdFusion to flex/ColdFusion and on the > first try! > > I created my base CFC and a bean/object CFC, then modify the main.mxml, > object(phone).as and detail(thumb.mxml) files from the Phones example to use > these CFCs. I then compiled it to my working directory rather then the > cfide/samples directory. And this worked, first try. > > Considering how many tries I have gone through to get the phone sample to > work, this amazes me. It currently is not working again. I ran it once this > morning and since then I get a java.null type error and I have no clue as to > why, especially since I did not change a thing as far as I know. > > Now I just need to figure out the following pieces. > > - How to change the state of my initial state. I want to click a control and > get the main state recreated based on the new value passed to the base cfc.
not sure whatyou are asking here. by state do you mean the actual Flex states? Just change them on event fires, eh? > > - How to create another level of objects to my current object. It is going > to contain an array of objects to be displayed inside the current tilebox. You mean object foo has many goos? Handle this the same as in CFCs, Java classes, etc. foo has a property goo of type array. bamm! synchs across the wire from CFC to AS too, very nice. > > - How to get the flex IDE to deploy the html/swf files to my web root > (g:\playground\MobileCalendar\) rather then the Jrun server root > (c:\jrun\servers\cfusion\cfusion.ear\cfusion.war\MobileCalendar\) when I > publish/run my project. This is not such a big deal, because it is not too > difficult to copy from the latter to the former directory and get an updated > project running. But it is still annoying. I suppose for local dev using remoting services, your root would usualy be the Jrun root. > > This is a calendar based display of all the events of a given month. With > detail drill downs, updates and insertion action all over the place. As well > as many auxiliary functions and tasks. > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:37:2697 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/37 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
