Flex MX Datagrid scroll issue in case of variable row height

2014-01-20 Thread mitesh Dave
Hi,  I have a MX datagrid which has renderer as editors and variable row height. My renderers have textarea which shows up  whenever they receive focus ,The problem is whenever user is at bottom rows and if renderers receive focus.The datagrid doesnt scroll completely and the rows get clipped.  P

Skinning an HSlider Thumb

2014-01-20 Thread Tintin
I am trying to develop a custom thumb button for a spark HSlider. I have created a new SparkSkin for my HSlider and within that defined a new skin for the HSliderSkin and assigned it. I simply want a larger button, say twice the size, and a different colour. If, in the HSlider skin definition, I d

Re: focusThickness in TextInput

2014-01-20 Thread Sumudu Chinthaka
Thanks Peter G why didn't i try that :S Regards Sumudu On Mon, Jan 20, 2014 at 6:00 PM, Peter Ginneberge wrote: > > inputField.setStyle("focusThickness", 5); > > > > On 20/01/2014 10:24, Sumudu Chinthaka wrote: > >> Hi All >> >> Is there any way to set focusThickness of a TextInput fro

Re: focusThickness in TextInput

2014-01-20 Thread Peter Ginneberge
inputField.setStyle("focusThickness", 5); On 20/01/2014 10:24, Sumudu Chinthaka wrote: Hi All Is there any way to set focusThickness of a TextInput from ActionScript Best Regards Sumudu

Re: Number Formatter Query

2014-01-20 Thread Franck Wolff
You can also have a look at the ActionScript3 implementation of Long, BigInteger and BigDecimal types in GraniteDS: http://www.granitedataservices.com/public/docs/3.0.1/docs/reference/flex/graniteds-refguide-flex.html#graniteds.bignumbers 2014/1/20 Maurice Amsellem > > Ok, that's the right appr

Re: Issue with numbers

2014-01-20 Thread Franck Wolff
You can be also interested in GraniteDS ActionScript3 support of Long, BigInteger and BigDecimal types: http://www.granitedataservices.com/public/docs/3.0.1/docs/reference/flex/graniteds-refguide-flex.html#graniteds.bignumbers 2014/1/19 jfb > Thanks for you reply and help! > That help me to get

Re: Screen shown hidden event

2014-01-20 Thread Jagan Langa Sami Durai
Hi Mark show event will trigger only when a component/container's visible property is set to true from false. *Regards,S. Jagan Langa* 2014/1/16 mark goldin > How would I access show event? I am extenidng skinablecontainer to use it > as a base class for my screens. I added this to it: >

focusThickness in TextInput

2014-01-20 Thread Sumudu Chinthaka
Hi All Is there any way to set focusThickness of a TextInput from ActionScript Best Regards Sumudu

RE:Number Formatter Query

2014-01-20 Thread Maurice Amsellem
Ok, that's the right approach (limiting character count) __ De : Virat Patil [virat.pa...@mastek.com] Envoyé : lundi 20 janvier 2014 05:26 À : users@flex.apache.org Objet : RE: Number Formatter Query Thanks for the reply This was kind of regression testing perf