Re: visual editor still missing ?

2014-03-15 Thread piotrz
I agree with Arne. When you working on some complex UI the design view is totally useless. Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Re-visual-editor-still-missing-tp5546p5549.html Sent from

Re: UseWeakReference example.

2014-03-17 Thread piotrz
Hi Saju, I would like to add also couple of additional links which helped me a while ago: Link 1: http://dispatchevent.org/mims/creating-weak-references-in-as3/ Link 2: http://blogs.adobe.com/bparadie/2011/12/21/weak-references-proxy-dictionary/ Link 3:

Re: Air 4 or 13beta for the AppStore?

2014-03-27 Thread piotrz
Hi Gabriele, I'm suprise about that because I see Air 4.0 with Flex 4.12 - http://bit.ly/1jae580 Maybe try to again install Flex with Installer 3.0 Release Candidate 7 and let us know. https://dist.apache.org/repos/dist/dev/flex/installer/3.0/rc7/binaries/ Piotr - Apache Flex Committer

RE: regarding apache flex sdk installation issue.

2014-04-01 Thread piotrz
Hi Sundar, I suggest you to try Installer 3.0 Release Candidate 7 and give us feedback how it's work. https://dist.apache.org/repos/dist/dev/flex/installer/3.0/rc7/binaries/ I also had same issue but it occurs for me at the end of installation and it doesn't spoil installed sdk I could use it

Re: Validating DataGroup children

2014-04-27 Thread piotrz
Hi Oleg, You can add to your item renderers validators for example StringValidator for your TextInput. Next creat custom event for ex. invalidString and dispatch it with bubbles=true when something goes wrong. Add event listener for invalidString event to your dataGroup and do whatever you

Re: IDE upgrade options

2014-04-29 Thread piotrz
Hi Adam, I would like to say that I have been using Intellij for 4 years occasionally back to Flash Builder just for check how it works now. Every time I back to Intellij, Flash Builder was slow for really big projects. In my previous job I was one person from the team who have been used Intellij

Re: Validating DataGroup children

2014-05-02 Thread piotrz
Hmm...Maybe you could do something like this: 1) When you click on Submit button - refresh your dataProvider 2) override property data in your item renderer 3) Check in your overrided property data whether with your item renderer is something wrong - if yes - dispatch your custom event. 4)

Re: Problem with videoPLayer on Android when changing States

2014-05-24 Thread piotrz
Hi Philip, Maybe this is some kind of issue. I had quite similar problems and I did something stupid but it helps. When you change your states try to play() and immediate stop() your video see if it help. myVid.play(); myVid.stop(); Piotr - Apache Flex Committer piotrzarzyck...@gmail.com

Re: problem installing apache flex 12

2014-05-25 Thread piotrz
Hi, Do you have currently installed any version of installer on your PC ? Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/problem-installing-apache-flex-12-tp6607p6608.html Sent from the Apache Flex

Re: Showcase for IOs and Android skins?

2014-08-05 Thread piotrz
Hi Chris! Fantastic and Good luck in your new job! Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Showcase-for-IOs-and-Android-skins-tp7456p7474.html Sent from the Apache Flex Users mailing list

Re: Callout contents issue

2014-09-23 Thread piotrz
Hi Deepak MS, You could call closeDropDown method from CalloutButton class once your state has changed or try to dispatch an event new DropDownEvent(DropDownEvent.CLOSE)) Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context:

Re: Callout contents issue

2014-09-23 Thread piotrz
I am not sure whether CalloutButton will belong to the parent component. You have to probably say includIn=yourstate. You could also try to remember witch callout button has been opened and close it if it necessary. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: Want to hire Flex developer

2014-10-09 Thread piotrz
Hi Sven, Provide some more details about this opportunity the you could get more attention on this. For example: Is it remote opportunity ? This is application written in Flex 3 or Flex 4 (Adobe or Apache)? Some contacts information. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com

Re: Want to hire Flex developer

2014-10-09 Thread piotrz
Great Sven and Good Luck! I hope you will find some good Flex Developer. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Want-to-hire-Flex-developer-tp8349p8354.html Sent from the Apache Flex Users

Re: How Should I Dynamically Switch Component?

2014-10-13 Thread piotrz
Hi Tintin, It is strange. I did something like that couple of times. Did you mark currentState in your presenter as Bindable ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Flash Player Debugger location on Yosemite ?

2014-11-13 Thread piotrz
Hi DavidM, You do not need add path to your debugger in intellij. If you have added sdk to your project and this project is compiling correctly you should be able to debug your application. Maybe show us your intellij configuration. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com --

Re: Flash Player Debugger location on Yosemite ?

2014-11-13 Thread piotrz
David, I mean actually two places: 1) Project structure and you have there tab Dependencies - adding there SDK (on windows Ctrl + ALT + Shift + S) 2) Run/Debug Configurations where you adding Flash App configuration Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

Re: Stopping a new browser window from opening every time I compile

2014-11-13 Thread piotrz
David, In Intellij you can recompile project without starting it using on Windows CTRL + F9 or from menu Build - Make Project Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Users of Apache Flex

2014-12-15 Thread piotrz
Hi Michael, You can also take a look at the Flex Show Case - http://flex.apache.org/community-showcase.html Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Users-of-Apache-Flex-tp9141p9171.html Sent from

Re: TLF and images

2014-12-18 Thread piotrz
Hi Miguel, Please provide us information which version of Flex SDK are you using? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TLF-and-images-tp9245p9246.html Sent from the Apache Flex Users

RE: TLF and images

2014-12-18 Thread piotrz
Miguel, It would be great if you could try with your project our latest release candidate 4.14. You can download it using installer. Instruction how to do this - [1] There were couple of fixes for TLF, so maybe it's already fixed. [1] http://bit.ly/16vAtGx Piotr - Apache Flex PMC

RE: TLF and images

2014-12-19 Thread piotrz
Hi Miguel, Maybe your problem is related to this one [1] [1] http://bit.ly/1Azcn6K Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TLF-and-images-tp9245p9264.html Sent from the Apache Flex Users mailing

RE: TLF and images

2014-12-19 Thread piotrz
Miguel, If I could suggest something - Could you please paste your code on some service, because these mailing list messing up your code and it's almost unreadable. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Spark Datagrid row non selectable/clickable after scroll the Datagrid

2014-12-29 Thread piotrz
Hi Prabhu, We are currently in the process of release new version of Flex SDK 4.14. If you could try test your issue in the release candidate it would be great. Please follow Erik's instruction to do this [1] You can also try to use Mobile Data Grid which is available in Flex SDK since 4.11 [2]

Re: Contract work adverts

2015-01-23 Thread piotrz
Hi Chris, I have seen from time to time some ads about work on this mailing list and no one oppose. I think it is quite good place to share the details. We don't have any policies about that as far as I know. My suggestion is just maybe you should change the subject to [WORK] subject - Something

Re: TLF tables examples

2015-02-13 Thread piotrz
Hi Lane, Draft of the documentation provided by Harbs and Jude: https://docs.google.com/document/d/1sT0IAiMfIOBVgmo8wwF6ZZviuNFcW2bUfQoj0zDmSog Some sample application with Tables: http://pastebin.com/dytnv32a Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: DropDownList in DataGroup

2015-03-11 Thread piotrz
Hi Oleg, It would be really good if you could provide us which version of Flex SDK are you using. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/DropDownList-in-DataGroup-tp9785p9786.html Sent

Re: FlexMojos 7.0.1 and FlexPMD

2015-03-10 Thread piotrz
Hi Mario, I'm probably not the right person who should answer to that thread however I can provide you link to Dev list where Chris started to thread about FlexPMD. [1] :) [1] http://apache-flex-development.247.n4.nabble.com/FlexPMD-Starting-work-on-FlexPMD-td45428.html Piotr -

Re: DropDownList in DataGroup

2015-03-12 Thread piotrz
Any chance to try the newest version of sdk? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/DropDownList-in-DataGroup-tp9785p9789.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Puffin Browser

2015-03-05 Thread piotrz
Wow awesome! :) Will try it for sure! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Puffin-Browser-tp9749p9752.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [OT] Thinking about improving the FLEX product.

2015-02-26 Thread piotrz
Hi Carlos, Your thoughts is something what is in my mind for a long time. I would give a lot to have opportunity to work in a full time as an developer on Apache Flex project. But to order to create Team which support Apache Flex project you have to convince people who own his own companies to

Re: [OT] Thinking about improving the FLEX product.

2015-02-26 Thread piotrz
Understand. I hope you will find some people who wanted to invest some money on this. Like I said from the development point of view I'm really interesting to work in a full time on the Apache Flex projects. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: embeded css in SDK

2015-01-13 Thread piotrz
Hi Chris, It doesn't look like something specific for SDK 4.6. Maybe try to use Apache Flex to see whether it is occurs with the newest SDK. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread piotrz
Alex, Thank you for your response. I have try/catch around my function in JS. I will also try to add try/catch inside my callback function in AS as you suggested and will see what I get. I have also inside my callback function in AS code for removing registered callback:

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread piotrz
Hi Evyatar, This is pseudo code [1] which shows you how I call my function. I think we could get different stack trace error in JS if my function won't be registered in AS. [1] https://paste.apache.org/fYBX Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: Help with older version of Flex

2015-04-20 Thread piotrz
Renee, Unfortunately you have to have ultimate version of intellij - Flex is supported only on that version. Good Luck with and let me know how it goes. ;) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: flex ide advice needed for new mac user

2015-04-19 Thread piotrz
Hi Kevin, I can only answer for, a question about intellij. I've been working on a flex mobile app year ago using intellij. I could tel you with full responsibility that Intellij was a way better than Flash Builder. Everything was faster, intuitive and all things which is in FB you have in

Re: [FlexJS] Link to video presentation on FlexJS

2015-05-05 Thread piotrz
Wow Great Om! I will watch it with pleasure. Thank you so much! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Link-to-video-presentation-on-FlexJS-tp10260p10263.html Sent from the Apache Flex

Re: [Flex, JS] Error calling method on NPObject!

2015-04-13 Thread piotrz
Hi James, Everything is on https. I am using both lines currently. Security.allowDomain(*); Security.allowInsecureDomain(*); Wondering whether this could break anything because both are used. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [Flex, JS] Error calling method on NPObject!

2015-04-14 Thread piotrz
Evyatar, Like I said this is only pseudo code, so I have correct attributes name in my app. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-JS-Error-calling-method-on-NPObject-tp10044p10083.html

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-13 Thread piotrz
Yes this is an released version, but you can try Nightly Build which is 4.15. 1. Launch installer 2. Click right on combo box 3. Choose Show Dev Builds 4. In combo box you will have Apache Flex SDK Nightly Build Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: flash support and future

2015-07-16 Thread piotrz
Hi, But after update everything back to normal. We can still use Flash Player in Firefox and Chrome without any problems. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-09 Thread piotrz
Hi agm65, Actually what do not have 100% width ? ItemRenderer or content itself (in your case Label)? You might want to try experiment with left=0 and right=0. Additionally if you add id name to id=labelDisplay and inside data set: label = String(data[name]).toLocaleUpperCase(); you should get

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-10 Thread piotrz
agm65, My list looks exactly same as yours. I don't have possibility to experiment with this now, but one tip - Try to use DataGroup instead spark List. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-10 Thread piotrz
agma65, If it is possible send on my email your application I will take a look into that tomorrow. I was using nightly build of sdk, so it is 4.15. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-09 Thread piotrz
agma65, I'm not sure whether I understand you correctly. Do you want to have fixed colored background in your item renderer 100% width ? My code looks like that [1] and my item render is filling whole list without the problem. [2] It's of course color after mouse roll over, but just indicating

Re: Design view for Flash Builder 4.7

2015-11-19 Thread piotrz
Hi Eduardo, There were some discussion [1] about that. [1] http://apache-flex-users.246.n4.nabble.com/Flash-Builder-4-7-view-designer-td8625.html Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Error #2006: The supplied index is out of bounds

2016-02-28 Thread piotrz
Hi Phil, Maybe more suitable solution would be use DataGroup with some custom Item Renderers. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Determining Maximum Date from Array

2016-04-11 Thread piotrz
Hi, Since in your ArrayCollection you have Date objects you can use "time" [1] property to determine max date. Simply use "Sort" function in ArrayCollection to sort dates descending using "time" property as an sort field. Once you sort your collection - first element in it will be your max date.

Re: Determining Maximum Date from Array

2016-04-11 Thread piotrz
It depends how string in DB is looks like. Post example of such string. You can also try to use "parseDateString" functionin DateFormatter and see what happens. [1]http://help.adobe.com/pl_PL/FlashPlatform/reference/actionscript/3/mx/formatters/DateFormatter.html#parseDateString() Piotr

Re: Determining Maximum Date from Array

2016-05-17 Thread piotrz
How convertSQLDate looks like ? Can you paste full code. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Determining-Maximum-Date-from-Array-tp12434p12713.html Sent from the Apache Flex Users mailing list

Re: Responsive design needs for FlexJS HTML output

2016-04-15 Thread piotrz
Hi Dhwani, If would like to avoid confusion what version did you download you can always take a look into our jenkins. FlexJs [1] and Falcon [2]. If Alex push something you can click on "Changes" and see in which build it is. Installator always download last successful build. [1]

Re: AIR for Linux

2016-08-03 Thread piotrz
Hi Angelo, Last Adobe Air which support Linux is version 2.6. Your app have to be build with that version if you wanted to install it. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-02-06 Thread piotrz
Hi Leo, It looks like FDT Team fixed issue :) -> http://bugs.powerflasher.com/jira/browse/FDT-3716 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14623.html Sent from the

RE: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-24 Thread piotrz
Hi Leo, That would be wonderful and I think that what we need right now. UX specifications for each our controls. I will for sure touch the coding part and maybe some other guys which have free cycles, so you don't have to worry about it. :) Piotr - Apache Flex PMC

Re: MXML and ActionScript in Visual Studio Code

2017-01-30 Thread piotrz
Hi Josh, Can I set breakpoint in in mxml ? Cause I'm not able to do this. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14585.html Sent from the Apache

Re: FlexJS - How to use MDL?

2017-01-18 Thread piotrz
Hi Leo, I will give a shot and try today FDT. I will create new project with MDL and see whether I also get same results. In the mean time try to other options regarding build and IDE. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-19 Thread piotrz
Leo, I think you should also add in description stack trace from your problem. I just voted for it :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14542.html Sent

Re: Moonshine

2017-01-17 Thread piotrz
Hi JJ, I think you could try. I know that guys from Moonshine IDE Team is around. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Moonshine-tp14504p14505.html Sent from the Apache Flex Users mailing list

Re: FlexJS - How to use MDL?

2017-01-18 Thread piotrz
Leo, I'm getting same issue as you in FDT. Maybe you should file a bug for them [1] [1] http://bugs.powerflasher.com/jira/secure/Dashboard.jspa Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-20 Thread piotrz
Thanks Leo for reporting. I've helped them a bit in the jira comments and it seems that will be fixed in the next release. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: TitleWindow close button is flickering after update

2016-08-23 Thread piotrz
Hi Kyle, In such scenario I see two options: 1) Check if it's possible whether you have same issue with newest Flex version or even with nightly build. 2) Create separate app where you reproduce this issue width newest version of Flex and create jira [1] with this example. [1]

Re: [flexjs] Help setting up flexjs project

2016-11-22 Thread piotrz
Hi Hans, I think I will have small input if we are talking about Intellij. I love this IDE, but unfortunately JetBrains guys won't support FlexJS, but I was able to setup my environment and use Intellij. Actually I'm using mixed of two IDEs for coding in FlexJS. It's Intellij and Visual Studio

Re: [flexjs] Help setting up flexjs project

2016-11-23 Thread piotrz
Hi Chris, I'm not sure whether this setup with Intellij where you have buildable project by IDE is up to date. There were so many changes from the time when this confluence website was created. I suggest you try one of the solution proposed in previous posts. 1) IDE + Ant build in that case

Re: Scout - What does this mean?

2016-11-17 Thread piotrz
Hi, You could also completely remove main HGroup and just have [1] :) [1] https://paste.apache.org/hcay Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Scout-What-does-this-mean-tp14126p14143.html Sent

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Hi Leo, My fixes related to your problem are finally in the latest FlexJS nightly build. Once you take it you will see all library in your IDE. In this build Carlos started to work on adding support for Tables [1] component. You can check how it looks in our example app [2] Tables tab. [1]

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Leo, I just pushed fix for issue with MDL library, now it should be visible in FDT as default. Build server now is stuck for some reason, but once it get back nightly build will have it. I will let you know! Do not hesitate to share with us your feedback how is going with setup and your

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Hi Leo, It just came up to my mind, that if you use FTD and Material Design Library you probably won't be able to Fully debug your application. If I ready correctly support debugging at some point only on SWF sight without to much care about JS. We did in MDL lib only JS sigh - It means that if

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Hi Leo, Really glad that you are trying to use! :) You should see in downloaded FlexJS SDK library MaterialDesignLite.swc - Can you see it ? Are you going to build your project by Maven ? You can find examples in following "/examples/flexjs/MDLExample/". Code is also available on public

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
I'm working on changing these MDLExample application in order to have presentation snippet of code similar to this one [1] [1] https://getmdl.io/components/index.html#buttons-section Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Of course It has to be nightly build of FlexJS. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14467.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Looking forward to your progress! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14486.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-15 Thread piotrz
Hi Leo, That's why I recommend you use Maven which is independent from IDE. You will coding in IDE, build by Maven and run. If you wanna stick with building in FDT post here your stack trace, but I think it will end up with notifying FDT team. In Installer you have the nevest version of build.

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
What IDE are you using ? - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14469.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Leo, I was able to find what has happened in FDT, but don't know the root cause. Please go to "Preferences" (of your project) -> "Build Path" -> "SDK Library" Tab - Choose there "SelectSWCs..." option. - Select all library which are not selected. Now you will be able to use MDL.

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Wow Cool about your app! I will try to use FDT, but I cannot promise that I will fully help you with this IDE. But I can provide you some tips how to use Intellij + MAVEN for building FlexJS application on Windows. I'm using Intellij, but this IDE is not free and community version is not

Re: MXML and ActionScript in Visual Studio Code

2016-12-01 Thread piotrz
Hi Hans, Mixing Two IDEs with Maven build is not so bad. :) I'm doing it, but who knows since Josh gives us support for mxml maybe I will drop Intellij. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [OT/WORK] Looking for Flex work

2017-01-02 Thread piotrz
Hi, It is still valid. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/OT-WORK-Looking-for-Flex-work-tp14358p14401.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: MXML and ActionScript in Visual Studio Code

2016-12-29 Thread piotrz
Josh, It did the trick. Errors disappear. :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14385.html Sent from the Apache Flex Users mailing

Re: Is this a bug in the framework?

2017-01-01 Thread piotrz
Hi Kyle, It would be helpful if you provide what version of SDK are you using? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Is-this-a-bug-in-the-framework-tp14390p14392.html Sent from the Apache

[OT/WORK] Looking for Flex work

2016-12-20 Thread piotrz
Hi, Although I have full time job I am searching for some additional opportunity. If anyone is looking for Flex developer which is experienced also in other areas reach me off the list. More about me: www.linkedin.com/in/piotr-zarzycki-92a53552 Email: piotrzarzyck...@gmail.com Thanks, Piotr

Re: Apache Flex SDK 4.15 - how to install?

2016-12-24 Thread piotrz
Hi Astraport, I don't have access to PC right now to check, but can you try nightly build? You have right click on combo box and check "Show Dev builds". Post here also logs from the installation. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Apache Flex SDK 4.15 - how to install?

2016-12-24 Thread piotrz
Hi Astraport, I don't have access to PC right now to check, but can you try nightly build? You have to right click on combo box and check "Show Dev builds". Post here also logs from the installation. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Apache Flex SDK 4.15 - how to install?

2016-12-24 Thread piotrz
No Problem! :) That's what is for this forum. :) Good Luck with Code. :) Merry Christmas! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Apache-Flex-SDK-4-15-how-to-install-tp14359p14367.html Sent from

Re: Apache Flex SDK 4.15 - how to install?

2016-12-24 Thread piotrz
The other thing which you could try is install 4.15 version with AIR/Flash Player 23. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Apache-Flex-SDK-4-15-how-to-install-tp14359p14364.html Sent from the

Re: Apache Flex SDK 4.15 - how to install?

2016-12-24 Thread piotrz
There is ongoing discussion about next release of Flex SDK [1]. It seems that when you try to install release candidate with AIR 24 it will be working. Once you get into the options which I mention in previous post you may see Flex SDK 4.16 RC or choose nightly build.

Re: FlexJS:PureMVC with FlexJS

2017-03-23 Thread piotrz
Hi Prashant, I make post on puremvc forum[1] couple pf days ago about Maven, but still didn't get any answer. Not sure how to reach Cliff, so we have to patiently wait. [1] http://forums.puremvc.org/index.php?topic=2137.0 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

Re: FlexJS:PureMVC with FlexJS

2017-03-24 Thread piotrz
Hi Olaf, I was thinking about that, but the nature of our question is not related to any business thing, so I prefer wait. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Moonshine IDE vs FB 4.7

2017-03-24 Thread piotrz
Hi Paul, I'm happy that you are trying to use Moonshine IDE - maybe folks from the Moonshine Team respond you with solution. I've dropped FB several years ago and started to use Jetbrains Intellij IDEA[1][2] in daily work. - I have never regret. - You will find there everything what you need for

Re: FlexJS:PureMVC with FlexJS

2017-03-19 Thread piotrz
Hi Prashant, Wonderful! Thank you for this one! I just compiled your example in VSCode and everything is working. I have some idea and couple of questions: - Is this demo should work also in swf version ? - How did you create PureMVC.swc ? I'm thinking whether you would like to donate this

Re: FlexJS:PureMVC with FlexJS

2017-03-19 Thread piotrz
Great! Once you put it to github I will be able to pull request pom for maven build. I just tried to build it by maven but I have some problems which I need to consult on Dev list. I will ask also about - how to proper proceed with donation etc. Thanks! Piotr - Apache Flex PMC

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread piotrz
Josh, It is not working for me. I cannot even jump to other file which is part of MDLExample. I'm hitting F12. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread piotrz
In ActionScript it also do not work. I've tried to jump from one ActionScript class to another - same result. I've tried jump to some field in class but same result: But there was some reaction when I've tried to click

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread piotrz
Hi Josh, Thanks for the release! I just tried it and our MDLExample compiled like a charm. There is one thing which interested me in release notes: "Goto definition now finds framework classes in the SDK, even if they are compiled into a SWC." How can I achieve this one ? Apart of standard

Re: FlexJS:PureMVC with FlexJS

2017-03-20 Thread piotrz
Thanks Prashant! Great to hear that is multicore version. I will ask on PureMVC forum what we need to do in order to have it in Maven central repository. :) Looking forward to your demo on github! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread piotrz
Olaf, Do you experience my issue? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/SWF-Debugging-in-Visual-Studio-Code-tp14853p14910.html Sent from the Apache Flex Users mailing list archive at

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread piotrz
Josh, Hoover tooltips and auto completion are working fine. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread piotrz
Hi Olaf, "settings.json:" The deal is that I'm developing SDK itself - Once I do some changes let's say in MDL library I would like to have it ASAP in my application - That's why I'm pointing here to distribution folder which is results of build by Maven FlexJS SDK. tasks.json:

Re: FlexJS:PureMVC with FlexJS

2017-03-20 Thread piotrz
I hope Prashant will give us the answer, but in general we have to use version where there is no dependency to Flex/Flash - That version can be compiled to FlexJS. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS:PureMVC with FlexJS

2017-03-20 Thread piotrz
Hi Prashant, I started discussion about your example on Dev list. First thing which I would like to do is put your PureMVC.swc to Maven repository - How to do this more officially we need to ask on PureMVC forum. [1] I can do this if you are less familiar with Maven stuff etc. Let me know if you

  1   2   >