[flexcoders] Need good links for learning LCDS

2009-10-05 Thread kotha poornima
Hi, Please provide some good links on Flex LCDS if any.. Thanks in Advance. Thanks Poornima

[flexcoders] How to invoke mxml file or transfer control to mxml file after setting the request object in Java

2009-06-04 Thread kotha poornima
Hi All, I am new to flex. And i learned how to call java servlets or jsp's from flex. But now a question arises in my mind if in a project having all the jsps and java servlets. If suppose they want to replace jsps with flex mxml files how java servlets will invoke mxml files as they(servlets) invo

Re: [flexcoders] Re: Complex Charting in Flex

2009-04-01 Thread kotha poornima
"Using HighLowOpenClose charts" (HLOCChart); in the help docs. -TH --- In flexcod...@yahoogro ups.com, kotha poornima wrote: > > Hi, > Can anyone suggest how can i draw a chart using this type of xml. > > > > > Aug > > 45..87< /Hi

[flexcoders] Complex Charting in Flex

2009-03-31 Thread kotha poornima
Hi, Can anyone suggest how can i draw a chart using this type of xml.     Aug         45..87     25.66             45.77     25.96                 25.66         Sep         45.74     10.23             45.67     25.96                 35.29     For

Re: [flexcoders] Flex charting

2009-03-18 Thread kotha poornima
out. Brendan On Tue, Mar 17, 2009 at 2:27 AM, kotha poornima wrote: Hi, No, I want full 100% graph with 2 colors in one bar and another 2 colors in one bar for the same key. I hope u got my point. Thanks and Regards, Poornima From: Brendan Meutzner To

Re: [flexcoders] Flex charting

2009-03-17 Thread kotha poornima
Subject: Re: [flexcoders] Flex charting On Mon, Mar 16, 2009 at 10:48 PM, kotha poornima wrote: Hi, Please find the code below. Thanks in Advance

Re: [flexcoders] Flex charting

2009-03-16 Thread kotha poornima
: Monday, March 16, 2009 8:00:52 PM Subject: Re: [flexcoders] Flex charting Hi Poorni, Can you post the code, let me try to modify the same and send it to you. Regards DB kotha poornima wrote: > > Hi All, > > I have one arraycollection like this: > > public var expenses:Arra

Fw: [flexcoders] Sorting on Datagrid

2009-03-13 Thread kotha poornima
t u can understand it well. If you replace PagableArrayCollection with ArrayCollection Sorting is working fine. What is that missing in PagableArrayCollection. Or DataGrid wont support pagableArrayCollection to sort. Please help me guys!!! - Forwarded Message From: kotha poornim

[flexcoders] Sorting on Datagrid

2009-03-13 Thread kotha poornima
Hi All, I have one datagrid whose values populated from the httpserver response, but here the problem is when i click on the datagrid header iam getting the rows sorted but some of the rows are missing. Why is this happening?? Can anyone faced this issue before. Please suggest me how to solve th

[flexcoders] Flex Certification

2009-03-10 Thread kotha poornima
Hi All, Iam interesting to do flex3 certification(9A0-082). Can anyone give me some suggestion to me about this certification. And what are the books needed? Thanks in Advance, Poornima

[flexcoders] Using sessions in flex

2009-03-05 Thread kotha poornima
Hi All, Iam getting some issues in Flex. I have two pages in my project one is for non-admin and another for admin users. A link will be shown for non-admin users and not for admin users. While the user is logging in, if the username and password are wrong then it will automatically redirected t

Re: [flexcoders] Re: Restricting characters in User input controls

2009-03-05 Thread kotha poornima
To: flexcoders@yahoogroups.com Sent: Wednesday, March 4, 2009 11:37:43 AM Subject: [flexcoders] Re: Restricting characters in User input controls Try using '& #034;' instead of the double quote char Regards, Pavan Kumar S --- On Tue, 3/3/09, kotha poornima wrote: > From: kot

Re: [flexcoders] Restricting characters in User input controls

2009-03-05 Thread kotha poornima
@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of kotha poornima Sent: Tuesday, March 03, 2009 11:59 PM To: flexcoders Subject: Fw: [flexcoders] Restricting characters in User input controls Hi All, Can anyone give me an idea how i can solve this. Thanks in Advance, Poorni

Re: [flexcoders] Restricting characters in User input controls

2009-03-05 Thread kotha poornima
be Systems Inc. Blog: http://blogs. adobe.com/ aharui From:flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of kotha poornima Sent: Tuesday, March 03, 2009 8:59 PM To: flexcoders Subject: Fw: [flexcoders] Restricting characters in User input controls Hi All, Can anyo

Fw: [flexcoders] Restricting characters in User input controls

2009-03-03 Thread kotha poornima
Hi All, Can anyone give me an idea how i can solve this. Thanks in Advance, Poornima - Forwarded Message From: kotha poornima To: flexcoders Sent: Tuesday, March 3, 2009 5:20:18 PM Subject: [flexcoders] Restricting characters in User input controls Hi, I want to exclude single

[flexcoders] Restricting characters in User input controls

2009-03-03 Thread kotha poornima
Hi, I want to exclude single quotes and double quotes in the user input So i coded the statement like this: But iam getting error like this:(Iam not able to exclude double quotes) Element type "mx:TextArea" must be followed by either attribute specifications, ">" or "/>" Can anyone help me out

[flexcoders] ITEmRenderer in Actionscript

2009-02-20 Thread kotha poornima
Hi All, Any idea how the following code using Action script.. Code: As it is in actionscript I dont want to create seperate component... everything i want to write in single file. something like... ActionScript Co

[flexcoders] ItemRenderer in Actionscript

2009-02-19 Thread kotha poornima
Hi All, I want the same functionality as above in Actionscript code. How can i do that. Please help me out of this. Thanks in Advance, Poornima

[flexcoders] how to change titlebar text when iam executing a flex application

2009-02-18 Thread kotha poornima
Hi All, I want to change the text in the titlebar when iam executing the mxml file. If iam running file1.mxml file, in the title bar its showing file:\\documents and settings\\file1.html. But i want to show my custom message. But i dint find any clue regarding this. Can anyone help me out of

[flexcoders] Statically adding one more item to the dynamically driven combobox dataprovider.

2009-02-16 Thread kotha poornima
Hi All, In my project i have a combobox in which i need to add dynamic values from the xml file and in addition i need to add one static value "All" to the combobox dataprovider. For combobox dataprovider iam directly giving xml values like this: usecases1.dataProvider=cbolXML.Market[0].child("U

[flexcoders] Manually Dispatching Creationcomplete event

2009-02-12 Thread kotha poornima
Hi all, Can anyone help me how to dispatch creation_complete event manually. In my project i am using a viewstack with three canvas under it.And for each canvas one datagrid is there. A vbox is holding this viewStack and vbox also has maximize functionality. When the user click on maximize butt

Re: [flexcoders] (Urgent!!!)Maximize and Restore functionalities

2009-01-04 Thread kotha poornima
Hi All, Sorry to everyone. I gave the wrong url. You can find the sample in this url. http://examples.adobe.com/flex3/devnet/dashboard/main.html Please help me if any one can. Thanks in Advance, Poornima From: kotha poornima To: flexcoders Sent: Monday

[flexcoders] (Urgent!!!)Maximize and Restore functionalities

2009-01-04 Thread kotha poornima
Hi All, Iam going to implement maximize and restore functionalities in my flex project. I got one site http://examples.adobe.com/flex3/devnet/dashboard/srcview/index.html, this is very good and very flexible. I want to implement the same way in my project also but i didn't understood the code h

Re: [flexcoders] FLEX CHARTING

2008-12-29 Thread kotha poornima
ur dataset prior to plotting in the ColumnChart. .. you can't perform a calculation on the field reference as you're trying to do. Brendan On Tue, Dec 30, 2008 at 12:24 AM, kotha poornima wrote: Hi All, I am using Column chart in my project. Here i need to plot uptime and dow

[flexcoders] FLEX CHARTING

2008-12-29 Thread kotha poornima
Hi All, I am using Column chart in my project. Here i need to plot uptime and downtime of the system using column chart. Uptime data will come from the database like this: 10 0 11 1 12 2

[flexcoders] Center alignment of Download Dialog box

2008-12-24 Thread kotha poornima
Hi All, I am using File.download() function in my AIR application. Its working very good. But the problem is when it is downloading the file it is showing one dialog box to save the downloaded file, this dialog box is going to left-top position. But i want to be in the center of the screen. How

[flexcoders] Point to the start of the textbox

2008-12-23 Thread kotha poornima
Hi All, Iam using a textbox in my flex project which has medium amount of data. Functionality of the textbox is dynamic. If the user clicks on item of the listbox the value of the textbox change according to the listbox item. So here the problem is 1. Textbox width is not sufficient to the dat

Re: [flexcoders] Database connection from AIR application

2008-12-18 Thread kotha poornima
webapplication. From: Fidel Viegas To: flexcoders@yahoogroups.com Sent: Thursday, December 18, 2008 1:00:09 PM Subject: Re: [flexcoders] Database connection from AIR application On Thu, Dec 18, 2008 at 7:59 AM, kotha poornima wrote: > Hi all, > I am go

[flexcoders] Database connection from AIR application

2008-12-17 Thread kotha poornima
Hi all, I am going to create a AIR Desktop application. Am i able to connect to the database such as SQL Server or MYSQL from AIR to retrieve data. Can anyone give me an idea how can i do this task or send me any websites regarding the same. Thanks in Advance, Poornima

[flexcoders] Screen Resolution

2008-12-12 Thread kotha poornima
Hi all, I am developing a flex application in adobe flex2, my application get displayed on my monitor(17") correctly, however when I try running same application from different computer or a laptop of 14" wide screen display is different as monitor screen is short I need to scroll down to view comp

[flexcoders] External Interface is not working in IE

2008-11-11 Thread kotha poornima
Hi all, I need to get the url of the current page. So i used External Interface.call("window.location.href.toString"). Its working fine in Firefox but not in IE. how can i solve this problem. Awaiting for the replies.. Thanks in advance, Poornima

[flexcoders] Calendar control

2008-11-09 Thread kotha poornima
Hi all, In my project i need to use a calendar control. But i am unable to search the content in the google, none of them fits to my application. With respect to my project i have a Date textbox and a button aside. When we click on the button a calendar should generate with previous and next but

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread kotha poornima
28/10/2008, at 7:40 PM, kotha poornima wrote: Hi all, Can i embed html file in my flex application? If it is possible please give me an idea how can i do the same. Thanks in Advance, Poornima.

[flexcoders] Html file in Flex application.

2008-10-28 Thread kotha poornima
Hi all, Can i embed html file in my flex application? If it is possible please give me an idea how can i do the same. Thanks in Advance, Poornima.

Re: [flexcoders] Re: Can anyone help me?

2008-10-24 Thread kotha poornima
2) Pre-process the XML into an ArrayCollection of objects and give that collection to the series. --- In [EMAIL PROTECTED] ups.com, kotha poornima wrote: > > Hi, > This is Poornima. Currently iam working on flex, very new to flex. I just know the basics such as some UI designing and

[flexcoders] Can anyone help me?

2008-10-23 Thread kotha poornima
Hi, This is Poornima. Currently iam working on flex, very new to flex. I just know the basics such as some UI designing and server-side programming in flex. Now i have to work on Flex Charting. I started that project by learning the basic charts but now i am having lots of doubts in that. Can an