Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-11-05 Thread Harbs
I’m a bit confused about the release process. I thought we were creating release branches in git for each release to “freeze” the code, so we do not have a wildly moving target. It does not seem like that’s happening, so I’m not sure if I just misunderstood. Harbs On Nov 3, 2015, at 12:04 AM

Re: Building FlexJS from source

2015-11-05 Thread Harbs
Back at this... Question: Is the source of the FlexJS swc files supposed to be view-able? It would be really helpful, if we could jump to the source from IDEs. On Nov 2, 2015, at 3:10 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 11/1/15, 10:24 AM, "Harbs" <

Re: a stage3d api with flexjs

2015-11-05 Thread Harbs
be really great to have a webgl output option, but I don’t think all efforts should go that way. Most web apps do not have enough complex rendering to require webgl. Classic DOM still makes a lot of sense in a lot of cases. Harbs On Nov 5, 2015, at 12:47 PM, Dev LFM <developer...@gmail.com>

Re: [FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-05 Thread Harbs
aha...@adobe.com> wrote: > Thanks Harbs. > > That’s a really great set of information. It is one reason we are trying > not to lock FlexJS to any particular text rendering mechanism. Can you > tell us more about which choice you are going to make for your apps? > > -Alex >

Re: [FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-07 Thread Harbs
On Nov 6, 2015, at 8:55 PM, Alex Harui wrote: > That was an awesome list! Thanks. Just curious, can text layout end up > affecting more than two lines back? Yes. Assuming we’re dealing with paragraph composition, text anywhere in the paragraph can effect the entire line

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-11-07 Thread Harbs
I just tried running the approval script and it failed: /Users/harbs/Documents/ApacheFlex/ApproveFlexJS/ApproveFlexJS.xml:236: The following error occurred while executing this line: /Users/harbs/Documents/ApacheFlex/ApproveFlexJS/ApproveFlexJS.xml:240: Execute failed: java.io.IOException

Re: [FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-07 Thread Harbs
BTW, another data point is that FOP implemented the KP algorithm. I don’t know how practical it would be to adapt that code, but it’s an Apache project, so licensing should be a non-issue. On Nov 7, 2015, at 10:00 PM, Harbs <harbs.li...@gmail.com> wrote: > > On Nov 6, 2015, at 8

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-11-05 Thread Harbs
Justin, While that’s technically true, the vast majority of users would want a convenience package. On Nov 6, 2015, at 8:23 AM, Justin Mclean wrote: > Hi, > >> People who are having trouble with building are trying to build from the >> source distribution and/or the Git

Re: [FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-05 Thread Harbs
On Nov 6, 2015, at 1:01 AM, jude wrote: > How did the TLF engineers figure this out? I think you just need to know and know people who know. Microsoft’s site has some great info, but it’s scattered all over the place. I learned a lot some years ago when I was working

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-11-06 Thread Harbs
I agree with Justin here. I’ve been playing with FlexJS for a good few weeks already and I still do not have a good setup for working on the SDK. I would have been productive a long time ago already if we would have the following: 1. Simple building of the SDK. Environment variables are tough

Re: [FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-06 Thread Harbs
irty too aggressively which is causing too many recursive composition calls, but I’m not sure. > Anyway, for FlexJS, the only thing I really want regarding text layout is > for the customer to have choices. There should be multiple text layout > SWCS that have various trade-offs along t

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-11-06 Thread Harbs
with more contributors. When I do get my IDE setup for working on the source, I will try to document the process on the wiki. Harbs On Nov 6, 2015, at 12:13 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > On Fri, Nov 6, 2015 at 2:02 AM, Harbs <harbs.li...@gmail.com> wrote

Jenkins TLF failures

2015-10-19 Thread Harbs
It looks like Jenkins has been failing at building TLF for some time now. It’s currently outputting the following: [compc] Loading configuration file F:\hudson\hudson-slave\workspace\flex-sdk\frameworks\flex-config.xml [compc] Apache Flex compc (Component Compiler) [compc] Version

Re: [JIRA] cleanup

2015-10-19 Thread Harbs
Thanks On Oct 19, 2015, at 1:10 PM, Justin Mclean wrote: > Hi, > >> Flex 4.14 and 4.14.1 ar listed as unreleased versions. How do we fix that? > > Via the JIRA admin - fixed. > > Justin >

[JIRA] cleanup

2015-10-19 Thread Harbs
Flex 4.14 and 4.14.1 ar listed as unreleased versions. How do we fix that?

Jenkins offline

2015-10-14 Thread Harbs
It looks like Jenkins is offline on the flex.ci.builds server. Can someone who has access take a look? Harbs

Re: Jenkins TLF failures

2015-10-19 Thread Harbs
I was confused. I did not notice this was a different server. I was wondering why I wasn’t seeing that when I checked the CI server later… ;-) On Oct 19, 2015, at 5:58 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 10/19/15, 3:56 AM, "Harbs" <harbs.li...@gmai

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
I’m getting the following erros when I try the script: (build.sh is a shell script I wrote which sets the env vars and runs ant -e -f ApproveFlexJS.xml -Drelease.version=0.5.0 As you can see, I then set ANT_HOME and ran the command manually, and it still failed. Harbss-MacBook-Pro:~ harbs$ cd

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
Here’s the thing: Harbss-MacBook-Pro:~ harbs$ which ant /usr/local/bin/ant Harbss-MacBook-Pro:~ harbs$ whereis ant Harbss-MacBook-Pro:~ harbs$ I got that location from which. whereis does not find ant at all. IIRC, I installed ant using homebrew. On Oct 20, 2015, at 12:41 PM, Maxim Solodovnik

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
It seems like the problem was that I did not have ant specified in the ANT_HOME path. Odd. I thought it should be the parent directory. I’m now getting the following error: BUILD FAILED /Users/harbs/Documents/ApacheFlex/FlexJS0.5.0/ApproveFlexJS.xml:111: The FLASHPLAYER_DEBUGGER property

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
Ack. PEBCAK… The path was wrong. On Oct 20, 2015, at 1:45 PM, Harbs <harbs.li...@gmail.com> wrote: > It seems like the problem was that I did not have ant specified in the > ANT_HOME path. Odd. I thought it should be the parent directory. > > I’m now getting the follow

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
It looks like the script requires a number of other env vars setup: FALCONJX_HOME GOOG_HOME etc. Can I suggest that the script checks for ALL env vars at the start of the script so all missing vars are discovered right away? On Oct 14, 2015, at 10:09 AM, Alex Harui wrote: >

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
The script looks kind of odd to me. Why is it testing for both a directory and file? (or am I not understanding it) On Oct 20, 2015, at 1:45 PM, Harbs <harbs.li...@gmail.com> wrote: > It seems like the problem was that I did not have ant specified in the &

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
I ran out of time for now. I’m now getting to the point of expanding the FalconJX nightly where it fails: Expanding: /Users/harbs/Documents/ApacheFlex/FlexJS0.5.0/apache-flex-falconjx-0.5.0-bin.zip into /Users/harbs/Documents/ApacheFlex/FlexJS0.5.0/falconjx BUILD FAILED /Users/harbs/Documents

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
; links to /usr/local/bin/ant > > On Tue, Oct 20, 2015 at 3:53 PM, Harbs <harbs.li...@gmail.com> wrote: > >> Here’s the thing: >> >> Harbss-MacBook-Pro:~ harbs$ which ant >> /usr/local/bin/ant >> Harbss-MacBook-Pro:~ harbs$ whereis ant >> Harbs

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
ike I got a bad download. The zip would not expand manually either. I just ran the script again, and it got much further. (more below) > > On 10/20/15, 4:14 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> It looks like the script requires a number of other env

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
Is there a way to set these variables permanently across sessions? On Oct 20, 2015, at 6:29 PM, Alex Harui wrote: > I’m also curious > about why your computer wasn’t already set up with ANT_HOME and > FLASHPLAYER_DEBUGGER

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
Never mind. I just noticed that it launched Safari and Safari blocked Flash. bah! Why is it launching Safari? I have Firefox as my default browser. On Oct 21, 2015, at 1:03 AM, Harbs <harbs.li...@gmail.com> wrote: > What’s the script trying to launch? I should have both a stand-al

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
Bingo. That’s the piece of info I was missing. Thanks! On Oct 21, 2015, at 12:48 AM, Alex Harui wrote: > in a .bash_login file in the “~” > folder

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
They should run and work mostly. > > Thanks for sticking with it. > -Alex > > On 10/20/15, 3:17 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> OK. I feel like I just took a big step in the right direction! :-) >> >> approve: >> >&

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
What’s the script trying to launch? I should have both a stand-alone debug player as well as a debug browser plugin. I have MAMP running. Maybe that’s messing things up? On Oct 21, 2015, at 12:56 AM, Alex Harui wrote: > Hmm. For me, my console looks more like: > >

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
OK. I feel like I just took a big step in the right direction! :-) approve: +1 Package http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.5.0-src.tar.gz Java 1.7 OS: Mac OS X x86_64 10.9.5 Source kit signatures match: y Source kit

Re: [GitHub] flex-sdk pull request: [Module asc] Cleanup code - 1st step

2015-10-21 Thread Harbs
He just closed the pull request. I’m not sure why. On Oct 19, 2015, at 10:48 PM, OmPrakash Muppirala wrote: > You could just comment on the PR at GitHub. The messages and responses get > forwarded to the dev list. > > Thanks, > Om > > On Mon, Oct 19, 2015 at 10:45 AM,

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-21 Thread Harbs
be.com> wrote: > >> Josh turned off the variable renaming. I suppose we should turn it on for >> flexjs apps. >> >> >> Sent from my LG G3, an AT 4G LTE smartphone >> >> >> -- Original message-- >> >> From: Harbs >

Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0)

2015-10-21 Thread Harbs
Changing the subject… Here’s a real-life scenario which I’m not sure how it’s going to work: I expect to spend the next many months building a JS version of my PrintUI WYSIWYG web app. Many parts of the the code maps pretty well to JS, especially when using EaselJS. However, I think it’s

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-20 Thread Harbs
You should know that I’ve spent the last few weeks (or longer) struggling with an AngularJS application. My opinion of AngularJS is that it’s broken by design. Comparing the organization and clarity of a FlexJS application to an AngularJS application is literally night and day. I was able to

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34876 Added/fixed tests

2015-10-21 Thread Harbs
because FTE does not really process them. To deal with this, TLF jumps through lots of hoops. On Oct 21, 2015, at 12:42 PM, Mihai Chira <mihai.ch...@gmail.com> wrote: > Harbs, in relation to FLEX-34807, I don't understand the change you > made to FLEX_34807_Test.as: why is it expected tha

Building FlexJS from source

2015-10-21 Thread Harbs
Back here again… I’m trying to build FlexJS from the source repo in an attempt to see if I can get a setp for working on FlexJS itself. I’m getting stuck here: [mxmlc] /Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml:65 [mxmlc] Error: unable to open '/Users/harbs

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-10-18 Thread Harbs
What do I need to do to help with this? On Oct 18, 2015, at 8:40 AM, Alex Harui wrote: > I’d appreciate folks trying to find time to help us get > 0.5.0 out the door

Re: FLEX-34876

2015-10-12 Thread Harbs
Alex, Have you had a chance to look and see if you can find it? On Oct 4, 2015, at 5:36 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 10/4/15, 7:03 AM, "Harbs" <harbs.li...@gmail.com> wrote: >> >>>> >>>> Is there any way to se

TLF Test Failures

2015-10-12 Thread Harbs
are loaded? Harbs

[GitHub] flex-sdk pull request: Fix MenuBar.styleChanged() crash bug

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/12#issuecomment-157794520 I forgot to close this automatically. I've merged the pull request. Please close it. --- If your project is set up for it, you can reply to this email and have your

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/36#issuecomment-157824904 Is there any difference between this and pull request #20 (which was just merged)? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flex-sdk pull request: FLEX-34934

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/36#issuecomment-157854906 Cool. Can you close this request? Your changes should make it into the 4.15.0 Flex release. Thanks for the contribution! --- If your project is set up for it, you can

[GitHub] flex-sdk pull request: Fix FLEX-15159 by making ArrayList extend P...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/18#issuecomment-157861022 Using Proxy as a base class for ArrayList will likely have a significant performance hit. It seems questionable as to whether the benefits of using for each loops

TLF IME

2015-08-31 Thread Harbs
It looks to me that IME is completely broken in the recent versions of TLF. It seems to work in Firefox and Safari on Mac (at least at the bottom of the screen), but does not work in Chrome on Mac or any browser on Windows. Has anyone else noticed this? Harbs

Re: Allowing PUT and DELETE requests in HTTPService

2015-09-07 Thread Harbs
I believe Socket based HTTP Clients can do this. There’s a couple out there. [1][2]. The author of the first seems to recommend the second.[3] [1]https://code.google.com/p/as3httpclient/ [2] https://github.com/gabriel/as3httpclient

SDK Installer trouble

2015-09-02 Thread Harbs
I’m getting an error using the installer. Here’s the log from the installer: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.14.1 AIR version 18.0 Flash Player version 18.0 Creating Apache Flex home Creating

Re: TLF IME

2015-09-01 Thread Harbs
ing me in the right direction. I’ll have to figure out why it’s not working in my app… On Sep 1, 2015, at 6:05 PM, Alex Harui <aha...@adobe.com> wrote: > First, build a non-Flex test case. Then file that test case at > bugbase.adobe.com. > > -Alex > > On 9/1/15, 7:

Re: TLF IME

2015-09-02 Thread Harbs
. > > -Alex > > On 9/1/15, 9:32 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> OK. >> >> I just put together a non-Flex case and it seems to work in all three Mac >> browsers: >> >> package >> { >> import flas

Re: TLF IME

2015-09-03 Thread Harbs
> On 9/2/15, 2:29 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Neither of those two seem to be in use. I’m exploring other focus >> redirecting possibilities, but so far no luck… >> >> On Sep 2, 2015, at 8:03 AM, Alex Harui <aha...@adobe.com>

Re: TLF IME

2015-09-01 Thread Harbs
I’m not sure if this is a TLF issue or a Flash player issue. I’m getting different results in different browsers. Who would we contact at Adobe to report this issue in Flash? On Aug 31, 2015, at 11:59 AM, Harbs <harbs.li...@gmail.com> wrote: > It looks to me that IME is complete

Re: TLF IME

2015-09-10 Thread Harbs
t; -Alex > > On 9/9/15, 2:42 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Of course, the component does not handle focus itself. That’s handled by >> the SelectionManager… >> >> On Sep 10, 2015, at 12:41 AM, Harbs <harbs.li...

Re: [FlexJS] Stub for Video Component

2015-09-09 Thread Harbs
FWIW, I use Stuffit Expander. On Sep 9, 2015, at 2:33 AM, Alex Harui wrote: > Unfortunately, I don’t have a RAR extractor on my > Mac.

Re: Flex support in IntelliJ IDEA open sourced

2015-09-09 Thread Harbs
I would love to see this! Harbs On Sep 9, 2015, at 12:34 PM, Frédéric THOMAS <webdoubl...@hotmail.com> wrote: > I will move / adapt what I did to make IntelliJ and FlexJS to work together > from the compiler into IntelliJ Flex plugin following is architecture, I just &

Re: TLF IME

2015-09-10 Thread Harbs
com> wrote: > > On 9/10/15, 3:06 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> But if a component implements IIMESupport, why should the FocusManager >> turn off IME if it does not implement IFocusManagerComponent? >> >> It seems to me that th

Re: [FlexJS] Apps, Apache, and Dog Food

2015-09-12 Thread Harbs
I’m seeing the same thing in Firefox on Mac. In Safari and Chrome, it looks fine. On Sep 12, 2015, at 8:35 PM, Alex Harui wrote: > Yuck. Haven't seen that. What browser and os? Is it throwing exceptions? > > > Sent from my LG G3, an AT 4G LTE smartphone > > > --

Re: [FlexJS] Apps, Apache, and Dog Food

2015-09-12 Thread Harbs
I am also getting some css warnings in Firefox: Unknown property 'effect-timer-interval'. Declaration dropped. ProjectDashboard.css:23:30 Unknown property 'speak'. Declaration dropped. ProjectDashboard.css:83:14 Unknown property 'speak'. Declaration dropped. ProjectDashboard.css:106:14

Re: [FlexJS] Apps, Apache, and Dog Food

2015-09-13 Thread Harbs
Yes. Nothing like trying to step through a problem for learning. I’m going to try and run this app through FlexJS on Wednesday. (I have no time until then.) There’s a couple of other quirks that I’d like to examine (like the positioning of “Apache Flex” is different in the HTML version than the

Re: [FlexJS] Apps, Apache, and Dog Food

2015-09-13 Thread Harbs
in all, this is pretty impressive! :-) On Sep 13, 2015, at 9:54 AM, Harbs <harbs.li...@gmail.com> wrote: > like the positioning of “Apache Flex” is different in the HTML version than > the Flash version

Re: [FlexJS] Apps, Apache, and Dog Food

2015-09-13 Thread Harbs
These are all great ideas. Here’s some more: 1) A widget with latest tweets/ ApacheFlex hash tags.. 2) Responsive design for mobile 3) A timeline of releases. 4) A timeline of bug fixes. On Sep 12, 2015, at 9:21 AM, Alex Harui wrote: > Anyway, I’d like to get ideas on what

Re: Flex Mobile App's Performance while scroll

2015-09-30 Thread Harbs
Take a look at this JIRA issue which describes a way to improve scrolling performance: https://issues.apache.org/jira/browse/FLEX-34821 And here for the discussion: http://apache-flex-development.247.n4.nabble.com/Flex-Scroller-optimization-td46074.html On Sep 30, 2015, at 9:58 AM, Anton

Re: Jenkins builds

2015-10-03 Thread Harbs
There was a test: PasteWithMutliParagraph_FLEX_34876_Test which was enabled. The test looks good, but the bug which the test was created for is not yet fixed[1]. I disabled the test. Let’s see what happens next time it’s built. On Oct 3, 2015, at 12:43 AM, Alex Harui wrote:

Re: Jenkins builds

2015-10-03 Thread Harbs
FWIW, these tests are failing on my Mac but seem to pass on Jenkins. I don’t know if there’s a problem with the tests. KeyboardGestureTest: pgUpGeneralTest pgUpLocationTest pgUpLanguageTest shiftPgUpGeneralTest shiftPageUpLanguageTest shiftPageUpLocationTest On Oct 3, 2015, at 9:26 PM, Harbs

Re: FLEX-34876

2015-10-04 Thread Harbs
ex Harui <aha...@adobe.com> wrote: > This is a scenario about pasting plain text, is that correct? I’d think > of it this way: what if you typed in the same character sequence? What > would/should happen as you hit return? > > -Alex > > On 6/2/15, 7:28 PM, "Harbs

Re: [ENQUIRY] Some general feedback on our build system

2015-10-04 Thread Harbs
important for working on the development branch. For trying it out, I can see where this would be useful. Of course, I know nothing about Maven and have never used it. Harbs

Re: FLEX-34876

2015-10-04 Thread Harbs
> > I thought this was strictly about plain text insertion, in which case #1 > would be my expectations. > > If there is formatting available, the formatting should be preserved, IMO. Yes. This is for unformatted text. (applyFormat is false if the incoming text is formatted) >> >> Is there

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-10-02 Thread Harbs
I will take a look next week. On Oct 2, 2015, at 3:49 PM, Mihai Chira <mihai.ch...@gmail.com> wrote: >> still the problem that the pasted text adds a new line (or a new >> paragraph, resulting in a new line when exported to plain text). > > Harbs, the fatal error is gon

Re: TLF IME

2015-09-09 Thread Harbs
does implement IIMESupport but it apparently could not be found by findFocusManagerComponent(). On Sep 3, 2015, at 3:19 PM, Harbs <harbs.li...@gmail.com> wrote: > FWIW, I did not figure out what was disabling the IME.

Re: TLF IME

2015-09-09 Thread Harbs
is target? findFocusManagerComponent does a walk up the tree looking > for certain flags. > > -Alex > > On 9/9/15, 2:31 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> I found the culprit: FocusManager. >> >> It has the following code: >>

Re: TLF IME

2015-09-09 Thread Harbs
Apparently, the way to go would have been to implement IFocusManagerComponent as well… On Sep 10, 2015, at 12:37 AM, Harbs <harbs.li...@gmail.com> wrote: > Here’s the full class that’s the target: > > public class TLFContainer extends SpriteVisualElement implements

Re: TLF IME

2015-09-09 Thread Harbs
Of course, the component does not handle focus itself. That’s handled by the SelectionManager… On Sep 10, 2015, at 12:41 AM, Harbs <harbs.li...@gmail.com> wrote: > Apparently, the way to go would have been to implement IFocusManagerComponent > as well… > > On Sep 10, 2015,

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-09-20 Thread Harbs
t I'm not familiar enough with tlf to implement an > alternative algorithm which works without the terminator. But it is causing > grief for a lot of our users. Do you think you'll have time to find another > way to implement the algorithm? > > Thanks. > On 20 Sep 2015 08:37, &

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-09-20 Thread Harbs
Nope. That only works at the end of the last paragraph. When inserting at the end of an intermediate paragraph, the second span gets added to the beginning of the next paragraph. On Sep 19, 2015, at 10:54 PM, Harbs <harbs.li...@gmail.com> wrote: > Hi Mihai, > > I thi

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-09-20 Thread Harbs
to handle pasting text as a special case because the code is assuming the text is not normalized which it now (sort-of) is.. On Sep 9, 2015, at 7:37 PM, Mihai Chira <mihai.ch...@gmail.com> wrote: > Hey guys (addressed to Piotr and Harbs), > > if you have time to take a look at this,

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-09-19 Thread Harbs
Hi Mihai, I think I just fixed it in commit 96a959d1b943630e68a826a1cf1fc804c73e8b95. Please confirm. On Sep 19, 2015, at 10:19 PM, Harbs <harbs.li...@gmail.com> wrote: > Thanks for the reminder. > > I will try to look at this tomorrow. > > Harbs > > On Sep 1

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-09-19 Thread Harbs
Thanks for the reminder. I will try to look at this tomorrow. Harbs On Sep 19, 2015, at 10:07 PM, Mihai Chira <mihai.ch...@gmail.com> wrote: > bump > On 9 Sep 2015 18:37, "Mihai Chira" <mihai.ch...@gmail.com> wrote: > >> Hey guys (addressed to Piotr and Ha

Re: Jenkins builds

2015-09-24 Thread Harbs
What kind of machine do we need for Jenkins? Would an AWS instance work and if yes what size machine would we need? Is there a reason to use Azure over AWS? On Sep 24, 2015, at 4:19 PM, Alex Harui wrote: > I’m about to give up on waiting and pull out my credit card. No idea

Re: Jenkins builds

2015-09-24 Thread Harbs
oes. If it is enough for the builds > then I can handle the cost. > > -Alex > > On 9/24/15, 8:08 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> What kind of machine do we need for Jenkins? Would an AWS instance work >> and if yes what siz

Re: Jenkins builds

2015-09-24 Thread Harbs
Also: I’m a member of Bizspark which entitles me to some free Azure services: https://azure.microsoft.com/en-us/pricing/member-offers/bizspark-startups/ I have no idea how to set that up though… On Sep 24, 2015, at 6:52 PM, Harbs <harbs.li...@gmail.com> wrote: > OK. I have a bun

Re: Jenkins builds

2015-09-24 Thread Harbs
lex SDK release > packaging build. > > Thanks, > -Alex > > On 9/24/15, 8:52 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> OK. I have a bunch of AWS instances. The cheap linux instances are less >> than $10 per month. >> >> If we create a new

Re: Closure compiler CompilationLevel

2015-09-22 Thread Harbs
Makes sense to me. Of course I have not deep-dived into this stuff yet. It seems to me that these levels should be a compile-time option which could be easily changed. Is that the case now? Harbs On Sep 22, 2015, at 9:37 AM, Josh Tynjala <joshtynj...@gmail.com> wrote: > The Closure

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-09-22 Thread Harbs
You probably have the timeout set in Firefox and need to disable it. Check this: https://support.mozilla.org/en-US/questions/705051 On Sep 22, 2015, at 12:44 PM, Mihai Chira wrote: > That's great to know, Piotr. Yes, I was debugging using ant, and with > Alex's suggestion

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34807

2015-09-21 Thread Harbs
Yes. It’s a coding style I picked up quite some time ago. It assigns the value to itself if destinationLeaf is null. It avoids writing an extra “if” (and keeps everything in one line while keeping the declaration at the beginning of the line). It might be a bit confusing the first time you see

Re: Next Flex SDK release

2015-12-07 Thread Harbs
It looks like I don’t need 4.6. There’s a 3.0 branch in the Git repo which seems to have ti working correctly. On Dec 7, 2015, at 3:19 PM, Harbs <harbs.li...@gmail.com> wrote: > OK. I’m working on this, and I just added a comment to the JIRA with my > preliminary observ

Re: FlexJS Brand Positioning

2015-12-02 Thread Harbs
just the way it is with open source projects. I hope your commercial version is successful. I also wish there was more funding to help push Flex forward quicker, but unless a specific company has a vested interest in doing so, it’s not gonna happen. Harbs On Dec 3, 2015, at 7:41 AM, jude

Re: Node.js support

2015-12-03 Thread Harbs
Here: http://apache-flex-development.247.n4.nabble.com/Node-js-support-td50414.html Or here: http://mail-archives.apache.org/mod_mbox/flex-dev/201512.mbox/browser The Flex website has links to the archives here: http://flex.apache.org/community-mailinglists.html On Dec 3, 2015, at 11:02

Turning on trace statements for TLF

2015-12-07 Thread Harbs
? Harbs

Re: [DISCUSS] Adopting AS3Commons

2015-12-03 Thread Harbs
+1. There’s lot’s useful stuff in AS3Commons. On Dec 3, 2015, at 7:18 PM, Alex Harui wrote: > Hi, > > It has been my understanding that any existing code base that gets stored > in an Apache Flex repo must be "donated" via the Apache Software Grant > process, which

Re: [DISCUSS] Adopting AS3Commons

2015-12-03 Thread Harbs
3, 2015, at 10:01 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Do we have a list of features or an URL we can look at? > > Thanks, > Om > > On Thu, Dec 3, 2015 at 11:13 AM, Harbs <harbs.li...@gmail.com> wrote: > >> +1. >> >> There’

Re: [DISCUSS] Adopting AS3Commons

2015-12-03 Thread Harbs
I have heard that FZip moved to be included in AS3Commons, but I have no idea if that’s true. I assume Christophe should know the answer to that. On Dec 3, 2015, at 10:51 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 12/3/15, 12:26 PM, "Harbs" <

Re: [DISCUSS] Adopting AS3Commons

2015-12-03 Thread Harbs
This seems to be confirmation: https://twitter.com/as3commons/status/185620600272855040 It appears to be donated by the author, so I think we’re okay there. On Dec 3, 2015, at 11:00 PM, Harbs <harbs.li...@gmail.com> wrote: > I have heard that FZip moved to be included in AS3Commons, b

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
Instead of talking about throwing it away, why not discuss what is needed to implement AMF? It sounds to me like a great goal. I personally have never used AMF, so I have no idea. Harbs On Dec 1, 2015, at 7:47 PM, Christofer Dutz <christofer.d...@c-ware.de> wrote: > There is no need

Re: Node.js support

2015-12-01 Thread Harbs
I’m really interested in seeing Node.js transpiling as well. ActionScript on the server with support for the whole Node.js eco-system would be a real win and open lots of doors. On Dec 2, 2015, at 3:06 AM, Josh Tynjala wrote: > Oh, I see! I was confused. I now recall

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread Harbs
Assuming you can add the nightly to FDT, I imagine that it should work. But as lizhi points out, you need the nightly of FalconJX for the code to work. On Dec 2, 2015, at 8:13 AM, lizhi wrote: > the lib need very new flexjs lib. > > not build in the fdt > > > > -- > View this

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
ight need custom serialization for > cycles (at least in the early rounds). > > I understand that AMF had lower bandwidth, but I've heard that JSON can be > compressed over the wire. > > -Alex > >> >> >> -Ursprüngliche Nachricht- >> Von: Harbs

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
BTW, here’s a good article on Typed Arrays. Specifically, see the section on XMLHttpRequest2. http://www.html5rocks.com/en/tutorials/webgl/typed_arrays/ On Dec 1, 2015, at 9:11 PM, Harbs <harbs.li...@gmail.com> wrote: > Well, it seems to me that Typed Arrays is the right way to

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
or not. > > [1] http://caniuse.com/#search=Typed > > > On 12/1/15, 11:25 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> BTW, here’s a good article on Typed Arrays. Specifically, see the section >> on XMLHttpRequest2. >> >> http://www.html5roc

Re: Turning on trace statements for TLF

2015-12-07 Thread Harbs
I got it to work. It looks like “clean” in FB was not working. Manually deleting the bin-debug folder is necessary for some reason... On Dec 7, 2015, at 12:19 PM, Harbs <harbs.li...@gmail.com> wrote: > I’m trying to work on the TLF performance issues, and for some reason I can’t >

Re: Next Flex SDK release

2015-12-07 Thread Harbs
correctly. I’m downloading 4.6 now from Adobe’s site. Hopefully I’ll be able to use and build that… If anyone has any thoughts to help me on this, I’d appreciate it! ;-) Harbs On Nov 18, 2015, at 8:43 AM, Harbs <harbs.li...@gmail.com> wrote: > You had created such a flag, but enabling it ca

<    3   4   5   6   7   8   9   10   11   12   >