[flexcoders] Flex3 - LCDS anyone know status? Does it work?

2007-10-22 Thread John Menke
If somebody has it working can you pls give me a few pointers on how
you got it running.  Is there a web tier compiler for Flex3??





[flexcoders] Re: Flex on Vista?

2007-05-24 Thread John Menke

 As for Flex on Vista: Flex 2.01 works pretty well on Vista but is still 
 unsupported by Adobe. 

Is there anyone who knows where to confirm this?  Is there a document
from Adobe?



[flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread John Menke
How do i get validation errors to appear next to corresponding fields
in a component that i have on an .mxml page?

I have a custom component that contains text fields.  I can validate
the component with a custom validator but i cannot get the error to
display next to the field.  

Any suggestions?





[flexcoders] Sharing Datastore between 2 DataServices

2007-03-02 Thread John Menke
Is the following possible with FDS?

DataService_1 - references data retrieved from a DB view (MYVIEW)
DataService_2 - references data of a component of (MYVIEW)


If i update a record with DataService_2 I want DataService_1 to be
aware that it needs to auto refresh.

Is this possible to setup using a shared DataStore between
DataService_1 and DataService_2 ???


-john







[flexcoders] channel disconnected before an acknowledgement was received

2007-02-27 Thread John Menke

I am getting an error *channel* *disconnected* before an acknowledgement
was received  when i envoke a fill method on my Assembler.  This method
uses Spring remoting to make an RMI call to retrieve data and i have
confirmed the method call works.

Is there any way of increasing the timeout on a channel?  Will this fix my
problem?

-john


[flexcoders] channel disconnected before an acknowledgement was received

2007-02-27 Thread John Menke
I am getting an error channel disconnected before an acknowledgement
was received  when I call a fill method on my Assembler.  This fill
method uses Spring remoting to make an RMI call to retrieve data and I
have confirmed the method call works. 

Is there any way of increasing the timeout on a channel?  Will this
fix my problem?

-john



[flexcoders] Re: Cairngorm's Anaemic Domain Model

2007-02-22 Thread John Menke
--- In flexcoders@yahoogroups.com, Peter Martin [EMAIL PROTECTED] wrote:

 I thought at this point it is worth jumping in to talk a bit about
 Cairngorm Enterprise, which we are currently working on.
 

Peter,

is there a public cairngorm repository where we can get a look at the
Cairngorm Enterprise Code?

-jm



[flexcoders] Maven2 + Cairngorm based flex app?

2007-02-01 Thread John Menke
I am trying to use Maven2 with the maven-flex2-plugin to build and
deploy the CairngormStore for Flex 2. 

Has anyone had any success with using Maven with a Cairngorm based
Flex project?  

-john