Re: [flex_india:35606] Remove Flex Mate Listener

2014-03-31 Thread Veena Chezhian
Did you try to use actionscript for creating and destroying the listener ? Code snippet: Register: var _listener:Listener= new Listener(); _listener.addEventListener( *PrivateChatMessageEvent.**PRIVATE_CHAT_MESSAGE_EVENT*, *handlePrivateChatMessageEvent*); to unregister...

Re: [flex_india:35042] Re: getting Channel.Security.Error

2012-06-05 Thread Veena Chezhian
Web Service enabled server ( application server ) should have the crossdomain policy set to accept the request from you. Only then you can successfully send and receive message from that server. On Thu, May 31, 2012 at 9:34 AM, Priti Gupta mailtopritigu...@gmail.comwrote: now i got this file

Re: [flex_india:35019] what is view sateate?

2012-05-23 Thread Veena Chezhian
ViewStack : Is a collection of different states ( views ). State: A pointer to a view state. On Mon, Mar 26, 2012 at 11:56 AM, Priti Gupta mailtopritigu...@gmail.comwrote: (how to define these in interview) 1.waht is view sate? 2.what is viewstack? -- Thanks -- You received this

Re: [flex_india:35019] Maximum size of an arraycollection

2012-05-23 Thread Veena Chezhian
Max size of an arraycollection is based on the amount of AVM that is assigned to your project. On Mon, May 14, 2012 at 1:45 AM, Ashok Laishram ashok.laish...@gmail.comwrote: Hi, Has anyone come across the maximum number of elements that can be inserted in an arraycollection. Thanks,

Re: [flex_india:35019] Action Script Sprite unusual behaviour

2012-05-23 Thread Veena Chezhian
try to add one error event listener and see if there is any error . _loader.contentLoaderInfo.addEventListener( IOErrorEvent.IO_ERROR, errorHandler); _loader.contentLoaderInfo.addEventListener( SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler); On Sat, May 5, 2012 at 12:10 AM, A

Re: [flex_india:35019] Regarding UML diagram in AS and flex

2012-05-23 Thread Veena Chezhian
I think eclipse can do that. On Tue, May 15, 2012 at 8:59 AM, Tajinder sandhu ertajindersan...@gmail.com wrote: Hi, Can anyone tell me the software for making UML diagram automatically from action script files and from MXML files. Thanks in advance. -- You received this message because

Re: [flex_india:35019] zend Amf

2012-05-23 Thread Veena Chezhian
Whats the exception? On Wed, May 2, 2012 at 9:04 AM, Osama Hamdan osamahamdan2...@gmail.comwrote: Hi all, I am new in using zend Amf. I try to connect to php class but always give me exception about endpoint any body knows what the url should give to endpoint. Thanks In Advance. -- You

Re: [flex_india:35019] Launch AIR /flex app thru command line

2012-05-23 Thread Veena Chezhian
1. You need to have your application-app.xml file placed in the output dir ( where you have the application SWF file ). 2. Run command prompt. Change to the directory where you have the application-app.xml and SWF file located. 3. adl application-app.xml 4. this will launch your AIR app in debug

Re: [flex_india:35011] Show ToolTip on Disabled Icon

2012-05-14 Thread Veena Chezhian
Check out this logic ?xml version=1.0 encoding=utf-8? s:Application xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx minWidth=955 minHeight=600 fx:Script ![CDATA[ protected function

Re: [flex_india:34495] Flex 3.2 + Java mapped classes

2011-09-06 Thread Veena Chezhian
Is the MyClass defined in the module that you loaded? If so, my guess would be that those classes are not registered in the flash AVM. Try to register the class manually using *flash.net. registerClassAlias()* . On Wed, Aug 31, 2011 at 7:12 AM, prajay shetty prajay.shet...@gmail.comwrote:

Re: [flex_india:34269] Re: Security error accessing url

2011-07-29 Thread Veena Chezhian
I am having hard time in getting rid of Security Violation error. I have the crossdomain.xml file and Security.allowDomain(*) in my main Flex application file. Is there anything else that i need to do. I am using BlazeDS/AMF channel to communicate with my backend Java app. On Wed, Jul 28, 2010

Re: [flex_india:33638] Need help regarding adding custom ContextMenu to a GridItem

2011-05-04 Thread Veena Chezhian
What is the solution here? On Tue, Mar 8, 2011 at 12:14 AM, madhavi chinni madhugeetanjal...@gmail.com wrote: My problem got resolved... Thank you all... On Wed, Mar 2, 2011 at 3:22 PM, Manikandan S thisismanikan...@gmail.comwrote: Hi madhavi try it out and let me know private

Re: [flex_india:33411] [MessagingError message = Destination 'WMSBaseAuthenticate' either does not exist or the destination has no channels defined

2011-04-05 Thread Veena Chezhian
I guess this has got something to do with Security Violation. Confirm if your crossDomain.xml file set correctly On Mon, Apr 4, 2011 at 10:20 PM, Rupen rupendra.k...@gmail.com wrote: If i make a AIR application with the same RDS service it works .. but while am making a web application this

Re: [flex_india:33411] Alignment of VGroup in a BorderContainer in Flex4

2011-04-05 Thread Veena Chezhian
Try this out s:BorderContainer borderColor=red s:layout s:VerticalLayout verticalAlign=middle horizontalAlign=center / /s:layout s:Button label=Submit / s:Button label=Cancel / /s:BorderContainer On Tue, Apr 5, 2011 at 6:14 AM, madhavi chinni madhugeetanjal...@gmail.comwrote: Hi, I have a

Re: [flex_india:33303] Re: context menu in list

2011-03-21 Thread Veena Chezhian
Here is the code snippet for the ItemRenderer protected function clickHandler(event:MouseEvent):void { var point:Point = new Point(); point = DisplayObject(event.currentTarget).localToGlobal(point); point.y = DisplayObject(event.currentTarget).height + point.y; var menu:Menu =

Re: [flex_india:33303] same context menu for many list

2011-03-21 Thread Veena Chezhian
Here the steps you can do 1. Dispatch a custom Event when a item is deleted from the first List. 2. Have the custom event carry the item deleted info. 3. Create a event handler for the delete custom event in the main view which has all the three list components. 4. Delete the item from List-2

Re: [flex_india:33271] how to build concept plugin in air

2011-03-17 Thread Veena Chezhian
You can create AIR file file using ant scripts. Refer this below below link http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f73.html http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f73.htmlYour second question is not

Re: [flex_india:33271] Header colors to panel header

2011-03-17 Thread Veena Chezhian
You need to have a skin class defined and mapped to the panel. In you skin class you can have a Rect object defined with the fillcolor element of your choice. There is a exact case analysis in Flex in a Week session. -Veena On Wed, Mar 16, 2011 at 6:28 AM, Krishna krish.shinde2...@gmail.com

Re: [flex_india:33205] Security Error

2011-03-11 Thread Veena Chezhian
I would have the below settings in crossdomain.xml file in the server side. ?xml version=1.0? cross-domain-policy allow-access-from domain=yourdomain.* secure=false / /cross-domain-policy On Thu, Mar 10, 2011 at 6:43 AM, My Flex Community siva4infot...@gmail.comwrote: Hi , I am getting this

Re: [flex_india:33221] Change validation messages

2011-03-11 Thread Veena Chezhian
Have all validation messages recorded in a validation.properties file and register that with the Flex ResourceManager class. Any changes in this class file will reflect the whole app. On Fri, Feb 25, 2011 at 6:09 AM, Daniel Gerep daniel.ge...@gmail.comwrote: Hi fellas, I need to change the

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

2011-03-11 Thread Veena Chezhian
Enable flex logging and see whats going on. I am sure it is not hitting your backend server yet, its failing in your client side code. On Fri, Mar 11, 2011 at 11:56 AM, Venkat Viswanathan helloven...@gmail.comwrote: Hi, It doesn't look like your the call is reaching till

Re: [flex_india:33221] Duplicate data in DB

2011-03-11 Thread Veena Chezhian
Did you try to run the commit command after delete ? this may help On Fri, Mar 11, 2011 at 7:42 AM, Imgine R img...@gmail.com wrote: Hi, Currently working in AIR project. Im facing a problem with DELETE sql statement. To empty the DB use DELETE statement | DELETE FROM tablename| . The

Re: [flex_india:33221] Re: Accessing the variables in mail mxml file in other custom components

2011-03-11 Thread Veena Chezhian
There is one other way to do the same. You can have a parentDocument property in your custom class and set that to the view as shown below OverviewGraph.as public var parentDocument:*; trace(parentDocument._responseOverviewXML); Test.mxml [Bindable] public var _responseOverviewXML:String;

Re: [flex_india:33174] Re: Modules

2011-03-08 Thread Veena Chezhian
we recently worked on a project which used modules. Using modules will really slow down the compilation process and ofcourse it also slows down the ANT build process. But i agree Modularizing application is always a good approach. On Thu, Feb 24, 2011 at 3:31 AM, Daniel Gerep

Re: [flex_india:32459] Cairngorm Vs Pure MVC

2011-01-01 Thread Veena Chezhian
With my experience, I would say recommend Parsley for your project. Read this link, http://artinflex.blogspot.com/2010/09/quick-dive-into-parsley-parsleys-basic.html http://artinflex.blogspot.com/2010/09/quick-dive-into-parsley-parsleys-basic.html On Fri, Dec 31, 2010 at 11:31 PM, veeru rahul

Re: [flex_india:32459] question! .. help

2011-01-01 Thread Veena Chezhian
The receiving VO object needs to be defined as Remote Class and it should have the same class definition as that of the server side VO class. I hope this answered your query. On Sat, Jan 1, 2011 at 7:20 AM, Laila layla.towai...@gmail.com wrote: Hello All, I am studying for the ACE flex 3

Re: [flex_india:32226] Dymanic PlotChart that shows blanks in tooltip

2010-12-02 Thread Veena Chezhian
I had the same problem when I used Flex Modules. I learnt that the fonts and styles are not included in the modules by default and none of the tooltips show due to this. So I had to set the moduleFactory of the module to Application.application.systemManager to resolve that issue. public

Re: [flex_india:31094] Show blanks in x-axis

2010-08-11 Thread Veena Chezhian
Instead of NaN, try with 0 value and set the min Y-axis as 1 for the chart. On Mon, Aug 9, 2010 at 10:51 AM, Shah Al shailesh.second...@gmail.comwrote: Hi, I have a chart with 2 series. 1. Barchart for sales 2. ScatterPlot for price {date:JAN, sales:1575.9, price:41.87}, {date:FEB,

[flex_india:25510] Re: Shall we pass arguments to addEventListener method

2009-09-26 Thread Veena Chezhian
Yes. It is possible. I think you would need to set the event.value property to your desired value when you are dispatching the event. On Thu, Sep 24, 2009 at 10:37 PM, Gerald Anto flex.gerald.a...@gmail.comwrote: Shall we pass arguments to addEventListener method

[flex_india:25243] Re: Column charts + range

2009-09-14 Thread Veena Chezhian
You would need to use Linear Axis Class to define the min and max values for your column chart. Refer the Adobe documentation on how to use LinearAxis object. On Mon, Sep 14, 2009 at 2:32 AM, kalavati singh kalavati.si...@gmail.comwrote: Hi, As per my current requirement I want to dispaly

[flex_india:25242] Re: Bug # FLEXDMV-784

2009-09-14 Thread Veena Chezhian
You can check different version of SDK at http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3/. Check to see if any of the builds has the fix that you are looking for. On Mon, Sep 14, 2009 at 2:22 AM, Hemanth Kumar T.S t.s.hemanthku...@gmail.com wrote: Hi, When i was looking

[flex_india:25118] Re: Which J2EE framework / technology to use with Flex 3?

2009-09-09 Thread Veena Chezhian
My thought would be to go for Spring, This is quite emerging technology and there are many new Flex frameworks coming into market with Spring concept as the base. And regarding the communication protocol I would suggest to go for Remoting method. This is quite faster reliable than any other that

[flex_india:25112] Re: Flex Chart Issues

2009-09-08 Thread Veena Chezhian
Thanks Kalavati for your quick response. I have only one series created for PIE chart and here is the code var pieExplodingPointRange:Array =[]; pie.dataProvider = totals; pie.dataFunction = pieDataFunction; pie.nameField = field; pie.setStyle(showDataEffect, transitionEffect);

[flex_india:25031] Re: Line Chart with Dots crossing the chart area

2009-09-04 Thread Veena Chezhian
in backgroundElement. The whole thing is quite work around. On Sep 3, 12:17 pm, Veena Chezhian veenachezhia...@gmail.com wrote: Hi there.. I am not sure how I can adjust the Y- axis after setting the fake area axis. Can you please direct me??? Quite urgent requirement.. On Sun, Aug 30

[flex_india:24994] Re: Line Chart with Dots crossing the chart area

2009-09-03 Thread Veena Chezhian
Hi there.. I am not sure how I can adjust the Y- axis after setting the fake area axis. Can you please direct me??? Quite urgent requirement.. On Sun, Aug 30, 2009 at 9:56 AM, Veena Chezhian veenachezhia...@gmail.comwrote: Thanks for your response. Can you send me some code samples for your

[flex_india:24890] Re: Line Chart with Dots crossing the chart area

2009-08-31 Thread Veena Chezhian
it cross the edge dot. That's it, have fun! Ivan - Original Message - *From:* Veena Chezhian veenachezhia...@gmail.com *To:* Flex India Community flex_india@googlegroups.com *Sent:* Wednesday, August 26, 2009 3:29 PM *Subject:* [flex_india:24779] Re: Line Chart with Dots crossing

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

2009-08-28 Thread Veena Chezhian
: Hello Veena, Did you create CustomChartTitleRenderer .as in events package.Then use in the following manner titleRenderer=events.CustomChartTitleRenderer in the axisrender.If still you get the error let me know Regards Kalavati On Tue, Aug 25, 2009 at 3:12 AM, Veena

[flex_india:24779] Re: Line Chart with Dots crossing the chart area

2009-08-26 Thread Veena Chezhian
can anyone help me in the below question. After surfing thro the web, i got the question posted in http://stackoverflow.com/questions/1267021/flex3-linechart-points-are-too-close-to-the-edge. Unfortunately the solution posted in the blog didnt help me to solve the issue I am using category

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

2009-08-24 Thread Veena Chezhian
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 kalavati.si...@gmail.comwrote: Hi Veena, I got the same error in my code.see the below message in adobe forum

[flex_india:24313] https://bugs.adobe.com/jira/browse/SDK-18694

2009-08-06 Thread Veena Chezhian
Does any one has any idea on this bug. https://bugs.adobe.com/jira/browse/SDK-18694https://bugs.adobe.com/jira/browse/SDK-18694%3E We are looking for array copy without creating another copy of the source array. Something similar to Memcopy.

[flex_india:22814] Re: pages in flex

2009-06-08 Thread Veena Chezhian
Hii Alll - Not sure if my question is directly related to this thread.. Thought I can post my question here I am working on a AIR application and trying to open a help file from my install location. Here is the code that i am using *var* fGetStartPage:String =

[flex_india:21260] Re: Dynamic binding of Model Locator object to a dynamically created component

2009-04-06 Thread Veena Chezhian
This solved my problem BindingUtils.bindProperty(component, text, ModelLocator.getInstance(),[newHireDto, middleName]); On Sat, Apr 4, 2009 at 12:35 AM, Vaibhav/Steve seth.vaibhav...@gmail.comwrote: I think change watcher class is there, it mite help you. On Apr 3, 9:25 pm, Veena

[flex_india:20878] Re: Dynamically create objects and bind to a container

2009-03-26 Thread Veena Chezhian
Many thanks. I actually tried the option that you provided, but really was stuck and wasnt able to proceed further. Here is what I tried doing mx:Canvas x=179 y=131 width=848 height=100% id=*cnvMain* mx:HBox x=46 y=10 mx:Image source=./icons/marketing.jpg id=image1/

[flex_india:20818] Re: Iterate Form elements...

2009-03-24 Thread Veena Chezhian
Got it.. Here is the way,, var formItems = frm.getChildren(); // loop items and add values for (var i:int = 0; i formItems.length; i++) { // formItem var formItem = formItems[i].getChildren();

[flex_india:20820] Re: Iterate Form elements...

2009-03-24 Thread Veena Chezhian
Yep, thats true. But the case which i am handling is something like this 1. We need to create the view component on the fly based on the HttpService response. 2. The response from the HttpService will be an XML file and that will have the details of how the view component should be framed. 3. So,