[flexcoders] LCDS RTMPS connection forced closed

2008-12-18 Thread Daniel Harfleet
Hi, we are running into a problem with RTMPS on LCDS 2.6 . If anyone has any ideas, or is experiencing similar problems, please let me know, many thanks dan 15:26:35,575 INFO [STDOUT] [LCDS]SocketServer 'my-rtmps-SocketServer' has accepted new Connection '13257590'. 15:26:35,576 INFO [STDOUT

[flexcoders] Cairngorm on Labs

2006-08-21 Thread Daniel Harfleet
rs to utilise Cairngorm. Thanks in advance, Daniel Harfleet -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the

[flexcoders] Re: Cairngorm demo shop and user not found

2006-05-11 Thread Daniel Harfleet
Hi Tom, this is definately to do with the location of the database files for HSQLDB, can I suggest you put the full path of the hsqldb database files into store.cfg or to start with hardcode the full path into the java source in HSQLDBConnectionManager dan --- In flexcoders@yahoogroups.com,

[flexcoders] Re: hi, i am new to flex, can any one help me how so go with it ?

2005-10-11 Thread Daniel Harfleet
http://www.macromedia.com/devnet/flex/ http://livedocs.macromedia.com/flex/15/ http://groups.yahoo.com/group/flexcoders/message/22504 http://www.amazon.com/exec/obidos/tg/detail/-/0321255666/qid=1129025361/sr=2-1/ref=pd_bbs_b_2_1/002-5980796-8408032?v=glance&s=books http://www.richinternetapps

[flexcoders] Re: Asynchronous notification

2005-10-05 Thread Daniel Harfleet
You should maybe also take a look at Flash Communication Server. FCS allows you to push data to ActionScript clients using RTMP; you can then just implement some kind of 'Listener' class in you client which receives notifications of data changes. You could implement your FCS code in such a way tha

[flexcoders] Re: Trying to compile with mxmlc - can't find JVM

2005-09-21 Thread Daniel Harfleet
Hi, this may help you . This build script wraps compc

[flexcoders] Re: not-explicitly-set VO attribute being lost when passed to CFC

2005-09-09 Thread Daniel Harfleet
can we see the source of you ListVO.as please ? --- In flexcoders@yahoogroups.com, "a8i364io" <[EMAIL PROTECTED]> wrote: > OK I think this is really weird. I've been making good progress in > Cairngorm'ing an app I built but I've run across a problem. I've got > this thingy that updates a dat

[flexcoders] Re: I have an overloaded Java method, How can I call an specific method using Re

2005-09-09 Thread Daniel Harfleet
if you were to map the java params to action script params, what would the params still be different and if so, you may be able to work out what param types you need to supply see the 'Converting data from Java to ActionScript' part of the live docs --- In flexcoders@yahoogroups.com, [EMAIL P

[flexcoders] Re: Linux Macromedia Flex on Tomcat HOWTO

2005-09-08 Thread Daniel Harfleet
I would add that a quick way to deploy a vanilla flex war to Tomcat with the preferred name of you webapp, is to rename flex.war to your webapp name e.g. rename flex.war to bookstore.war and drop it into your Tomcat webapps directory dan --- In flexcoders@yahoogroups.com, "charlespaz1" <[EMA

[flexcoders] Re: Cairgorm features

2005-09-02 Thread Daniel Harfleet
I would add that although Cairngorm uses patterns that are also used by Struts, to a certain extent that is where the similarity stops; from a programming perspective Flex probably compares more closely to Swing, MFC, Motif or similar event driven UI languages and Cairngorm is a set of patterns to

[flexcoders] Re: passing array of Form values in VO

2005-09-02 Thread Daniel Harfleet
Will your form have a fixed amount of 'name' inputs, or will the user keep adding inputs by clicking a button (or similar) ? dan --- In flexcoders@yahoogroups.com, "cruegger2000" <[EMAIL PROTECTED]> wrote: > I want to have a form on the client side that accepts > a list of items of the same typ

[flexcoders] Re: Does Flex have equivalent of JSTL ?

2005-09-01 Thread Daniel Harfleet
Hi, if it is always the case that you only have to ouput 1,2 or 3 input fields, you could create a custom component which would be initialized by your object in the dataprovider, it could contain the logic to decide which 'view' to show. Inside your custom component, you can just make TextInputs 1

[flexcoders] Re: Cairngorm question

2005-08-30 Thread Daniel Harfleet
Alberto, this seems a fair approach to me, you may also want to include some logic to disconnect from the flash comm server when you know you are not interested in receiving updates and maybe even a 'recovery plan' for the service should the connection to the FCS be broken. rgds dan --- In flex

[flexcoders] Re: CAIRNGORM 0.99 QUESTION

2005-08-30 Thread Daniel Harfleet
Hi, you would need to be carefull, because the command instances are created once only at creation of the FrontController. By creating a delegate instance, you are using the ServiceLocator to look up the remote object, however, if your service locator hasn't been initialized yet, you may get a no

[flexcoders] Re: help.. passing arguments to a method using remoteobject

2005-08-11 Thread Daniel Harfleet
Amit, can you give the list an idea of what the error actually says ? Are you also getting errors on your J2EE server ? If so what are these ? Have you switched on the gateway debug ? If your flex server is installed locally we suggest enabling server side "debug" level logging in /WEB-INF/fle

[flexcoders] Re: An interesting problem with models....

2005-08-11 Thread Daniel Harfleet
If you want an Array to act as a DataProvider, you must use the DataProvider methods, as these fire the relevant events to let controls know about changes http://www.cflex.net/showfaq.cfm?Object=faq&channelID=1&faqtype=&defaultfields=&defaultValues=#Question398 http://livedocs.macromedia.com/flex

[flexcoders] Re: No Deserializer for List -- more information

2005-07-19 Thread Daniel Harfleet
or working very hard ;-) > Anyways, today does not seem to be a good day for tough questions and > expert answers! > *FlexCoders are on vacation, I think!!!* > > Regards, Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Flex WebApp Consuming CPU when idle?

2005-06-09 Thread Daniel Harfleet
Hi Rick, are you running it in production or development mode ? dan --- In flexcoders@yahoogroups.com, "Rick Bullotta" <[EMAIL PROTECTED]> wrote: > Looks like the Flex web app is using CPU (doing something?) on about a > 1-2 second interval (some type of license check?) that consumes about 4% >

[flexcoders] Re: Cairngorm .99 + Flex-Config + Services.mxml

2005-06-01 Thread Daniel Harfleet
Hey Dave, hate to ask the standard question, but here goes . what are the symptoms you are getting ? Is it an error message, timeout, or what ? thanks dan --- In flexcoders@yahoogroups.com, dave buhler <[EMAIL PROTECTED]> wrote: > Hi, > > I am attempting to update the configuration fo

[flexcoders] Re: mousedown scope

2005-05-28 Thread Daniel Harfleet
Tom, have you looked at mouseDownSomewhere event ? rgds dan --- In flexcoders@yahoogroups.com, Tom Fitzpatrick <[EMAIL PROTECTED]> wrote: > I have a custom component, based on the Panel component, that can be > selected with a mousedown. The component contains subcomponents that also > hav

[flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Daniel Harfleet
Tom, thanks for the feedback on the docs, I will ammend the typos. There seems to be some inconsistancy at where Tomcat thinks the current directory is, maybe on some operating systems and/or some versions of Tomcat, it thinks it is in the web context and others, it thinks it is under the webapps

[flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Daniel Harfleet
it in your webapp, wherever the file is written, is where . is, so put your db directory one up hth dan --- In flexcoders@yahoogroups.com, "Daniel Harfleet" <[EMAIL PROTECTED]> wrote: > Tom (and anyone else having problems with HSQLDB) > > HSQLDB is used in this pro

[flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Daniel Harfleet
Tom (and anyone else having problems with HSQLDB) HSQLDB is used in this project in its 'in-process' mode, this means that it does not run as a seperate server process as a 'normal' database would such as MySQL or Oracle. The database instance is started by the first call to getConnection in HSQL

[flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Daniel Harfleet
Don't quote me on this ;-) but I believe its the Adapter Pattern (GOF) a java swing example is here: http://java.sun.com/docs/books/tutorial/uiswing/co mponents/table.html#sorting rgds dan --- In flexcoders@yahoogroups.com, "Alistair McLeod" <[EMAIL PROTECTED]> wrote: > Hi Ketan, > > As Steve

Re: Performance testing Flash-J2EE applications

2005-03-08 Thread Daniel Harfleet
Madhu, have you seen this article, it may help http://www.macromedia.com/devnet/flex/articles/amf_perftest.html dan --- In flexcoders@yahoogroups.com, "t_msreddy" <[EMAIL PROTECTED]> wrote: > > Hi > I am trying to test the performance of my application which involves > flex mxml, action

Re: MySQL .jar file question

2005-02-04 Thread Daniel Harfleet
Hi, there is a file called sqladmin.properties under WEB-INF/classes, did you put your db name / url / username / password details in there ? In MySQL, make sure the user you specify in the above file has localhost connection permission (assuming your db is on the same machine as your webapp)