Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread Alex Harui
I don’t understand what “below container” means. And whether there is supposed to be a click handler on the container group. On 9/19/11 10:26 PM, jitendra jain jitendra_jain_2...@yahoo.com wrote: In short, Alert should not be displayed. Thanks, with Regards, Jitendra Jain Software

[flexcoders] How to obtain mobile number by flex

2011-09-20 Thread j2me_soul
How to obtain mobile number by flex sdk on Android OS ?

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues [1 Attachment]

2011-09-20 Thread jitendra jain
Iam attaching png file also. The container that has the click listeners covers the entire screen.. and wherever you click it will displays the alert box. But when the text areas are dynamically added (making scroller 90%) and if we click the area below the text areas(the area where scoller

[flexcoders] Mifration from flex 3 to flex 4.5

2011-09-20 Thread Aicha ..
Hi everybody I migrate my application from flex 3 to flex 4,5 I have an erreor in mu localizator.as thaat can't resolve .getString(key) in this method [Bindable] private var cur : ResourceBundle; [Bindable(event=langChange)] public function getText(key : String) : String

Re: [flexcoders] Mifration from flex 3 to flex 4.5

2011-09-20 Thread Douglas Knudsen
which appears to be a correct error to me. See the docs here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/resources/ResourceBundle.html Maybe you have more code not shared or some such. Certainly, you can't use a ResourceBundle reference that is not initialized.

[flexcoders] integrating flex 3 air app with ustream

2011-09-20 Thread Gustavo Duenas
Hi does anyone has tried before to integrate a flex 3 air app with the ustream service, or can point me to a not so obscure tutorial? Also instead of ustream there is other way to transmit (for free) live feed, thanks. Gus

Re: [flexcoders] How to obtain mobile number by flex

2011-09-20 Thread James Ong
Again, not possible except android, you will have to use Native Extension in AIR 3.0 to access Android API. On Tue, Sep 20, 2011 at 3:25 PM, j2me_soul j2me_s...@163.com wrote: ** How to obtain mobile number by flex sdk on Android OS ?

[flexcoders] Preview a PDF inside your AIR application inside transparent and custom window

2011-09-20 Thread isa_loyer
I have a transparent windows (skinnable). Inside, I'd like to preview some pdf file. BUT, in the only a black screen appear, can you help me? Thanks

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread Alex Harui
If I understand correctly, you have to set mouseEnabledWhereTransparent=false on both the container Group and the ScrollerSkin. On 9/20/11 3:53 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: [Attachment(s) #TopText from jitendra jain included below] Iam attaching png file also.

Re:Re: [flexcoders] How to obtain mobile number by flex

2011-09-20 Thread j2me_soul
Thanks At 2011-09-20 22:53:37,James Ong yanlile...@gmail.com wrote: Again, not possible except android, you will have to use Native Extension in AIR 3.0 to access Android API. On Tue, Sep 20, 2011 at 3:25 PM, j2me_soulj2me_s...@163.com wrote: How to obtain mobile number by flex sdk on

Re:Re: [flexcoders] How to obtain mobile number by flex

2011-09-20 Thread j2me_soul
But if need two application to do this job How to package them into one apk file ? one is flex app the other is android app At 2011-09-20 22:53:37,James Ong yanlile...@gmail.com wrote: Again, not possible except android, you will have to use Native Extension in AIR 3.0 to access Android API.

[flexcoders] How to draw background in IconItemRenderer

2011-09-20 Thread j2me_soul
this is my code: override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void{ super.updateDisplayList(unscaledWidth, unscaledHeight); this.graphics.beginGradientFill(GradientType.LINEAR, [0x2e3e4e, 0], [1, .7], [0, 255]); this.graphics.endFill();

[flexcoders] inline itemrenderer issue developed mobile version

2011-09-20 Thread j2me_soul
The Group container must be explicit indicated width and height. the group can't use relative properties to set its size. this is the code : s:List left=0 right=0 top=0 bottom=0 dataProvider={new ArrayList([1,2,3,4,5,6,7])} verticalScrollPolicy=off s:layout s:HorizontalLayout gap=8

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread jitendra jain
Thanks Alex, that did the trick.. Hats off to you !! Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wed, 21 September, 2011 1:38:53 AM