Re: Flex Mobile + Textarea + HTML Text not work

2014-08-27 Thread Tonic
Thanks Maarten for your response. If I not specify skin for my Textarea, the type of textfield is not spark.components.supportClasses.StyleableTextField but spark.components.supportClasses.ScrollableStageText, and spark.components.supportClasses.ScrollableStageText has not htmlText property. If I

Re: Lineseries tooltip on mobile

2014-08-27 Thread Deepak MS
Any help on this ? : ) Main objective here is to make enough room on line series data point so that user can easily touch\tap it and on doing so, show the tooltip data. I'm still wondering why isn't it triggering the events that are registered. On Wed, Aug 27, 2014 at 3:16 PM, Deepak MS wrote:

Re: why there is no public maven repo for apache flex sdk/framework?

2014-08-27 Thread Justin Mclean
Hi, > i found there is mavenizer to work for that, but why not officially support > maven? This is being worked on [1] [2] but is complex and not easy to sort out, I believe it currently depends on getting a few of Adobe donations into a releasable state and releasing them. Thanks, Justin 1.

Re: Flex Mobile + Textarea + HTML Text not work

2014-08-27 Thread Maarten Cammaert
Hi Tonic, This is a snippet I use for htmltext in my mobile apps var styles:String = "p {font-weight:normal;} a { color: #405081; text-decoration: none;} a:hover { color: #3366CC; text-decoration: none; } a:active { color: #b60c10; text-decoration: none; }"; var myStyleSheet:StyleSheet = new Styl

Flex Mobile + Textarea + HTML Text not work

2014-08-27 Thread Tonic
Hello, I try to show HTML text in a Textarea component in a mobile component. I just try a simple example (the final html text is longer and I want to use scrolling with selectable=false) : With this example, no text appears in the textarea. I don't understand why :) ? Thanks for your help :)

Re: Using Adobe Scout to locate memory leak

2014-08-27 Thread Alex Harui
Have you read this: http://www.adobe.com/devnet/scout/articles/scout-memory-profiling.html On 8/27/14 8:06 AM, "DarrenEvans" wrote: >Following on from my enabling advanced telemetry thread, I am now getting >lots of lovely information coming from Adobe Scout. > >I've used this tool before quite

why there is no public maven repo for apache flex sdk/framework?

2014-08-27 Thread Jinbo Du
i found there is mavenizer to work for that, but why not officially support maven? i'm just wonderin, for an apache project.

Using Adobe Scout to locate memory leak

2014-08-27 Thread DarrenEvans
Following on from my enabling advanced telemetry thread, I am now getting lots of lovely information coming from Adobe Scout. I've used this tool before quite successfully to remedy some performance problems. However, using it to locate memory leaks is leaving me scratching my head in confusion an

Re: Simple Database Architecture Suggestions Please

2014-08-27 Thread Tintin
Thanks everyone My client will be hosting my Flex developed swf within Moodle which I believe uses PHP and MySQL so this appears to be the way forward. I will start looking for a carefully developed example to follow. If anyone can recommend any good reference material/videos for developing a Flex

RE: Simple Database Architecture Suggestions Please

2014-08-27 Thread Kessler CTR Mark J
I agree with using the follow. MySQL/MariaDB with php serverside Or MS SQL with ASP.Net serverside. Concept being running a webserver that has php/asp.net as the scripted middle man. Your application makes a http/https call to the web page. The php/asp.net deals with any user security an

Lineseries tooltip on mobile

2014-08-27 Thread Deepak MS
Hi there, I'm using a columnchart with a lineseries in it for an ipad app. I have enabled tooltip for it. But unfortunately its too difficult to get the tooltip on the device when we move the finger over it. Hence I planned to add a custom circleitemrenderer with width and height of 20 to get the

AW: Simple Database Architecture Suggestions Please

2014-08-27 Thread Ulrich Andreas
I think this is really not a matter of the database - it's much more a matter of the service model (SOAP/REST/Remoting) and the programming environment you are going to implement your backend with. Choosing a database should be easy because of licensing and pricing terms. Usually you end up with