[flexcoders] compc namespace issue gumbo.

2009-07-28 Thread Nayan Savla
http://ns.adobe.com/mxml/2009"/> http://www.adobe.com/2006/mxml"/> This is how my build.xml looks, thank you for your help. Nayan Savla http://nayansavla.com/blog/ Success Lies in Courage.

[flexcoders] Flex Framework Cache Statistics

2009-05-12 Thread Nayan Savla
Hi All, I am just wondering if there is some data on the percentage of Flash players which would already have a the flex framework cache. Our application without the cache is 456Kb and when i use framework caching its 256Kb and the swz file is around 500kb. In this scenario if the user doesn't al

Re: [flexcoders] VideoDisplay lies about bytesLoaded

2008-04-20 Thread Nayan Savla
Hi Dennis, I would just listen for progress event of the videodisplay component and get my bytesLoaded/bytesTotal from that. It has always worked correctly for me. Nayan On Apr 19, 2008, at 8:56 PM, Dennis Falling wrote: I'm using a changewatcher to observe the bytesLoaded attribute of a

Re: [flexcoders] Need some help with a function.

2008-04-17 Thread Nayan Savla
you have to listen for result event for the first function call and then call the RoTwo function from that resultEventHandler. Nayan On Apr 17, 2008, at 1:46 PM, Phill B wrote: I have an initialization function that gets ran on creationComplete. The init function calls two functions (RoOne

[flexcoders] variables don't show up while debugging

2008-04-17 Thread Nayan Savla
Hi All, I am using Flex Builder 3 plugin for Eclipse and running on OS X, I have 9.0.115 version installed. When i debug the flex application, none of the variables show up in the variables window, earlier i used to see them all. this happened all of sudden, I have no clue why? any ideas / sugg

Re: [flexcoders] Question on calling multiple Functions in sequence

2008-04-02 Thread Nayan Savla
by scaling if you mean tweening and animations being executed inside a function, then the answer is no the flash player doesn't wait for the animation to finish. lets say if you have inside myFunction1 an animation which is supposed to scale a movie and it runs for 1 second. the flash pla

Re: [flexcoders] How to add text properties to dragged Image.

2008-04-02 Thread Nayan Savla
you need to pass the parameters as drag source and then your drop handler should populate those values. Nayan On Apr 1, 2008, at 11:48 PM, Swamy Nathan wrote: Hi i am new to flex. i am using drag and drop functionality in canvas. when i dragdrop the image to canvas the image will add to

[flexcoders] preventing removal of child in states before transition

2008-03-28 Thread Nayan Savla
Hi All, I am impressed with Flex the more i learn about it, I am using states and defining transitions when the states change. I add a child in one of the states and then when i go back to the default state this child gets removed by default immediately but i don't want this to happen. I want the

Re: [flexcoders] Mp3 player causing 40% CPU power

2008-03-27 Thread Nayan Savla
er the > bitrate at which the video is encoded. > > > > Our site supports HD video but we have to cut down the bitrate quite a bit > (losing the HD ness of the video). > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Na

Re: [flexcoders] Mp3 player causing 40% CPU power

2008-03-27 Thread Nayan Savla
it would be the itunes art in bottom which would consume the cpu, We have no problems with Video files being played and the files are as large as 100 meg. Nayan On Thu, Mar 27, 2008 at 4:58 PM, Sajid Hussain <[EMAIL PROTECTED]> wrote: > > > > > > > Hello , > I have done one mp3 player with flex 2

Re: [flexcoders] making custom component scrollable

2008-03-26 Thread Nayan Savla
> > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nayan Savla > Sent: Wednesday, March 26, 2008 3:04 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] making custom component scrollable > > > &g

Re: [flexcoders] making custom component scrollable

2008-03-26 Thread Nayan Savla
; > > > > > You can look at how TextArea and ListBase use the setScrollProperties method > and respond to scroll events. > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nayan Savla >

[flexcoders] making custom component scrollable

2008-03-26 Thread Nayan Savla
Hi All, I have a class extending UIComponent and i want to add a dynamic scrollbar to it. I could extend this class from ScrollControlBase instead but not sure how it will make it scrollable. Can I do an addChild in the createChildren of scrollcontrolbase and will it determine the child which is

Re: [flexcoders] arraycollection and tree

2008-03-25 Thread Nayan Savla
Hi Luke, Just create a List in Java and return it. alternatively you can add it to a Value Object and then return it. below is example of my function, CategoriesVo is simple java class with three public variables. public List getCategoriesAll(){ List list = new Array

Re: [flexcoders] RPC FaultEvent with BlazeDS

2008-03-21 Thread Nayan Savla
Hi Dominic, I had this problem when i replaced the {server}:{port} in the config files make sure you don't do that. The best thing would be to use the blazeds sample directory and add you classes in there to debug the application. Another useful thing i have found that if you run blazeds in termi

Re: [flexcoders] Error: channel not found for reference 'my-http'

2008-03-12 Thread Nayan Savla
ainst your referenced configuration files. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nayan Savla Sent: Tuesday, March 11, 2008 12:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error: channel not found for referenc

(solved) Re: [flexcoders] Error: channel not found for reference 'my-http'

2008-03-12 Thread Nayan Savla
funny, i deleted the project and created a new one. now it works fine. weird issue. I had tried closing and opening the project but that didn't help. On Mar 12, 2008, at 12:32 AM, Nayan Savla wrote: its not and hence the following error, channel not found for reference 'my-http&

[flexcoders] Error: channel not found for reference 'my-http'

2008-03-11 Thread Nayan Savla
Hi All, I am developing a blazeds application and getting the following error, I am using flexbuilder as eclipse plugin. channel not found for reference 'my-http' Funny thing is that i created a new project using the same server side configurations and it worked fine, I am guessing some corr

Re: [flexcoders] extracting items from array collection getItemAt doesn't work

2008-03-04 Thread Nayan Savla
sions return an xmllist* > > > > That format also lends itself to dynamic expressions, since "name" or > whatever can be a variable containing the attribute name. > > > > Tracy > > > > > > > From: f

Re: [flexcoders] Re: Flickr Libraries on Adobe Labs

2008-03-04 Thread Nayan Savla
http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:local="*" initialize="init()"> This is all i had tried, never got chance to go further. Nayan On Tue, Mar 4, 2008 at 12:31 PM, Khuffie <[EMAIL PROTECTED]> w

Re: [flexcoders] Flickr Libraries on Adobe Labs

2008-03-04 Thread Nayan Savla
Hi Ethan, the flickr libraries last time i tried it had some show stopping bugs in it (http://code.google.com/p/as3flickrlib/issues/detail?id=14&q=farm), it also depends on what exactly are you doing with the api's i have some code sample if you are just trying to fetch a photoset by username. ha

Re: [flexcoders] extracting items from array collection getItemAt doesn't work

2008-03-04 Thread Nayan Savla
object and then adding it to the ArrayCollection > > > > > > Tracy > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Nayan Savla > Sent: Monday, March 03, 2008 7:11 PM > To: flexcod

Re: [flexcoders] extracting items from array collection getItemAt doesn't work

2008-03-03 Thread Nayan Savla
your XMLList into an > ArrayCollection of strongly typed data objects. This is a manual process of > looping over the XMLList and building each object and then adding it to the > AC. > > > > Tracy > > > > > > > From: flexc

[flexcoders] extracting items from array collection getItemAt doesn't work

2008-03-03 Thread Nayan Savla
Hi All, I am trying to get data from an ArrayCollection and i tried various things without any luck. this is the code, var bigCollection:ArrayCollection = data.result.myBigList as ArrayCollection; //I am reading an xml file. 1) var smallCollection:ArrayCollection = bigCollection.getItemAt(0,10

Re: [flexcoders] debugging with flashvars

2008-02-29 Thread Nayan Savla
in html-template folder (it will get copied to the bin folder > on compile). You can use the menu, Run, Run, Other dialog to set up > multiple run environments. > > > > Tracy > > > > ____ > > > From: flexcoders@yahoogroups.com [m

Re: [flexcoders] Re: DataGrid - programmatically selecting the first row - selectedItem is null

2008-02-29 Thread Nayan Savla
i used updateComplete to listen for changes in the dataProvider. private function categoryDataChanged(event:FlexEvent):void{ if(event.currentTarget == categoryCombo){ //this is to prevent it from collecting garbage data for t

[flexcoders] debugging with flashvars

2008-02-29 Thread Nayan Savla
Hi All, I just started foray in Flex 3 and have been using flex builder plugin for eclipse. I have modified my output html file so that is passes the flashvars but then everytime i run the application a new html file is generated. If i uncheck the generation of html page in the project propertie