[flex_india:26970] Data Visualization Beyond Flex Charts

2009-12-02 Thread Md.Zakiullah khan
Here http://cli.gs/hbWyu is the slide deck for the presentation made at the Adobe Dev Summit 2009 Hyderabad. Your feedback would be highly appreciated. -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

Re: [flex_india:26971] Re: Convert CSS to SWF

2009-12-02 Thread flexorz group of flex corders
im afraid it is On Thu, Nov 26, 2009 at 4:16 PM, Dinesh Kumar dhineshbhara...@gmail.comwrote: Which version of flex builder are you using i guess its only in flex 3.. On Thu, Nov 26, 2009 at 3:34 PM, flexorz group of flex corders flexco...@gmail.com wrote: or right click the css

[flex_india:26972] Reg: Mouse Scrolling

2009-12-02 Thread Abdul Nizar
Hi Team, Am doing one product on FLEX. The product is work well. But the MOUSE SCROLLING on the pages not work. I except the suggestions. -- With Regards, Nizar. Catch me @ (0) 9790503327 Mail me 2 abdul...@gmail.com -- You received this message because you

[flex_india:26976] Regarding Binding

2009-12-02 Thread vasanth
Hi All, I have an issue regarding using the resource bundle in actionscript when i bind the variable using mxml its binds correctly and working fine and when i use the same in actionscript the variables names are not changing dynamically. How can i use the bind property method to bind

Re: [flex_india:26974] I'm now an Adobe Certified Expert in Flex 3 with AIR

2009-12-02 Thread prajnith k
Congrats buddy Prajnith On Wed, Dec 2, 2009 at 12:09 AM, sankar swaroop sankaras...@gmail.comwrote: congratulations On Tue, Dec 1, 2009 at 10:09 PM, flexwiz satish.mumm...@gmail.com wrote: I'm now an Adobe Certified Expert in Flex 3 with AIR Thanks everyone, this group has some real

[flex_india:26979] ADG: Column move event?

2009-12-02 Thread mman
Hi all, I need to catch the event of Column move in AdvancedDataGrid, since I have an array indexed by the column indices, and when the columns are reordered by the column move event, I need to reorder that array. Is there any example that illustrates such event usage? many thanks for any help.

Re: [flex_india:26975] :: DateTimeAxis parseFunction issue ::

2009-12-02 Thread ya meng
you can use mx tag mx:horizontal categrafield = dateTime id=hellomx:horizontalRender candroplabels=true axis={hello}/mx:horizontal to instead of it 2009/12/1 Arindam Dhar arin.d...@gmail.com Hi, I have a linechart which uses DateTimeAxis to format the horizontal axis I send a Date object

Re: [flex_india:26978] I'm now an Adobe Certified Expert in Flex 3 with AIR

2009-12-02 Thread baskaran rajendran
do u have dump or model questions ?sent me pls On Wed, Dec 2, 2009 at 12:09 AM, sankar swaroop sankaras...@gmail.comwrote: congratulations On Tue, Dec 1, 2009 at 10:09 PM, flexwiz satish.mumm...@gmail.com wrote: I'm now an Adobe Certified Expert in Flex 3 with AIR Thanks everyone, this

[flex_india:26977] Need Help in Making Application - URGENT!

2009-12-02 Thread E.Karnika Yashwant
I wanted to use Flash Catalyst to design an application. I know to use that, but if I develop it goes to browser application. I want to make it like air application. Then I want to export it to Flash builder. Can some one help me -- You received this message because you are subscribed to the

Re: [flex_india:26980] Re: swf problem in fireFox

2009-12-02 Thread ya meng
Yes,I use ExternalInterface.addCallBack();in my flex main project,and this interface is used to recieve data from page,I guess maybe when I press tapbar A again,FireFox call this interface again,but the page doesn't push any data in the swf files,may be it's the problem,but I don't know how to

Re: [flex_india:26973] Problem with Flex Builder

2009-12-02 Thread ya meng
make sure that your html-template folder is created,may be you can find the error in the console,right click the error and recreat the folder;if this can still not work,creat a new project and copy the sample's files in your new project 2009/12/2 Ravi rkcy...@gmail.com Hi, I have created on

[flex_india:26981] Multi lingual

2009-12-02 Thread denimabhishek
I hav to use multi lingual concept in my flex project? what is the best approach for that? -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from this group,

[flex_india:26982] Re: Multi lingual

2009-12-02 Thread mman
Hi, there is a good illustration here: http://sujitreddyg.wordpress.com/2008/01/22/localizing-flex-applications/ hth mman On Dec 2, 5:37 am, denimabhishek denimabhis...@gmail.com wrote: I hav to use multi lingual concept in my flex project? what is the best approach for that? -- You received

[flex_india:26983] flex groupingcollection summary rows into flat data

2009-12-02 Thread Kameshwaran.Anandan
I have a flat data(array of objects) containing 3 columns, which I want to group it based on the column1 and column2, this can be achieved using a groupingCollection, while doing the grouping I will also calculate the number of row in each grouping. My question is that, after applying the

Re: [flex_india:26985] Multi lingual

2009-12-02 Thread ciby jose
http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization On Wed, Dec 2, 2009 at 10:07 AM, denimabhishek denimabhis...@gmail.comwrote: I hav to use multi lingual concept in my flex project? what is the best approach for that? -- You received this message

[flex_india:26984] Re: [bindable] meta tag

2009-12-02 Thread krishna
As far as i understand, The basic difference is, the property (source) which is bindable (which can generate properychange event) can use any of the below methods to update the destination property. 1. {} binding in mxml - compile time binding 2. mx:Binding in mxml - compile time binding

Re: [flex_india:26986] ADG: Column move event?

2009-12-02 Thread GAGAN anand
Hi mman, I think you should add Flex update complete event to data grid to get the whether there is any update in the data grid. This will help you getting the updated list of columns and then u can populate your array with the updated columns. Hope this helps Regards Gagan Deep 2009/12/2 mman

Re: [flex_india:26987] Problem with Flex Builder

2009-12-02 Thread ravi kanth
Even i created new project also, But the mxml is not created html file for the mxml. Thanks, Ravi On Wed, Dec 2, 2009 at 12:52 PM, GAGAN anand gds.anan...@gmail.com wrote: Hi Ravi Just create a new project and copy all the code and paste it in the new project. Hope this works Regards

[flex_india:26988] Re: ADG: Column move event?

2009-12-02 Thread mman
Hello Gagan, that was really helpful! Thanks! I am just confused about how much effort this event (updateComplete) will require. I am doing cell/row/column formattings, and after each the styleFunction is called and also my columnMoved handler for the updateComplete event will be triggered. Don't

[flex_india:26989] regarding flex certification

2009-12-02 Thread krishna chaitanya kambhampati
Those who are interested in taking certification on flex 3 and AIR ATTEST is an air application for mock test try it here -- http://software.pxldesigns.com/attest/index.php -- Thanks Regards, K. Krishna Chaitanya ARIJASOFT - HYD Software Developer - Research Development +91 9704679777

[flex_india:26990] Exact reverse of combobox

2009-12-02 Thread itonflex team
Hif friends i have a small requirement. I have a combobox, but i need to get the dropdown button in left side and the scrollbar in that combobox also in left side could u please help me regarding this ! -- You received this message because you are subscribed to the Google Groups Flex India

Re: [flex_india:26991] I'm now an Adobe Certified Expert in Flex 3 with AIR

2009-12-02 Thread ravi kanth
Congrats...! Have any mock test example..pls send to us.. Thanks, Ravi On Tue, Dec 1, 2009 at 10:09 PM, flexwiz satish.mumm...@gmail.com wrote: I'm now an Adobe Certified Expert in Flex 3 with AIR Thanks everyone, this group has some real good discussions about Flex/ AIR and

[flex_india:26992] Regarding external file

2009-12-02 Thread baskaran rajendran
hi, I want to load text file from disc and load into textarea in mxml -- Best Regards Baskaran.R -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from

Re: [flex_india:26993] Regarding external file

2009-12-02 Thread edwin . vgwhiz
Why would you load a text file from a disc? Can anyone answer what scenario this would be for? Thanks On Wed, Dec 2, 2009 at 9:55 AM, baskaran rajendran baskara...@gmail.comwrote: hi, I want to load text file from disc and load into textarea in mxml -- Best Regards Baskaran.R --

Re: [flex_india:26994] Regarding Binding

2009-12-02 Thread dinesh kumar
Hi may be u can try using the mx.bindings.utils package to bind the variable by actionscript dinesh -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from

Re: [flex_india:26995] Regarding external file

2009-12-02 Thread Jaibeer Malik
Hi Baskaran, You can use FileReference for that. With FP 9 you could only upload/download file but with FP 10 you can now load the file content and do the parsing stuff on client side. Sample code for reference is here: --- fileReference = new FileReference();

[flex_india:26996] send parametar with HTTPService call

2009-12-02 Thread explorer
Hello, I need to send parametar to my php file. I have define HTTPService like this mx:HTTPService id=listaPodKategorija useProxy=false url=http://localhost/skripte/listaPodKategorija.php; result=podkategorijeHandler(event)

[flex_india:26997] sending parametar with HTTPService call

2009-12-02 Thread explorer
Hello, I need to send parametar to my php file. I have define HTTPService like this mx:HTTPService id=listaPodKategorija useProxy=false url=http://localhost/skripte/listaPodKategorija.php; result=podkategorijeHandler(event)

[flex_india:26998] Performance issue while using webservice.

2009-12-02 Thread veeru rahul
Hi Guys, I am using webservice as a middle tier and my co-team has exposed a wsdl. The problem is, my response is huge but its coming to Flex in ~2 Seconds but while decoding in SoapDecoder.as its taking nearly10 seconds to come to onResult of Command class. I cannot migrate to Remote Object or

[flex_india:26999] Re: sending parametar with HTTPService call

2009-12-02 Thread vicky
You can use listaPodKategorija.send(parameters.) The send API of httpservice class lets you send the parameters with the call. Hope this helps. Vicky On Dec 2, 11:03 am, explorer skon...@gmail.com wrote: Hello, I need to send parametar to my php file. I have define HTTPService

[flex_india:27000] Re: sending parametar with HTTPService call

2009-12-02 Thread explorer
This parameters, what kind of variable is that, can I use binding. I want to binde selected valeu of ComboBox to send as parameter with HTTPService to php. This php script will use this as variable for creating certain query on database. When I manualy set variable I get result, but I can t send

[flex_india:27001] Re: sending parametar with HTTPService call

2009-12-02 Thread explorer
I find sollution, I am not sure (I would like from someone to confirm this), but I think when I use HTTPService.send( ) i can pass parametar:Object, this is not so bad because object i generic type that can have multiple different types. How I manage to pass variable is like this 1. first

Re: [flex_india:27002] Re: ADG: Column move event?

2009-12-02 Thread GAGAN anand
Hi mman, Actually in your update complete handler you can just check that whether the columns have changed according to the array that you have. I hope this will work Regards Gagan Deep 2009/12/2 mman malmans...@googlemail.com Hello Gagan, that was really helpful! Thanks! I am just

[flex_india:27003] Re: Need Help in Making Application - URGENT!

2009-12-02 Thread Santosh
hi, import the fxp file in to flash builder and the change the mx:Application tag to mx:WindowedApplication dats it,im also working on flash catalyst its awesome. Regards Santosh On Dec 2, 11:02 am, E.Karnika Yashwant eyashw...@gmail.com wrote: I wanted to use Flash Catalyst to design an

Re: [flex_india:27004] Regarding external file

2009-12-02 Thread baskaran rajendran
hi, I have created a webapplication which has a textarea.If client(let consider they won't know about flex) want to edit the text in future,how can i set it.? so that i have choosed external file to load the text into textarea.if i place text file in /src/ and compile as swf its

Re: [flex_india:27005] Regarding external file

2009-12-02 Thread baskaran rajendran
hi Thanks for replay ,i want external file without showing save/open dialog box. thanks On Wed, Dec 2, 2009 at 10:42 PM, Jaibeer Malik jaibeer.ma...@gmail.comwrote: Hi Baskaran, You can use FileReference for that. With FP 9 you could only upload/download file but with FP 10 you can