Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2022-03-17 Thread Piotr Zarzycki
Hi again! Last week I have got the assets documentation from the sales branch. Could you please check it? I have uploaded it lower: https://onedrive.live.com/download?cid=82EF47538A1E39FE&resid=82EF47538A1E39FE%21110&authkey=AAuVbDhXC9vn8jo File password: RP5687 Hi Harbs, Thanks for adding it

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
Hi Harbs, Thanks for adding it - That may be really helpful. I think you should consider move it to one of the folder to Basic: accessories or supportClasses. If you could also add version when it was introduced etc. What do you think? Thanks, Piotr On Sun, Aug 27, 2017, 06:43 wrote: > Repos

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 > > > Upgrade should wait for

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: > MobileTrader nearly

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

2017-04-07 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: [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: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/30849715 >

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: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit: http://git-

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

2017-01-09 Thread Piotr Zarzycki
Element; > +element.classList.toggle('fa-spin',_spin); > +element.classList.toggle('fa-pulse',_pulse); > +} > +} > + > +} > +} > > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ > 5c227d43/frameworks/projects/Fo

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

2017-01-03 Thread Piotr Zarzycki
productversion FlexJS 0.0 > */ > - public class THead extends ContainerBase > + public class TBody extends ContainerBase > { > /** > * constructor. > > -- 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: 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 textNode to avoid remove text whe

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

2016-12-01 Thread Piotr Zarzycki
ager.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
_layout) > + { > + _strand.addBead(_layout); > + } > + } > + return _layout; > + } > + > } > } > \ No newline at end of file > > -- 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/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, 16:48

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

2015-04-08 Thread Piotr Zarzycki
Suite: UnitTest.Tests.ElementOperationTest > [flexunit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time > elapsed: 4.393 sec > [flexunit] Suite: UnitTest.Tests.FlowModelTest > [flexunit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time > elapsed: 3.600 sec > [flexunit] Suite: UnitTest.Tests.WritingModeTest > [flexunit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time > elapsed: 1.304 sec > [flexunit] Suite: UnitTest.Tests.AllCharAttributeTest > [flexunit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time > elapsed: 55.540 sec > [flexunit] Suite: org.flexunit.events.UnknownError > [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time > elapsed: 60.532 sec > [flexunit] > [flexunit] Results : > [flexunit] > [flexunit] Tests run: 591, Failures: 8, Errors: 1, Skipped: 18, Time > elapsed: 657.654 sec > [flexunit] > > BUILD FAILED > <http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/build.xml>:313: > FlexUnit tests failed during the test 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...@gmail.com skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <http://linkd.in/1aGNqao>

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

2015-03-04 Thread Piotr Zarzycki
; [flexunit] Suite: UnitTest.Tests.UndoRedoTest > [flexunit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time > elapsed: 0.101 sec > [flexunit] Suite: UnitTest.Tests.ScrollingTest > [flexunit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time > elapsed: 13.093 sec &

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 : > 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 > Date: Monday, February 2,

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

2015-02-02 Thread Piotr Zarzycki
ked like FlexUnit supported some “order” attribute but > maybe I don’t know how to get it to work. > > From: Piotr Zarzycki > Date: Monday, February 2, 2015 at 7:11 AM > To: Alex Harui > Cc: "d...@flex.apache.org" , "commits@flex.apache.org" > , "pio

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

2015-02-02 Thread Piotr Zarzycki
> > [flexunit] Suite: UnitTest.Tests.ContainerTypeTest > > [flexunit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 1, Time > >elapsed: 0.929 sec > > [flexunit] Suite: UnitTest.Tests.FloatTest > > [flexunit] Tests run: 56, Failures: 0, Errors: 0, Skipped: 1, Time &g

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34247 improve TLF performance. I added a flag in case some scenario really needs composition to start from the beginning, but the default is now

2014-05-21 Thread Piotr Zarzycki
I did run current TLF tests nothing blows up. :) Next week will commit new tests. W dniu 2014-05-22 05:53, aha...@apache.org pisze: Repository: flex-tlf Updated Branches: refs/heads/develop 41fc042d0 -> 592b45fa2 FLEX-34247 improve TLF performance. I added a flag in case some scenario re