ent.
That's it! It's very easy to improve the scrolling performance by doing so.
It's the same scrolling performance result when compared to the
BitmapData.copyPixels() approach, yet cacheAsBitmap is much easier to
understand and handle.
If you do not believe me, please test it y
two techniques, are they close to each
other, or have significant difference?
(In my tests, they are very close)
Thanks.
DarkStone
2015-04-18
At 2015-04-18 16:48:37, "after24" wrote:
>Hello Darkstone,
>
>I made a comparison (on a nexus 7) using your approch with t
google sites.
Thanks
DarkStone
2015-04-19
At 2015-04-19 01:03:48, "after24" wrote:
>DarkStone,Here is a Twitter link to the screen capture :
>https://twitter.com/after24_studio/status/589389289059942400
><https://twitter.com/after24_studio/status/589389289059942400> 1 -&g
ort's horizontalScrollPosition and
verticalScrollPosition, so the Scroller is not the key to the blitting
technique, these works can all be done in a subclass of the Group.
DarkStone
2015-04-19
At 2015-04-19 08:43:57, "jude" wrote:
>Darkstone, I like that you can do everythi
though it still needs more scenarios
to test and more people to share their thoughts on.
Good work!
DarkStone
2015-04-20
At 2015-04-19 16:55:32, "after24" wrote:
>Hello DarkStone,
>
>Can you access the apache flex JIRA ? If you can, I could attach the .apk of
>the demo
nfirm this issue, thanks : )
DarkStone
2015-05-25
the en_US isn’t loaded as a backup in other locales. I
>> just updated the other files. Please try again.
>>
>> @Darkstone: some folks in the Apache community are trying to build more
>> participation from China. Are you interested in helping out? If so,
>> please s
the future of FlexJS is
promising.
For now, Apache Flex SDK + Adobe AIR is production ready.
Hope it helps.
DarkStone
2015-07-26
At 2015-07-25 22:14:09, "Udirley Otoni Pesse" wrote:
>Hello,
>
>Sorry for asking these questions here.
>
>I have several applications in fl
cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase
周戈 (DarkStone)
2016-04-30
I will give you promo code of this Mac app by private email.
DarkStone
2016-05-03
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/I-made-an-iPad-app-with-Apache-Flex-SDK-I-d-like-to-give-you-guys-free-copies-tp52671p52734.html
Sent from the Apache Flex Deve
this Android app by email.
e.g. reply "I'm interested in the Mac and/or Android app(s), Your Name, Your
Email".
The promo code of the iPad app is post already, see the top floor of this
thread.
DarkStone
2016-05-08
--
View this message in context:
http://apache-flex-develop
u.
As for the Flex mobile projects, I recommend to set the applicationDPI to 160,
and set the runtimeDPIProvider to your overrided class ONLY IF NECESSARY.
Hope it helps.
DarkStone
2016-05-20
在 2016-05-19 23:41:35,"Fréderic Cox" 写道:
>I fixed my issue by not setting applicati
thanks to the Apache Flex Community, I love Flex, and we shall attract
more and more people to the Flex community!
DarkStone
2013-08-21
est crossplatform application
development & deployment solution on earth!
DarkStone
2013-08-22
At 2013-08-22 13:10:38,"Ram Lee" wrote:
>Is this from AIR 3.8 or earlier versions? just searched the internet, wonder
>why Adobe didn't mention such performance boost on the Apple devic
Scout reported this:
If set Flex Application' framerate to 24, the runtime testing result is 24, no
dropping frames!
If set framerate to 60, the result is 48-55 frames per second, which is already
a big deal!
You can do your own test using Adobe Scout, good luck.
DarkStone
2013-08-22
At 201
nside verify it and take it seriously, please~~~
DarkStone
2013-08-23
在 2013-08-22 16:37:22,"Ram Lee" 写道:
>Good to know that, I will try Adobe Scout sometime, I think your data is
>awesome!
>
>Ram Lee
>
>在 2013-8-22,14:58,DarkStone 写道:
>
>> Hi Ram,
>>
Great!
But my friend is getting married this weekend, I've got no time to do a
benchmark test.
Maybe next weekend I can do it, I'll try my best, I'm too busy just like
everybody else.
DarkStone
2013-08-23
At 2013-08-23 14:13:21,"OmPrakash Muppirala" wrote:
t;> not
>>>> a big issue.
>>>>
>>>> However, I came across one issue(which wasn't there in Flex 4.6). I am
>>>> using a datagrid with a skinClass. If I use a skin class, it shows up a
>>>> blank datagrid on the scr
eText skin part, like:
<texts:VisualStageText id="textDisplay" with="100%"/>
Then you have to assign the correct container to the VisualStageText's target
property, well I think you can figure it out yourself.
Good luck!
DarkStone
2013-09-30
At 2013-09-30 10:28:
ot;):
http://helpx.adobe.com/en/flash-player/release-note/fp_117_air_37_release_notes.html
On Android platform, however, there is no limit to it, cuz Android is well
you know it.
DarkStone
2013-10-25
At 2013-10-25 15:16:31,"Dmitriy Resnyanskiy" wrote:
>Hi, Apache!
>
>W
.
I plan to implement my VisualStageText at the end of this year, but if you
can't wait you can do it by yourself, good luck : )
DarkStone
2013-10-30
At 2013-10-30 01:44:33,Naveen2803 wrote:
>Hi DarkStone,
>
>Thank you for your post.
>
>Can you please share the code for the sa
Hi all,
1. touchInteractionStart dispatched before mouseDown, so it's better to listen
for mouseUp to show StageText instance, otherwise it will definitely interrupt
scrolling of the flash display list.
2. Use only one StageText instance sounds like a brilliant idea, but if you put
10 Scrollab
should ultimately works
> like a RichEditableText (of course it would be much less powerful than
> RichEditableText), so the ScrollableStageText itself won’t need a border
> skin. We could write fxg code (like ) in TextInputSkin.mxml to design
> the border, which wraps the S
Hi,
Every XSD is actually an XML format document, no need to convert it to XML at
all.
DarkStone
2013-12-05
At 2013-12-05 16:11:04,mtail wrote:
>Hello,
>
>Is there a way in actionscript to convert xsd file to xml file ?
>i have searched but i have not found the response
Hi Jake,
Well, I think this will depend on Adobe AIR SDK's IPA compiler.
This is a pretty intense policy for all the Flex developers that want to sell
apps to the AppStore.
Can someone from Adobe say something about it?
DarkStone
2013-12-20
At 2013-12-20 07:26:54,"Jake Churchi
Yeah, seems like a Flex bug, probably a DPI or TLF releated bug.
At 2014-01-10 18:07:20,Sunny wrote:
>Hi,All:
>
>Today I met a trouble, In android 4.4.2 OS(Nexus7 2rd) , air 3.9.0.141 and
>Flex SDK 4.11, the Button,ButtonBar and headText of MobileGrid can't display
>Chinese characters, but the Eng
.
DarkStone
2014-01-13
At 2014-01-12 14:30:28,"Alex Harui" wrote:
>Certain kind of attachments don't work on this mailing list, and my
>company's spam filter will also block some of them. Best bet is to file a
>bug at https://issues.apache.org/jira/browse/FLEX
>
>
-in-2014/
And I really hope that one day Flex will win the best Mobile and Desktop
Application Framework award : )
DarkStone
2014-01-13
ow if they are suppoted or not, does
anybody know about this?
As Flex developers, we are hunger for trying AIR 4 with Flex SDK, any help will
be highly appreciated : )
DarkStone
2014-01-14
Hi Jack,
I had exactly the same issue on my Mac 10.9 before.
I have resolved it by setting the Privacy that allows Flash Builder to invoke
Xcode iOS simulator.
Xcode must be the latest version too.
I'm not using my Mac right now, maybe I'm missing something, I'll have a close
look on my Mac w
Thx a lot, you guys are awesome!
Sent from DarkStone's iPhone
> 在 2014年1月19日,10:19,Justin Mclean 写道:
>
> Hi,
>
> I've just updated the ide/installer scripts and the installer config file -
> you should now see AIR 4 and Flash Player 12 as options.
>
> Thanks,
> Justin
Hi Alexander,
Thx for your answer, now the question I have is:
How to modify Flash Builder to enable "-useLegacyAOT no" by default?
Any help will be highly appreciated : )
DarkStone
2014-01-20
在 2014-01-20 17:03:58,"Alexander Doroshko"
写道:
>Hi,
>new “-useLegacyAO
t;. Additional: You need to place the
>option just before the "-provisioning-profile" otherwise it doesn't seem to
>work.
>Be warned though, I believe this compiler is still beta.. my application
>compiles in 3 Mins instead of 10, but the result fails to run on the iPad !
Adobe just committed AS4 specifications and related documents to GitHub:
https://github.com/adobe-research/ActionScript4?files=1
I believe Adobe said in the flash runtime roadmap that AS4 was dropped:
http://www.adobe.com/devnet/flashplatform/whitepapers/roadmap.html
Now they reopen AS4 on GitHub
Thanks for the info, Brady.
Well the good news is we don't have to start from the ground up to rewrite the
Flex framework.
DarkStone
2014-01-23
At 2014-01-23 00:15:24,bkelley wrote:
>DarkStone wrote
>> I believe Adobe said in the flash runtime roadmap that AS4 was dr
e work. While I haven't
>>>> looked at it yet, I would be interested in just seeing the differences
>>>> and bring over small pieces that could be an improvement for us.
>>>> Assuming it wasn't in the same direction as ASC 2 which started getting
>
JS has just started, it has a long way to go, I'm
so grateful to see it. I just wanna know will SkinnableComponent and related
Spark architecture features be supported by FlexJS in the future?
Thanks for any replies!
DarkStone
2014-02-10
Hi Alex,I found a typo:>-Slight decrease in activity-level and number of
committers */woring/* on SDK repo...I think "woring" should be "working",
don't you think : )By the way, what do you mean by the statement
below?>TRADEMARKS>-The new version of Flex is going to be called FlexJS.
Does it mean t
Hi,
Thank you very much Alex! Your words cleared my thoughts.
Me as a Flex developer living in China, I do what I can to spread the news
and progress of Apache Flex and FlexJS through my social network, and write
articles about Flex on my blogs too.
And I really did attract dozens of guys to kno
Hi Justin,
The offical webpage shows 404 error
https://blogs.apache.org/flex/entry/apache_flex_4_12_0
The title shows "?", and the content shows:
| Status Code | 404 |
| Message |
|
| Type |
|
| Exception | ?? |
DarkStone
2014-03-10
At 2014-03-1
e the King~
DarkStone
2014-03-10
At 2014-03-10 17:58:14,"Justin Mclean" wrote:
The Apache Flex community is pleased to announce the release of Apache Flex
4.12.0
Apache Flex is a highly productive, open source application framework for
building and maintaining expressive applicati
Hi Justin,
Yeah, I've seen it, and just posted a comment : )
btw, when will Flex SDK Installer 3.0 be released?
DarkStone
2014-03-10
At 2014-03-10 21:14:43,"Justin Mclean" wrote:
>Hi,
>
>Keep an eye on the views (currently 500+) and comments.
>https://
Hi Justin,
Believe it or not, the reason why the Chinese cities came on top is probably
because I wrote a blog about the new features and many enhancements about Flex
4.12 on its release day.
The blog is written in Chinese, I posted it on my blog and weibo (it's like
Chinese Twitter), many AS3
more when I got the time and the energy in the future.
Best wishes to anyone who read it : )
DarkStone
2014-03-13
Hi Justin,
Thanks for replying.
I got the idea: contributors decide the future of flex, that's really cool,
I'll spread the word to the people I know, and see if anyone could do a thing
or two.
And by the way, what's Alex's opinion about this? He is the mentor from Adobe.
Anyone else has som
Hi Justin,
Sorry, I think I'm misled by the official webpage of the Apache Flex Team,
which indicates Alex is one of our mentors:
http://flex.apache.org/about-people.html
And I don't think Alex would disagree with anything you said too, I just wanna
know if there is any chance that Adobe could
Well it's just my silly thought, I know eventually if we want it, we have to
do it ourselves : D
DarkStone
2014-03-14
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/RE-Top-5-highest-demands-on-Flex-Design-View-tp35791p35796.html
Sent from the Apache
Hi,
You did it in the wrong way.
Try this:
[Embed(source ="sample.svg", mimeType ="application/octet-stream")]
public var imgCls:Class;
This should work in all flex versions including 4.6 to 4.12.
Sent from DarkStone's iPhone
2014-04-01
> 在 2014年4月1日,7:02,"Flexicious.com" 写道:
>
> Any reason
Hi,I'm happy for the flex related donations from Adobe, I think they
should've done it a long time ago.BTW, there is no updates from Flash
Builder since v4.7, if Adobe doesn't like it, they should totally donate it to
Apache!DarkStone2014-04-18
At 2014-04-18 07:06:18, "OmPrakash Muppirala" wrot
Hi Alex,
I've spread the word to my social network in China, any web traffics to
http://flex.apache.org/download-flexjs.html that comes from China, should
prove how many Chinese developers are interested.
Also hoping the Flex SDK Installer 3.0 would release soon.
DarkStone
214-04-24
--
China will catch up when the Flex SDK Installer 3.0 is released : )
At 2014-04-25 07:46:29, "-Justin Mclean" wrote:
>Hi,
>
>The page download-flexjs.html had 500 unique page views in the last 2 days
>(may not result in a download of course). There's been 20 installs via the
>installers and 2 fai
ot use "-useLegacyAOT no" to Customize Launch at that time.
I don't know whether it's an AIR 13.0.0.83 SDK bug or Flex 4.12.0 SDK bug,
but it's fatal one for Flex Mobile Projects! (BTW there is no problem with
pure ActionScript Moble Projects)
Could anyone please have a l
I have posted this issue to Adobe AIR forum:
http://forums.adobe.com/thread/1459005
Just in case it's an AIR 13 SDK bug.
DarkStone
2014-04-25
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/A-fatal-ADT-package-error-possibly-caused-by-Flex-4-12-wit
Hi all,
I have confirmed this is an AIR SDK 13.0.0.83 bug.
I have reported this bug to Adobe Bugbase, and I also included the
workaround:
https://bugbase.adobe.com/index.cfm?event=bug&id=3750892
The workaround is:
Simply comment the tag will solve this bug, like this:
DarkStone
2014-0
http://blogs.adobe.com/flashplayer/2014/04/air-app-installs-cross-a-billion.html
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Adobe-AIR-app-installs-cross-a-billion-tp37350.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
Impressive!
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Apache-Most-Active-projects-tp37360p37374.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
Congraturations!
I've spread the word to China just now.
Keep up the great works!
DarkStone
2014-05-04
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-Flex-4-12-1-released-tp37444p37473.html
Sent from the Apache Flex Development ma
/mac/download/13.0//AdobeAIRSDK.tbz2
I'm intending to give a second shot, delete the sdk folder and reinstall it,
I'll keep you guys posted : )
DarkStone
2014-05-11
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Flex-SDK-Installer-3-0-failed-t
luck : )
DarkStone
2014-05-11
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Flex-SDK-Installer-3-0-failed-to-complete-the-SDK-install-on-Mac-OS-10-9-2-tp37520p37521.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
Finally,
After 3 times, I finally get it done : )
My suggestion is add the retry feature to the Flex SDK Installer, so that if
a file cannot be loaded or taken too much time, just drop it and reload it.
DarkStone
2014-05-11
--
View this message in context:
http://apache-flex-development
, the installer can
display a retry button, let the user retry the downloading of that file
immediately (not wait 30 minutes).
Well, that's my little suggestion here, wish it could help.
DarkStone
2014-05-12
--
View this message in context:
http://apache-flex-development.247.n4.nabbl
chnologies, don't give up the
current Flex SDK easily, that's my words from the bottom of my heart.
DarkStone
2014-05-13
At 2014-05-13 01:24:47, "-Alex Harui" wrote:
>I'm finishing up my Slides for 360|Flex. Will have 2 or 3 cool demos.
>
>Slides are here fo
Hi Mark,
I just did that, not sure if I did it right though:
https://issues.apache.org/jira/browse/FLEX-34319
DarkStone
2014-05-13
At 2014-05-13 06:40:17, mark.kessler@usmc.mil wrote:
>Would you please add an issue in JIRA if you would like to see it added. [1]
>
>
&
Hi Alex,
I'm so glad to hear that :-D
Thanks for replying!
DarkStone
2014-05-14
At 2014-05-14 02:31:44, "Alex Harui" wrote:
>Hi Darkstone,
>
>I cannot imagine the current Flex SDK will ever go away as long as there
>are folks interested in using it and develop
Hi Om,
Great news!
Already spreaded the word to my socials in China, way to go : )
DarkStone
2014-05-15
At 2014-05-08 03:51:10, "+OmPrakash Muppirala" wrote:
>FDT has pushed a release today that has official support for Apache Flex
>FlexJS. Here is a detailed descrip
he problem is all arguments.callee will return null, the code above is just
an example.
But on AIR Simulator, it's working fine, this bug can only be reproduced on
real iOS devices.
DarkStone
2014-05-16
--
View this message in context:
http://apache-flex-development.247.n4.nabble.
.
>>
>> Is there any way we can easily test this outside of China? Looking at the
>> installer errors by country may be revealing if this is the case.
>
> I wonder what our options are. Darkstone can hopefully help here.
>
> Since others are having trouble with downlo
typed some string like "flex" into the search input,
from the search results I clicked some jar files to download, they can be
downloaded pretty well.
Hope it helps : )
DarkStone
2014-05-22
At 2014-05-22 12:16:57, "Alex Harui" wrote:
>Hi Darkstone,
>
>We
, but some of
them reported the access to http://search.maven.org/ is a little bit slow, but
acceptable.
Well I think it's safe to use http://search.maven.org/ to download Antlr jars.
DarkStone
2014-05-22
At 2014-05-22 12:53:42, "DarkStone" wrote:
>Hi Alex,
>
>I just
Hi all,
I just wrote a post to Adobe AIR beta forums, all ActionScript developers
may have a look and share what you think:
https://forums.adobe.com/thread/1488634
DarkStone
2014-06-03
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Forward-To-Adobe
to zavr,
"so what you've proposed is an ActionScript 4 ios/osx compiler or packager."
Yes, that's what I've proposed, an AS4 ios/osx packager, is it feasible?
DarkStone
2014-06-03
--
View this message in context:
http://apache-flex-development.247.n4.na
Swift to native byte code?
DarkStone
2014-06-03
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Forward-To-Adobe-Leaderships-A-very-bold-and-crazy-proposal-about-AS4-and-Swift-tp37968p37973.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
To John,
Okay, I got you : )
That's what a proposal is for, isn't it?
We send the messages to their Leaders, and hope for the best : )
Thanks for sharing your thoughts.
DarkStone
2014-06-03
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/
Hi David,
I couldn't agree with you more : )
So we need to vote for it together in order to make it happen:
https://forums.adobe.com/thread/1488634
Share what you think, or simply reply "+1" to that thread, thx!
DarkStone
2014-06-03
--
View this message in context:
htt
t's loud enough, it has a least a chance to let Adobe's
leaderships think about it.
Thanks.
DarkStone
2014-06-04
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Forward-To-Adobe-Leaderships-A-very-bold-and-crazy-proposal-about-AS4-and-Swift-tp3
t myself up on this topic.
DarkStone
2014-06-05
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Forward-To-Adobe-Leaderships-A-very-bold-and-crazy-proposal-about-AS4-and-Swift-tp37968p38033.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
it's very hard for
Apache to do that, but there is no other way I'm afraid.
Hope it helps : )
DarkStone
2014-06-05
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Most-Google-Domains-are-blocked-in-China-causing-a-lot-of-Flex-SDK-Installation-f
Hi Alex,
More and more Chinese fellows reported that SWFObject cannot be downloaded
through code.google.com, causing a lot of Flex SDK Installation failures.
Most Google Domains are blocked in China, they have to use VPN to complete the
downloads.
Any chance we can move the SWFObject to anothe
Hi everyone,
Just heard a rumor saying Adobe will announce something big about Flash Pro
on 2014-06-18.
Me and my fellows are talking about it, some said Flash Pro would combine
with Edge to create H5 animations, well who knows.
Anyone has any ideas?
DarkStone
2014-06-09
--
View this
//air14_sdk_sa_win.zip
[get] [IOErrorEvent type="ioError" bubbles=false cancelable=false
eventPhase=2 text="Error #2032" errorID=2032]
I'll try Flex 4.12.1 + AIR 13 + FP 13 in a moment, I'll keep you posted.
DarkStone
2014-06-10
--
View this message i
Hi Harbs,
We talked about it earlier this year, check it out:
http://apache-flex-development.247.n4.nabble.com/ActionScript-4-What-the-hell-td34089.html
DarkStone
2014-06-10
At 2014-06-10 07:12:07, "-Harbs" wrote:
>I just noticed that Adobe published the AS4 spec on Gi
form
goes. Well the 3rd approach would be highly unlikely, but it's a very great
feature for Flex developers.
What do you guys think about it?
DarkStone
2014-06-10
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Rumor-Adobe-will-announce-something-
ller
3.1 RC2 is out.
Hope it helps : )
DarkStone
2014-06-10
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-SDK-Installer-3-1-RC1-tp38126p38137.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
"
I'd like test any URLs you want me to test, but where is that set of URLs
you're talking about?
DarkStone
2014-06-10
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-SDK-Installer-3-1-RC1-tp38126p38140.html
Se
he Chinese language, I'd
love to do that.
The only problem is I don't know where I can get a SWFObject release other
from code.google.com
I will work on zh_CN.properties in this week I think, and I will inform you
when it's done.
DarkStone
2014-06-10
--
View this message in con
e anywhere I can change the SWFObject URL,
maybe we should add some parameters to that file so we can change the URLs
of each dependency.
DarkStone
2014-06-10
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-SDK-Install
d a lot of less popular
languages):
Chinese Simplified (zh_CN) for the main land
Chinese Traditional (zh_TW) for Taiwan Island
I will work on both zh_CN.properties and zh_TW.properties this week, I have
no problem in translations, I'll keep you updated.
DarkStone
2014-06-10
--
View
ompatible, can we just use
https://github.com/apache/flex-sdk to provide the compatible SWFObject zip
file?
DarkStone
2014-06-11
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-SDK-Installer-3-1-RC1-tp38126p38148.html
Sent from the
Hi Alex,
One thing I forgot to mention:
The approach to use the IP address of code.google.com is not good, I cannot
access through the IP directly in China.
So the only ideal method right now is to use GitHub.com
DarkStone
2014-06-11
--
View this message in context:
http://apache-flex
rties translations
http://flex.apache.org/installer/properties/en_US.properties
I think maybe next week I can finish all the translations and some testings,
and by the end of this month they shall be ready for release.
I'll let you know if I got problems : )
DarkStone
2014-06-11
--
View this
Hi Nick,
Well, none of what you said related to the Flash Pro itself.
These two wishes I think they only have something to do with the FP/AIR
runtimes.
What you expect from the Flash Pro tool?
DarkStone
2014-06-11
At 2014-06-11 02:42:14, "Nick Collins" wrote:
>Another one
Hi Alex,
I think I'll try the 2nd method you just told me.
At the earliest, I will finish translations and testings by the end of next
week.
At the latest, by the end of this month, for I'm also very busy like
everybody else.
I'll keep you posted : )
DarkStone
2014-06-11
Hi Nick,
Your concept about "layer group" is very cool and practical.
Well, let's see what will really happen on 6.18.
DarkStone
2014-06-11
At 2014-06-11 06:36:26, "Nick Collins" wrote:
>Well, presumably the Flash Pro tooling would be updated to provide ac
r own?
DarkStone
2014-06-11
At 2014-06-11 03:24:39, "DarkStone" wrote:
>Hi Nick,
>
>Your concept about "layer group" is very cool and practical.
>
>Well, let's see what will really happen on 6.18.
>
>DarkStone
>2014-06-11
>
>
>
>
>At 2014-06
SDK Installer to get rid of the beta tags of AIR/FP 14.
DarkStone
2014-06-11
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-SDK-Installer-3-1-RC2-tp38179p38183.html
Sent from the Apache Flex Development mailing list archive at
d some new fields to be translated into diffrent
languages?
If not, I will continue the Chinese translations.
DarkStone
2014-06-12
Hi Alex,
Good news!
Just tried RC2 with Flex 4.13.0 + AIR 14 + FP 14, completed with no error at
all.
It seems the nightly build did download SWFObject from github.com other than
google's domain.
I'm still working on the Chinese translations, I'll let you know when it's
do
enough, should tried it again when failed.
DarkStone
2014-06-12
At 2014-06-12 08:58:27, "Justin Mclean" wrote:
>Hi,
>
>Edge case I know but the installer should probably check to see if it has an
>internet connection. Currently the log window sometimes pops up behind the
&
-flexjs-0.0.2-bin.zip
Finished uncompressing: D:\Adobe\Adobe Flash Builder 4.7 (64
Bit)\sdks\FlexJS\temp\apache-flex-flexjs-0.0.2-bin.zip
I tried this several times, always hanging in the "Finished uncompressing"
step.
DarkStone
2014-06-12
--
View this message in context:
http://a
ller-config-4.0.xml
find-java-executable-windows:
find-java-executable-others:
search-java-windows:
search-java-others:
search-java:
check-java:
Unable to find Java executable. Please set JAVA_HOME environment variable
I didn't know this requires Java, but I installed JRE on my computer.
Dark
1 - 100 of 183 matches
Mail list logo