I have to ask... I have heard rumors but I don't trust rumors any further than
I can throw them... Maybe Alex or someone close to the source can answer this
for me.
Is Adobe really planning to pull AIR from both iOS and Android? Or are these
just inflamatory rumors that I hear. Please tell
I recently oversaw development of a game that heavily used fla->swc->flex.
Lots of fancy animations and stuff were done in an FLA, then exported to an SWC
with class names etc... and then a Flex4.6 app was wrapped around them
providing application logic, and facebook integration. Don't know i
There is finally a JIRA for a 64 bit flash builder plugin!
https://bugs.adobe.com/jira/browse/FB-33228
Let's all vote it up and see if we can make some waves!!!
I for one, experience serious difficulty with the 32 bit plugin due to the
memory limitations of 32 bit eclipse!
Regards,
Dave
+1 for multiple inheritance.
+1 for java/C++ bridge. I would love to be able to import a jar or an .so or a
.lib into a project and instantiate the classes inside it... (ie: pdf
generators, xml parsers, all kinds of useful stuff that already exists and
could make AS apps truly shine!)
> Date:
If I read it correctly, this license provides the right to re-distribute these
binaries. And it also grants the right in (c) to *reproduce* them! Seems to
cover the scope of actions which this group wishes to take to me.
See excerpt below:
Subject to the terms and conditions of this Agreemen
My most curious finding is that at the HTTPDirectChannel level, the URLRequest
did not permit compilation of the manageCookies property which ultimately
allowed the original headers to pass with no further modifications. Why at
this level does the URLRequest not contain compile when accessing
Oh yeah, i found it.
in the file:
mx.messaging.channels::DirectHTTPChannel.as at line 174:
override protected function internalSend(msgResp:MessageResponder):void
{
var httpMsgResp:DirectHTTPMessageResponder =
DirectHTTPMessageResponder(msgResp);
var urlRequest:URLReque
I most certainly will, Justin. This has been a dismaying experience to find
that the flagship service class has such a glaring glitch.
No, I'm trying to establish a persistent session login using cookies from an
AIR app to a CakePHP backend. The AsyncToken is because I want to be able to
create a service stack using an object as a hash map which stores the
invocation parameters of the service call in a stack using the tokenID
Hi list,
I have a question. Are there great differences between HTTPService for Apache
Flex and the code for Adobe SDK 4.6?
I've run into a devil of a problem with it. Apparently it simply swallows all
headers and does not allow them to be sent to the server. (in the past I've
always used
You will have to overcome some technical challenges such as the fact that there
are different behaviors in web vs/ tablet vs/ desktop. and of course in android
vs. iOS.
I recommend using a ClassFactory approach and put things in a core lib and then
instantiate the proper class based on the Sys
> For testing changes to the compiler or the SDK or your apps? The compiler
> code is in Java and has Eclipse projects. There are no compiler unit tests
> at this time.
Well, Alex, I would say for testing the SDK and the apps, and of course the
compiler would probably be a necessity for using
I've been following this thread and a question has occurred to me... I just
signed out the trunk last nite, and I will be starting to work with it in the
next few days as soon as I have time in my schedule. (there are not nearly
enough hours in the day)...
but my question is this: If I am u
yes, I myself have done this quite often. for instance you have a bunch of
objects and you set the selectedValue field to be "foo.id".. then you would
expect (or at least you would desire) that setting the selected value to 123
would search for the item in the dataProvider that has the "id" f
Wow, what a great idea... maybe we can merge both of our ideas into a single
better component!
> From: aha...@adobe.com
> To: flex-dev@incubator.apache.org
> Date: Tue, 10 Apr 2012 10:56:33 -0700
> Subject: Re: combo box
>
>
>
>
> On 4/10/12 10:45
Tue, 10 Apr 2012 18:43:10 +0100
>
> On 10 Apr 2012, at 18:40, David Coleman wrote:
>
> >
> > Yes and no. with this you can set the actual emptyItemValue to be
> > whatever you want. For instance if you have some complex set of
> > dto's etc, you can set
> To: flex-dev@incubator.apache.org
>
> On Tue, Apr 10, 2012 at 10:32 AM, David Coleman <
> david_coleman_...@hotmail.com> wrote:
>
> >
> > h it seems the listsrv ate my file. :-(
> >
> > here, I'll paste it in. And BTW: it is for spark.
> >
>
; Date: Tue, 10 Apr 2012 10:30:53 -0700
> Subject: Re: combo box
> From: s9tpep...@apache.org
> To: flex-dev@incubator.apache.org
>
> On Tue, Apr 10, 2012 at 10:23 AM, David Coleman <
> david_coleman_...@hotmail.com> wrote:
>
> > Hi everyone. Mike's most recent
Hi everyone. Mike's most recent mail (mentioning that ComboBoxes have changed
nearly every other release) made remember something that i have had sitting
around in my personal files for some time. It is a tweak to the combo box that
allows you to have a blank item as the first item, allowing
ntributor to this project.
Warm regards,
David Coleman
That is exactly my point. We can "fix" a whole slew of big, bad, annoying
things. but we will end up creating an SDK version that will totally shatter
many existing applications which most likely will have implemented careful
workarounds and quirk-specific code for quirks that we will be "res
I agree with this, there are a number of inconsistencies in the handling of
indexes throughout the framework. I think that it is a worthwhile effort to
address them in this way. As Mike states, the number of side effects could be
numerous. But with that being said, I think that changing this
22 matches
Mail list logo