Re: [flex_india:35595] Re: Restricting TextInput value to 5 decimal points

2015-02-17 Thread Naveen Malhotra
You can try using *MaskedTextInput *as given below Then you can write your logic to split the text based on the delimiter. Thanks, Naveen On Mon, Feb 16, 2015 at 6:51 PM, Biswajit Mishra wrote: > Hi All, > Can u please help me out in the same. > I have a similar case where i need

[flex_india:35588] JAVA FLEX Developer position in CA (San Juan Capistrano/ Northridge/ Valencia/ Cypress/ San Clemente)

2014-11-19 Thread Naveen malik
from client, design of modules and implementing the requirements. Also supporting the application. The person will be working onsite so require good communication skills and willing to travel to USA. *Sincerely yours,* *Naveen Malik* *naveen.ma...@pyramidci.com * *770-255-3125* *Pyramid

[flex_india:35563] Difference between ViewStack and View States?

2014-05-19 Thread Naveen
Hi, Can anyone tell me what is the difference between ViewStack and View States? Please provide me with good example. Regards, Naveen -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To unsubscribe from this group and stop

[flex_india:35600] Need to select the whole content in datagrid/advanced datagrid using ctrl+a shortcut from keyboard in flex.

2014-01-28 Thread Naveen
Hi, I need to select the whole content in datagrid/advanced datagrid using ctrl+a shortcut from keyboard in flex. Please provide me the sample code. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To unsubscribe from this group and s

[flex_india:35518] HeatMaps in Flex

2013-08-26 Thread Naveen
Hi, Anyone worked on HeatMaps in flex. If yes please share your knowlege to me. I need to show dynamic data in front end(in Heat Maps) which is coming from server side(PHP). I am new to this. Please can anyone share your knowledge or experience working on HeatMaps. Reagrds, Naveen, -- You

Re: [flex_india:35305] Profiling Flex Applications

2012-11-21 Thread Naveen Sr
and my friends in the same line. Hope this helps you out. Cheers, Naveen On Tue, Nov 20, 2012 at 2:09 AM, Nitin Gopi wrote: > Hi > First I tell you what is the present scenario. > I have an application which was not created using modules. It was > developed years back. Now the appl

Re: [flex_india:35299] Profiling Flex Applications

2012-11-19 Thread Naveen Sr
Hi Nitin, Yup I have done extensive work on prifiling with memory snapshots :) On Tue, Nov 13, 2012 at 8:34 PM, Nitin Gopi wrote: > Hi All, > Has anybody worked in the area of profiling flex applications. This > includes finding memory leaks, improving compilation time and solving > performance

Re: [flex_india:35252] Re: Prompt in spark textinput

2012-10-12 Thread Naveen Malhotra
ou 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 mor

Re: [flex_india:35247] Find out Number of Components!

2012-10-12 Thread naveen maddala
Hi, Check the below code and let me know. http://www.adobe.com/2006/mxml";> Thanks&Regards, Naveen. -- You received this message because you are subscribed to the Google Groups "Flex India Com

Re: [flex_india:35225] Search in DataGrid using Flex,php from SQL Server

2012-10-08 Thread naveen maddala
Hi can you share me your correct working code. -- 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...@google

Re: [flex_india:34665] Memory Leak

2011-11-09 Thread naveen SR
as well. Refer to this link for knowing more on flex profiler: http://livedocs.adobe.com/flex/3/html/help.html?content=profiler_1.html Thanks, Naveen On Mon, Nov 7, 2011 at 12:57 PM, karthik s wrote: > Hello Everyone, > > Iam karthik. Only few days before I joined this group. I wante

Re: [flex_india:34598] Flex Accordion component with hidden header

2011-10-03 Thread naveen SR
Hi Jaya, >From your description I gauge that your trying to replicate a viewstack behaviour by clicking buttons to switch the containers ... I think you should use a Viewstack directly for this requirement Cheers, Naveen On Fri, Sep 30, 2011 at 3:07 PM, Jaya wrote: > > Can anyone s

Re: [flex_india:34507] Restricting TextInput value to 5 decimal points

2011-09-08 Thread naveen SR
extending textinput to do this validation. Cheers, Naveen On Wed, Sep 7, 2011 at 10:14 AM, Amruta Kulkarni < amruta.kulkarn...@gmail.com> wrote: > > Hi All, > > I am working on a flex application which has requirement to restrict user > to enter the numbers with 5 decimal pl

Re: [flex_india:34448] Flex/Flash Player Error 2032

2011-08-25 Thread naveen SR
server. Just google for 2032 and cross domain policy you will get details how to do this 4) Sometimes the error comes when you have caching enabled and trying to access the url within I frame. You need to disable the cache if that is true. Hope this helps. Cheers, Naveen On Wed, Aug 24, 2011 at 3

Re: [flex_india:34329] How to override the createChildren() method of panel which is declared as mxml tag in the main mxml file

2011-08-05 Thread naveen SR
title bar); } } Use the above component in application in place of Cheers, Naveen On Fri, Aug 5, 2011 at 7:00 AM, madhavi chinni wrote: > Hi, > > I have a or declared in the main mxml file .I > want to add the items to the titleBar of that panel in the > actionscript of the

Re: [flex_india:34329] FlexUnit

2011-08-05 Thread naveen SR
Could you please pose your questions on flexunit to help you out :) If your looking to code your first flex unit go here and download the samples: http://www.flexunit.org/?page_id=6 Cheers, Naveen On Thu, Aug 4, 2011 at 2:32 AM, Bobby wrote: > Hi evevryone, > Do any know about flexU

Re: [flex_india:34207] Issue in converting String to Number.

2011-07-21 Thread naveen SR
Kiran, Please try parseInt("999") This should work for sure :) Cheers, Naveen On Thu, Jul 21, 2011 at 1:43 AM, Kiran Kumar Reddy wrote: > Dear Friends, > > I am having issue with converting String to Number. > > Number('999') should

Re: [flex_india:33869] Issue with setFocus

2011-05-26 Thread naveen SR
you set params.wmode = "opaque"; in your HTML template. Cheers, Naveen On Wed, May 25, 2011 at 10:59 PM, Madhu wrote: > HI > > I have one problem in using setFocus to the text field > > When I use setFocus it is setting cursor to the textInput field but > untill a

Re: [flex_india:33766] How to set background color for Tab navigator

2011-05-17 Thread naveen SR
Hi Sravan, You need create a skin class and use it on the tabnav, you cannot use the background color property on flex 4. -Naveen On Sat, May 14, 2011 at 5:04 AM, sravan kumar wrote: > Hi All, > > can any one tell me how to set background color for tabs in tab navigator > in flex

Re: [flex_india:33733] How to print a flex grid?

2011-05-12 Thread naveen SR
Hi I think this is what your looking for: http://www.kalengibbons.com/blog/index.php/tag/alivepdf/ Do write back if you need further help to me on AlivPDF. Cheers, Naveen On Wed, May 11, 2011 at 1:24 PM, rappol wrote: > Hi everyone, > > i have a grid which contains a column th

Re: [flex_india:33727] Re: How to show different images for a single button?

2011-05-12 Thread naveen SR
Hi Naveen, You can do as follows: Cheers, Naveen On Wed, May 11, 2011 at 1:20 AM, Shalu wrote: > Hi Naveen, > > You can display different images on different states of buttons. > > Thanks, > Shalu > > On May 8, 12:31 am, Navin wrote: > > Hi, > > &g

Re: [flex_india:33588] Flex Mobile - IOERROR 2032 Fault Server.Error.Request

2011-04-29 Thread naveen SR
with a wrong path to server location. Cheers, Naveen On Wed, Apr 27, 2011 at 6:32 PM, Thulasi wrote: > Hi, > > We are using Flash Builder Burrito and Flex SDK Hero for our Mobile > application. > > When using HTTP Service, i am getting 2032 IO Error while testing on > Mo

Re: [flex_india:33560] [JOB] Flex Developers

2011-04-27 Thread Naveen Malhotra
Hi, I am interested in applying for the position of senior Flex developer. Please see the following information Name: Naveen Malhotra Location: India Certifications and awards: Adobe Flex 3 with AIR Hourly rate : 50$/hour Flex Skills UI components : excellent ActionScript : excellent AIR

Re: [flex_india:33553] How to load all the child panels in an accordian at once in Flex

2011-04-26 Thread naveen SR
Hi Madhavi, You could get this working by setting the creationPolicy="all" on the accordian. Cheers, Naveen On Mon, Apr 25, 2011 at 3:27 AM, madhavi chinni wrote: > Hi, > > I have a requirement like I want to load all the child panels in an > accordian at once and sho

Re: [flex_india:33553] Display PDF in flex

2011-04-26 Thread naveen SR
Hi Kapil, You can use Flex Paper component --> http://flexpaper.devaldi.com/ . There is already a thread opened in the forum about the same. Please have a look and write back for more details. Thanks, Naveen On Tue, Apr 26, 2011 at 2:46 AM, kapilan Thangalakshmi < kapilan@gmail.com&

Re: [flex_india:33425] How to customize my action script component?

2011-04-07 Thread naveen SR
based on your host component. Thanks, Naveen On Thu, Apr 7, 2011 at 6:29 AM, Gerald Anto wrote: > > > Hello Friends, > > i was told to create a component but it should not have default > behaviour atleast i have to do slight change of default appearence of > control >

Re: [flex_india:33416] I need detailed Explanation

2011-04-06 Thread naveen SR
/reference/html/index.html#configuration http://coenraets.org/blog/2010/03/new-spring-blazeds-test-drive-available-flex-4-blazeds-4-and-spring-blazeds-integration-1-0-3/ Did not understand the third question.Please ellaborate. Not sure on the UpdateList too. Thanks, Naveen On Wed, Apr 6, 2011 at 3

Re: [flex_india:33396] validator in repeater

2011-04-04 Thread naveen SR
Hi Anil, I guess this link should help you out : http://cookbooks.adobe.com/post_Dynamic_form_with_validators-16256.html Thanks, Naveen On Tue, Apr 5, 2011 at 3:11 AM, anil wrote: > hi > I have a questionnnaire , it has been made using the repeater. > Repeater creates various nes

Re: [flex_india:33396] Will Flex/Flash die?

2011-04-04 Thread naveen SR
apps on apple products does not come soon. Thanks, Naveen On Tue, Apr 5, 2011 at 10:39 AM, mathew easow jacob wrote: > Hi Saurav, > > I watched this video earlier from his blog. > But the real issue is if Adobe is lagging the issue , more projects will be > moving and it will be hard

Re: [flex_india:33366] How to call a function while calling a custom component

2011-03-30 Thread naveen SR
Hi France, Please ignore my prev mail . The purpose of adding code in creationComplete is specifically perform initialization activity once the component and its children are created completely. If your requirement is to call a method in a custom component at different scenarios in your applica

Re: [flex_india:33365] How to call a function while calling a custom component

2011-03-29 Thread naveen SR
Hi France, The purpose of adding code in creationComplete is specifically perform initialization activity once the component and its children are created completely. If your requirement is to call a method in a custom component at different scenarios in your application then create a public metho

Re: [flex_india:33327] Re: Question on itemrenderer on a stock application

2011-03-23 Thread naveen SR
Hi Shalu/Jitendra, Thanks for your responses. Jitendra: I have the same question as Shalu. How can I persist the old value in Item Renderer when new arraycollection comes in from server? Can you please throw some light on this? Thanks, Naveen On Wed, Mar 23, 2011 at 11:43 AM, Shalu wrote

Re: [flex_india:33226] Re: unable to deploy release build

2011-03-12 Thread naveen SR
Hi When you make the release build ensure that at compile time your context root and service-config is specified correctly. My guess is it does not hit the server side because of incorrect compilation. Cheers, Naveen On Sat, Mar 12, 2011 at 1:26 AM, Venkat Viswanathan wrote: > Hi, >

Re: [flex_india:33202] Delhi Flex User Group meetup | 12th April

2011-03-10 Thread naveen maddala
Hi Nishant Kyal, I am Naveen here.I am interested to attend this meeting. So can you register me in this meeting. Thanks & Regards, Naveen. 09873297327. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this gro

Re: [flex_india:33165] i have a problem with refresh

2011-03-06 Thread naveen SR
refreshed list. 2) Check if you have assigned/binding the data grid with the new data provider received 3) Call the invalidateDisplayList() . For this to work ensure that you have overriden all the methods correctly if any. Hope this helps. Thanks, Naveen On Sun, Mar 6, 2011 at 12:34 PM, ratna

Re: [flex_india:32992] How to create desktop sharing application in flex?

2011-02-17 Thread naveen SR
Take a look at Adobe Connect developers API. Should help you out. Cheers, Naveen On Wed, Feb 16, 2011 at 5:29 PM, Sainthavi K wrote: > Hi folks, > > I want to create a desktop sharing application with red5 > server in flex, Can anyone provide me a suggestion in this

Re: [flex_india:32992] How to capture user credentials of flash swf in flex?

2011-02-17 Thread naveen maddala
What is loadedsampark? Can you provide full code. Regards, Naveen. -- 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, sen

Re: [flex_india:32992] Re: How to capture user credentials of flash swf in flex?

2011-02-17 Thread naveen maddala
can u provide me full code. Also i need to capture username and password values of flash swf file in flex. Is that code related to that? Regards, Naveen. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group,

Re: [flex_india:32989] How to capture user credentials of flash swf in flex?

2011-02-16 Thread naveen maddala
Here i am attaching that swf file for your reference. On Wed, Feb 16, 2011 at 11:20 PM, naveen maddala wrote: > I have one flash swf file in which it contains username and password to > enter. Here i need to capture those username and password from flex. > > How can we do this?

Re: [flex_india:32985] How to capture user credentials of flash swf in flex?

2011-02-16 Thread naveen maddala
I have one flash swf file in which it contains username and password to enter. Here i need to capture those username and password from flex. How can we do this? Regards, Naveen. -- You received this message because you are subscribed to the Google Groups "Flex India Community" grou

Re: [flex_india:32954] Button action in the datagrid

2011-02-14 Thread naveen maddala
Can u share u r code. On Sat, Feb 12, 2011 at 8:09 PM, ratna suman bellala < ratnasuman.bell...@gmail.com> wrote: > hi > i just designed one datagrid with buttons using itemrenders.when i > display the data button will display automatically in every row in > particular column.But my doubt

Re: [flex_india:32887] Zoom in and out in Flex Web Application

2011-02-08 Thread naveen SR
Thanks Raj for your input. Cheers, Naveen On Tue, Feb 8, 2011 at 12:54 PM, Raj wrote: > Flex doesn't have zoom by default. > > If all child components are defined as percentage height/width then by > resizing parent, this can be achieved. > Still the font sizes in lab

Re: [flex_india:32725] Framework

2011-01-22 Thread naveen SR
If you have communication to server side I would recommend MATE framework http://mate.asfusion.com/. I like this framework over the others for several reasons :). Thanks, Naveen On Sat, Jan 22, 2011 at 4:10 AM, Daniel Gerep wrote: > Hi guys. > > Which is the best framework to

Re: [flex_india:32711] application does not responding with Flash builder4 profiler

2011-01-21 Thread naveen SR
Have you set the compiler settings to 3.5 instead of the default 4.0 and re-built ie cleaned your project again? Cheers, Naveen On Thu, Jan 20, 2011 at 7:20 PM, raj wrote: > Hi, > > If I use Flash builder 4 profiler, the application is getting > initiated but it is not responding.

Re: [flex_india:32679] Button with rounded corners

2011-01-19 Thread naveen SR
Hey Raju/Sainthavi, Thanks a lot for the help. This worked for me. Cheers, Naveen On Tue, Jan 18, 2011 at 3:25 PM, Raju Khinda wrote: > Use these property bottomLeftRadiusX="" bottomRightRadiusX="" > topLeftRadiusX="" topRightRadiusX="" instead of

Re: [flex_india:32655] Button with rounded corners

2011-01-18 Thread naveen SR
Hi Vikas, Thanks for the tip to degrafa. Very helpful. Cheers, Naveen On Mon, Jan 17, 2011 at 9:36 PM, Vikas Madan wrote: > You can use degrafa to achieve that, > There are many samples which does that in degrafa. > > One of those can be found on this page --- > > http://www

Re: [flex_india:32656] Button with rounded corners

2011-01-18 Thread naveen SR
Hi Raju, I did try the following code snippet, I do not have control on the bottom edges alone. All the corners respond to this code. Cheers, Naveen On Mon, Jan 17, 2011 at 11:09 PM, Raju Khinda wrote: > Create Skin with > HostComponent("spark.components.ButtonBarButton")

Re: [flex_india:32486] Call EXE

2011-01-03 Thread naveen SR
EXE on the server path or on local file system of client? Please be specific On Mon, Jan 3, 2011 at 7:54 PM, saravana kumar wrote: > Is there any possible to call the exe from flex > > Best Regards > Saravanakumar.E > > -- > You received this message because you are subscribed to the Google Group

Re: [flex_india:32485] Custom Font and label on FormItem doesn't work

2011-01-03 Thread naveen SR
I think you got the property wrong ... Please try following code: mx|FormItem{ labelStyleName: formItemLabel; } This works for me. Cheers, Naveen On Mon, Jan 3, 2011 at 8:16 PM, Jim_Nastiq wrote: > Hi there, > > I'm trying to have custom font on a label of a formitem

Re: [flex_india:32402] Re: Pdf viewer in flex

2010-12-29 Thread naveen SR
Hey Prasanna, I am not sure if your using any server side to your application. If yes you would be able to convert the files to SWF from PDF from the java side. Cheers, Naveen On Tue, Dec 28, 2010 at 9:58 AM, Prasanna wrote: > Hello Naveen, > Thanks for the informat

Re: [flex_india:32388] Pdf viewer in flex

2010-12-27 Thread naveen SR
Hey Prasanna, There is this component called FlexPaper. Check it out. The logic is to convert the PDF to SWF and load teh SWF in this component in flex. Works really fine for me so far. Give it a try and let me know if you need any further help or information. CHeers, Naveen On Mon, Dec 27

Re: [flex_india:32381] Struggling from BlazeDS

2010-12-25 Thread naveen SR
Can you provide more information on your usage of Blazeds , anything related to session management and any cookie related code in your application. This error could bec of various reasons. Your details could help me narrow down and suggest alternatives. On Sat, Dec 25, 2010 at 9:16 AM, Jonathan w

Re: [flex_india:32349] Slow Application Response

2010-12-17 Thread naveen SR
Hi Krishnam, Could you provide details on the structure of your dataProvider and the size of your data provider? Preferably do paste your code snippet which I can try on my end and help you profile your code. Cheers, Naveen On Fri, Dec 17, 2010 at 7:15 PM, krishna wrote: > Hi, >

Re: [flex_india:32306] Problem during File load

2010-12-14 Thread naveen SR
sure this will solve your issue. Wish you good luck. CHeers, Naveen On Tue, Dec 14, 2010 at 5:10 PM, xelf wrote: > Hi all, > We are using File.load() in our AIR app.. > Basically the purpose is to get the file from local system --> convert > as ByteArray, --> send to server.. &

Re: [flex_india:32238] Upload files

2010-12-04 Thread naveen SR
Hi Athi, You can transfer files between flex and server using amf follow this link step by step which helped me implement my component ... http://forum.springsource.org/showthread.php?t=81104 Cheers, Naveen On Sat, Dec 4, 2010 at 10:02 AM, athi wrote: > hi > > i have des

Re: [flex_india:31981] Flex 3D rotation ; Help

2010-11-13 Thread naveen SR
Hi Gaurav, Please have a look at Flex 4 tour de examples. There is a similar example to your requirement there. It is under the 3D rotation section. Hope this helps you out. Cheers, Naveen On Sat, Nov 13, 2010 at 12:06 AM, Gaurav wrote: > Hi, > I am seaching for the Flex code in which

Re: [flex_india:31981] Urgent help for Copy Image

2010-11-13 Thread naveen SR
Hi Anuradha, I wanted to check on another thing if you have tried. Have you tried to copy your image to system clipboard in flex and the try and copy paste to word? Cheers, Naveen On Fri, Nov 12, 2010 at 11:24 PM, Iyer Anuradha wrote: > Hi Naveen > > I am working with Patni Compute

Re: [flex_india:31970] Urgent help for Copy Image

2010-11-12 Thread naveen SR
component 2) Convert this to byte array 3) You can save it where you wish as your image on local system. >From then on you could operate as a normal image and word doc. Hope this helps you out. I will see if I can code an example for you and post it out Cheers, Naveen On Fri, Nov 12, 2010 a

Re: [flex_india:31970] Alignment Center in Label

2010-11-12 Thread naveen SR
Hi Athi, I am not sure why so much of code being written for this :). Flex 4 supports the new text engine which lets you format however you need with all and more of your requirements covered. Please read : http://labs.adobe.com/technologies/textlayout/ Wish you good luck. Cheers, Naveen On

Re: [flex_india:31955] imageBackground @ flex 4

2010-11-10 Thread naveen SR
application Cheers, Naveen On Thu, Nov 11, 2010 at 6:38 AM, cholid ridwan wrote: > how to embed image bakcground at flex 4? > cholid_ridwan > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To po

Re: [flex_india:31939] call component function

2010-11-10 Thread naveen SR
Write the function be exposed as public method. With component id you will be able to call the public function within the component. Good luck. Cheers, Naveen On Wed, Nov 10, 2010 at 1:56 AM, cholid ridwan wrote: > how to call a function in component from main application mxml? >

Re: [flex_india:31937] Show the datagrid in a popup and collapse it back to main container

2010-11-10 Thread naveen SR
Hi Bhargav, You can instead just take the updated dataprovider from the VBox and update the parent component based on the revised data. Cheers, Naveen On Tue, Nov 9, 2010 at 11:09 PM, Bhargav wrote: > Hi, > I have a Vbox which I am adding to a popup panel using addchild. Now > that

Re: [flex_india:31529] Re: Flex- Datagrid row export to excel file

2010-09-24 Thread Naveen Malhotra
to understand what is the data structure used for Excel(XML). 2. From your action script code generate a XML formated string that Excel understands. 3. Use FileReference(Flex 4) to save the file as .xls. Thats it you are done with export to excel. Hope it helps... :) Thanks, Naveen On Fri, Sep

Re: [flex_india:29599] Mobile Apps in Flex for iPhone, Android and other smartphones

2010-04-07 Thread Naveen Malhotra
> "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 this group at > http://groups.google.com/group/flex_india?hl

Re: [flex_india:29427] Flex 4 Tour in Pune

2010-03-29 Thread Naveen Malhotra
Thanks Saurabh. On Mon, Mar 29, 2010 at 4:18 PM, Saurabh Narula < reachsaurabhnar...@gmail.com> wrote: > Naveen, we have already announced the same, check this thread, will > announce the registration and other details shortly - > > > http://groups.google.co.in/group/fle

Re: [flex_india:29420] Flex 4 Tour in Pune

2010-03-29 Thread Naveen Malhotra
> 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 this group at > http://groups.google.com/group/flex_india?hl=en. > > -- Thanks, Naveen Malhotr

Re: [flex_india:29268] Flex 4 and Flash Builder 4 releases officially

2010-03-22 Thread Naveen Malhotra
_videos/bforta_02.html > > > > > Thank you. > > Saurabh Narula > > -- > 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 unsu

Re: [flex_india:29074] Error 16824

2010-03-10 Thread Naveen Malhotra
Hi Joe, That's because you did not change your Application ID in the newer Version. Please make sure that your Application ID's are same when you release a new build Thanks, Naveen. On Wed, Mar 10, 2010 at 6:56 PM, Joe wrote: > Hi, > > I am getting an error numbered 16824 e

[flex_india:28969] Problem in Uninstalling the AIR application

2010-03-07 Thread Naveen
before uninstall ... can anyone please help me how to solve this problem? Thanks in Advance. Naveen Malhotra -- 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...@googlegrou

Re: [flex_india:28276] Fundamental and crucial drawback with Flex

2010-02-04 Thread Naveen Malhotra
just the tag which you mentioned is 273KB can be decreased to around 65KB. And for the performance it all depends on you that how you have designed your application. In simple terms please go through the best practices before you start coding. Thanks, Naveen Malhotra On Thu, Feb 4, 2010

[flex_india:28181] Problem in Uninstalling the AIR application

2010-02-01 Thread Naveen
before uninstall ... can anyone please help me how to solve this problem? Thanks in Advance. Naveen Malhotra -- 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...@googlegrou

[flex_india:28174] Problem in uninstalling the AIR application

2010-02-01 Thread Naveen Malhotra
before uninstall .. can any one please tell me how to solve this problem. Thanks is Advance. Naveen Malhotra. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email

Re: [flex_india:27846] GIF images in not animating

2010-01-19 Thread Naveen Malhotra
check the given link http://code.google.com/p/as3gif/ On Tue, Jan 19, 2010 at 7:09 AM, g...@flex wrote: > Hi, > I have embedded an animating GIF image of a rotating clock in Flex > Application (Flex 3.2 SDK). > I see that it not rotating when i run the application(its not > animating), > How c

Re: [flex_india:26794] Re: Setting remote server configuration.

2009-11-22 Thread Naveen Malhotra
I am using Flex builder 3 On Fri, Nov 20, 2009 at 11:30 AM, PRADEEP wrote: > Naveen > Can i know the IDE you using for flex developement > If u using eclipse it provides and option for the add server which > helps to you to flex java project with debugging > > -- > > Y

Re: [flex_india:26778] Re: Setting remote server configuration.

2009-11-20 Thread Naveen Malhotra
Thanks for the reply Anish... but what problem i am facing is like when i create a new flex application with remote server type J2EE.. in the next step it asks the root folder of the remote server .. What location shall i give in that case..? Thanks. On Thu, Nov 19, 2009 at 7:32 PM, Anish Kumar

[flex_india:26763] Setting remote server configuration.

2009-11-19 Thread Naveen
hi, Can some one tell me how to set the root folder and root url of the remote server if the Flex builder is on Windows and the J2EE server is on Linux? How do I point my windows flex to my J2EE server running on Linux ? i am using blazeDS. Thanks in advance, Naveen. -- You received this

[flex_india:21080] Re: solving null problem in display shelf.as

2009-04-01 Thread naveen
hi shaleen thanks for you comment but we have already checked it there is no object which is not initialised. we have done all. but actually we are facing a prob in Displayshelf gallery. have you used it ever? if you have solution for this then please let us know.Thanks in advance. http://www.qu

[flex_india:21086] Re: how can I reduce the size of the swf

2009-04-01 Thread naveen
hi rohit , i think you have used some embeded images or fonts . Load all this dynamically the swf size get automatically reduces. On Mar 31, 7:25 pm, rohit wrote: > give we some example by which I can reduce the size of my flex-swf.Now > it takes too much time to load --~--~-~--~~-

[flex_india:13994] Problem in calling HTTPS webservice

2008-09-13 Thread Naveen
ery urgent... Thanks Naveen --~--~-~--~~~---~--~~ 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