Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread Piotr Zarzycki
Hi Harbs, Ohh! Cool I didn't look into CheckBox in MDL and didn't know that there are some methods "check()" :) Maybe we don't need this line either ? input.checked = value; Thanks, Piotr 2017-08-18 14:01 GMT+02:00 : > Repository: flex-asjs > Updated Branches: >

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - upgrade to Google Closure Compiler 20170626. They deprecated a lot of APIs so lots of changes were required. The primary change is that GCC i

2017-08-12 Thread Piotr Zarzycki
Hi Alex, I'm wondering why you have switched to version "v20170626" instead of newest "v20170806" ? Thanks, Piotr 2017-08-12 5:55 GMT+02:00 : > Repository: flex-falcon > Updated Branches: > refs/heads/develop 8d7e14740 -> 207a95872 > > > upgrade to Google Closure Compiler

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Upgrade should wait for other beads (e.g. IDataProviderItemRendererMapper) to do their thing

2017-08-07 Thread Piotr Zarzycki
Yishay, Please check DataContainer which is extended by List for Menu. It may already had functions which you could override. Thanks, Piotr On Mon, Aug 7, 2017, 13:28 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop 8d6d7ca84 -> dee26275e > > >

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 1167 - Fixed

2017-08-03 Thread Piotr Zarzycki
Yes! Finally it's working! Chris Lambertus on infra HipChat helped me giving a tip to setup specific version of Maven in configuration! I setup 3.3.9 (Windows). Piotr 2017-08-03 20:15 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built

Re: git commit: [flex-asjs] [refs/heads/develop] - This appears to be inoperative. I believe this change is correct, but it really needs a test.

2017-07-24 Thread Piotr Zarzycki
Hi Harbs, I think this line should be outside "if": var object:Object = document[sourceID]; Please check additionally other beads related to ChangeNotifier. Thanks, Piotr 2017-07-24 12:29 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop

Re: git commit: [flex-asjs] [refs/heads/feature/browser-event] - Cleaned up typing of native events

2017-07-21 Thread Piotr Zarzycki
Thank you! :) <3 2017-07-21 8:41 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/feature/browser-event 273526e94 -> 294c3d6ab > > > Cleaned up typing of native events > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit:

Re: flex-asjs git commit: I’m not sure if cljs compiler will rename these. To be on the safe side…

2017-07-20 Thread Piotr Zarzycki
Harbs, What do you think to rename "eventObject" to "event" and before switch create new variable ? var eventObject:Object = event["event_"]; - Later use it in the switch. Just changes for readability. Thanks, Piotr 2017-07-20 9:35 GMT+02:00 : > Repository: flex-asjs >

Re: [8/8] flex-asjs git commit: stopPropogation on the goog BrowserEvent is needed. I don’t know if the stopImmediatePropagation on the real browser event actually does anything and I don’t know how t

2017-07-20 Thread Piotr Zarzycki
Harbs, Did it help with your problem on loosing focus when you are using KeyboardEvent ? Thanks, Piotr 2017-07-20 9:05 GMT+02:00 : > stopPropogation on the goog BrowserEvent is needed. > I don’t know if the stopImmediatePropagation on the real browser event > actually does

Re: git commit: [flex-asjs] [refs/heads/develop] - Uploads are assumed to be POST

2017-07-11 Thread Piotr Zarzycki
Hi Yishay, I think you could use constant here -> HTTPConstants.POST Thanks, Piotr 2017-07-11 10:09 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop cc098932c -> 3b5053f91 > > > Uploads are assumed to be POST > > > Project:

Re: git commit: [flex-asjs] [refs/heads/develop] - Add FileUploaderWithResponseData

2017-07-10 Thread Piotr Zarzycki
Hi Yishay, I'm wondering whether it is possible to have it bead instead class ? What do you think ? Thanks, Piotr 2017-07-10 18:30 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop c6a24011b -> 54d00a044 > > > Add FileUploaderWithResponseData >

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Camera API requires flash verion 11.4

2017-07-05 Thread Piotr Zarzycki
Hi Yishay, Does Maven build require this changes also ? I will look into that later today, but maybe you can beat me :) Thanks, Piotr 2017-07-05 9:20 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop 722e9eed7 -> 73c18eccf > > > Camera API

Re: git commit: [flex-asjs] [refs/heads/develop] - Added FileIUploader, fixed BinaryUploader

2017-07-04 Thread Piotr Zarzycki
Hi Yishay, Do we need this trace in BinaryUploader ? :) Thanks, Piotr 2017-07-04 13:16 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop f1108167c -> e083f6ab1 > > > Added FileIUploader, fixed BinaryUploader > > > Project:

Re: git commit: [flex-asjs] [refs/heads/tlf] - First implementation of FileProxy which takes on some of the functions of FileReference in Flash. More beads coming soon.

2017-07-03 Thread Piotr Zarzycki
Hi Yishay, Could you please update version number to 0.9 in the comments. @productversion FlexJS 0.9 Thanks, Piotr 2017-07-03 13:28 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/tlf fad521450 -> ff4dd1e8a > > > First implementation of FileProxy

Re: git commit: [flex-asjs] [refs/heads/tlf] - Made the SingleSelectionDragSourceBead and SingleSelectionDropTargetBead a bit more generic to work with DataGrid as well as List. Added dragStartObject

2017-06-29 Thread Piotr Zarzycki
Hi Peter, Could you please update version to 0.9.0 in the comments. Thanks, Piotr 2017-06-29 17:20 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/tlf c89b3a11e -> 38d7d38a5 > > > Made the SingleSelectionDragSourceBead and SingleSelectionDropTargetBead a

Re: git commit: [flex-asjs] [refs/heads/tlf] - New beads to support drag and drop with lists. Preliminary version.

2017-06-27 Thread Piotr Zarzycki
Peter! That is cool! :) On Tue, Jun 27, 2017, 22:03 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/tlf c2f7a2d8f -> 88e31ab94 > > > New beads to support drag and drop with lists. Preliminary version. > > > Project:

Re: Build failed in Jenkins: flex-falcon #1627

2017-06-27 Thread Piotr Zarzycki
Hi, develop branch is failing. Can someone take a look into that ? I cannot figure out what is happening. Thanks, Piotr 2017-06-27 21:42 GMT+02:00 : > See > > -- >

Re: [1/2] git commit: [flex-falcon] [refs/heads/initializers] - make default initialisers configurable

2017-06-24 Thread Piotr Zarzycki
Hi Justin, Is this mean that if this property is true in config and I set my boolean property to false it will be ignored ? var myProperty:Boolean = false; When I trace it I will see: undefined Piotr 2017-06-24 10:46 GMT+02:00 : > Repository: flex-falcon > Updated

Re: git commit: [flex-asjs] [refs/heads/tlf] - Reverted strict equality

2017-06-21 Thread Piotr Zarzycki
Hi Harbs, What was wrong with that ? Thanks, Piotr 2017-06-21 17:42 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/tlf c40993826 -> 3d2190621 > > > Reverted strict equality > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit:

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 980 - Fixed

2017-06-18 Thread Piotr Zarzycki
Uff. It look like "develop" build is fixed. :) Piotr 2017-06-18 11:26 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #980) > > Status: Fixed > > Check console output at https://builds.apache.org/job/ >

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 972 - Failure

2017-06-15 Thread Piotr Zarzycki
Hi, It look like we have bigger problem. Here is the analysis: When Maven is building some module it's looking first to file called maven-metadata.xml [1]. In this file we built module can take file names from SNAPSHOT folder [2] which have to download. For extension pom in maven-metadata we

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 971 - Fixed

2017-06-15 Thread Piotr Zarzycki
Hi, I just fixed build by cleaning up working copy on Jenkins machine. :) Develop now is on 0.9.0-SNAPSHOT. Piotr 2017-06-15 14:59 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #971) > > Status: Fixed

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - set input type back to text when bead is removed

2017-06-05 Thread Piotr Zarzycki
Hi Justin, Can it be close as part of separate bead ? What actually are you doing here ? Piotr 2017-06-05 5:19 GMT+02:00 : > set input type back to text when bead is removed > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit:

Re: [7/7] git commit: [flex-asjs] [refs/heads/develop] - make getValue a lot faster - 30ms down to 5ms in a complex app for JS in Chrome

2017-06-01 Thread Piotr Zarzycki
Hi Justin What will happen if some of those values will be null ? For example styleable.style ? Piotr 2017-06-01 7:58 GMT+02:00 : > make getValue a lot faster - 30ms down to 5ms in a complex app for JS in > Chrome > > > Project:

Re: [4/7] git commit: [flex-asjs] [refs/heads/develop] - use === and !== rather than == and !=

2017-06-01 Thread Piotr Zarzycki
Hi Justin, What will happen if "restrict" will be undefined ? Piotr 2017-06-01 7:58 GMT+02:00 : > use === and !== rather than == and != > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit:

Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

2017-05-14 Thread Piotr Zarzycki
Hi Josh, I did try build some project with "distribution" package produced by Maven and it's failed searching following file: "flex-asjs\distribution\distribution-flexjs\frameworks\flex-config.xml(80): col: 0 unable to open

Re: Build failed in Jenkins: flex-asjs #2226

2017-05-03 Thread Piotr Zarzycki
I'm wondering why this is still failing. Maven is nicely building and pick up last Alex's changes related to this, but with Ant is something wrong. Piotr 2017-05-03 21:25 GMT+02:00 : > See > >

Re: git commit: [flex-asjs] [refs/heads/develop] - Added AbsolutePositioningViewBeadBase so control components can position their sub-elements using absolute positioning.

2017-05-03 Thread Piotr Zarzycki
Hi Peter, Is this finished bead which I can use straight in my components ? If this is not class which should be extended - I think better would be name without "Base". Just my feeling when I look without going into the code. Piotr 2017-05-03 19:08 GMT+02:00 : > Repository:

Re: git commit: [flex-asjs] [refs/heads/develop] - Added example of building a Table from a data source to the TableExample example.

2017-05-02 Thread Piotr Zarzycki
Hi Peter, I was going through the DataTable class code and I see that you are adding mapper bead in addedToParent. override public function addedToParent():void { super.addedToParent(); addBead(new DataTableMapperForArrayListData()); dispatchEvent( new Event("initComplete") ); } If

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 900 - Still Failing

2017-05-02 Thread Piotr Zarzycki
Hi, I was looking into that issue, but really don't know what is happening. Can someone take a look ? Thanks, Piotr 2017-05-02 0:08 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #900) > > Status: Still

Re: git commit: [flex-asjs] [refs/heads/dual] - Basic: NumericStepper now accepts initial values for model, shares model with internal Spinner, and listens for changes to the model

2017-04-29 Thread Piotr Zarzycki
Hi Josh, Shouldn't we have this one in the View part of component? Thanks, Piotr On Sat, Apr 29, 2017, 01:03 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/dual eaba96161 -> 90764bc01 > > > Basic: NumericStepper now accepts initial values for model,

Re: [5/6] flex-asjs git commit: Bead to dead with simple date formats. Doesn’t support time zones, some foreign date formats, month names and a lot of other things.

2017-04-17 Thread Piotr Zarzycki
Hi Justin, Nice bead. I like it. :) One thought I think "textChanged" event shouldn't be dispatched through the bead. It should happen through the model or strand. Piotr On Mon, Apr 17, 2017, 06:24 wrote: > Bead to dead with simple date formats. Doesn’t support time zones,

Re: [2/2] git commit: [flex-asjs] [refs/heads/develop] - MobileTrader nearly back to full function.

2017-04-15 Thread Piotr Zarzycki
Hi Peter, I think in case of DataModelChangeNotifier you could extend [1]. [1] https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/supportClasses/DataProviderNotifierBase.as Piotr On Sat, Apr 15, 2017, 14:33 wrote: >

Re: git commit: [flex-asjs] [refs/heads/feature/chart-work] - Updates to MDL.

2017-04-08 Thread Piotr Zarzycki
Hi Peter, I'm concerning about changes in DataProviderChangeNotifier. Since it is no longer emits dataProviderChanged event it can break logic in some apps which people are working on. Some time ago when I've changed ArrayList and add itemAdded/removed etc. events I've created separate bead [1]

Re: git commit: [flex-asjs] [refs/heads/develop] - disable ListExample for now

2017-03-28 Thread Piotr Zarzycki
b/examples/flexjs/pom.xml > index 0831f2f..d49f223 100644 > --- a/examples/flexjs/pom.xml > +++ b/examples/flexjs/pom.xml > @@ -50,7 +50,7 @@ > FlexTeamPage_MDL > FlexWebsiteStatsViewer > HelloWorld > -ListExample > + > MapSearch > &

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 824 - Still Failing

2017-03-24 Thread Piotr Zarzycki
n)/824/ to view the results. -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 819 - Still Failing

2017-03-24 Thread Piotr Zarzycki
has built FlexJS Framework (maven) (build > #819) > > Status: Still Failing > > Check console output at https://builds.apache.org/job/ > FlexJS%20Framework%20(maven)/819/ to view the results. -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail

Re: [2/5] git commit: [flex-asjs] [refs/heads/develop] - used simplier undefined check as it is known property exists

2017-03-19 Thread Piotr Zarzycki
Hi Justin, What happened if it will be null? Piotr On Sun, Mar 19, 2017, 06:59 wrote: > used simplier undefined check as it is known property exists > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit:

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-34414 - Add missing Apache headers

2017-03-15 Thread Piotr Zarzycki
; >+// The ASF licenses this file to You under the Apache License, Version > >2.0 > >+// (the "License"); you may not use this file except in compliance with > >+// the License. You may obtain a copy of the License at > >+// > >+// http://www.apache.org/license

Re: git commit: [flex-falcon] [refs/heads/develop] - fix interface override checking

2017-03-09 Thread Piotr Zarzycki
{ > + > +}; > +String[] extra = new String[] > +{ > +"interface A {", > +"function get text():String;", > +"}", > +"interface B extends A {", > +"function set text(value:String):void;", > +"}" > +}; > +String source = getAS(imports, declarations, testCode, extra); > + > +compileAndRun(source);; > +} > + > } > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 777 - Still Failing

2017-03-08 Thread Piotr Zarzycki
Hi Guys, Graphics is failing. Something is missing? Thanks, Piotr On Wed, Mar 8, 2017, 09:11 Apache Jenkins Server wrote: > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #777) > > Status: Still Failing > > Check console output at >

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 772 - Fixed

2017-03-06 Thread Piotr Zarzycki
work%20(maven)/772/ to view the results. -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 769 - Still Failing

2017-03-06 Thread Piotr Zarzycki
apache.org/job/ > FlexJS%20Framework%20(maven)/769/ to view the results. -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: git commit: [flex-asjs] [refs/heads/develop] - Introducing the Group container.

2017-03-06 Thread Piotr Zarzycki
te'; > -child.positioner.style.left = Math.max(((w - > child.width) / 2),0) + 'px'; > -} > -child.dispatchEvent('sizeChanged'); > -maxWidth = Math.max(maxWidth, > child.positioner.offsetLeft + child.positioner.offset

Re: Build failed in Jenkins: flex-asjs #2041

2017-03-05 Thread Piotr Zarzycki
heflexbuild.cloudapp.net:8080/job/flex- > asjs/ws/frameworks> > [echo] doc_output = <http://apacheflexbuild. > cloudapp.net:8080/job/flex-asjs/2041/artifact/out/asdoc> > [echo] compiler.source-path = <http://apacheflexbuild. > cloudapp.net:8080/job/flex-asjs/ws/f

Re: git commit: [flex-asjs] [refs/heads/develop] - AnimationUtil Beginning of KeyboardEvent and associated classes Expanded IRect Added constant to MouseEvent

2017-03-05 Thread Piotr Zarzycki
; implied. > +// See the License for the specific language governing permissions and > +// limitations under the License. > +// > +/// > / > +package org.apache.flex.utils > +{ > +COMPILE::SW

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - - Fix not working numElements - Fix failing internalChildren function when element is undefined

2017-02-09 Thread Piotr Zarzycki
,8 @@ package org.apache.flex.core > COMPILE::JS > public function internalChildren():Array > { > +if (!element) return []; > + > return element.childNodes as Array; > } > > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: git commit: [flex-asjs] [refs/heads/develop] - Parallel is now derived from CompoundEffect

2017-01-30 Thread Piotr Zarzycki
ublic function Parallel() > + { > + super(); > + beads = [new ParallelPlayBead()]; > + } > } > - > -private var current:int; > - > -private function playChildEffect(index:int):void > -{ > -var child:IEffect = children[index]; > -child.addEventListener(Effect.EFFECT_END, effectEndHandler); > -child.play(); > -} > - > -private function effectEndHandler(event:Event):void > -{ > -current++; > -if (current >= children.length) > -dispatchEvent(new Event(Effect.EFFECT_END)); > -} > -} > - > } > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Add ParallelReverseBead

2017-01-30 Thread Piotr Zarzycki
> diff --git a/frameworks/projects/Effects/src/main/resources/basic-manifest.xml > b/frameworks/projects/Effects/src/main/resources/basic-manifest.xml > index 7d2d61b..4bb39d2 100644 > --- a/frameworks/projects/Effects/src/main/resources/basic-manifest.xml > +++ b/frameworks/projects/Effects/src/main/resources/basic-manifest.xml > @@ -21,6 +21,7 @@ > > > > + > > > > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: git commit: [flex-asjs] [refs/heads/develop] - Fixed layout bugs in Alert.

2017-01-24 Thread Piotr Zarzycki
* > * @private > */ > - private function handleCancel(event:Event):void > + private function handleCancel(event:MouseEvent):void > { > dispatchCloseEvent(Alert.CANCEL); >

Re: [1/2] flex-asjs git commit: A temp way to get Application reference. Don’t like this solution and at minimum we should have a FlexGlobals.topLevelApplication or something like that

2017-01-18 Thread Piotr Zarzycki
aterialDesignLite/src/main/ > resources/mdl-manifest.xml > -- > diff --git > a/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml > b/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > index 0bce7e5..580fde9 100644 > --- a/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > +++ b/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > @@ -21,6 +21,7 @@ > > > > + > > > > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: Build failed in Jenkins: flex-asjs #1879

2017-01-17 Thread Piotr Zarzycki
Hi Guys, I'm sorry about that. I don't know what exactly I should do with this file. Can someone help me with this? Thanks, Piotr On Wed, Jan 18, 2017, 05:08 wrote: > See > >

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-15 Thread Piotr Zarzycki
"toggleTextButton", _selected == > false); > +typeNames = element.className; > + > return element; > } > > @@ -188,14 +159,12 @@ package org.apache.flex.html > private function clickHandler(event:Event):void > { > selected = !selected; > -dispatchEvent(new Event("change")); > } > > COMPILE::SWF > private function internalMouseHandler(event:MouseEvent) : void > { > selected = !selected; > -dispatchEvent(new Event("change")); > } > } > } > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Table component and example initial implementation

2017-01-13 Thread Piotr Zarzycki
Love this commit :) On Fri, Jan 13, 2017, 20:34 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop 2e52060f3 -> b0b41aefe > > > MDL Table component and example initial implementation > > > Project:

Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread Piotr Zarzycki
; > +var element:HTMLElement = host.element as HTMLElement; > +element.classList.toggle('fa-spin',_spin); > +element.classList.toggle('fa-pulse',_pulse); > +} > +} > + > +} > +} > > http://git-wip-us.apache.org/repos

Re: git commit: [flex-asjs] [refs/heads/develop] - If Bindable property is assigned to component itself ItemRendererSimpleBinding throws exception - example of such binding can be find: \examples\flex

2017-01-03 Thread Piotr Zarzycki
{ > + document[destinationPropertyName] = document.data[ > sourcePropertyName]; > + } > + else > +{ > +document[destinationID][destinationPropertyName] = > document.data[sourcePropertyName]; > +

Re: [1/4] git commit: [flex-asjs] [refs/heads/example/teampage_mdl] - TBody.as has wrong class name

2017-01-03 Thread Piotr Zarzycki
AIR 2.6 > * @productversion FlexJS 0.0 > */ > - public class THead extends ContainerBase > + public class TBody extends ContainerBase > { > /** > * constructor. > > -- Greetings Piotr Zarzycki Flex/AIR/.NET

Re: flex-asjs git commit: Change innerHTML for a textNode to avoid remove text when using beads that “append” html tags

2016-12-10 Thread Piotr Zarzycki
Hi Carlos, Is it creation of internal elements shouldn't be in createElement instead in some setter? Piotr On Sat, Dec 10, 2016, 17:36 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop 07dfd97bb -> 9b467ea51 > > > Change innerHTML for a

Re: git commit: [flex-asjs] [refs/heads/develop] - Add ContactChip bead - not working - Throw error if deletable chip do not have any material icons bead

2016-12-04 Thread Piotr Zarzycki
> htmlButton.classList.add("mdl-chip__action"); > > -return htmlButton; > +return delButton; > } > } > } > > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ > d7a3778a/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > -- > diff --git > a/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml > b/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > index 0199248..e033fcb 100644 > --- a/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > +++ b/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > @@ -43,8 +43,8 @@ > > > > - > - class="org.apache.flex.mdl.supportClasses.ItemRendererFactoryForArrayDat > a"/> > + > + class="org.apache.flex.mdl.supportClasses.ItemRendererFactoryForArrayDat > a"/> > > > > @@ -66,4 +66,5 @@ > > > > + > > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Tooltip

2016-12-02 Thread Piotr Zarzycki
+ > +return element; > +} > + } > +} > > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ > 4e7c7361/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > ------ > diff --git > a/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml > b/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > index 66a739b..2fd804f 100644 > --- a/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > +++ b/frameworks/projects/MaterialDesignLite/src/main/ > resources/mdl-manifest.xml > @@ -64,4 +64,5 @@ > > > > + > > > -- Greetings Piotr Zarzycki Flex/AIR/.NET Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: git commit: [flex-asjs] [refs/heads/develop] - - Add first Material Icons beads "cancel" and "add" - Use "add' material icon bead in Buttons example - Add missing classList - Throw error Deletable

2016-12-01 Thread Piotr Zarzycki
g.apache.flex.html.I; > +COMPILE::JS > +{ > +import org.apache.flex.core.WrappedHTMLElement; > +} > + > +/** > + * Provide HTML element for material icons derived class > + * > + * @langversion 3.0 > + * @playerversion Flash 10.2 >

Re: git commit: [flex-asjs] [refs/heads/develop] - Export common bead loading logic to a utils class.

2016-12-01 Thread Piotr Zarzycki
eFlexibleChildLayout; > - if (!_layout) { > - var c:Class = > ValuesManager.valuesImpl.getValue(host, "iBeadLayout"); > - if (c) { > - _layout = new c() as > IOneFlexibleChildLayout;

Re: git commit: [flex-asjs] [refs/heads/develop] - Don't let order of bead addition confuse collapse bead.

2016-11-28 Thread Piotr Zarzycki
+ } > + if (_layout) > + { > + _strand.addBead(_layout); > + } > + } > +

Re: git commit: [flex-asjs] [refs/heads/refactor-sprite] - Added Binary to Images

2016-08-08 Thread Piotr Zarzycki
Hi Harbs, I think the name of the event "urlChanged" - do not say anymore what actually has changed. What do you think to have more general name? "imageSourceChanged" or "imageDataChanged". Second idea is to have separate events for changed source binary and url. Piotr On Mon, Aug 8, 2016,

Re: git commit: [flex-asjs] [refs/heads/develop] - It seems that we do not need RowHeightBead anymore. Move jpg files to assets folder

2015-07-07 Thread Piotr Zarzycki
I have removed RowHeightBead because we have rowHeight property on datagrid which as I understand should do exactly same what this removed Bead. DataGrid on Flash side looks like that right now [1] - It's not good, but more worries me js. [2] - Two errors in Firebug console. Both are pointing

Re: [1/8] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34852 Added unit test (actually moved the first function from ListCollectionView_FLEX_34837_Tests, as it's better suited for this ticket).

2015-06-07 Thread Piotr Zarzycki
Hi Mihai, You could mark VO classes as Bindable and all properties will be automatically bindable. Piotr W dniu 2015-06-07 o 18:10, mih...@apache.org pisze: Repository: flex-sdk Updated Branches: refs/heads/develop 11489c6e7 - 94dd74615 FLEX-34852 Added unit test (actually moved the

Re: Build failed in Jenkins: flex-asjs #579

2015-05-19 Thread Piotr Zarzycki
I have started build of FlexJS just to have the freshest changes, but it's failing. Actually it looks like problem with ending of flex unit tests ? Some test is stuck for some reason ? Am I wrong ? W dniu 2015-05-19 o 21:20, flex.ci.bui...@gmail.com pisze: See

Re: Build failed in Jenkins: flex-tlf #416

2015-04-08 Thread Piotr Zarzycki
run. Total time: 14 minutes 42 seconds Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results -- Greetings Piotr Zarzycki Flex/AIR/AngularJS Developer mobile: +48 880 859 557 e-mail: piotrzarzyck

Re: Build failed in Jenkins: flex-tlf #367

2015-03-04 Thread Piotr Zarzycki
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results -- Greetings Piotr Zarzycki Flex/AIR/AngularJS Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http

Re: Build failed in Jenkins: flex-tlf #326

2015-02-02 Thread Piotr Zarzycki
Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results -- Greetings Piotr Zarzycki Flex/AIR/AngularJS Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki http://linkd.in

Re: Build failed in Jenkins: flex-tlf #326

2015-02-02 Thread Piotr Zarzycki
supported some “order” attribute but maybe I don’t know how to get it to work. From: Piotr Zarzycki piotrzarzyck...@gmail.com Date: Monday, February 2, 2015 at 7:11 AM To: Alex Harui aha...@adobe.com Cc: dev@flex.apache.org dev@flex.apache.org, comm...@flex.apache.org comm

Re: Build failed in Jenkins: flex-tlf #326

2015-02-02 Thread Piotr Zarzycki
Yep - You should add TestCase order inside every test classes. Piotr 2015-02-02 16:39 GMT+01:00 Alex Harui aha...@adobe.com: Yeah, that’s the link I was using. Actually, I think I read it wrong so maybe this next commit will work. From: Piotr Zarzycki piotrzarzyck...@gmail.com Date

Re: [51/56] [abbrv] [partial] git commit: [flex-utilities] [refs/heads/develop] - trying to merge TourDeFlex develop release into master

2015-01-26 Thread Piotr Zarzycki
I'm not sure what has happened. :) I've just tried to push pull request from Max with Russian translation. https://github.com/apache/flex-utilities/pull/2 Did I break something ? Piotr W dniu 2015-01-26 o 23:05, pio...@apache.org pisze: trying to merge TourDeFlex develop release into master

Re: [5/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Added the same unit test and fix as for SpellingUIEx.

2015-01-16 Thread Piotr Zarzycki
+SpellUI.enableSpelling(_input, en_US); +SpellUI.disableSpelling(_input); + +//then +assertTrue(true); //no error was thrown +} +} +} -- Greetings Piotr Zarzycki Flex/AIR/AngularJS Developer mobile: +48 880 859 557 e-mail

Re: Build failed in Jenkins: flex-tlf #289

2015-01-12 Thread Piotr Zarzycki
And here we go! Our failed with ineresting results :) ContainerAttributeTest.paddingBottomTest Paragraph3's top value should be 87.55, but was 19 - expected true but was false at

Re: Build failed in Jenkins: flex-tlf #209

2014-11-26 Thread Piotr Zarzycki
/flex-tlf/ws/build.xml:367: FlexUnit tests failed during the test run. Total time: 10 minutes 9 seconds Build step 'Invoke Ant' marked build as failure No JDK named ‘(Default)’ found -- Greetings Piotr Zarzycki Flex/AIR/AngularJS Developer mobile: +48 880 859 557 e-mail: piotrzarzyck

Re: git commit: [flex-tlf] [refs/heads/tables] - The local var had the same name as the function argument. The Falcon compiler objects to this ; -)

2014-11-21 Thread Piotr Zarzycki
) -- Greetings Piotr Zarzycki Flex/AIR/AngularJS Developer mobile: +48 880 859 557 e-mail: piotrzarzyck...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki http://linkd.in/1aGNqao

Re: git commit: [flex-sdk] [refs/heads/develop] - updated release notes

2014-06-23 Thread Piotr Zarzycki
Hi Alex, I think you should also add here information about added Chinese language to Installer - FLEX-34377. Thanks, Piotr W dniu 2014-06-23 06:53, aha...@apache.org pisze: Repository: flex-sdk Updated Branches: refs/heads/develop 93ac51cb6 - 293e5bd2e updated release notes

<    1   2   3   4   5