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://
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
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.
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo