Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Fred Brunton
Looks great and it's a big help. I got a little excited when I saw the spark tree control. But looking at the mxml for that example, it appears to be the mx tree control? Anyways, I want to find a tree component for my Tablet app. Will the mx tree work there? Any suggestions? Again, thanks fo

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Justin Mclean
Hi, Good to hear it's of some use. > I got a little excited when I saw the spark tree control. But looking at > the mxml for that example, it appears to be the mx tree control? It's the mx tree control in a spark container, most of the examples come from the original Adobe code and that's what

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Ronny Shibley
Mind me asking why u need a tree for ur mobile app... I'm sure there is a more mobile friendly way of achieving such behavior. Ronny Shibley > On Dec 1, 2014, at 10:20 AM, Fred Brunton wrote: > > Looks great and it's a big help. > > I got a little excited when I saw the spark tree control. B

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Fred Brunton
No, thanks for asking. It's modeling software. The model is build by creating diagrams of nodes (leaves) and modules (sub diagrams / branches). It's hierarchical just like a file explorer. Also, we have a Flex browser version of the model application, and we are trying to get it running on an ip

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Harbs
You can use an mx tree. If you want to stick to Spark, there’s a couple of spark-olny implementations. I use this one: https://github.com/kachurovskiy/Spark-Tree On Dec 1, 2014, at 11:20 AM, Fred Brunton wrote: > No, thanks for asking. It's modeling software. The model is build by > creating

Re: iOS packaging issue within Flex SDK 4.13 & air 15

2014-12-01 Thread 4xy
No, I haven't. I'll try, but I have doubts due to the issue only appears if I use translation to native iOS binary by 'compile-abc.exe'. *If I package the app in /interperter mode/, it works.* It also works within 4.10 sdk. OmPrakash Muppirala wrote > I haven't seen this one before. Have yo

Apache Flex installer: Error in OSX

2014-12-01 Thread Octavio Molano Anta
Hello, I just downloaded the Apache Flex installer and selected the "AIR 15" and "Flash Player 15" (non-beta versions of both) and I got the error "Flash SDK download failed" (tried several times and it always stalls at the same place), I guess because the current stable version of AIR 15 is 15.0.0

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

2014-12-01 Thread modjklist
Hello again, I haven't got any response and was just hoping I could entice someone to review my question below. The code implements a textbook method to update the client model when someone changes the text in a spark TextInput located in a header renderer. This works fine. I just need to know

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

2014-12-01 Thread chris_d_k
I just want to display a text with some bold or colored words in an itemRenderer. What is the best way (performance, ...) to achive this? Best regards Christian -- View this message in context: http://apache-flex-users.246.n4.nabble.com/What-is-the-best-way-to-show-html-formatted-text-in-

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

2014-12-01 Thread Krüger , Olaf
If your question is "How to pass additional data to an item renderer" this could work for you: (Take a look at the links to understand how it works) /** * Pass additional data to a Renderer * * @see http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core/ClassFactory.html * @s

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Subscriptions
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 On 01/12/2014 09:20, Fred Brunton wrote: No, thanks for asking. It's modeling software. The model is build by creating

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

2014-12-01 Thread modjklist
Thanks Olaf, I see how your method passes variable myCondition into the header renderer. But, doesn't this only occur when the data grid is created? That is, once the data grid already exists, how can I programmatically pass the variable myCondition into the header renderer sometime later (on

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

2014-12-01 Thread PeterBridger
Hello all I've spent several days attempting to create a POM that will allow an existing AIR application created in Flash Develop to be build by a Jenkins build server. In Flash Develop the application is targeting AIR 14 and making use of Flex 4.6.0. I'm making slow progress, as I get to grips

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

2014-12-01 Thread pkumar.flex
Check for textflow On Dec 1, 2014 8:11 PM, "chris_d_k [via Apache Flex Users]" < ml-node+s246n8917...@n4.nabble.com> wrote: > I just want to display a text with some bold or colored words in an > itemRenderer. What is the best way (performance, ...) to achive this? > > Best regards > > Christi

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

2014-12-01 Thread modjklist
Thanks Olaf, I tried to implement by making a public bindable variable "myCondition" in the header renderer and then binding it to the TextInput text property (e.g. ). but I get the same results -- the variable myCondition is correctly transferred to the header renderer the FIRST time it is

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

2014-12-01 Thread jude
You might be able to reuse the LabelItemRenderer renderer and substitute in the old text field and set it's htmlText property rather than the text property. That might be the fastest but a lot more work if it uses Spark or FTE API methods. You could create an item renderer with the old text field

Is the mic enabled

2014-12-01 Thread Scott Matheson
Hi how can I detract of the mic is enabled by flash player Is there anyway for flex to enable the mic ? Even in some sort of dialog with the user ? I am finding schools are locking down kids ability to enable mic in flash player which is causing my app to hang waiting on mic to enabled an actio

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

2014-12-01 Thread OmPrakash Muppirala
I responded to a similar question a while ago. Something similar to what Jude has explained above: http://apache-flex-users.246.n4.nabble.com/Style-First-Word-of-List-Items-Differently-tp8361p8365.html Thanks, Om On Mon, Dec 1, 2014 at 12:20 PM, jude wrote: > You might be able to reuse the

Re: Korean text not displayed on Samsung Galaxy Tab Pro

2014-12-01 Thread OmPrakash Muppirala
Have you tried using the spark.skins.mobile.ScrollingStageTextAreaSkin skin? If you are adventurous, you can get the nightly build and try the spark.skins.android4.StageTextAreaSkin which has been newly added. Thanks, Om On Sat, Nov 29, 2014 at 12:20 PM, Lane Friesen wrote: > I'm using a TextA

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

2014-12-01 Thread Jerry Hamby
I have in my Flex app (Apache SDK 4.12.1): I use the code below to find the SWF file: (this seems to work for both the desktop and on my Android device) var theFile_ApplicationStorageDirectory:File = File.applicationStorageDirectory.resolvePath("/swfs/welcome_16_9.swf"); var thePath:* = theFil

Re: How it is compiling Assets.as to Assets.swf

2014-12-01 Thread OmPrakash Muppirala
Gautam, There are multiple ways you can use/reuse FXG in your Flex apps 1) You can instantiate FXG inline in your MXML code like any other component. I use that a lot in my MXML based skins. One caveat is that this will cause the FXG to get rasterized. So, you lose the capability of sc

Re: Korean text not displayed on Samsung Galaxy Tab Pro

2014-12-01 Thread Lane Friesen
Thanks Om. I see the approach you are taking. I'll explore the options and see what is possible. Just as a general comment. I'm using Flex to build a rather complex app (600 separate English lessons teaching 3500 new words with multiple instructional components, audio and games as rewards). I'

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

2014-12-01 Thread Alex Harui
Sounds like AIR Security Model stuff. See “Adobe Air sandbox” in this article [1]. A commonly used workaround is to use byte array as described in the first answer here [2]. HTH, -Alex [1] http://www.adobe.com/devnet/flashplatform/whitepapers/runtime-security.html [1] http://s.apache.org/Adobe

Re: Korean text not displayed on Samsung Galaxy Tab Pro

2014-12-01 Thread OmPrakash Muppirala
On Tue, Dec 2, 2014 at 9:38 AM, Lane Friesen wrote: > Thanks Om. I see the approach you are taking. I'll explore the options and > see what is possible. > > Just as a general comment. I'm using Flex to build a rather complex app > (600 separate English lessons teaching 3500 new words with multipl

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

2014-12-01 Thread pkumar.flex
please check that your loading swf should be created with Action Script3. If the loading swf have different version then you will get null loader content. On Tue, Dec 2, 2014 at 5:07 AM, Jerry Hamby [via Apache Flex Users] < ml-node+s246n8928...@n4.nabble.com> wrote: > I have in my Flex app

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

2014-12-01 Thread Frédéric THOMAS
Hi, An other example here [1] allowing you to load as trusted a multi-versioned Air app and the explanation in the Wiki on what it is and how it works [2] with some guidelines if your loader app and you loaded app uses Parsley. HTH too. Frédéric THOMAS [1] https://github.com/doublefx/trustedMul