AW: Creating a Jenkins/Maven POM for an existing Flash Develop project

2014-12-02 Thread Christofer Dutz
Hi Peter, sorry for the late response. As promised off list, I'll try to help you here :-) Unfortunately the internet access at my current customer prevents me from accessing my Emails at work :-( First thing is: You uploaded your mavenized fdk to github ... well github is not a normal maven

Re: Best way to define global properties in flex mobile for defining sizes of gaps, ...

2014-12-02 Thread chris_d_k
Thanks for your fast respose!!! Was not sure if I should set the porperties in the css, in some class ... or in the topLevelApplication ... Thanks!!! Chris -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Best-way-to-define-global-properties-in-flex-mobile-for-

Re: What is the best way to show html-formatted text in a flex mobile app?

2014-12-02 Thread OmPrakash Muppirala
On Tue, Dec 2, 2014 at 5:47 AM, chris_d_k wrote: > Thanks for the great responses... But one question left... > > Aren't there problems with performance when using a RichText in a Mobile > Air > App? I remember Adobe warned to use it in Mobile Apps. Has something > changed > ... > I have used it

Re: Best way to define global properties in flex mobile for defining sizes of gaps, ...

2014-12-02 Thread OmPrakash Muppirala
Best would be define it in your css file. And in your classes, you can do a getStyle("propertyName") to get the values. Take a look at [1] for an example of usage. In the CSS file, you can specify different values based on the DPI. This will automatically get resolved by the framework during run

Best way to define global properties in flex mobile for defining sizes of gaps, ...

2014-12-02 Thread chris_d_k
When I want to define gaps, paddings, ... for the whole app at a specific applicationDPI in all components - what is the best way to do this? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Best-way-to-define-global-properties-in-flex-mobile-for-defining-sizes-of

Re: Custom SkinnableComponent with fixed number of elements and selection

2014-12-02 Thread Nemi
Alex Harui wrote > On 12/2/14, 10:14 AM, "Nemi" < > neminovno@ > > wrote: > >>No issues, but it is used in larger component, so just want to make it >>'better'. >>Thanks for another option. Wouldn't ButtonBar+8*Buttons be more heavy than >>RadioButtonGroup+8*RadioButtons? > > ButtonBar could be

Re: Custom SkinnableComponent with fixed number of elements and selection

2014-12-02 Thread Alex Harui
On 12/2/14, 10:14 AM, "Nemi" wrote: >No issues, but it is used in larger component, so just want to make it >'better'. >Thanks for another option. Wouldn't ButtonBar+8*Buttons be more heavy than >RadioButtonGroup+8*RadioButtons? ButtonBar could be heavier, but IIRC, it has replaceable layout b

Re: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread modjklist
Thanks everyone. I thought I was missing out on something basic in Flex to be able to programmatically update a TextInput field in a header renderer. But, turns out it is not that easy. So, what I ended up creating an event listener in the header renderer when the header renderer is added to t

Re: Custom SkinnableComponent with fixed number of elements and selection

2014-12-02 Thread Nemi
No issues, but it is used in larger component, so just want to make it 'better'. Thanks for another option. Wouldn't ButtonBar+8*Buttons be more heavy than RadioButtonGroup+8*RadioButtons? Also, with using DocStats (https://github.com/darscan/boyblack-toolkit) got these results: Previous version o

Re: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Alex Harui
On 12/2/14, 3:45 AM, "Krüger, Olaf" wrote: >I tried it also and also tried some other ways but nothing works. I've no >idea how to get it working with an headerRenderer, sorry. >Perhaps Alex could help? Maybe I’m not understanding the problem, but in general, the #1 rule for item renderers is

Re: Custom SkinnableComponent with fixed number of elements and selection

2014-12-02 Thread Alex Harui
What kind of performance/heavyweight issues are you running into? I think another option is ButtonBar with custom layout and different button skins. -Alex On 12/2/14, 7:58 AM, "Nemi" wrote: >Hello, > >I am creating a custom SkinnableComponent which should have 8 fixed >positioned selectable el

RE: Creating a Jenkins/Maven POM for an existing Flash Develop project

2014-12-02 Thread Frédéric THOMAS
Peter, > *SNAPSHOT: Failed to collect dependencies at > org.apache.flex:framework:pom:4.13.0.20140701: Failed to read artifact > descriptor for org.apache.flex:framework:pom:4.13.0.20140701: Could not > transfer artifact org.apache.flex:framework:pom:4.13.0.20140701 from/to > Git-MaverickUK (https:

Re: No access to MX:SWFLoader "content" after dynamic loading a SWF file

2014-12-02 Thread OmPrakash Muppirala
Thanks for reporting back with the solution! Om On Dec 2, 2014 8:19 AM, "Jerry Hamby" wrote: > Thanks everyone, I ended up using this code successfully: > > private function laodMySWF():void { > // load the file with URLLoader into a bytearray > var loader:URLLoader=new URLLoader

RE: Creating a Jenkins/Maven POM for an existing Flash Develop project

2014-12-02 Thread PeterBridger
Hello Frédéric Thanks for your response. I've used the Apache Flex SDK installer to download: * Apache Flex SDK 4.13.0 * Flash Player 14 * AIR 14 I've then used Mavenizer and followed the instructions

Resource Bubdles

2014-12-02 Thread Scott Matheson
Hi I have a WebApp that runs in schools, we have found in trials that some schools have poor internet of the kids do something that is meaning we are not saving all our kids progress, has anyone seen this sort of issue any one got a good solution ? I was thinking I could store the limited d

Re: No access to MX:SWFLoader "content" after dynamic loading a SWF file

2014-12-02 Thread Jerry Hamby
Thanks everyone, I ended up using this code successfully: private function laodMySWF():void { // load the file with URLLoader into a bytearray var loader:URLLoader=new URLLoader(); // binary format since it a SWF loader.dataFormat=URLLoaderDataFormat.BINARY

Custom SkinnableComponent with fixed number of elements and selection

2014-12-02 Thread Nemi
Hello, I am creating a custom SkinnableComponent which should have 8 fixed positioned selectable elements. Only one can be selected. First guess was to try List, but I am looking for more lightweight way. Then tried Datagroup but then can't have seletedIndex or selected state in DataGroup's item

Re: What is the best way to show html-formatted text in a flex mobile app?

2014-12-02 Thread chris_d_k
Thanks for the great responses... But one question left... Aren't there problems with performance when using a RichText in a Mobile Air App? I remember Adobe warned to use it in Mobile Apps. Has something changed ... Thanks Christian -- View this message in context: http://apache-flex-users.

Re: Resource Bundles

2014-12-02 Thread Subscriptions
sounds like you need SharedObject (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html) Lee Burrows ActionScripter On 02/12/2014 08:56, Scott Matheson wrote: Hi My app works in schools for 8 plus My challenge is the users may crash the browser

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-02 Thread Fred Brunton
Thanks for all the help!. This is a really good group. On Tue, Dec 2, 2014 at 12:12 AM, Subscriptions wrote: > A few people have made spark trees which work well (eg > http://saturnboy.com/2011/09/spark-treelist/ or > http://kachurovskiy.com/2010/spark-tree/) > > Lee Burrows > ActionScripter > >

RE: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Frédéric THOMAS
Hi, Don't know if it can help but what I used to do was to build the datagrid dynamically when a relative to the data-structure I received, setting the headers in the same time, then display this new instance at the place of the last one. Frédéric THOMAS > From: okrue...@edscha.com > To: users

AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Krüger , Olaf
I tried it also and also tried some other ways but nothing works. I've no idea how to get it working with an headerRenderer, sorry. Perhaps Alex could help? Olaf -Ursprüngliche Nachricht- Von: modjkl...@comcast.net [mailto:modjkl...@comcast.net] Gesendet: Montag, 1. Dezember 2014 21:0

Resource Bundles

2014-12-02 Thread Scott Matheson
Hi My app works in schools for 8 plus My challenge is the users may crash the browser or the schools internet is slow poor etc so I think I may be losing results I was thinking of using resource bubble to store results of test as a backup until I am sure these results have be stored

RE: Creating a Jenkins/Maven POM for an existing Flash Develop project

2014-12-02 Thread Frédéric THOMAS
Hi Peter, First of all, IIRC, you can't use net.flexmojos.oss:flexmojos-maven-plugin:7.0.1 and Flex SDK 4.6, you might use eventually the 6.0.1 and mavenize both the Flex 4.6 and Air 14 SDKs with the Mavenizer (the old version you can find and build from the ApacheFlex Utilities repo [1]) and d