Re: visual editor still missing ?

2014-03-15 Thread piotr.zarzycki
Hi Proxymis, On the apache flex dev mailing list there is some discussion about that. You will find some links refer to your question. Link 1: http://bit.ly/1hlBJLr Link 2: http://bit.ly/1nrKHhE Piotr - Flex/Air developer piotrzarzyck...@gmail.com -- View this message in context: http://

RE: Problem with IconItemRenderer on iPad iOS6

2014-02-22 Thread piotr.zarzycki
Thanks Maurice! Done. https://issues.apache.org/jira/browse/FLEX-34107 - Flex/Air developer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problem-with-IconItemRenderer-on-iPad-iOS6-tp5118p5125.html Sent from the Apache Flex Users

Re: Problem with IconItemRenderer on iPad iOS6

2014-02-21 Thread piotr.zarzycki
I forgot -> It is Flex 4.12 RC1 - Flex/Air developer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problem-with-IconItemRenderer-on-iPad-iOS6-tp5118p5120.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Problem with IconItemRenderer on iPad iOS6

2014-02-21 Thread piotr.zarzycki
Hi Guys. I have two spark List one with IconItemRenderer and the second with LabelItemRenderer. List with IconItemRenderer doesn't display line separators on iPad 2 iOS6. It also occurs on iPhone and iPad Intellij IDEA emulators. Screens from iPhone emulator: List with IconItemRenderer: http://i

Re: Unable to format milliseconds with DateTimeFormatter

2014-01-17 Thread piotr.zarzycki
Hi, Adobe updated bug status -> https://bugbase.adobe.com/index.cfm?event=bug&id=3677553 Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to-format-millisecond

Re: Where to find Flex Developers

2014-01-02 Thread piotr.zarzycki
Hi Sean. Just look through the Flex Developers group -> http://linkd.in/1a4DSuH I think you will found someone there. :) Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.

Re: Version 4.12 of Apache Flex

2013-12-09 Thread piotr.zarzycki
Hi All :) Similar mechanism to described by Alex is a part of Fabrication Framework. "Events" in fabrication called "Reaction". Every view is managed by mediator whitch contain methods: addReaction, removeReaction, disposeReactions and hasReaction - such methods into some utility could be really u

Re: Frustration with FB 4.7

2013-12-03 Thread piotr.zarzycki
Mark I have switched to Intellij idea three years ago. -> Like Gary said I won't use FB anymore! Half year ago I tried FB again and nothing's changed. -> slow, big memory consumption, some of my colleagues also had such errors like you. :/ Piotr - Flex/Air developer open to new job offers a

Re: Frustration with FB 4.7

2013-12-03 Thread piotr.zarzycki
Hi Mark. Try to increase amount of memory in FlashBuilder.ini -Xmx1024m Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Frustration-with-FB-4-7-tp4058p4064.html Sen

Re: is there a way to auto-size width of component?

2013-12-01 Thread piotr.zarzycki
Hi modjklist. Maybe your solution is includeInLayout property. Try to set visible = false and includeInLayout = false - It means that your component will not affect in the position of other components. Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmai

Re: Unable to format milliseconds with DateTimeFormatter

2013-12-01 Thread piotr.zarzycki
Bug reported -> https://bugbase.adobe.com/index.cfm?event=bug&id=3677553 - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to-format-milliseconds-with-DateTimeFormatter

RE: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread piotr.zarzycki
Hi Maurice. Yes definately. I've just checked bugbase.adobe and have not found anything. I should add this bug in "Adobe Flash Player" section or "Adobe Bugbase"? What do you think ? Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this m

Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread piotr.zarzycki
Hi guys! Does anyone have a problem with format milliseconds using DateTimeFormatter ? Similar situation -> http://stackoverflow.com/questions/8038179/not-able-to-format-milliseconds-with-datetimeformatter Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@g

Re: AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-26 Thread piotr.zarzycki
Sorry about that. :) path -> 43 Error: The definition of base class Validator was not found. public class CompareValidator extends Validator ^ path -> col: 45 Error: The definition of base class StringValidator was not found. public class TextI

Re: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-26 Thread piotr.zarzycki
This is desktop application and it looks like that: -pom - ALL - contains list of modules for compile --pom - AIR - contains Air compiler, dependencies to third party swc First module: ---pom - LIB - contains list of sub modules air-lib - this is first module whitch started to

Re: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-25 Thread piotr.zarzycki
This is strange Chris, because I've done only few things: 1) Changed flexmojos 6.0.1 -> 7.0.0-SNAPSHOT (added flex mojos to settings.xml file) 2) Mavenized flexsdk -> SDKGenerator "path" "path" true 3) Changed in poms com.adobe.flex -> org.apache.flex 4) Copied it to appropriate folder in reposito

Re: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-21 Thread piotr.zarzycki
Thanks Chris it was helpful. Now maven started build my project with flex mojos 7.0.0-STAPSHOT but I'm getting strange errors in whole of my project: Error: The definition of base class Validator was not found Error: The definition of base class StringValidator was not found Also get such w

Re: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-19 Thread piotr.zarzycki
Something is wrong with my configuration probably. When I set flexmojos ver to 6.0.1 maven starting download flexmojos from http://repo.maven.apache.org/maven2/net/flexmojos/oss/flexmojos-maven-plugin/6.0.1/ and It's ok. I've changed version to 7.0.0-SNAPSHOT and add repository tag to my pom

Re: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-18 Thread piotr.zarzycki
Hi Christofer, I'm a bit confused about that. All I need to do is change my flexmojos version in pom? It looks like that net.flexmojos.oss flexmojos-maven-plugin 7.0.0 true

Re: [OT} 360|Flex 2014

2013-11-15 Thread piotr.zarzycki
Hi, Topic about performence would be great especially on mobile applications. - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/OT-360-Flex-2014-tp3756p3763.html Sent from th

Re: Flash Builder 64 on Windows 8 64

2013-11-12 Thread piotr.zarzycki
Hi Mark, Personally I use Intellij IDEA and recommend it for you. It's much more faster than Flash Builder. This helped for my colleagues improved FB performance -> http://mikecann.co.uk/programming/improve-flash-builder-performance-and-comp ile-times-by-30/ Greetings, Piotr - Flex/Ai

RE: Fabrication framework built with Apache Flex 4.10.0

2013-10-23 Thread piotr.zarzycki
Hi :) Sorry Mark. I'm still working on my english. Demo fixed. - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Fabrication-framework-built-with-Apache-Flex-4-10-0-tp3288p3

Fabrication framework built with Apache Flex 4.10.0

2013-10-23 Thread piotr.zarzycki
Hi Guys, I've found some time to prepared official Fabrication built with spark Module and spark ModuleLoader. Fabrication: https://code.google.com/p/fabrication/ Refreshed module loader example: src: http://bit.ly/17fOJTi demo: http://bit.ly/17fOJTi Greetings! :) Piotr - Flex/Air deve

Re: Copy-Paste from MS Excel problem spark TextInput

2013-10-14 Thread piotr.zarzycki
Ticket created: https://issues.apache.org/jira/browse/FLEX-33820 - Flex/Air developer open to new job offers and challenges. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Copy-Paste-from-MS-Excel-problem-spark-TextInput-tp3105p3163.html Sent from the Apache

Re: Copy-Paste from MS Excel problem spark TextInput

2013-10-13 Thread piotr.zarzycki
I've just tested it also on 4.11.0 RC1 and it looks exactly the same. Should I creat jira ticket for this ? - Flex/Air developer open to new job offers and challenges. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Copy-Paste-from-MS-Excel-problem-spark-Text

Re: Copy-Paste from MS Excel problem spark TextInput

2013-10-11 Thread piotr.zarzycki
I'll try to clarify. This is simple example desktop appliaction: 1: http://paste.ofcode.org/u3bLE4ruz5wj2TF78EpA5r 2: ctr + v in text input (paste) 3: I'm getting this -> http://bit.ly/1au07ay (Text is cutted, and I've got additional line in my TextInptut) 4: Compiled same example with Apache

Re: Copy-Paste from MS Excel problem spark TextInput

2013-10-11 Thread piotr.zarzycki
Unfortunately this doesn't work for me. After some debbuging I've found in RichEditableText (which is my textDisplay skinPart in TextInput) place where my text is cutted. Function -> textContainerManager_flowOperationBeginHandler -> textToInsert = textToInsert.substr(0, maxChars - length1); Scre

Copy-Paste from MS Excel problem spark TextInput

2013-10-10 Thread piotr.zarzycki
Hi Guys. I've got serious problem with pasted text from MS excel's cell to spark TextInput Text in cell: 43091080566 Text after copy from excel's cell (ctrl + c): 43091080566\n Text pasted to my TextInput Screen: http://bit.ly/GQhoBv I'm getting cutted text with additional line. Anyone has