[flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-13 Thread ZIONIST
Jerry this is not a thread about spam. Guys any help on how to get to what alex 
is suggested?



[flexcoders] E-Mail from flex.

2011-12-13 Thread Venkat M
Hi All,
 
I have an application that is developed on Flex and JAVA on the backend. I
need to provide a new email form the flex end. 
I will create a field for to email id/ subject/ body in flex and will pass
it to java backend. Can some help what has to be done at java end?
What email type can be used? Is a valid email/password enough? I was also
asked to evaluate SMTP/POP3/IMAP options also. Can you help?
 
Thanks!
 
Cheers,
Venkat. 

[flexcoders] AIR for Logitech Revue

2011-12-13 Thread Greg Hess
Hi Folks,

Does anyone know if/when AIR will be supported on the Logitech Revue with
the 3.1 Android update? Love to get our apps deployed to these Android
devices.

And is there a beta developer program for this TV?

Thanks,

Greg


[flexcoders] auto update

2011-12-13 Thread David White
Hi I have been working around this for about a week, and I must have a
blind spot...

I am running Flex 4.5 on a mac and I am about ready to release, but
the auto update aint working...

I keep getting the error There was an error checking for updates. Error# 16831
I get this error from this statement being true:
appUpdater.isCheckForUpdateVisible = false;

When it is false no one is the wiser and I like it that way, other
than it does not autoupdate.

Naturally I have checked it on Google and it says something about the
frameworks being in my src library, which I do not have.
http://www.adobe.com/devnet/air/articles/air_update_framework.html

Very odd! Am I missing something, anyone got a checklist I could run
through. Have checked through the XML, noticed that this line was old
(now updated):

http://ns.adobe.com/air/framework/update/description/2.5";>
  1.05

although my app-xml starts with this:

http://ns.adobe.com/air/application/2.6";>
...
1.05

my default package:

http://ns.adobe.com/mxml/2009";

xmlns:s="library://ns.adobe.com/flex/spark"

xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:screens="screens.*"
currentState="splash"
applicationComplete="init()">