RE: [flexcoders] Parameter passing !! I am shocked

2007-06-08 Thread Ravi Kumar Gummadi
bj should become null? To > prepare obj for garbage collection you should set obj to null. > > R. > > On 6/7/07, *Ravi Kumar Gummadi* <[EMAIL PROTECTED] <mailto:ravigummadi%40ivycomptech.com> > <mailto:[EMAIL PROTECTED] <mailto:ravigummadi%40ivycomptech.com>

[flexcoders] Parameter passing !! I am shocked

2007-06-07 Thread Ravi Kumar Gummadi
Hi all How does flex handle parameter passing, as I understand, it is by Pass by reference. But I was having some memory leaks and playing around a few tweaks and the following snippet completely took me by surprise. // CODE START public var obj:Object; createObject(){ obj = {test:"

RE: [flexcoders] Remember Username/Password !

2007-05-31 Thread Ravi Kumar Gummadi
Thanks guys, Too lazy to completely browse the docs as well! ;) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Kumar Gummadi Sent: Thursday, May 31, 2007 3:29 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Remember

[flexcoders] Remember Username/Password !

2007-05-31 Thread Ravi Kumar Gummadi
Hi all, How do we enable the functionality of remembering the credentials (username/password) in a flex application? Since we can't know the IP address of client, I don't see a way how we achieve it. Any inputs would really do a world of good. Thanks in Advance Regards Ravi Party

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-30 Thread Ravi Kumar Gummadi
Alex, The solution is pretty good, but what if Class A and B are part of the Flex framework and we don't have the permissions to change anyone of them? Regards Ravi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent

[flexcoders] Setting ScaleX ScaleY to the Application.

2007-05-22 Thread ravi kumar gummadi
25in 1.0in 1.25in;} div.Section1 {} --> From: Ravi Kumar Gummadi Sent: Tuesday, May 22, 2007 1:13 PM To: 'flexcoders@yahoogroups.com' Subject: Setting ScaleX ScaleY to the Application. Hi, I have tried setting scaleX and scaleY propert

[flexcoders] Difference in rendering between Flash and Flex

2007-05-22 Thread ravi kumar gummadi
- Forwarded Message From: Ravi Kumar Gummadi <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Cc: Ravi Kumar Gummadi <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2007 5:41:49 PM Subject: Difference in rendering between Flash and Flex From

RE: [flexcoders] Strange SWC behavior!

2007-05-21 Thread Ravi Kumar Gummadi
Yup, I too had the same problem, I cross checked that its properly in the MC!! My fla structure is something like this, Stage -> MyMovieClip and AnotherMovieClip

RE: [flexcoders] Events not firing from swf imported with SwfLoader

2007-05-18 Thread Ravi Kumar Gummadi
Flex strips off all actionscript unless it is generated by Flash 9 ! So therez no way u can monitor the events from flex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of beecee1977 Sent: Friday, May 18, 2007 4:07 PM To: flexcoders@yahoo

[flexcoders] Flash rendering mechanism

2007-05-17 Thread Ravi Kumar Gummadi
Hi I am very much interested in knowing how flash renders the graphics! Does it do something like java, where we can control the part of screen rendered (ofcourse that has to be specified by us) or does it intelligently figure out the modified area and issues a refersh only on that even if w

RE: [flexcoders] Is it possible for Flex Builder to echo the mxmlc.exe command it uses ?

2007-05-17 Thread Ravi Kumar Gummadi
See .actionScriptProperties created in the src folder.. It wud have all the arguments its using for mxmlc ** The information contained in this email, and any

RE: [flexcoders] Set panel width dynamically?

2007-05-16 Thread Ravi Kumar Gummadi
Try vBox.percentWidth ** The information contained in this email, and any attachments hereto, is strictly confidential and solely intended for use by the

RE: [flexcoders] Require urgent help

2007-05-11 Thread Ravi Kumar Gummadi
You can definitely do that. You would be having a series of canvases laid horizontally in HBox. Each canvas can contain a digit. Now how u show the transition between them depends on how you implement your logic. You can use move effect to simulate that a digit is going up and a new dig

[flexcoders] Problem with zoom effect!

2007-05-11 Thread Ravi Kumar Gummadi
Hi all, I am using the zoom effect for a canvas and the canvas contains a lot of components added to it. As far as I know, Zoom shouldn't interfere anything with the layout , it should just zoom the whole component like a picture. But strangely, some of labels are getting truncated when I try

RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-08 Thread Ravi Kumar Gummadi
oders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Kumar Gummadi Sent: Tuesday, May 08, 2007 7:03 PM To: flexcoders@yahoogroups.com Cc: [EMAIL PROTECTED] Subject: RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF Alex, I couldn&

RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-08 Thread Ravi Kumar Gummadi
Alex, I couldn't get how we are gonna control the stage size. If we are giving absolute width and height for the Application ( I guess it's the same size of stage) the application is not listening or dispatching to any resize events ( Both the application as well as stage are not responding) an

RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-07 Thread ravi kumar gummadi
Apologies for the duplicate mails..!! Some problem with my corporate server From: Ravi Kumar Gummadi Sent: Monday, May 07, 2007 2:51 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

[flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-07 Thread ravi kumar gummadi
Hi all, I am developing a gaming application. The coordinates and sizes of all the components are fixed inside the application But now when the browser is resized , I would like the whole application to be zoomed in our out…! It neednt relay the components etc..Its just crude zooming. Wheneve

[flexcoders] Zooming of the whole Application !!! Doesnt behave like a authorin tool published SWF

2007-05-07 Thread Ravi Kumar Gummadi
Hi all, I am developing a gaming application. The coordinates and sizes of all the components are fixed inside the application But now when the browser is resized , I would like the whole application to be zoomed in our out...! It neednt relay the components etc..Its just crude zooming.

Re: [flexcoders] Set widths on individual tabs

2007-04-20 Thread ravi kumar gummadi
From: Ravi Kumar Gummadi Sent: Thursday, April 19, 2007 3:49 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Set widths on individual tabs Hi Jack I worked on almost similar problem with different requirements Extend TabNavigator and extend TabBar as well In th

[flexcoders] Menubar doesnt appear properly ! Is it a bug??

2007-04-17 Thread ravi kumar gummadi
Hi , I have menubar added to the application control bar. Previously I placed at the top of the stage and it used to work fine..with the menubar items wiping down. Now I moved the control bar to the bottom of stage (due to some design requirements) and I am facing a weird problem. Even now the

RE: [flexcoders] Need a hand with a scope problem

2007-03-12 Thread Ravi Kumar Gummadi
Have the function placed in the script section of parentDocument a.l.a the document which contains this mxml file or the parentApplication a.l.a the Application tag which contains the whole app. Even I faced the same problem, If anyone can suggest a way to access the code placed in the same m

RE: [flexcoders] Re: flex main-debug.html won't build...

2007-03-08 Thread Ravi Kumar Gummadi
Well I ran into the same issue.. Make sure that mxml which you are launching is in the root folder where all the other html-templates, project settings folders are there If the mxml you are launching is inside some src folder which is not same as the root folder, It wud only result in sw

RE: [flexcoders] Re: my application -- need help on multiple images in datagrid

2007-03-08 Thread Ravi Kumar Gummadi
Yup this works fine , if you embed the image. But what if we want to still download the images dynamically and maintain a single instance of it.! I mailed abt this previously, But I am wondering where did the mail slip ! :P Well the question is, Lets say in datagrid! I want to display i

[flexcoders] Problem with multiple instantiation of image in MXML!!

2007-03-08 Thread ravi kumar gummadi
From: Ravi Kumar Gummadi Sent: Thursday, March 08, 2007 10:38 AM To: 'flexcoders@yahoogroups.com' Subject: Problem with multiple instantiation of image in MXML!! Hi, I am facing problems in instantiating the image class with same downloaded image multiple times. Lets say

[flexcoders] Java to Flex shifting ! Major Hurdles!!! (Shud I say Roadblocks! )

2007-02-22 Thread ravi kumar gummadi
Hi, I am basically a Java guy, recently into Flex. It may be due to the sudden paradigm shift from serial programming ( incl Threads) to Event Based Programming, that I find many features totally new and surprising. I read in a article that Flash/Flex is based on AMPED (Asymmetric-Multi Proce