Re: [flex_india:27328] Re: DOJO With Flex

2009-12-16 Thread krishna chaitanya kambhampati
U can call javascript using ExternalInterface http://www.adobe.com/livedocs/flex/3/langref/flash/external/ExternalInterface.html On Wed, Dec 16, 2009 at 1:26 AM, h...@flex hari2...@gmail.com wrote: Thanks Krishna, can i also call any javascript lib from flex? On Dec 15, 4:52 am, krishna

[flex_india:27329] Re: Accessing component used as custom itemRenderer in Datagrid.

2009-12-16 Thread Akshar
will the data be same for each row in the datagrid or will it be different. i am not able to get the whole context of the problem. here is what i understood about your problem:- you have a datagrid having a custom itemrenderer. on clicking on the datagrid you want that itemrenderer to show some

[flex_india:27330] Re: Accessing component used as custom itemRenderer in Datagrid.

2009-12-16 Thread sheetal
Okie. Here is how i can explain it all. The panel header is the actaully arraycoll. data.That i am binding on the parent grid.Now when u click on the row,i make a call to get data for that row.Now the itemrenderer component has a datagrid whr data is populated after some manipulation.I mean data i

[flex_india:27331] Re: Accessing component used as custom itemRenderer in Datagrid.

2009-12-16 Thread Akshar
i still think feel that you can implement it by binding the text property to some variable or to some data field of array collection of objects. just leave that variable empty in the beginnig and after doing the calculations just populate it and call arraycollection.refresh() On Dec 16, 2:28 pm,

[flex_india:27332] Re: Accessing component used as custom itemRenderer in Datagrid.

2009-12-16 Thread sheetal
Okie.will try something like tht.But is there no other way to access the itemRenderer comp.? On Dec 16, 2:39 pm, Akshar akshar.k...@gmail.com wrote: i still think feel that you can implement it by binding the text property to some variable or to some data field of array collection of objects.

[flex_india:27333] Remote Object Example

2009-12-16 Thread FLEX Builder KKH
Hi meet, Plz give remote object example or link Thanks meet -- 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, send email to

Re: [flex_india:27334] Reg: Integrate Java with Flex

2009-12-16 Thread FLEX Builder KKH
hi meet, sorry, above link not working. plz give more details On Wed, Dec 9, 2009 at 3:20 PM, prajnith k prajn...@gmail.com wrote: http://www.brucephillips.name/blog/index.cfm/2008/6/23/Using-BlazeDS-to-Enable-Flex-to-Send-Data-To-A-Java-Class go through this proceudre Prajnith On Wed,

[flex_india:27335] Checking Internet connectivity in AIR application

2009-12-16 Thread sheetal
Hi All, How to check internet connected or not in AIR app. Event.NETWORK_CHANGE only tells the change in the status,but it dosent tell if it is disabled or enabled. Please share if anything else can tell if internet is available. -Sheetal. -- You received this message because you are

[flex_india:27336] Re: Chnaging background colour of datagrid based on boundary

2009-12-16 Thread saurabh s
Hi, Can anyone suggest me how to go forward on this?? Regards Saurabh On 12/14/09, saurabh s s4saurab...@gmail.com wrote: Hi all, My datagrid is displaying few tables... I need to change background colour of datagrid based on certain parameters like if i have row range column range then i

[flex_india:27337] Re: Masking text area with shapes like heart , circle,etc

2009-12-16 Thread suku
Hi Abinash, thanks for ur reply. On Dec 16, 9:04 am, Abinash abinash...@gmail.com wrote: Hi Sukumar, If you have the masked movieclip, then just do add the textarea to it dynamically using addchild() and make the height and width of textarea to 100%. Hope u got it!! Regards, Abinash On

[flex_india:27338] Remote Object Model

2009-12-16 Thread FLEX Builder KKH
Hi meet, Plz send Remote Object Example or Link Thanks a lot -- 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, send email to

[flex_india:27339] Re: Checking Internet connectivity in AIR application

2009-12-16 Thread riaflexible
Sheetal : Try this , Might be useful , This is how i do to check the Internet connectivity . Event : networkChange=networkChangeHandler(event) private function networkChangeHandler(event:Event):void { checkConnectionStatus(); }

[flex_india:27340] Loading Multiple SWFS Before Loading

2009-12-16 Thread s shyam
Hi All, I resolved the problem with images but this time i need too load multiple swf file in to array of object and i need to get them and display them in swfloader can any one help me. function loadImage(url:String) { var loader:Loader = new Loader();

[flex_india:27341] flash builder 4 tutorial videos in adobe, a small doubt......

2009-12-16 Thread abhilashm86
hi all, last week adobe released new sets of flash builder videos , you can watch it here, http://www.adobe.com/devnet/flex/videotraining/flex4beta/index.html can anyone tell me how can i download these videos? i have a limited internet and just night unlimited, so better to download and watch.

Re: [flex_india:27342] cleared Adobe Flex 3 with AIR certification exam

2009-12-16 Thread Saurabh Narula
Thank you everyone!! Please find my blog post here - http://saurabhnarula.com/blog/my-experience-with-adobe-flex-3-with-air-ace-exam, i have written about my experience with some suggestions, if any of you have suggestions / comments / questions, please feel to post them here or on my blog as a

Re: [flex_india:27343] Re: How to cleanup when we logout

2009-12-16 Thread sravan kumar
i know that. but i dont want that application to be reload because my swf size is 4mb, if we reload it take time to load. what i want is, is there any way to identify all active objects and destroy when we log out from the application. On 12/15/09, FreeMind maniamuth...@gmail.com wrote:

[flex_india:27344] Create folder on network

2009-12-16 Thread Abu Bashar
Hi All, I am creating an application in flex (AIR), that interact with the local network computers. The problem is when i m using the below code to create a folder on the same computer, then it works fine but when i am passing the network path then it occurs error like CODE: var file:File = new

Re: [flex_india:27345] flash builder 4 tutorial videos in adobe, a small doubt......

2009-12-16 Thread srikanth.kp
using any .flv web video downloader u can download these videos On Wed, Dec 16, 2009 at 5:40 PM, abhilashm86 abhilash...@gmail.com wrote: hi all, last week adobe released new sets of flash builder videos , you can watch it here,

Re: [flex_india:27346] Reg: Integrate Java with Flex

2009-12-16 Thread Kiran Kumar Vasireddy
Link is working fine . I just checked http://www.brucephillips.name/blog/index.cfm/2008/6/23/Using-BlazeDS-to-Enable-Flex-to-Send-Data-To-A-Java-Class also you can check sujith reddy's blog

Re: [flex_india:27347] cleared Adobe Flex 3 with AIR certification exam

2009-12-16 Thread krishna chaitanya kambhampati
Hi Saurabh, can u suggest some projects in flex. so that i can use all the features in flex. I tried all the tips on debugging presented on devsummit Hyd. thanks for sharing your experience -- Thanks Regards, K. Krishna Chaitanya ARIJASOFT - HYD On Wed, Dec 16, 2009 at 6:37 PM, Saurabh Narula

Re: [flex_india:27348] Abridged summary of flex_india@googlegroups.com - 29 Messages in 14 Topics

2009-12-16 Thread fadel al huraini
HelloAll could any one help me in this task I want to Make an xml Editor in the Adobe flex application , then this xml I can make the review in the same application , best 4 all On Wed, Dec 16, 2009 at 8:48 AM, flex_india@googlegroups.com wrote: Today's Topic Summary Group:

[flex_india:27349] Re: DOJO With Flex

2009-12-16 Thread g...@flex
Great! Thanks Krishna, that was really helpful On Dec 15, 11:55 pm, krishna chaitanya kambhampati kkc.kambhamp...@gmail.com wrote: U can call javascript using ExternalInterfacehttp://www.adobe.com/livedocs/flex/3/langref/flash/external/ExternalI... On Wed, Dec 16, 2009 at 1:26 AM, h...@flex

Re: [flex_india:27350] Re: DOJO With Flex

2009-12-16 Thread Олег Галабурда
Hi! U can call javascript using ExternalInterface http://www.adobe.com/livedocs/flex/3/langref/flash/external/ExternalInterface.html Also you can use ExternalInterface wrapper called JSInterface. http://code.google.com/p/jsinterface/ -- Oleg Galaburda http://blog.actualwave.com/

Re: [flex_india:27351] flash builder 4 tutorial videos in adobe, a small doubt......

2009-12-16 Thread edwin . vgwhiz
Is the video viewer free??? If so please send link. Thanks Ed On Wed, Dec 16, 2009 at 9:54 AM, srikanth.kp srikanth.karupoth...@gmail.com wrote: using any .flv web video downloader u can download these videos On Wed, Dec 16, 2009 at 5:40 PM, abhilashm86 abhilash...@gmail.comwrote: hi

[flex_india:27352] Create customized preloader

2009-12-16 Thread ravi kanth
Hello, I want to create and show a customized pre-loader before laoding flex application. Can any one help me , how to create customized pre loaders. thanks, Ravi -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

Re: [flex_india:27353] DOJO With Flex

2009-12-16 Thread ravi kanth
Hi Hari, I worked flex with Dojo. If u have any doubts ask me, i can help me on this. Thanks, Ravi On Tue, Dec 15, 2009 at 12:05 PM, h...@flex hari2...@gmail.com wrote: Hi I am trying to use DOJO toolkit in my flex application, can anybody suggest me the possible ways in which we can do it?

Re: [flex_india:27354] Remote Object Model

2009-12-16 Thread ravi kanth
Hi , Remote object contains configuration xml files. 1. remoting-config.xml 2.messaging-config.xml 3.proxy-config.xml 4.services-config.xml Refer this document link, http://www.brucephillips.name/blog/index.cfm/2008/6/22/Using-Flex-BlazeDS-and-Java-Together--A-Simple-Tutorial Thanks, Ravi

[flex_india:27355] Re: Checking Internet connectivity in AIR application

2009-12-16 Thread sheetal
Hey,thanks for ur reply. This works. On Dec 16, 5:16 pm, riaflexible riaflexi...@gmail.com wrote: Sheetal : Try this , Might be useful , This is how i do to check the Internet connectivity . Event : networkChange=networkChangeHandler(event)                 private function

[flex_india:27356] Re: DOJO With Flex

2009-12-16 Thread g...@flex
Oleg, Thanks for the links Ravi, Thanks, i'll email you if i find and issues while implementing Dojo On Dec 16, 9:34 am, Олег Галабурда burd...@gmail.com wrote: Hi! U can call javascript using ExternalInterface http://www.adobe.com/livedocs/flex/3/langref/flash/external/ExternalI... Also

Re: [flex_india:27357] Remote Object Example

2009-12-16 Thread sathish kumar
mx:RemoteObject id=ROSample destination=amfphp endpoint={ http://localhost/amfphp/gateway.php}; source=ProjectName.fileName mx:method name=renameImage result=resultHandler(event) fault=faultHandler(event)}/ /mx:RemoteObject On Wed, Dec 16, 2009 at 4:03 PM, FLEX Builder KKH

Re: [flex_india:27358] cleared Adobe Flex 3 with AIR certification exam

2009-12-16 Thread sathish kumar
Congrats flexy.. Please send me the details of ACE. Sathish. G On Wed, Dec 16, 2009 at 10:41 PM, krishna chaitanya kambhampati kkc.kambhamp...@gmail.com wrote: Hi Saurabh, can u suggest some projects in flex. so that i can use all the features in flex. I tried all the tips on debugging