Re:Re: TextInput layout changes after SDK upgrade

2016-05-19 Thread DarkStone
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

Re: I made an iPad app with Apache Flex SDK, I'd like to give you guys free copies : )

2016-05-08 Thread DarkStone
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

Re: I made an iPad app with Apache Flex SDK, I'd like to give you guys free copies : )

2016-05-02 Thread DarkStone
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

I made an iPad app with Apache Flex SDK, I'd like to give you guys free copies : )

2016-04-29 Thread DarkStone
cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase 周戈 (DarkStone) 2016-04-30

Re:The future of Adobe AIR is right?

2015-07-25 Thread DarkStone
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

Re:Re: It seems the hash of the SWFObject 2.2 zip file from GitHub has been changed, which has caused the installation failure of Flex SDK Installer

2015-05-26 Thread DarkStone
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

It seems the hash of the SWFObject 2.2 zip file from GitHub has been changed, which has caused the installation failure of Flex SDK Installer

2015-05-25 Thread DarkStone
nfirm this issue, thanks : ) DarkStone 2015-05-25

Re:Re: Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-19 Thread DarkStone
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

Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread DarkStone
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

Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread DarkStone
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

Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread DarkStone
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

Re:Flex Scroller optimization

2015-04-17 Thread DarkStone
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

Re:[4.14] help wanted: localisation of Installer string

2015-01-16 Thread DarkStone
Hi, "Note: the use of the FlatSpark skin and components requires embedded font support." zh_CN: "提示: FlatSpark 主题的皮肤和组件须要 镶入字体库 的支持." zh_TW: "提示: FlatSpark 主題的皮膚和元件須要 鑲入字體庫 的支援." DarkStone 2015-01-16 At 2015-01-16 16:46:38, "Erik de Bruin"

Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-18 Thread DarkStone
e help: http://help.adobe.com/en_US/flex/using/WS460ee381960520ad-2811830c121e9107ecb-7ff9.html#WS460ee381960520ad-2811830c121e9107ecb-7ff7 And tell developers they should use Type Selector to set default skinClass for their custom SkinnableComponent, and include the sample codes I provided above

Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-17 Thread DarkStone
function by themselves, in order to make this case work. 2. Treat this as a bug, apply the changes I made. Both are OK for me, I still prefer the 2nd one, but I fully respect other committers and PMC members' opinions. DarkStone 2014-12-18 在 2014-12-18 03:28:49,"Alex Harui" 写道:

Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-17 Thread DarkStone
affect on any built in Flex Components like Spark Button, CheckBox, etc.. That's why I think it is a bug : ) DarkStone 2014-12-18 At 2014-12-18 01:30:23, "Alex Harui" wrote: >Hi Darkstone, > >By this description, this is not a bug. Any style set via setStyle >over

Re:Re: Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-17 Thread DarkStone
Hi Erik, >Why not commit the 2nd option for this fix to the 'develop' branch, ... I've done the change (the 2nd option), and pushed it to the 'develop' branch. Awaiting review and vote. DarkStone 2014-12-18 At 2014-12-17 18:54:51, "Erik de Bruin" wrote:

Re:Re: Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-17 Thread DarkStone
Hi Erik, I have trouble connecting to the git, I don't know why, I think I will use some VPN, then try to do this. DarkStone 2014-12-17 At 2014-12-17 18:54:51, "Erik de Bruin" wrote: >DarkStone, > >Why not commit the 2nd option for this fix to the 'develop'

Re:Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-17 Thread DarkStone
override public function set styleName(value:Object):void { clearStyle("skinClass"); super.styleName = value; } to SkinnableComponent.as, it will solve these bugs. I still prefer to the second one. DarkStone 2014-12-17 At 2014-12-17 18:05:43, "DarkStone" wrote: &

Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-17 Thread DarkStone
nFactory") skinFactoryStyleChanged = true; } super.styleChanged(styleProp); } clearStyle("skinClass"); //This will fix the bug That's the only line needs to be added, in order to fix this bug. I've already updated the JIRA for this https://issues.apache

Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-16 Thread DarkStone
nnableComponent doesn't handle this scenario correctly, that's why we need to override the styleName setter function to fix this. Sent from DarkStone's iPhone 2014-12-17 > 在 2014年12月17日,0:19,Alex Harui 写道: > > Hi Darkstone, > > Can you provid

[4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-16 Thread DarkStone
e this bug, and I've tested it in different scenarios, it works correctly! I have trouble connecting to the Flex Git, the network right now is very crappy, may someone review this, if passed, may he commit this change to the Git, that will be very nice : - ) DarkStone 2014-12-16

Re:Question for Flex builder?

2014-12-08 Thread DarkStone
ce is FlashDevelop, it's free and open sourced, but it's Windows only, and it does not support MXML Design View either. http://www.flashdevelop.org/ DarkStone 2014-12-09 At 2014-12-09 04:39:37, "Mark Shen" wrote: >Hi Guys, > >The current version for Flex builder is v 4.7.

Re: Scroller optimization

2014-12-01 Thread DarkStone
e's iPhone 2014-12-02 > 在 2014年12月2日,7:32,OmPrakash Muppirala 写道: > > Agreed! > > After24/Darkstone, any chance you submit a patch to the Flex SDK? I can > help you out with things if you need. > > Thanks, > Om > >> On Mon, Dec 1, 2014 at 10:46 AM,

Re:Re: Scroller optimization

2014-11-29 Thread DarkStone
scrolling performance now! If you not believe me, test it yourself : ) DarkStone 2014-11-30 At 2014-10-29 18:56:09, "after24" wrote: >Hi Jude, > >/*have you tried setting include in layout to false when setting visible to >false?*/ > >Yes, this property is set to fa

Re:Re: Re:Re: Re:Scroller optimization

2014-10-27 Thread DarkStone
re saying you had performance issue with the visible approach, so I told you what might cause that issue in the last email. DarkStone 2014-10-28 At 2014-10-28 06:18:35, "after24" wrote: >Hi darkstone, >* >/This issue is probably caused by Scroller and the viewport's layo

Re:Re: Re:Scroller optimization

2014-10-26 Thread DarkStone
rformance on mobile devices, they can choose to use CacheableGroup for the Scroller.viewport, for developers that don't do mobiles, they may don't need it at all. Hope it helps, good luck~ DarkStone 2014-10-26 At 2014-10-26 16:11:01, "after24" wrote: >Hi DarkStone, >

Re:Scroller optimization

2014-10-24 Thread DarkStone
the application on mobile device, or decrease the overall performance. Well, I think it's still worth a shot, hope what I said could help you somehow : ) DarkStone 2014-10-24 At 2014-10-24 19:24:35, "after24" wrote: >Hello, > >I have worked on a way to optimize the scro

Re:Translation needed

2014-10-23 Thread DarkStone
Hi, About the Chinese translation of "BACK": "后面" means the back side of something, or it means later on. So if your "BACK" is meant to the action of "GO BACK", you should use "后退" for ZH_CN, and "後退" for ZH_TW. DarkStone 2014-1

Flex using gpu render mode is working correctly on desktop platforms now!

2014-09-06 Thread DarkStone
l not display correctly, some filter areas even displayed as solid black. Maybe Adobe would fix the filter bug in gpu render mode for mobile platforms, if that so, Flex applications will run much smoother than before, for now we have to use direct render mode for mobile applications. DarkStone

Re:Almost 4,000 installs of Apache Flex 4.13.0 and 60,000 total installs

2014-08-31 Thread DarkStone
Wow~ The tide is getting higher! At 2014-09-01 09:47:50, "Justin Mclean" wrote: >Hi, > >By the end of the day we'll should have 4,000 successful installs for 4.13.0 >via the installer, there are course more installs via the mirrors and other >places, also we're just short of 60,000 installs via

Re:installer

2014-08-21 Thread DarkStone
t Flex SDK with AIR/FP 15 first, then figure it out what to do with Flash Builder. Haha, it's just my silly guess, don't take it seriously : D DarkStone 2014-08-22 At 2014-08-22 04:56:16, "Subscriptions" wrote: >Hi All, > >Not sure if temporary or known issue but i

Re:Re:Re:Found a showstopper issue caused by Spark RadioButton and -useLegacyAOT=no

2014-08-17 Thread DarkStone
shown. So the only hope I got is to copy the source code of TextBase.as or RichEditableText.as to my own class, and test it part by part to narrow it down. I will continue the digging in the weekend. DarkStone 2014-08-18 At 2014-08-17 01:43:25, "Alex Harui" wrote: >May

Re:Re:Found a showstopper issue caused by Spark RadioButton and -useLegacyAOT=no

2014-08-16 Thread DarkStone
tween TextBase.as and RichEdiableText.as, I'm still digging. DarkStone 2014-08-16 At 2014-08-16 11:02:35, "DarkStone" wrote: >Hi folks, > >It's much worse than I thought! > >It turns out, the root problem isn't RadioButton.as, but ButtonBase.as ! > &g

Re:Found a showstopper issue caused by Spark RadioButton and -useLegacyAOT=no

2014-08-16 Thread DarkStone
to find a clue. DarkStone 2014-08-16 At 2014-08-16 10:24:02, "DarkStone" wrote: >Hi folks, > >Here is the issue I found, I'm still trying to solve it, but may need some >help: > >1. Using Flex SDK Installer 3.1 to install Flex SDK 4.13.0 + AIR 15 + FP 15 >bet

Found a showstopper issue caused by Spark RadioButton and -useLegacyAOT=no

2014-08-16 Thread DarkStone
and if you have any tips or solutions, please reply, thanks : ) DarkStone 2014-08-16

Re:RE: Please welcome Darkstone as an Apache Flex committer

2014-08-13 Thread DarkStone
Thanks guys! It's my honor : ) DarkStone 2014-08-13 At 2014-08-13 05:45:09, "Kessler CTR Mark J" wrote: >Gratz and welcome :) > >-Mark > >-Original Message- >From: Justin Mclean [mailto:jus...@classsoftware.com] >Sent: Tuesday, August 12, 2

Re:Re: I tested out a 100% reproducible bug of Flex SDK Installer 3.1

2014-08-12 Thread DarkStone
is not good for downloading big files, that's one more thing to consider in the next Flex SDK Installer release. DarkStone 2014-08-13 At 2014-08-12 10:48:53, "Alex Harui" wrote: >The current workaround we are using to download afe.jar (and other font >kit jars) does have

I tested out a 100% reproducible bug of Flex SDK Installer 3.1

2014-08-12 Thread DarkStone
lib\afe.jar?format=raw Error #2038 I mean the copying file path "afe.jar?format=raw" might be wrong, should be "afe.jar" instead. Well, that's it, hope it helps. DarkStone 2014-08-12

Re:spike in install errors

2014-08-10 Thread DarkStone
Well, so far as I know, the aglj40.jar file is very hard to download sometimes. At 2014-08-11 09:41:33, Justin Mclean" wrote: >Hi, > >We've seen a bit of a spike in a few types of errors (about double the normal >rate). Anyone know what might cause these errors? > >/track-installer.html?failure=t

Re:Re: AIR FP 15 betas are out

2014-08-10 Thread DarkStone
the target ref name (push destination) has to be the local branch itself "refs/heads/develop", I thought it should be the remote branch "refs/remotes/origin/develop" but it doesn't work that way, I wonder why. Also noticed that the Git username must be lowerca

Re:Re:Re:Re: AIR FP 15 betas are out

2014-08-10 Thread DarkStone
Hi Alex, I have successfully installed Flex SDK 4.13.0 + AIR 15 beta + FP 15 beta with no problem at all, and I only ran it once. I think the job is done : ) DarkStone 2014-08-10 At 2014-08-10 05:37:51, "DarkStone" wrote: >Hi Alex, > >I published the flex site, and it

Re:Re:Re: AIR FP 15 betas are out

2014-08-10 Thread DarkStone
Hi Alex, I published the flex site, and it works, the Flex SDK Installer now can show the AIR FP 15 beta options. I will test it right away. DarkStone 2014-08-10 At 2014-08-10 05:29:55, "DarkStone" wrote: >Hi Alex, > >I have done the following things: > >1. I did

Re:Re: AIR FP 15 betas are out

2014-08-10 Thread DarkStone
P 14 beta rather than 15 beta. In order to make it work, do I need to login to https://cms.apache.org/flex/ to [Publish flex site], or do something else I don't know yet. Thanks. DarkStone 2014-08-10

Re:Re: AIR FP 15 betas are out

2014-08-07 Thread DarkStone
: ) DarkStone 2014-08-07 在 2014-08-07 02:41:01,"DarkStone" 写道: >Ok, but first I need to take some time to read that Apache flex git stuff, >I'll let you know if I got stucked : ) > >Sent from DarkStone's iPhone > >> 在 2014年8月7日,14:20,Alex Harui 写道: >&

Re: AIR FP 15 betas are out

2014-08-06 Thread DarkStone
Ok, but first I need to take some time to read that Apache flex git stuff, I'll let you know if I got stucked : ) Sent from DarkStone's iPhone > 在 2014年8月7日,14:20,Alex Harui 写道: > > Sounds like a good first commit for you. Feel free to ask questions. > >> On

AIR FP 15 betas are out

2014-08-06 Thread DarkStone
Hi folks, Adobe Labs just released the AIR FP 15 betas, with some worth trying features and enhancements. Maybe we should update the Flex SDK Installer config file to add AIR FP 15 beta support, me and my fellows can help testing the installer if there is any problem. Sent from DarkStone's iP

Re:Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-30 Thread DarkStone
ittle confusion. DarkStone 2014-07-30 At 2014-07-30 05:54:15, "Justin Mclean" wrote: >Hi, > >> Just tried it again, same problem. >Possibly the properties file been cached? > >http://flex.apache.org/installer/properties/zh_CN.properties should have a >whole lot of

Re:Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-30 Thread DarkStone
Hi Justin, The sourceforge.net is not blocked in China, we can access it with no problem. Just tried it again, same problem. Are you saying it's now getting the file from source forge? But the Flex SDK Installer log said it download the afe.jar form opensouce.adobe.com DarkStone 2014-

Re:Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-30 Thread DarkStone
Hi Justin, I just tested it in zh_CN with cache on, it still downloaded afe.jar from opensouce.adobe.com, this time it didn't popups that login window, but failed to download afe.jar in the end. DarkStone 2014-07-30 At 2014-07-30 04:13:31, "Justin Mclean" wrote: >Hi, >

Re:Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-29 Thread DarkStone
out a solution asap : ) DarkStone 2014-07-30 At 2014-07-30 07:55:57, "Justin Mclean" wrote: >HI, > >> I find it extremely hard to finish downloading these two files, even through >> direct download using Firefox: >> https://github.com/swfobject/swfobject/archiv

Re:[ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-29 Thread DarkStone
One thing to mention: I can easily browse the webpages of github.com and opensource.adobe.com, no problem, no delay, but when downloading those two files, very hard to finish the download. DarkStone 2014-07-29 At 2014-07-29 00:10:23, "Alex Harui" wrote: >The Apache Flex commu

Re:[ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread DarkStone
Congratulations! I've just spreaded the word to China, they will start download from now on. DarkStone 2014-07-29 At 2014-07-29 00:10:23, "Alex Harui" wrote: >The Apache Flex community is pleased to announce the release of Apache >Flex SDK 4.13.0 > >The Apache Flex

Re:Re: Re: Re: Different behavior between mx and spark

2014-07-17 Thread DarkStone
common use case not edge case. Encapsuling edge case behavior to a functionality of a class is not good for post-maintenance. I like Tom's idea, by writting an EnableHelper controller class to solve this case is much better than adding edge behavior for the enabled setter of SkinnableCompo

Re:Re: Different behavior between mx and spark

2014-07-17 Thread DarkStone
lass as a controller to handle this, so you don't have to change code in SkinnableComponent. DarkStone 2014-07-17 At 2014-07-17 07:48:38, "Tom Chiverton" wrote: >On 17/07/14 12:43, DarkStone wrote: >> But after all, this is just my own opinion, others may disagree with me

Re:Re: Re: Different behavior between mx and spark

2014-07-17 Thread DarkStone
ehaviors of 'enabled' setter), this is not a very good program design. But after all, this is just my own opinion, others may disagree with me. Before making any changes to the source code, it's best that we can have more people to share their thoughts on this approach, don't

Re:Re: Different behavior between mx and spark

2014-07-17 Thread DarkStone
bclass your MySkinableComponent. DarkStone 2014-07-17 At 2014-07-17 06:37:37, "João Fernandes" wrote: >Sorry but setting mouseChildren and mouseEnabled won't work for their >customSkin since skinnableComponent does check if the component is enabled >and skip the call to super.mous

Re:Different behavior between mx and spark

2014-07-17 Thread DarkStone
you do want to change it, you can subclass the SkinnableComponent, and override the public function set enabled(value:Boolean):void to whatever you want it to be. DarkStone 2014-07-17 At 2014-07-17 05:51:46, João Fernandes" wrote: >Hi, something that has bugging me is that skin

Re:Re: Apache Flex SDK 4.13.0 still awaiting approval

2014-07-15 Thread DarkStone
Hi, I can compile and run the AIR desktop & mobile apps by using Flex SDK 4.13.0 RC2 with Flash Builder 4.7 I haven't tried RC3 yet, are there some major differences between RC2 & RC3? DarkStone 2014-07-15 At 2014-07-15 04:41:01, "Justin Mclean" wrote: >Hi, &

Re:Re: [Translation] Maybe some issue in english text

2014-07-15 Thread DarkStone
IMO, no need to change that, I've seen some other software writing the same sentence. At 2014-07-15 01:19:42, "Alex Harui" wrote: >IMO, it can be either way, but thanks for pointing that out. One could >argue that there shouldn't be a question mark at the end. > >I think I've seen lots of legal

Re:Re: New Flex to JS project

2014-07-08 Thread DarkStone
like adding more mobile components and skin themes (I know Om is working on one). DarkStone 2014-07-09 At 2014-07-09 01:10:03, "Alex Harui" wrote: >Hi Erik, > >Thanks for the list. I think this is a valuable discussion. I'm going to >respond out of order: hopefully

Re:[DISCUSS] Discuss Release Apache Flex SDK Installer 3.1 - RC8

2014-07-08 Thread DarkStone
sting of Flex SDK Installer : ) DarkStone 2014-07-09 At 2014-07-08 03:27:10, "-Alex Harui" wrote: >This is the discuss thread. > >In this RC is a fix for FP 14 beta, and ant_on_air fix for FlexJS install. > >Votes carry over. > >Maybe 8 is my lucky numberŠ > >-Alex >

Re:Re: New Flex to JS project

2014-07-08 Thread DarkStone
my personal opinion, I know there are already a lot of hard works were put into the current FlexJS, and I am much appreciated, I will contribute what I can, when I can in the future, these months I'm gonna be very busy though. DarkStone 2014-07-08 At 2014-07-08 04:29:40, "

Re: [DISCUSS] Discuss Apache Flex SDK 4.13.0 RC3

2014-07-02 Thread DarkStone
14-07-03 > 在 2014年7月2日,23:55,Alex Harui 写道: > > Hi Darkstone, > > Are you saying this is a new problem introduced in RC2 or does it also > exist in 4.12.x? I don't see any changes of significance to that class in > 4.13. > > I'm really trying to get this re

Re:[DISCUSS] Discuss Apache Flex SDK 4.13.0 RC3

2014-07-02 Thread DarkStone
? I'm not even sure whether I can post through the mailing list or not, very weird. DarkStone 2014-07-02 At 2014-07-02 04:06:22, "+Alex Harui" wrote: >This is the discuss thread. > >Changes from RC2 include: >-Install script handles AIR 14 beta >-Remove Zen sample t

SkinnableTextBase bug (found in Flex 4.13.0 RC2)

2014-07-01 Thread DarkStone
k.components::Group/setMXMLContent()[/Users/aharui/release4.13.0/frameworks/projects/spark/src/spark/components/Group.as:653] at spark.components::Group/createChildren()[/Users/aharui/release4.13.0/frameworks/projects/spark/src/spark/components/Group.as:906] DarkStone 2014-07-01

Re: [OT] Happy Birthday Flex

2014-06-30 Thread DarkStone
Wow!!! 10 years! Long live the Flex : D Sent from DarkStone's iPhone > 在 2014年6月30日,9:36,Justin Mclean 写道: > > Hi, > > A bit belated but Flex is now more than 10 years old. Version 1 was release > by Macromedia way back on March 29 2004 [1]. > > Justin > > 1. > http://web.archive.org/web/

Re:Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.1 - RC3

2014-06-27 Thread DarkStone
e of Justin, he always pays attentions to the very details, we actually need that kind of spirit! 3. However, I do agree with Erik that we should move on now, sometimes we need to make a compromise, that's life. I know it's not my place to say these words, so ignore me if I'm not hel

Re:[DISCUSS] Discuss Apache Flex SDK 4.13.0 RC1

2014-06-25 Thread DarkStone
Hi Alex, I have tested my production level Flex AIR Mobile and Desktop projects using Flex SDK 4.13.0 RC1 + AIR 14, they are all good, haven't found any compile-time or runtime issues. DarkStone 2014-06-25 At 2014-06-24 00:26:44, "Alex Harui" wrote: >This is the discussion thread. > >

Re:Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.1 - RC4

2014-06-24 Thread DarkStone
-- That's it, you've got to have JRE installed, and the Path environment variable must contain the JRE's bin directory, otherwise the FlexJS will always stuck at this point. DarkStone 2014-06-25 At 2014-06-25 02:15:27, "Alex Harui" wrote: > > >On 6/24/14 1

Re:[DISCUSS] Discuss Release Apache Flex SDK Installer 3.1 - RC4

2014-06-24 Thread DarkStone
. DarkStone 2014-06-25 At 2014-06-24 00:22:41, "Alex Harui" wrote: >This is the discussion thread. > >

Re:Re: [VOTE] Release Apache Flex SDK Installer 3.1 - RC4

2014-06-24 Thread DarkStone
the .properties files, so I cannot translate it. DarkStone 2014-06-24 At 2014-06-24 09:47:41, "Justin Mclean" wrote: >Hi, > >Tested on OSX and with Flex SDK. > >-1 (binding) IMO more work still needs to be done to make it a good release. >Items marked wi

Re: Add Chinese translations for all the installers of Flex

2014-06-23 Thread DarkStone
Sent from DarkStone's iPhone > 在 2014年6月24日,13:55,Alex Harui 写道: > > Also if you follow the darkstone thread there are additional files that go in > other repos. > Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > > Alex Harui wrote: > > > Af

Re: [Forward] Please bring back FXG 2.0 export for Flash Pro CC 2014

2014-06-23 Thread DarkStone
k from Adobe at all. Well, wish you guys could fill the wishform too, at least we tried. DarkStone 2014-06-23 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Forward-Please-bring-back-FXG-2-0-export-for-Flash-Pro-CC-2014-tp38453p38529.html Sent from

Re: [Forward] Please bring back FXG 2.0 export for Flash Pro CC 2014

2014-06-22 Thread DarkStone
ters in the SVG, so I insist on advising Adobe to bring back the FXG exporter for those design tools. In the meantime, an SVG <--> FXG converter utility is also very welcome : ) DarkStone 2014-06-23 -- View this message in context: http://apache-flex-development.247.n4.nabble.com

Re: Adding AIR 14 beta - need code review

2014-06-21 Thread DarkStone
ade to the sdk-installer-config-4.0.xml DarkStone 2014-06-22 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Adding-AIR-14-beta-need-code-review-tp38500p38516.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re:Re: Re: [Forward] Please bring back FXG 2.0 export for Flash Pro CC 2014

2014-06-19 Thread DarkStone
ndard stuff. They should really donate the AIR/FP runtimes and the Flash Builder IDE to Apache, it's better this way. DarkStone 2014-06-20 At 2014-06-20 06:13:58, "Nick Collins" wrote: >From my understanding the lack of it has something to do with some of the >dependency l

Re:Re: Add Chinese translations for all the installers of Flex

2014-06-19 Thread DarkStone
%20Chinese%20Translation%20Support.rar IMPORTANT NOTICE: I have modified all the .properties files, please USE ALL FILES inside that rar package to REPLACE the old ones you put on the server. DarkStone 2014-06-20 在 2014-06-20 04:39:44,"Alex Harui" 写道: >Hi Darkstone. I will apply those

Re:Re: [Forward] Please bring back FXG 2.0 export for Flash Pro CC 2014

2014-06-19 Thread DarkStone
Hi Om, You can export FXG in Flash Pro CS5/CS6 and Illustrator CS5/CS6. You can not export FXG ever since CC, including the latest CC releases. We despairingly need them back! DarkStone 2014-06-20 At 2014-06-20 00:14:12, "OmPrakash Muppirala" wrote: >Only problem I see with S

Re:Re: [Forward] Please bring back FXG 2.0 export for Flash Pro CC 2014

2014-06-19 Thread DarkStone
Hi Harbs, If Flash Pro CC brings back FXG export, that would be great. In the meantime, an SVG <-> FXG converter would be great too, even better if Apache Flex could include an GUI version of that converter : ) DarkStone 2014-06-19 At 2014-06-19 08:32:13, "Harbs" wr

Re: Add Chinese translations for all the installers of Flex

2014-06-19 Thread DarkStone
one. BTW, I've tested Flex SDK Installers 3.1 rc3, I can finish the downloads of Flex 4.13.0 + AIR 14 + FP 14 with no problems, but cannot finish the downloads of FlexJS, you know why : ) DarkStone 2014-06-19 -- View this message in context: http://apache-flex-development.247

[Forward] Please bring back FXG 2.0 export for Flash Pro CC 2014

2014-06-19 Thread DarkStone
Hi all, I just posted a thread on Adobe's Flash Pro CC forum: https://forums.adobe.com/thread/1500413 It's about bring back FXG 2.0 export for Flash Pro CC 2014. I think it's pretty important for Flex developers, so please reply +1 to that thread if you agree as well, thx : )

Add Chinese translations for all the installers of Flex

2014-06-18 Thread DarkStone
Hi Apache, I'm DarkStone (real name 周戈), I volunteer to do the Chinese translations for the Flex SDK Installer, the ANT Installer of Flex SDK and the ANT Installer of FlexJS. I have finished all the translation works. I have already created an issue in JIRA: https://issues.apache.org

Re: [VOTE] Release Apache Flex SDK Installer 3.1 - RC3

2014-06-17 Thread DarkStone
Hi Alex, OK I got it, SWFObject location will be assigned to GitHub since Flex SDK 4.12.2 I hope 4.12.2 won't have that Callout bug found in 4.13.0 Nightly Build : ) DarkStone 2014-06-18 At 2014-06-18 07:00:54, "Alex Harui" wrote: >Hi Darkstone, > >That'

Re:[VOTE] Release Apache Flex SDK Installer 3.1 - RC3

2014-06-17 Thread DarkStone
bject from GitHub instead of Google? I mean for all languages, the default url of SWFObject, is it from Github or Google? DarkStone 2014-06-18 At 2014-06-14 04:06:07, "Alex Harui" wrote: >Please vote to approve Apache Flex SDK Installer version 3.1 to be >released. > >Issue

Re: TextInput skin - no soft keyboard in iOS

2014-06-13 Thread DarkStone
Hi, When used on mobile, the ScrollableStageText class is the implementation of the textDisplay:IEditableText, which is a SkinPart of TextInput, unfortunately the ScrollableStageText class doesn't support MXML, so you cannot use it in your own TextInputSkin.mxml The workaround I found is: 1.

Flex 4.13.0 Nightly Build 20140611 - Fatal error when closing a Callout instance

2014-06-12 Thread DarkStone
o this bug, I'm really appreciated! DarkStone 2014-06-13 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-4-13-0-Nightly-Build-20140611-Fatal-error-when-closing-a-Callout-instance-tp38268.html Sent from the Apache Flex Development mailing

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
version of the Flex SDK Installer in a few days. DarkStone 2014-06-13 At 2014-06-13 00:12:01, "Alex Harui" wrote: >Interesting. Java is required for the regular Flex SDK, but for FlexJS we >are trying to find the path to the java executable. > >Do you have a JAVA_HOME environm

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
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

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
-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

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread DarkStone
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 &

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
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

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
d some new fields to be translated into diffrent languages? If not, I will continue the Chinese translations. DarkStone 2014-06-12

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-11 Thread DarkStone
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

Re:Re:Re: Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-11 Thread DarkStone
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

Re:Re: Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-11 Thread DarkStone
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

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC1

2014-06-10 Thread DarkStone
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

Re:Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-10 Thread DarkStone
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

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC1

2014-06-10 Thread DarkStone
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

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC1

2014-06-10 Thread DarkStone
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

  1   2   >