[flexcoders] invoking Adobe Air application from a flex web-application.

2007-12-13 Thread sreedhar reddy
Hi, Basically, I have created a .air file which has the functionality of displaying all the drives(C:/ , D:/) in my machine. Now, I can install this application by double clicking on .air file. But, what exactly I want to do is: I have to invoke this .air file from

[flexcoders] maintaing seession data flex side

2007-12-10 Thread sreedhar reddy
Hi, My application scenario is like this I have a main.mxml(login page) and once user logs In to the application i am displaying other custom components(other .mxml files) dynamically based on user actions in same main.mxml. Basically, I am getting some data from database in to

[flexcoders] updating ArrayCollection

2006-12-08 Thread sreedhar reddy
Hi, I am working with Combo Box for which dataprovider is ArrayCollection and I am getting data from database using HttpService as follows: mx:HTTPService id=cb_podcast url=combo.jsp makeObjectsBindable=false/ mx:ArrayCollection id=cbXml

[flexcoders] where to place crossdomain.xml

2006-10-12 Thread sreedhar reddy
Hi ,I haveinstalled my Flex application on Tomcat\webapps\, and I am trying to access it from Remote Machine which is located in a different domain. The problem is, I can access the application using "http://domainname:8080/application/bin/application.html", but the functionality is not

[flexcoders] where should I place crossdomain.xml for tomcat server

2006-10-11 Thread sreedhar reddy
Hi,Can anybody tell me where to place crossdomain.xml for tomcat server.I have installed my Flex application onaServer and I am trying to access that using domain address. Thanks, SreedharThanks Regards,Sreedhar Find out what India is talking about on - Yahoo! Answers

Re: [flexcoders] Re: Array/ArrayCollection problem when migrating from Beta 3 to Flex 2 Final

2006-07-13 Thread sreedhar reddy
--- In [EMAIL PROTECTED]ups.com, sreedhar reddy welcome_sreedhar@... wrote: Hi, This is Sreedhar. I am working with Flex Builder 2, Java Server Pages, and SQL Server 2005. Currently, I am working on "Search based on Keyword". When I execute the search through the JSP, I am able to see the results. I

[flexcoders] Array/ArrayCollection problem when migrating from Beta 3 to Flex 2 Final

2006-07-12 Thread sreedhar reddy
Hi, This is Sreedhar.I am working with Flex Builder 2, Java Server Pages, and SQL Server 2005. Currently, I am working on "Search based on Keyword". When I execute the search through the JSP, I am able to see theresults. I am having a problem when displaying these results in a FlexDataGrid.

[flexcoders] Saving DataGrid Items in to Database.

2006-06-23 Thread sreedhar reddy
Hi, This is Sreedhar. I am working with Flex Builder 2 Beta 3, Java Server Pages, and Sequel 2005.Actually, I am trying to save entire Datagrid Items in to a table in thedatabase bya Button Click. I am very thankful, if somebodyhelps me in this problem. Thanks Regards, SreedharThanks

[flexcoders] Problem with displaying exactly one item in a DataGrid.

2006-06-20 Thread sreedhar reddy
Hi, This is Sreedhar. I am working with Flex Builder 2Beta 3, Java Server Pages, and SQL Server 2005. Currently, I am working on "Search based on Keyword". When I execute the search through the JSP, I am able to see the proper results. I am having a problem when displaying these results in

Re: [flexcoders] Session Management

2006-06-16 Thread sreedhar reddy
..KISS way..-abdulOn 6/15/06, sreedhar reddy [EMAIL PROTECTED] wrote:Hi,I am using Flex Builder 2.0 Beta 3 with Java Server Pages and Apache Tomcat 5.5 Server, and I want to mantain a session for a particular user when he logs in using his userid and password. Is i

[flexcoders] Session Management

2006-06-15 Thread sreedhar reddy
Hi,I am using Flex Builder 2.0 Beta 3 with Java Server Pages and Apache Tomcat 5.5 Server, and I want to mantain a session for a particular user when he logs in using his userid and password. Is it possible to implement this with just the Flex 2 SDK, or do we require Flex Data Services as well.

[flexcoders] file upload

2006-06-02 Thread sreedhar reddy
Hi friends,I am using Flex Builder2Beta3 and Java Server Pages and SQLServer 2005 for my project development. I have to provide "file upload" functionality to upload a file in to sql database..If anybody knows the "File Upload" code using actionscript3.0 and JSP, please send that code.Thanks

RE: [flexcoders] HTTP Service Error

2006-05-22 Thread sreedhar reddy
Hi Peter, I did not try browsing to the URL directly. Just I executed .mxml file direcltly inside Flex Builder 2.0 Beta 3.0. Here,I made Tomcat5.5\webapps\Root asdefault project location.Peter Farland [EMAIL PROTECTED] wrote: Have you tried browsing to the URL directly? What does it

[flexcoders] HTTP Service Error

2006-05-20 Thread sreedhar reddy
Hi, I am working with the Flex 2 Beta 3 builder, and I am trying to execute a database application using Flex and jsp for retrieving data from database and displaying it in datagrid. The moment I click "GetData" button it is showing the following error: RPC Fault faultString="HTTP request

[flexcoders] brose button funcationality

2006-05-10 Thread sreedhar reddy
Hi, Does anybody have the browse button functionality? I am working on Flex2 Beta 2.Thanks Regards,Sreedhar Yahoo! India Answers: Share what you know. Learn something new. Click here Send instant messages to your online friends - NOW -- Flexcoders Mailing List FAQ:

[flexcoders] combobox selection

2006-05-10 Thread sreedhar reddy
Hi, I am working with combobox. Basically, my application has different comboboxes for Categories and Subcategories. Here, my question is when i select one item from Categories combobox, then those items whcih are related to Perticuler Category should be shown in SubCategories Combobox.Thanks

[flexcoders] Error #1090: XML parser failure.

2006-05-10 Thread sreedhar reddy
Hi, I am working on HttpServiceDemo.mxml in FlexBuilder2 beta2. This demo application is given in flex1.5 there it is working, but when execute same application in flexbuilder2 beta2, it is throwing following error.Error: faultCode:Client.CouldNotDecode faultString:'Error #1090: XML

[flexcoders] HttpService Fault: Server Internal Error

2006-05-10 Thread sreedhar reddy
Hi, Here, I am trying to execute restaurant application using MySql as backend. i am using flex1.5 with integrated JRun server for executing this application. And I am using HttpService to communicate with Java.The moment i execute the restaurant application(restaurant1.mxml) it is

[flexcoders] Error #1009: null has no properties.

2006-05-08 Thread sreedhar reddy
Hi, I am working with view states. Here, i am getting problem when i moved to next state by clicking a button. the moment i click the button, that takes me to new state and there i have accordian component. here, when i want to brose through the accordian it is showing error as follows:

[flexcoders] action script error

2006-05-04 Thread sreedhar reddy
<[EMAIL PROTECTED]> Hi,I am trying to execute a small application in flex builder2.0 beta, whichtakes useid, and mailid and stores in database. But when I trying toexecute this application I am getting action script error as follows: Error: faultCode:Client.CouldNotDecode

[flexcoders] action script error

2006-05-03 Thread sreedhar reddy
Hi, I am trying to execute a small application in flex builder which takes useid, and mailid and stores in database. But when trying to execute this application and getting action script error as follows:Error: faultCode:Client.CouldNotDecode faultString:'Error #1090: XML parser failure: