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
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
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,
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
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
Hi, this may help you .
This build script wraps compc
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
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
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
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
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
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
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
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
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
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
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:
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%
>
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
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
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
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
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
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
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
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)
26 matches
Mail list logo