[flex_india:21294] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-07 Thread Dinesh Kumar
Hi Rahul, Yes it is possible. Please refer this link http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/InfoWindowMiniMap/InfoWindowMiniMap.html http://code.google.com/apis/maps/documentation/flash/intro.html Thanks, Dineshkumar.T On Sat, Apr 4, 2009 at 1:48 PM, Rahul Sood wrote: > H

[flex_india:21436] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-13 Thread Dinesh Kumar
to have a Custom Tooltip too. > Looks like Google Maps API is designed more for Javascript. > Any idea, whats the latest version of Maps API SWC doing the rounds ? > Can we customise the Classes in this maps API. > > Rahul. > > On Tue, Apr 7, 2009 at 4:21 PM, Dinesh Kumar wrot

[flex_india:21475] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-14 Thread Dinesh Kumar
Window opens up. > > Rahul. > > On Mon, Apr 13, 2009 at 2:25 PM, Dinesh Kumar > wrote: > >> Hi Rahul, >> >> Do you want to show tooltip inside the custom Infowindow or a direct >> tooltip(you can style the Custom Infowindow like toolltip). >> i have done th

[flex_india:21872] Re: opening different user in IE

2009-04-27 Thread Dinesh Kumar
Hey Hissam, Thanks a lot for your reply... -dinesh On Mon, Apr 27, 2009 at 4:05 PM, HISSAM wrote: > > gmail uses javascript extensively. Your login id is saved at your side > (Client side) in form of cookies which is then checked again n again > for any disconnection and expiry of the cookie.

[flex_india:22271] Re: Luanch an third party application from flex/AIR

2009-05-15 Thread Dinesh Kumar
Yes there are some ways to do it. On Tue, May 12, 2009 at 4:11 PM, vishal lad wrote: > Hi Friends,Is there any way through which I can launch an external > application for example suppose I want to open a notepad or from my > application.Is there any way to do this ?? > Thanks & Regards > Visha

[flex_india:22273] Re: Desktop icon for AIR app

2009-05-15 Thread Dinesh Kumar
Give the exact dimension image for the icons... On Fri, May 15, 2009 at 12:44 PM, sheetal wrote: > > Hello, > I want to show an icon for my AIR app desktop shortcut.From what i > read the icon tag in the app.xml file is to be modified.But even after > adding the png in the icon tag of app.xml i

[flex_india:22364] Re: changing menubar items width

2009-05-20 Thread Dinesh Kumar
Hi Edwin, Thanks for your reply:)here is the sample http://www.adobe.com/2006/mxml"; layout="absolute">

[flex_india:24026] Re: Drag and Drop Query

2009-07-28 Thread Dinesh Kumar
Hi Ravi,Venki,Nishant thanks for your reply @Venki,Nishant- if i set dragEnabled and dropEnabled to false then within the component itself i cant do drag drop operation. when i move the data from A to B i stop the evnt its working fineThanks guys:-). On Tue, Jul 28, 2009 at 2:

[flex_india:24296] Re: Count the number of tags in a XML document

2009-08-06 Thread Dinesh Kumar
Hope this will giv some idea for u:).. http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="initApp()"> Thanks, Dinesh On Thu, Aug 6, 2009 at 9:04 AM, adrianwonder wrote: > > Hi everyone > > does anybody knw how to count the number of tags from a XML file? for > exampl

[flex_india:24340] Re: Flex Hyperlink component

2009-08-06 Thread Dinesh Kumar
Hi Mike, If you app is in AIR then try using contrl -dinesh On Thu, Aug 6, 2009 at 8:14 PM, Mike learner wrote: > Hi, > > Like in HTML anchor () tag, we do not have a hyperlink component > directly in flex. For this, I tried using mx:Text and htmlText property. > > *public* *var* htmlTe

[flex_india:24342] Re: Warning: Data binding will not be able to detect assignments to "currentItem".

2009-08-06 Thread Dinesh Kumar
Hi shri can u tell at which line your getting this warning...if its in Repeater tag check whether you made rDataXML as Bindable variable. -dinesh On Fri, Aug 7, 2009 at 11:25 AM, Shri wrote: > > Hi, > > I am using two mx:Repeater in two different containers. Yet, when I > compile the flex

[flex_india:24646] Re: Chart- single DataSeries with different Colours

2009-08-20 Thread Dinesh Kumar
Hi guys Thanks for reply... @GnanaPrakasam : I tried ur code ,but i want to achieve differnet colours in same series:-(... @Preetham: im not getting clearly how to use itemRenderer in chart can u send any links to me.. Actually i want to show the bar series only in particular range ex: 20-30 thi

[flex_india:24742] Re: DateAxis Issue in Line/Column Chart

2009-08-25 Thread Dinesh Kumar
Hi Veena, Can u mail ur sample code to my id..let me help u. Thanks, Dinesh On Tue, Aug 25, 2009 at 3:12 AM, Veena Chezhian wrote: > Thanks for your information. I tried following the instruction and still > getting the problem. > > > > On Fri, Aug 21, 2009 at 3:23 AM, kalavati singh > wro

[flex_india:24954] Re: more than one x- Axis

2009-09-01 Thread Dinesh Kumar
You mean, for example a barchart with one baritem in yaxis and different values in x-axis. On Mon, Aug 31, 2009 at 7:42 PM, Gerald Anto wrote: > > Shall we have a chart only one y-Axis and multiple x Axis. > for eg, > > 1 ,2,3 ... 20 these are my x axis data . i want more than one these > type

[flex_india:24967] Re: more than one x- Axis

2009-09-02 Thread Dinesh Kumar
ne series should not be in vertical It should be horizontal one then >> next for every line series one x Axis but all x Aixs is same >> for all line series only one y Axis is it possible? >> if so give me an idea. >> Thanks&Regards, >> Gerald A >> >> >

[flex_india:25294] Re: Counting number of files in a folder?

2009-09-15 Thread Dinesh Kumar
Hi dilu, If you app is in AIR... var dir:File = File.desktopDirectory.resolvePath('folder'); var numFiles:Array = dir.getDirectoryListing(); trace(numFile.length); On Tue, Sep 15, 2009 at 7:02 PM, dilu wrote: > > Hi, > Can anyone tell me how to

[flex_india:25297] Re: problem in getting image?

2009-09-16 Thread Dinesh Kumar
Hi Prince.. You are just creating object of class thats fine,but the UI components has to complete the component creation...u need to understand that well.. try the below code...if u have any doubt let me know... import flash.events.Event; public function fnUpload() { var a:one=new one();

[flex_india:25350] Re: Maximize TitleWindow

2009-09-18 Thread Dinesh Kumar
Thanks Mayur..ITs working nw:-) On Fri, Sep 18, 2009 at 4:18 PM, Mayur wrote: > > Hope this may help you. > > 1) > http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1207017 > 2) > http://www.flexdaddy.com/2005/03/06/resizable-and-collapsable-titlewindow-flex-15/ > >

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

2009-11-26 Thread Dinesh Kumar
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 and compile to swf. in flex builder > cheers > Dinukx > > > On Mon, Nov 23, 2009 at 11:45 AM, Fle

Re: [flex_india:26910] Re: Transfer Arraycollection elements to another arraycollection

2009-11-29 Thread dinesh kumar
Hey may be use this method to get a dupilicate an arraycollection var copy:ArrayCollection= new ArrayCollection() var original:ArrayCollection= new ArrayCollection(); var content:Array=original.source.slice(0,source.length-1) copy.source=content; -- You received this message because you are s

Re: [flex_india:26937] HTTPService

2009-11-30 Thread dinesh kumar
Hi, wat kind of string format u get from php ?...atleast should be separated with comma (,) like (value1,value2,value3) or equal(name=value) pairs,if u get any kind of format like this then use the split() of string class,which returns an array by which u can handle the server data now easily, if

Re: [flex_india:26961] Re: HTTPService

2009-12-01 Thread dinesh kumar
u r welcome -- 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+unsubscr...@googlegroups.com. For more options, visit

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 t

Re: [flex_india:27034] flex disadvanges?

2009-12-03 Thread dinesh kumar
yeah i too agree with all the points which was mentioned. there was a point said that the flex builder is not coming in free of course we can't get every thing free but still i found an free ide tool which look same as flex builder is called as A

Re: [flex_india:27672] Basic question -related to Image

2010-01-07 Thread dinesh kumar
Hi, u can use the png rather than using jpg. just edit it in photoshop and remove the white bg and save it in png. -- 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 un

Re: [flex_india:27988] FLEX Calendar

2010-01-26 Thread dinesh kumar
Hi seetha. , Just right click>> view source>>download the zip file Regards Dinesh kumar.l -- 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:28156] Issue with AIR html component

2010-02-01 Thread Dinesh Kumar
Hi All, I want to see my local machine image in AIR html component. Anyone please correct where i did the mistake in the code: http://www.adobe.com/2006/mxml"; layout="absolute"> Thanks, Dinesh -- You received this message because you are subscribed to the Google Groups "Flex I

Re: [flex_india:28430] Session in Flex AIR

2010-02-11 Thread dinesh kumar
Hey pal, u can use shared objects concept to achieve the same. -- 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+u

Re: [flex_india:28488] Session in Flex AIR

2010-02-13 Thread dinesh kumar
Oh i c but u can't access the cookies from the response header if u use the http service component. but other way if u use the htmlLoader the cookies are managed unless u have set the manageCookies property true. -- You received this message because you are subscribed to the Google Groups "Flex

Re: [flex_india:30536] Re: Flex builder 3 debugger not working

2010-06-29 Thread dinesh kumar
Hi Ripi,Thanks for your replyI solved the issue,the problem is with the installed antivirus. The debuggers communicate with the Flash Debug Player through a TCP socket connection which was prevented by my antivirus. Thanks, Dinesh On Tue, Jun 15, 2010 at 10:26 PM, Ripi wrote: > Hi Dinesh, >

Re: [flex_india:31411] dispatch event issue

2010-09-15 Thread dinesh kumar
Hi can u share your code...? Regards 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 this group, send email to flex_india+unsubscr...@google

Re: [flex_india:34355] How to Create PDF in flex3

2011-08-09 Thread dinesh kumar
use AlivePDF -- 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_india@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com. For more options, visi

Re: [flex_india:34515] Space Bar Event Issue : Flex 3

2011-09-10 Thread dinesh kumar
Hi, When u click the submit button the last focus would be still in submit which is vulnerable to trigger the click event if you press the space bar.so set the mouseChildren property of the form to false and take out the focus from submit button by using the this.stage.focus = null,while you are s

Re: [flex_india:34515] Space Bar Event Issue : Flex 3

2011-09-10 Thread dinesh kumar
Hi, You can also use below code(assuming id of the form is myForm) myForm.enabled = myForm.mouseEnabled = false; Regards Dinesh kumar.L -- 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_india@g

Re: [flex_india:34532] need to connect to db error [RPC Fault faultString=

2011-09-13 Thread dinesh kumar
> > Please Ignore the Prev mail > Hi, Are you trying to fetch the xml using HttpService...? if so please check the URL,don't give any spaces while starting or end of the url parameter,because i checked personally,its working fine. Regards Dinesh kumar.L -- You received this message because y

Re: [flex_india:34532] Flex : Text Input should start with alphabetic or _(Underscore) using String Validator

2011-09-13 Thread dinesh kumar
Hi, I Think This will help u in validating the requirements which u mentioned previously. Regards Dinesh kumar.L -- 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_india@googlegroups.c

Re: [flex_india:34532] need to connect to db error [RPC Fault faultString=

2011-09-13 Thread dinesh kumar
Hi, Are you trying to fetch the xml using HttpService...? if so please check the URL,do give any spaces while starting or end of the url parameter,because i checked personally,its working fine. Regards Dinesh kumar.L -- You received this message because you are subscribed to the Google Groups

Re: [flex_india:34549] List background Image

2011-09-19 Thread dinesh kumar
Hi, U can set the backgroundAlpha property of the list to 0.now the your whole application has one bg. or if you want to set the BG for your list set the backgroundImage property of the list which points some image file like this. //style applied for your MyList component .myList{ backgroundI

Re: [flex_india:34566] Re: List background Image

2011-09-27 Thread dinesh kumar
Hi deepa, First of all if u set the bg for each itemrenderer,may be it comes in a ribbon effect as u said before,now do u want to set bg for each item renderer or one bg for whole list ?if possible can u attach screenshot or sample code of your work so that it'll help me to understand and help you

Re: [flex_india:34642] Adobe Native Extensions -- need help !!

2011-10-30 Thread dinesh kumar
Hi Kapil, its simple just change the profile to *extended desktop* in air descriptor file and compile it will work fine. any queries further reply me back. Regards Dinesh kumar.L -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To pos

Re: [flex_india:34645] RC4 encryption and decryption in flex

2011-11-04 Thread dinesh kumar
Hi jakir, do u have the implementation of rc4 in flex ?,if so can u share it to me please Regards Dinesh kumar.L -- 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_india@googlegroups.com. To unsu

Re: [flex_india:34805] Server.ResourceUnavailable Exception

2012-02-04 Thread dinesh kumar
hi sowmya, may b u need to check the resource is available or not and in server and possible the configuration u have set in remotingservice.xml(probably the class name) may not be valid.(u may have done that right...try restarting your server and check). Regards Dinesh kumar.L -- You received

Re: [flex_india:34871] swfLoader unload problem

2012-02-20 Thread dinesh kumar
Hi, Since the loaded swf may have some running enterframe or timer,so u can just unload using method called unloadAndStop().(remember this will work only if u have targeted to flash player 10 and above). -- You received this message because you are subscribed to the Google Groups "Flex India Co

Re: [flex_india:34898] To load swf made in Flash and perform event handling

2012-03-07 Thread dinesh kumar
Hi, You can use swfloader to perform this action regards Dinesh kumar.L -- 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_india@googlegroups.com. To unsubscribe from this group, send email to f

Re: [flex_india:34898] Use httpservice to communicate between flex and php

2012-03-07 Thread dinesh kumar
Hi, Httpservice is meant to load text data formats like xml,so u can send the data back as XML format from php,and u can parse and store it in arrray in flex side. Thanks Regards Dinesh kumar.L -- You received this message because you are subscribed to the Google Groups "Flex India Community

Re: [flex_india:34924] Re: To load swf made in Flash and perform event handling

2012-03-18 Thread dinesh kumar
yes u can do it by dispatching an event on in flash and u can listen it in flex by listening the conten property of the swfloader instance which loads the flash content Regards Dinesh kumar.L -- You received this message because you are subscribed to the Google Groups "Flex India Community" g

[flex_india:17837] Re: Style TabBar

2008-12-30 Thread Dinesh Kumar
Hi vishal,Here is the solution http://blog.smartlogicsolutions.com/2008/11/10/flex-3-styling-individual-tabs-in-a-tabbar/ -dinesh On Tue, Dec 30, 2008 at 2:38 PM, vishal lad wrote: > Hi,I have a tab bar and I want to apply skin to it.We can apply skin to > button control by using properties Up

[flex_india:18249] Re: Context menu disable

2009-01-15 Thread Dinesh Kumar
Hi dhileep, Are you showing the file format in datagrid On Thu, Jan 15, 2009 at 5:25 PM, dhileepen chakravarthy wrote: > Dear All, > > I did a context menu for datagrid. Menus are working. > > My issue is in my datagrid rtf files and .wav files in datagrid list. > > If the file is rtf then

[flex_india:18262] Re: Context menu disable

2009-01-15 Thread Dinesh Kumar
Hi dhileepen, I tried your problem its interesting...hope this code may help you but i am not able to give customitems as play and open,it may be default flash optionlets check that too http://www.adobe.com/2006/mxml"; creationComplete="init()">

[flex_india:18263] Re: One flex interview question

2009-01-15 Thread Dinesh Kumar
Hi Anoop, The same question was asked to me:-).. Go to flex builder3 help.Actionscript Custom Component--> creating advanced visual components in actionscript or http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?href=intro_138_10.html#159985 -dinesh On Fri, Jan

[flex_india:19011] Re: Writing data to ExcelSheet

2009-02-06 Thread Dinesh Kumar
Hey Ganesh, Thanks for reply,here is the code to get data from excel sheet: //call init at creationcomplete private function init():void{ var load:URLLoader = new URLLoader(); load.addEventListener(Event.COMPLETE,onComplete); load.dataFormat = URLLo

[flex_india:19180] Re: Writing Log Files at Client Side

2009-02-12 Thread Dinesh Kumar
Hi dinesh, Check this links to get the location.. http://livedocs.adobe.com/flex/3/html/help.html?content=logging_08.html#188282 I use firefox addon FLASH TRACER to get the trace output,i manually created Log folder and the log file... Thanks, DineshKumar.T On Thu, Feb 12, 2009 at 1:27 PM, din

[flex_india:19264] Re: decompress

2009-02-14 Thread Dinesh Kumar
Hi akhil, can you paste the code how ur zipping the encode image Thanks, DineshKumar.T On Fri, Feb 13, 2009 at 6:56 PM, Akhil Agrawal wrote: > > hi have a image encode base64 and gziped now i want to read this image > from xml into flex and unable to unzip. > how it can be done > > > than

[flex_india:19421] Re: Prob with CopyTo in AIR[getting File or directory does not exist Error]

2009-02-18 Thread Dinesh Kumar
Hi Prakash, I tried debugging ,it shows the file exists property = false; i think we cannot copy files directly from other domain, then methods like vfile.moveTo(dfile, true) wont make sense here,using urlloader we can achieve this. If you got the actually problem or alternate solution plea

[flex_india:19422] Re: Problem in SWF Loader

2009-02-18 Thread Dinesh Kumar
Hi Krishna, I think the problem may be with the ActionScript Virtual Machine 1 and 2...the swf you created may be AVM1 but now it is AVM2... you need to create a proxy swf and location connection to control thisJust google and see the information about AVM1 and AVM2 controls. Thanks, Di

[flex_india:19507] Re: Static variables in Flex

2009-02-19 Thread Dinesh Kumar
hi sudhi, you can declare the varibles in Main.mxml as: [Bindable] static public var STR:String = "FLEX"; In your actionscript class get the value like: Trace(Main.STR); Thanks, DineshKumar.T On Thu, Feb 19, 2009 at 4:25 PM, sudhi wrote: > > Dear Aksh

[flex_india:19586] Re: Google Map Display problem

2009-02-23 Thread Dinesh Kumar
Hi rakshith, I tried from my end its working finecan you tell at which stage you are clicking the button..like after map loaded or entering some text then clicking. Thanks, -dinesh On Sun, Feb 22, 2009 at 12:57 PM, rakshith wrote: > > Hi guys, > I want to display Google maps in a cont

[flex_india:19612] Re: trace

2009-02-23 Thread Dinesh Kumar
Hi , You can get the trace value in: 1. Console window in flex builder 2. you can use flash tracer addon for firefox 3. else use log file...you can get information under this thread[flex_india:19154] Writing Log files at Client Side.. Groups if there are some others ways please share under t

[flex_india:19723] Re: Reading Excel file from flex-3

2009-02-25 Thread Dinesh Kumar
Hi Rahul, I am facing the problemif you got the soution please help me... Thanks, DineshKumar.T On Fri, Jan 9, 2009 at 1:01 PM, Rahul wrote: > > Hi All, > Can any one help me out in Reading Excel file in Flex-3 > > I tried following code with as3xls liabrary. > > it is sending me error.. >

[flex_india:19729] Re: Reading Excel file from flex-3

2009-02-26 Thread Dinesh Kumar
Hi sudhi, Thanks for your reply. On Thu, Feb 26, 2009 at 1:47 PM, sudhi wrote: > > Dear Dinesh, > > You can convert the excel file into XML file > and then do whatever you want to do.. > > Regards > Sudhi.. > > > > > --~--~-~--~~~---~--~~ You received this m

[flex_india:19751] Re: Reading Excel file from flex-3

2009-02-26 Thread Dinesh Kumar
Thanks christiani solved the problem:-)... On Thu, Feb 26, 2009 at 8:51 PM, Christian Camilo Arias Vergara < christianari...@gmail.com> wrote: > Hi Dinesh > > look this: > > http://code.google.com/p/as3xls/ > > I think the this file, maybe help you. > &g

[flex_india:19759] Re: Reading Excel file from flex-3

2009-02-26 Thread Dinesh Kumar
about it.. > > > 2009/2/26 Dinesh Kumar > >> Thanks christiani solved the problem:-)... >> >> >> On Thu, Feb 26, 2009 at 8:51 PM, Christian Camilo Arias Vergara < >> christianari...@gmail.com> wrote: >> >>> Hi Dinesh >>> >

[flex_india:19772] Re: image saveAs in AIR

2009-02-26 Thread Dinesh Kumar
Hi akshay, You requirement can be achievable in AIR application... On Thu, Feb 26, 2009 at 6:11 PM, akshay wrote: > > Hi sudhi, >Thanks for replying.. If i get any other soln then i will > tell you.. > Best Regards, > Akshay > > On Feb 26, 4:58 pm, sudhi wrote: > > Dear Akshay > >

[flex_india:19836] Re: How can I render an image like goole map or yahho map api.

2009-03-01 Thread Dinesh Kumar
Hi Arindam, You can directly use google map API for thiselse If you are showing same location with different zoom level then take snapshot of those maps use transistion effects... thanks, DineshKumar On Mon, Mar 2, 2009 at 11:43 AM, Arindam Mojumder < arindam.mojum...@gmail.com> wrote: > H

[flex_india:20100] Re: Cant write UIComponent to BitmapData

2009-03-05 Thread Dinesh Kumar
Hi ganaraj, i think before the creation complete of button you are trying to get the bitmap data, can u try this... http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()"> Thanks, DineshKumar.T On Thu, Mar 5, 2009 at 12:56 PM, ganaraj p r wrote: > Hi, >

[flex_india:20102] Re: Cant write UIComponent to BitmapData

2009-03-05 Thread Dinesh Kumar
Instead of callLater you can use btn.addEventListener(FlexEvent.CREATION_COMPLETE,sample);... On Thu, Mar 5, 2009 at 3:58 PM, Dinesh Kumar wrote: > Hi ganaraj, > > i think before the creation complete of button you are trying to get the > bitmap data, can u try this...

[flex_india:20217] Re: city search

2009-03-09 Thread Dinesh Kumar
Use google map API. On Mon, Mar 9, 2009 at 10:33 AM, Flexian_me wrote: > > I am not getting you .. > "if i select that city,it will go to that city. " > > after selecting city from combo box what action do you need to > perform ? Please make it more clear mitra ! > > > On Mar 7, 10:03 am, Flex B

[flex_india:20450] Re: Google Map - problem with "Initialization failed: please check the API key,"

2009-03-16 Thread Dinesh Kumar
Hi Raaja, *issue 1:* When getting the API key from google provide the server address from which your hosting.these keys will work only for those servers Thing you got the API key by providing different address and trying to use the same for different IP. *issue 2:* In your application

[flex_india:20487] Re: Timer

2009-03-17 Thread Dinesh Kumar
Hi pradeep, I tried a sample hope it helps you... http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="initApp()"> @Ravi: hi ravi can u please tell me in change function if we increase the array index how it will update in the timer object.let me know if u have an