Re: [flexcoders] Code Highlighting Bug?

2007-01-25 Thread Steve House
Brendan, I am getting the same problem with: mx:DateField id=dtNeeded disabledRanges={[{rangeEnd: new Date()}]} selectedDate={detailObject.dtNeeded} editable=true / Really Annoying! Adobe, is this a bug and is there a workaround??? Steve On 1/22/07, Brendan

[flexcoders] DataGrid Tooltips

2007-01-24 Thread Steve House
/ /mx:columns /mx:DataGrid For example, these objects also have sRequestDescription properties that I would like to show in the tooltip. Thanks in advance, Steve House

[flexcoders] Popup TitleWindow with Cairngorm 2

2007-01-18 Thread Steve House
Does anyone have any advice/examples of passing data between a view and a TitleWindow launched with the PopupManager specifically using Cairngorm 2? Thanks, Steve House

Re: [flexcoders] Binding a DataGrid to an Array

2007-01-17 Thread Steve House
OK. I think I have that working. Thanks All! On 1/17/07, João Fernandes [EMAIL PROTECTED] wrote: Steve, why not use an ArrayCollection? in your result function do something like this function result(data:Object):void{ var myModel : ModelLocator : ModelLocator.getInstance();

Re: [flexcoders] Re: Cairngorm Newbie Question - Please set me straight

2006-12-06 Thread Steve House
Hank, Thanks for your reply. I am not sure I am explaining this correctly but let me try adding these details and see if this helps. My backend is ColdFusion and I have created Flex remote objects to several CFCs that each correspond to a separate business object (not necessarily one table).

Re: [flexcoders] Problems trying to deploy Flex app on CF server

2006-12-06 Thread Steve House
Can you provide more details? On 12/6/06, stephen50232 [EMAIL PROTECTED] wrote: Hi, I'm trying to deploy my first Flex application on a coldfusion server. The login page of the application runs fine until I submit the form, then I get a: Property message not found on

Re: [flexcoders] Re: Cairngorm Newbie Question - Please set me straight

2006-12-06 Thread Steve House
Hank, Thanks for your reply. I am not sure I am explaining this correctly but let me try adding these details and see if this helps. My backend is ColdFusion and I have created Flex remote objects to several CFCs that each correspond to a separate business object (not necessarily one table).

Re: [flexcoders] Re: Cairngorm Newbie Question - Please set me straight

2006-12-06 Thread Steve House
CFCs - A BusinessDelegate for each method that you'll be calling Steve House wrote: Hank, Thanks for your reply. I am not sure I am explaining this correctly but let me try adding these details and see if this helps. My backend is ColdFusion and I have created Flex remote objects to several

Re: [flexcoders] Re: Cairngorm Newbie Question - Please set me straight

2006-12-06 Thread Steve House
is not delivering high level enough information. Regards, Hank On 12/6/06, Steve House [EMAIL PROTECTED] wrote: Hank, Thanks for your reply. I am not sure I am explaining this correctly but let me try adding these details and see if this helps. My backend is ColdFusion and I have created Flex

[flexcoders] Re: Problem with Tree Control and custom ITreeDataDescriptor

2006-06-07 Thread Steve House
I should have mentioned that this is Flex 2 Beta 3. Sorry, Steve On 6/7/06, Steve House [EMAIL PROTECTED] wrote: Help, I have created a custom ITreeDataDescriptor using a class named subject. Here is the beginning of the class definition... public dynamic class subject implements