[flex_india:21230]

2009-04-05 Thread Neelima Kakarla
Hi I am calling a jsp page using navigateToURL(new URLRequest(" http://localhost:8080/database/checkout.jsp";),'_new'); Is there any way to get result from that jsp to flex regards Neelima --~--~-~--~~~---~--~~ You received this message because you a

[flex_india:21251] Re:

2009-04-06 Thread Neelima Kakarla
jsp page or just > opening jsp page.?? > > On Apr 3, 3:09 pm, Neelima Kakarla > wrote: > > Hi > > > > I am calling a jsp page using > > navigateToURL(new URLRequest(" > http://localhost:8080/database/checkout.jsp";),'_new&#

[flex_india:21335] How to save the application when application terminates unfortunately

2009-04-08 Thread Neelima Kakarla
Hai, I am developing an AIR application. When I close the application I am doing saving and clean up operations in closing() event of windowedApplication tag. I want to do the same operations when application turn off's unfortunately i.e because of power cut,etc..., Is there any

[flex_india:21777] how to call javascript in air

2009-04-22 Thread Neelima Kakarla
Hi I want to display google ads in my application. It's given javascript. How to call that script in my air application Regards Neelima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group

[flex_india:21920] Google ads in flex application

2009-04-29 Thread Neelima Kakarla
Hi all, I want to include Google ads in my flex application. I have tried it using iframes, still it's not working. Could any one help in this. Thanking you. Regards Neelima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

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

2009-05-15 Thread Neelima Kakarla
hi appicons/icon_16.png appicons/icon_32.png appicons/icon_48.png appicons/icon_128.png it will take one among them . The png should have exact image size i.e it should have 16 x 16, 32 x 32, 48 x 48, 128 x 128 I did the same thing I got it. On Fri, May 1

[flex_india:22457] Re: Reg :: Giving Project Title & Favicon

2009-05-24 Thread Neelima Kakarla
hi, solution is here Welcome To your projject On Fri, May 22, 2009 at 4:56 PM, Navien Amirtharaj < navien.amirtha...@gmail.com> wrote: > Dear Folks, > > I want to give project title in my Flex Web Application. How > can i do that. please give nice examples. and also for favicon w

[flex_india:22487] Re: Flex Container/Control

2009-05-25 Thread Neelima Kakarla
Hi Look at this code http://www.adobe.com/2006/mxml"; layout="absolute" > ** ** * * * * ** ** Regards Neelima On Mon, May 25, 2009 at 12:29 PM, Hemanth Kumar T.S < t.s.hemanthku...@gmail.com> wrote: > Hi, > > In this website > http://www.phoenixisland.co.kr/index.aspx > > ther

[flex_india:22517] Re: Reg :: Giving Project Title & Favicon

2009-05-26 Thread Neelima Kakarla
hi When you build your flex application it will give you a html file in that add the code On Tue, May 26, 2009 at 12:41 AM, sankar swaroop wrote: > > Hi Neelima, > > But where to add that code > > and > > vinod, > how to use that html-wrapper. > > Can u both plz be in detail? > > Thanks.

[flex_india:23752] how to store data of server databse to local databe in flex

2009-07-15 Thread Neelima Kakarla
Hi all, This is Neelima I am developing an AIR application and dealing with the database too. My requirement is to get data that is there in server database to local database i.e. sqlite .and at the same time I want to store data that is there is sqlite to server database .Is

[flex_india:24900] Re: problem in form validation?

2009-08-31 Thread Neelima Kakarla
Hi, After form validation successfull please disable all validators so that u can't get textinput's as red. If u want to validate again then make them to enable. private function validateForm(evt:MouseEvent):void { var validatorErrorArray:Array = Validator.v

[flex_india:25166] does flex supports unicode

2009-09-10 Thread Neelima Kakarla
Hi, Does flex supports unicode. or else Is there any way to embed kranthi.ttf and how to type some matter in telugu. I need complete letter codes regarding that. Please do the needful Regards neelima --~--~-~--~~~---~--~~ You received this message because

[flex_india:26898] Dynamically inserting images and tables in RTE in flex

2009-11-28 Thread Neelima Kakarla
Hai Everybody, Actually in Rich Text Editor, there are minimum features like Bolding text, Font changing, Font color chnging ,etc..., But now my requirement is to insert image dynamicaaly into the area and aynamically drawing table with no.of columns and no. of rows etc.., i.e I wa

[flex_india:26916] How to insert images and draw tables into RTE in flex

2009-11-29 Thread Neelima Kakarla
Hai Everybody, Actually in Rich Text Editor, there are minimum features like Bolding text, Font changing, Font color changing ,etc..., But now my requirement is to insert image dynamically into the area and dynamically drawing table with no.of columns and no. of rows etc.., i.e I

[flex_india:18110] Re: I am now Adobe Certified Expert Flex3 with AIR

2009-01-11 Thread Neelima Kakarla
Hi Kishore, Congrats for your success. I have one doubt over here in AIR. I have created AIR application with a simple lable field which showing Hello World and i have exported the build. Now .air is showing in my project navigator when i double click on that it's opening the separate win

[flex_india:18136] Re: I am now Adobe Certified Expert Flex3 with AIR

2009-01-12 Thread Neelima Kakarla
t; On Mon, Jan 12, 2009 at 10:53 AM, Neelima Kakarla < > neelima.kakarla0...@gmail.com> wrote: > >> Hi Kishore, >> >> Congrats for your success. >> >> I have one doubt over here in AIR. I have created AIR application with >> a simple lable field

[flex_india:18183] Re: help for reduce loading time

2009-01-12 Thread Neelima Kakarla
Hi, Have u embeded any images in your application. Because of that it app takes much time to load. On Tue, Jan 13, 2009 at 12:54 PM, harish wrote: > > Dudes, > > >I have created one project with 15 components.When i run the > project it will take some time to load the project.What i need

[flex_india:18324] Re: Problem with Tilelist

2009-01-18 Thread Neelima Kakarla
Hi Srinivas, Add this code in your application and import related packages. Call the below specified function in your tilelist component itemClick="tileList_itemClick(event);" and find out the solution ... private function tileList_itemClick(evt:ListEvent):void {

[flex_india:18346] Re: My first query

2009-01-20 Thread Neelima Kakarla
using On Tue, Jan 20, 2009 at 11:31 AM, denimabhishek wrote: > > First of all , i wld like to thanks to all for this community, > I hav one question that, how can we import any swf file in flex. > > > > --~--~-~--~~~---~--~~ You received this message because you

[flex_india:18977] AIR application with blazeds (problem)

2009-02-06 Thread Neelima Kakarla
Hai to all, i have developed an application in AIR which interacts with Blazeds to interact with JAVA for sending mail.In my SDK it's working fine. When i build the apllication for release it created a installation file. After installed application it's not embedding external file (lik

[flex_india:18988] Re: AIR application with blazeds (problem)

2009-02-06 Thread Neelima Kakarla
Hi, Thank you for your response. I Have seen the option, but my blazeds folder is in webapps of tomcat server, it is not allowing us to select that folder. Any other solution. Please respond to this. Thanking you very much. by On Fri, Feb 6, 2009 at 2:27 PM, subeesh a wrote: > Hi, > > If

[flex_india:19013] Re: AIR application with blazeds (problem)

2009-02-06 Thread Neelima Kakarla
hi subeesh, in that Included Files in export release build of AIR, it's not showing all the filse which are there in my application navigator. Any solution for that Bye On Fri, Feb 6, 2009 at 2:35 PM, Neelima Kakarla < neelima.kakarla0...@gmail.com> wrote: > Hi, > >

[flex_india:19175] payment gateway

2009-02-12 Thread Neelima Kakarla
Hai to all Is there any way to implement payment gateway in flex. Thanking you all --~--~-~--~~~---~--~~ 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@go

[flex_india:19176] general validation

2009-02-12 Thread Neelima Kakarla
Hai to all, In my application there is a field which accepts only the numbers. I want write a generic validation to that files which should accept 3 to 5 digits only. i have done like this expression="/\d{3,5}/" But it's not working. Is there any other expression to d

[flex_india:19201] Re: general validation

2009-02-12 Thread Neelima Kakarla
hai varun Your code works for stingvalidator because there is a property called minLength and maxLength. But i need the code for numericValidator which should allow minimum of 3 digits and maimum of 5 digits. Could you please forward for this requirement. Bye On Thu, Feb 12, 2009

[flex_india:19671] How to give blur effect for the image

2009-02-24 Thread Neelima Kakarla
Hai Everybody, I have one doubt in flex. When we click an image in orkut albums, before the original image is loaded it will give the blured image and one preloader for loading the original image. Is that solution is possible in flex. If so let me know the solution. Thanking you all Reg

[flex_india:19728] Re: How to give blur effect for the image

2009-02-26 Thread Neelima Kakarla
Hai I am very much thankful to you for ur response. As you said I have taken thumbnail of original image and I expanded the thumbnail width and height to original image size and did the complete process. Now it's working fine. I have one more doubt in flex. Is there any compression p

[flex_india:20479] Re: Image Crop

2009-03-17 Thread Neelima Kakarla
hai, go through this link http://blog.mediablur.com/2008/02/20/flex-image-cropping-component/ On Tue, Mar 17, 2009 at 10:23 AM, Ravi wrote: > > Hello friends, > Can anyone please tell me how to crop and scale image in flex > regards > ravi > > > > --~--~-~--~~~---~-

[flex_india:20617] how to call .air in java

2009-03-19 Thread Neelima Kakarla
hai all, I have created one air application regarding cropping an image and saving it to the file system and uploading it. When we build the application it will give .air How to integrate or how to call it in java application. Please do the needful Regards Neelima --~--~-~--~---

[flex_india:20768] Re: how to call .air in java

2009-03-24 Thread Neelima Kakarla
) > > > i hope this helps. If its wrong just correct me. > Thanks, > > Lokh Prathab > > On Mar 20, 8:21 am, Karthik K wrote: > > hi Neelima > > could you please send me the idea or if code because i am also doing the > > same but not able to complete > >

[flex_india:20781] Embedding telugu font

2009-03-24 Thread Neelima Kakarla
Hai, Can we telugu font in flex. If so please send the complete information regarding that. Regards Neelima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, se

[flex_india:20898] helpcontent panel

2009-03-26 Thread Neelima Kakarla
hi I have developed an AIR application. My AIR app. window size is width=800 and height=700. Now my requirement is to display a helpcontent panel out side of my AIR app. window. Is there any way to do so. Do the needful to me. Thanking you. Regards Neelima.P --~--~-~--~~

[flex_india:20987] how to display last viewed screen

2009-03-30 Thread Neelima Kakarla
Hai I am doing an AIR application. My requirement is to store the last viewed page when application restarts. Please help me in this regard. Thanking you. Regards Neelima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[flex_india:21083] how to get particular cell value

2009-04-01 Thread Neelima Kakarla
Hai My requirement is to get value from a cell in datagrid. I need suggestions. Regards Neelima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email t