[flexcoders] Is there a simple Cairngorm 2 walkthrough out there?

2006-08-31 Thread g8torjoe
I realize that Cairngorm isn't exactly intended for an extremely small app, but I am wondering if anyone has seen a very basic tutorial on creating a simple app using Cairngorm. I have read all of the articles out there a couple of times and have a good grasp on the principles of the design

[flexcoders] How do you install CF Extensions for Flex 2?

2006-08-04 Thread g8torjoe
That's it. My question is the subject. :) I have searched hi and low and can not seem to figure out where the CF Extensions for Flex 2 are and how to install them. Thanks for your help! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: How do you install CF Extensions for Flex 2?

2006-08-04 Thread g8torjoe
be in the temp directory FB used to install. You can nab them here http://ray.camdenfamily.com/index.cfm/2006/7/6/Getting-the-RDS-extension s-for-CFEclipse too. go gators! DK On 8/4/06, g8torjoe [EMAIL PROTECTED] wrote: That's it. My question is the subject. :) I have

[flexcoders] Re: How do you install CF Extensions for Flex 2?

2006-08-04 Thread g8torjoe
\ColdFusion Extensions for Flex Builder João Fernandes On 8/4/06, g8torjoe [EMAIL PROTECTED] wrote: That's it. My question is the subject. :) I have searched hi and low and can not seem to figure out where the CF Extensions for Flex 2 are and how to install them. Thanks for your help

[flexcoders] ItemRenderer with Button

2006-07-06 Thread g8torjoe
I have a dataGrid control with an itemRenderer containing a button. The button has a click handler which is defined as a private function in the script tags. Every time I try to compile I get an error: 1180: Call to a possibly undefined method orderItem. A PARTIAL piece of the code is below. I

[flexcoders] Re: ItemRenderer with Button

2006-07-06 Thread g8torjoe
://livedocs.macromedia.com/flex/2/docs/0843.html Brendan On 7/6/06, g8torjoe j.stramel@ wrote: I have a dataGrid control with an itemRenderer containing a button. The button has a click handler which is defined as a private function in the script tags. Every time I

[flexcoders] How do I access the value in this datagrid?

2006-06-08 Thread g8torjoe
I have a datagrid pulling information from a SQL database. Each row in the grid has an itemEditor with a numericStepper. I want to write back to the database the values the user enters in that control. I just can't quite figure out how to reference the different rows. Code below, thanks in

[flexcoders] Re: How do I access the value in this datagrid?

2006-06-08 Thread g8torjoe
whatever logic necessary. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g8torjoe Sent: Thursday, June 08, 2006 11:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I access the value in this datagrid

[flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-31 Thread g8torjoe
{ this.dispatchEvent( new Event(change) ); Alert.show( ObjectUtil.toString(event) ); } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g8torjoe Sent: Tuesday, May 30, 2006 11:28 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-31 Thread g8torjoe
:[EMAIL PROTECTED] On Behalf Of g8torjoe Sent: Tuesday, May 30, 2006 11:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question on CF components created by the Flex Wizard Hi Bill, I apologize that I haven't quite got this figured out yet...but I am on the cusp

[flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-30 Thread g8torjoe
[mailto:[EMAIL PROTECTED] On Behalf Of g8torjoe Sent: Friday, May 26, 2006 1:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question on CF components created by the Flex Wizard Bill, thank you very much for your time and response. I apologize that I am still a little

[flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-26 Thread g8torjoe
release this code is already gen'd by the wizard. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g8torjoe Sent: Thursday, May 25, 2006 3:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question on CF components created

[flexcoders] Question on CF components created by the Flex Wizard

2006-05-25 Thread g8torjoe
I am having a little trouble following the flow of the CF components created by the wizard in Flex. I am using the save function of the gateway component and writing to the database successfully. When I create a new record I am wondering if the ID (or key - mine is ID) should be returned. I see