Re: Scroll to the bottom of a spark.components.TextArea when a new line is added programmatically

2017-12-08 Thread pol2095
i find a workaround Main.mxml -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Scroll to the bottom of a spark.components.TextArea when a new line is added programmatically

2017-12-08 Thread Alex Harui
Try CallLater to run that code. On 12/8/17, 3:35 PM, "pol2095" wrote: >Hello, > >when I use "ta.scrollToRange(ta.text.length, ta.text.length)" in a >spark.components.TextArea on desktop, the scroller doesn't scroll to the >bottom correctly when a new line is added programmatically, how to fix it

Scroll to the bottom of a spark.components.TextArea when a new line is added programmatically

2017-12-08 Thread pol2095
Hello, when I use "ta.scrollToRange(ta.text.length, ta.text.length)" in a spark.components.TextArea on desktop, the scroller doesn't scroll to the bottom correctly when a new line is added programmatically, how to fix it ? my code : - Main.mxml

Re: Flash player memory allocation for IE

2017-12-08 Thread Alex Harui
I don't believe the Flash Player knows how to cache DataGrid item renderers. I can't think of any API Flex could use to get the player to cache something, but maybe I'm forgetting something. IMO, the problem is as simple as: Flex will create 80 renderers * number of visible rows. Are all 100 ro

Flash player memory allocation for IE

2017-12-08 Thread karis
Hi all, I'm working on a performance issue with a huge datagrid. ~80 columns, 100 rows. It's bearable slow in Chrome, slower in Edge, and slowest in IE 11. Using Adobe Scout, I noticed Chrome allocates a whole lot more memory for running the .swf than Edge and IE 11 (800mb, 190mb, 100mb, respecti

Re: DragProxy Error

2017-12-08 Thread Tucsonjhall
Filed bug FLEX-35369 -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Display mathematical formulas in Flex Mobile/Air

2017-12-08 Thread After24
Hi Chris, We saw this library during our investigations too :-) but since we needed to display both mathematical and chemical formulas we finally choose the inline graphic approach. Could you give a feed back on the library if you use it on your project ? Vincent. -- Sent from: http://apach

Re: Display mathematical formulas in Flex Mobile/Air

2017-12-08 Thread Maxim Solodovnik
Thanks for the link! On Fri, Dec 8, 2017 at 4:57 PM, chris_flex wrote: > hi Vincent, > > thanks... As we load external formulas we don't know I think that won't work > for us... I found http://www.fmath.info/ that seems fit for all cases... > > Christian > > > > -- > Sent from: http://apache-flex

Re: Display mathematical formulas in Flex Mobile/Air

2017-12-08 Thread chris_flex
hi Vincent, thanks... As we load external formulas we don't know I think that won't work for us... I found http://www.fmath.info/ that seems fit for all cases... Christian -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Moonshine IDE 1.7.0 Released

2017-12-08 Thread Maxim Solodovnik
"100% Cross Platform" usually means there is Window, Mac *and Linux* version Moonshine seems to has no Linux version, so it is not 100% cross-platform On Fri, Dec 8, 2017 at 4:07 PM, Piotr Zarzycki wrote: > Hi Maxim, > > Not sure whether I understand your comment. Could you be more specific ? Do

Re: Moonshine IDE 1.7.0 Released

2017-12-08 Thread Piotr Zarzycki
Hi Maxim, Not sure whether I understand your comment. Could you be more specific ? Do we have some mistake ? Thanks, Piotr 2017-12-08 10:05 GMT+01:00 Maxim Solodovnik : > "100% Cross Platform" in description > ... And Windows and MacOS in "Download on your Desktop" > It is sad > > On Fri

Re: Moonshine IDE 1.7.0 Released

2017-12-08 Thread Maxim Solodovnik
"100% Cross Platform" in description ... And Windows and MacOS in "Download on your Desktop" It is sad On Fri, Dec 8, 2017 at 3:25 PM, Piotr Zarzycki wrote: > Hi Folks, > > I am pleased to announce that Moonshine 1.7.0 has been released at > http://moonshine-ide.com/ and on the App Store. >

Moonshine IDE 1.7.0 Released

2017-12-08 Thread Piotr Zarzycki
Hi Folks, I am pleased to announce that Moonshine 1.7.0 has been released at http://moonshine-ide.com/ and on the App Store. You can report any bugs or feature requests on our GitHub project: https://github.com/prominic/Moonshine-IDE *Added* - Basic Visual Editor which allows you to build Flex ap