Re: [flexcoders] Question regarding dynamic form

2008-02-04 Thread cool buddy
HI , Thanks for your reply.. I tried but but could not populate it.. If you have some piece of code of it..could you please send it . Thanks, - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 4, 2008 7:54:47 AM Subject: Re:

[flexcoders] Refreshing Page

2008-02-07 Thread cool buddy
Hi, I developed a small application in FLEX.. Whenever i refresh a page it goes back to the HOME page.Is there anything wrong in the coding... For example there is a user registration page...when i refresh the page it goes back to the HOME page.. Does anyone have any idea?? please post it..

[flexcoders] Login Application

2008-02-12 Thread cool buddy
Hi, I am doing a login application in flex with communication with backend (Java) using cxf(Xfire). webservices. my question is how do we go to the next page after the login details are validated.. If anyone know please post it.. Thanks..

Re: [flexcoders] Login Application

2008-02-12 Thread cool buddy
( ) / /mx:VBox mx:VBox !-- Main applicatin control should be placed here -- /mx:VBox /mx:ViewStack Hope this helps. --- cool buddy [EMAIL PROTECTED] com wrote: Hi, Thanks for your reply.. Like if the user is granted access after validating the credentials. .it go

Re: [flexcoders] Login Application

2008-02-12 Thread cool buddy
of the ViewStack container to application' s main UI. Regards, Jehanzeb --- cool buddy [EMAIL PROTECTED] com wrote: Hi, I am doing a login application in flex with communication with backend (Java) using cxf(Xfire). webservices. my question is how do we go to the next page after

[flexcoders] Flex 3.0 + webservice

2008-02-16 Thread cool buddy
HI All, I am using Flex 3.0 for building the client and imported the wsdl file which is running on Tomcat server. I am using mx:WebService tag to access it from the MXML component file... i was going through an example in flex generated webservices code which says to declare

[flexcoders] flex + webservices

2008-02-17 Thread cool buddy
Hi all, Do we need to change any configuration in flex-config.xml file for consumption of web services. Thanks, DN Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[flexcoders] Question reg. flex + webservices

2008-02-20 Thread cool buddy
HI All, For webservices to work with flex..do we need to an event listener. Because i am writing an action script where i am calling the webservice method it does n't work..so wondering whether we need to write the event listener. If any knows please post it. Thanks,

[flexcoders] problem having navigation betwen states

2008-02-29 Thread cool buddy
Hi all, I am using tabnavigator and states to naigate from one page to the other.. I have defined the states for all the pages based on HOME page(base state). when i define to a linkbutton which i say go to home page defining it as click=currentState=' ' it does n't go to home page instead

Re: [flexcoders] Re: problem having navigation betwen states

2008-02-29 Thread cool buddy
states and your tabNavigator? --- In [EMAIL PROTECTED] ups.com, cool buddy [EMAIL PROTECTED] .. wrote: Hi all, I am using tabnavigator and states to naigate from one page to the other.. I have defined the states for all the pages based on HOME page(base state). when i define

[flexcoders] going to next page after submission to backend..

2008-03-11 Thread cool buddy
HI all, I have written a application where in the user enters his details and hits submit button ..on submission the details are sent to the database..It should go to the next page and display some messagehow do we handle this in flex..i was thinking of using states..but the above

Re: [flexcoders] Re: going to next page after submission to backend..

2008-03-11 Thread cool buddy
dex = 2; //changes the selectedIndex in the viewStack } } Just include the code you already have inside a viewstack canvas and i believe i would still work --- In [EMAIL PROTECTED] ups.com, cool buddy [EMAIL PROTECTED] .. wrote: HI all, I have written a application where in the user

[flexcoders] tabnavigator and states

2008-03-13 Thread cool buddy
HI all, Can some one please help me out on my problem with the use of tabnavigator and states. when i use currentState='' it doesn't go the base state but goes to the another page with index 1 i have defined in the actionscript to go the selected index to 0 ..but still it goes to 1..

[flexcoders] Handling result in webservices

2008-04-01 Thread cool buddy
HI all, I need help in handling result in webservices..following is the code. the add method takes two inputs from the user and computes the sum...at the backend which is written in Java.. so when i get the result how should i handle it..Is the below code correct to handle it..or

[flexcoders] Question: Input/Output statements in Flex

2008-04-02 Thread cool buddy
HI all, I have a question regarding the output statemetn in flex.. i have read the documenation but could not find..i have used trace fucntion while debugging. I was wondering if there are any statements which i want to print out while exceuting the code. Thanks,

[flexcoders] Question regarding FLex JVM termination

2008-04-03 Thread cool buddy
Hello all, I am running eclispe and Flex builder on local machine. Suddenly Flex builder got terminated\ and gave the following message JVM terminated . Exit code=1 C:\ProgramFiles\Adobe\FlexBuilder 3\jre\bin\javaw.exe -xms128m -xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m

Re: [flexcoders] Question regarding FLex JVM termination

2008-04-03 Thread cool buddy
i got it working..i was trying to embed a flash movie in the main application.so the flex builder got terminated. When i removed the movie it was working fine... So anyinsights into it. why this happens?? - Original Message From: cool buddy [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Unrecognised binding style null

2008-04-04 Thread cool buddy
Did you check your WSDL file. Are you mapping the objects correctly. - Original Message From: nehavyas13 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, April 4, 2008 11:03:56 AM Subject: [flexcoders] Unrecognised binding style null I am trying to access a

Re: [flexcoders] Connecting 2 mxml files in flex

2008-04-04 Thread cool buddy
Did you try to import the mxml file in the other.. - Original Message From: munnya_bdm1 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, April 4, 2008 12:41:35 PM Subject: [flexcoders] Connecting 2 mxml files in flex Hello guys, Does ne1 kno bout, how 2 connect two mxml

[flexcoders] Deployment of flex and Java on a webserver

2008-04-04 Thread cool buddy
HI All, Currently i am developing a website where the frontend is in flex. Flex access the Java backend through webservices. Can anyone let me know how should i deploy both the flex and Java on the webserver. So that a user comes and access the application. Thanks,

[flexcoders] Flex + RSS samples

2009-02-07 Thread cool buddy
HI all, I am developing a small website, where i want to post all the news on a page. I am thinking of using RSS with flex. Can anyone please send some sample program files. Thanks for your help.

[flexcoders] ActionScriot file in Componet

2009-02-08 Thread cool buddy
HI all, I am trying to include an actionscript file in a MXML component file by including the whole path of the file. But it gives me an error saying Unable to open the included file.. When i include the file in main application file there is no error. is there any that i need to change.