Hi Guys,
Im using flashbuilder to create a desktop air app with eccentric database
connection php.
How do i change the server settings after i make a build (exe/.air)
application?
Thanks
On 6/1/15, 3:41 PM, "Frédéric THOMAS" wrote:
>> Thinking about it some more, I think to build, for example, the
>>Core.swc,
>> we would run CompJSC with one set of settings (different
>>-js-output-type,
>> different library paths that point to a JS.swc and HTMLNative.swc) that
>> would product
> Thinking about it some more, I think to build, for example, the Core.swc,
> we would run CompJSC with one set of settings (different -js-output-type,
> different library paths that point to a JS.swc and HTMLNative.swc) that
> would product JS files, then another run with CompJSC with a different
On 6/1/15, 3:04 PM, "Frédéric THOMAS" wrote:
>> BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will
>>soon
>> be generated by running a CompC like tool. I had thoughts of teaching
>> CompJSC to stuff the JS files into the same swc specified by the -output
>> option, but ran ou
> I had thoughts of teaching
> CompJSC to stuff the JS files into the same swc specified by the -output
> option, but ran out of time.
Do you mean we could compile SWC(+JS) into one compilation phase ?
Frédéric THOMAS
> From: webdoubl...@hotmail.com
> To: dev@flex.apache.org
> Subject: RE: [
> BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon
> be generated by running a CompC like tool. I had thoughts of teaching
> CompJSC to stuff the JS files into the same swc specified by the -output
> option, but ran out of time.
I would like to see that happening.
1- I d
On 6/1/15, 1:49 PM, "Michael Schmalle" wrote:
>
>I was lucky enough to get this info from him as he was trying to talk me
>into doing TypeScript.
Ok, thanks for trying.
>
>But it seems that you guys don't mind sacrificing type correctness on the
>arguments in the AS definitions. It still looks
Eh, Roland is done with AS3/Flash, he uses TypeScript now. He also said to
tell you he is no longer affiliated with as3commons and you could contact
Christophe about your zip lib question.
I was lucky enough to get this info from him as he was trying to talk me
into doing TypeScript.
But it seems
BTW, assuming we’ll have Mike’s AS to JS compiler, the JS files will soon
be generated by running a CompC like tool. I had thoughts of teaching
CompJSC to stuff the JS files into the same swc specified by the -output
option, but ran out of time.
-Alex
On 6/1/15, 11:46 AM, "Frédéric THOMAS" wrot
Seems reasonable. Mike, can you ask Roland to join us on this thread?
Maybe he has some reason why this won’t work.
Thanks,
-Alex
On 6/1/15, 1:38 PM, "Josh Tynjala" wrote:
>Just in case what I proposed in my previous email isn't quite clear, I
>wrote a little code to clarify. Here's a AS3 type
Just in case what I proposed in my previous email isn't quite clear, I
wrote a little code to clarify. Here's a AS3 type definition for
createjs.EventDispatcher that I created by hand:
package createjs
{
public class EventDispatcher
{
native public function EventDispatcher();
Yeah, I think optional parameters can default to null pretty safely. I have
some other ideas to make the conversion easier.
I think we can use some simplified rules for overloads, at least to start
out. If we want to do it like Randori, and create function signatures that
map to a different name,
> The drawback is there are too much build confs and args too
pass, I guess it can refrain the users, I would like to make it more
friendly:
>
> - compile both swc + js or swf + js if -js-output-type=FLEXJS_DUAL,
calling chained both of the compiler having generated the include-file
first
> -
On Mon, Jun 1, 2015 at 6:31 AM, Alex Harui wrote:
>
>
> On 6/1/15, 5:39 AM, "Harbs" wrote:
>
> >I believe what you say, but out of curiosity, what about the conversion
> >was the deal-breaker?
>
> I suspect the 10% where TS doesn’t map cleanly to AS.
>
> FWIW, it was never clear to me that the S
Hi Justin,
thanks for joining in ... jean has already set up a track on the apachecon wiki
... I'll ask him to add you to the comitee.
So it seems that it would be good to start submitting papers now. It probably
wouldn't harm to add in the application somewhere that this talk would fit a
Fle
Welcome aboard Kevin!
Chris
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Please welcome Kevin Godell as Apache Flex Committer
> Date: Fri, 29 May 2015 15:56:03 +
>
> The Apache Flex Project Management Committee (PMC) is pleased to announce
> our newest committer, Kevin God
Hi,
> he also asked me for a list of people for the program committee helping with
> the talk selection. I told him to add me to the list, anyone else here
> willing to step-up and help out.
I’ll help out with (and have had previous experience on several conference
boards/selection committees)
Are you creating a SWF or an AIR release?
Either way, you need to setup a new build target, then you should have the
menu option for it.
-Nick
On Mon, Jun 1, 2015 at 10:24 AM, Dany Dhondt wrote:
> I have succeeded to migrate from Flash Builder to IntelliJ succesfully.
> The final hurdle came u
It is not mandatory to re-apply now, I can have a look later and try to find a
way.
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Re: AW: AW: AW: [FlexJS] IntelliJ Integration
> Date: Sun, 31 May 2015 06:37:25 +
>
>
>
> On 5/30/15, 8:58 AM, "Frédéric THOMAS
Okay. The obvious difference is that subclasses might not implement the
variable, but adding "foo=null” to the signature doesn’t sound like an
insurmountable task…
On Jun 1, 2015, at 5:10 PM, Harbs wrote:
> How is that different than adding “=null” to the signature?
>
> On Jun 1, 2015, at 4:5
I have succeeded to migrate from Flash Builder to IntelliJ succesfully.
The final hurdle came up though:
Exporting a release build doesn't seem straightforward!
So far, I know of this possible solutions:
1. Using ANT
2. Using MAVEN and FlexMojos
3. Using this:
http://stackoverflow.com/questions
How is that different than adding “=null” to the signature?
On Jun 1, 2015, at 4:56 PM, Michael Schmalle wrote:
> "The main problems were method overloading and optional members. An
> interface in TS doesn't necesarilly HAVE to be implement completely
> by a class, by adding a question mark to t
I'm hoping I didn't screw up your changes to the mavenizer when I merged my
changes back from my trunk. What I attempted to do was merge changes that
were made in development over the last few weeks into my branch and then
merge my branch back. Is that not what happened?
The only thing that shou
>From Roland;
"If so, beware, you're gonna run into trouble. Not all TS language features
can be translated into Actionscript. One of Mike Labriola's employees
spent quite a bit of time writing a parser/generator a while back, since we
had the same plan for Randori.
But in the end they abandoned i
On 6/1/15, 5:39 AM, "Harbs" wrote:
>I believe what you say, but out of curiosity, what about the conversion
>was the deal-breaker?
I suspect the 10% where TS doesn’t map cleanly to AS.
FWIW, it was never clear to me that the SWCs to represent popular JS
frameworks could be completely auto-gen
I’m working on some issues related to pasting text in TLF and I’m not sure what
the expected behavior is. Is there supposed to be any support for copying RTF
text and preserving any of the formatting, or is RTF text supposed to take on
the formatting of the TLF text that it’s being pasted into?
Hi,
Jan told me that it is possible for us to apply for a Flex track on the
ApacheCon mailing list. A full track would be 6 talks, a half track would be 3
... I think we would have enough to a full track, so I wrote an application
mail right away (Hope you are fine with that) ... he also asked
On 6/1/15, 4:31 AM, "Nicholas Kwiatkowski" wrote:
>The problem is the project was abandoned, and somebody other than the
>original owner did the migration from Google Code to GitHub (this is in
>the
>last month -- which is why this took a bit longer). There are about 8
>forks of that "original
I believe what you say, but out of curiosity, what about the conversion was the
deal-breaker?
On Jun 1, 2015, at 3:10 PM, Michael Schmalle wrote:
> Well I got a hold of Roland and summarized, 90% of this is dead easy and
> the 10% killed the project.
>
> He also stated that back when Randori w
Hi,
I just noticed a bunch of commits to the flex-utilities and especially the
mavenizer code. Having a look I would like to ask what's going on there?
While some of the changes don't seem that dangerous, the switch from Freemarker
back to Velocity as template engine could break the maven ext
Well I got a hold of Roland and summarized, 90% of this is dead easy and
the 10% killed the project.
He also stated that back when Randori was being developed, someone tried
making a parser/renderer for TS to AS an eventually they had to abandon it
because not all TS converts to AS correctly.
I d
Yes I had it once, so I checked it on PC where I experienced it.
Additionally I did check at work where installation was always failing
because we are using VPN. Now it is working like a charm! :)
Good work! :)
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in conte
Thanks for checking! Did you ever have failures on HTTPS before?
At least I didn't break anything ;)
-Nick
On Mon, Jun 1, 2015 at 1:18 AM, piotrz wrote:
> Nick,
>
> I've just tried out the last nightly of installer. Installed FlexJS nightly
> and Flex 4.15 nightly - Everything went well. :)
>
The problem is the project was abandoned, and somebody other than the
original owner did the migration from Google Code to GitHub (this is in the
last month -- which is why this took a bit longer). There are about 8
forks of that "original" github project, all which include different
patches to ma
Heh, if we can write the tool then most of our problems are taken care of
because Microsoft has so graciously(no need for IDL I would imagine)
provided the DOM d.ts file with the Apache 2 license.
Mike
On Mon, Jun 1, 2015 at 6:34 AM, Michael Schmalle
wrote:
> Ok, I completely take back what I s
Ok, I completely take back what I said about TS and it's parser. I have
investigated and custom linters and other things can be made.
So #4 is doable but the tool has to be written in TypeScript.
See; https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API
Mike
On Mon, Jun 1, 2015 a
On May 31, 2015 9:41 AM, "Michael Schmalle"
wrote:
> Now, I wish I had an answer of how to create a d.ts parser without using
> 100's of dev time hours. :)
Do you have an idea of how the input vs. output would look like? Are you
planning on creating a d.as file which has all the class and funct
On Mon, Jun 1, 2015 at 12:48 AM, Alex Harui wrote:
>
>
> On 5/31/15, 4:16 PM, "Michael Schmalle" wrote:
>
> >As I worked through this weekend utilizing the rainy days and kids
> >finishing up for finals, I realized what my first step should be with the
> >whole DOM thing.
> >
> >That is.. Helpin
Congrats and welcome :)
-Mark
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, May 29, 2015 11:56 AM
To: dev@flex.apache.org
Subject: Please welcome Kevin Godell as Apache Flex Committer
The Apache Flex Project Management Committee (PMC) is pleased to announce
Yeah I pretty much figured that. What I can't figure out is if a d.ts
definition is actually TS or some sub type that has special rules. I looked
through the TS parser and compiler code and didn't see anything specific to
a d.ts file so I am assuming it's TS.
The problem here is two fold, one tryi
40 matches
Mail list logo