Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

raga_menon
raga_menon
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
4

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by raga_menon
Customize the badges you want to showcase on your profile
Onselect and Click event - Adobe LiveCycle 07-03-2008
Hi All,In my application am using 1 list box and 1 panel and 1button. In the list box there was a list of values.when I click on any value it was displaying it in the panel.upto this it was working fine.I need when select the value on list and click on the buttonthen only the values was displayed with in the panel.How to generate this functionality.can anyone help me how to achieve this.--Raga

Views

217

Likes

0

Replies

0
Check box Itemrenderer - Adobe LiveCycle 07-03-2008
Hi All, Hi in my application am using datagrid in that am usingitemrenderer for displaying the datathe data has been retrieving using remote object.am using the check box within itemrenderer. by using the above code all the checkboxes are selected.But when getting the data from remote object I have some trueand false valuesthese values are not reflected on comboBox. When it is true then checkbox is checked otherwise notselected. How to use thefunctionality for that.can anyone help me how to ac...

Views

202

Likes

0

Replies

0
SuperTabNavigator - Adobe LiveCycle 28-09-2007
Hi All, In my application am using the SuperTabNavigator, can tell mehow to use the supertabnavigator that displays the tabs in thepanel with closable option. can anyone give me some examplesregarding this. help me how to display the tabs withsupertabnavigation.Thanks,Raga.

Views

599

Likes

0

Replies

1
Sample Example on Remote Object - Adobe LiveCycle 13-08-2007
Hi All,I am doing a sample program in Flex using Remote Object, wheni enter Data in TextInput and click getData(button) in the TextAreaconrol the the Data in TextInput should be displayed along withthat some updation, these updations are declaredin the Java. when i click on the Button(getData) it willupdate the Data using the RemoteObject. Here is my Application..Also described the desired path in RemoteConfig.xmlText.mxml import flash.net.navigateToURL; import mx.rpc.events.ResultEvent; import mx.controls.Alert; import mx.rpc.events.ResultEvent; import mx.rpc.events.FaultEvent; public function getMessage():void { Alert.show("alertin echo"+ input.text); srv.echoMessage(input.text); } public function display(event:ResultEvent):void { Alert.show("In display Response"); output.text = event.result(); } private function faultHandler(event:FaultEvent):void { Alert.show("Server Message: Error"+event.message); } Here is My Java Application EchoService.java:import java.text.D...

Views

240

Likes

0

Replies

0
Re: Login Credentials in flex - Adobe LiveCycle 12-08-2007
Hi Peter,Thanks for Reply.I had written a java method for retriving the userName andPassword from .conf file, and I designed a Login page in flex. Herewhen the user enter the userName and Password these credientialshas to sent to the Java method and check whether the user enter thevalid credientials or not. I think here we use the HTTPServices to send the data throughthe remote object can you give me a example. Thanks,Raga.

Views

80

Likes

0

Replies

0
Login Credentials in flex - Adobe LiveCycle 09-08-2007
Hi,I am developing a flex application for Login page., for thisam using the Remote Object for calling java method.i need to check whether the given username and password isvalid by checking inside the java method that i declared username and password. If the username and password is validthen i need to go for another page else the same loginpage has to be displayed.can help me how to develop the code for the flex application.Thanks,Raga.

Views

704

Likes

0

Replies

2
How to use LDAP validations in flex - Adobe LiveCycle 16-07-2007
Hi All,I am working with Flex 2.0. in my application i have tovalidate the controls of LDAP. Suppose if i enter wrong dn in a textInput field it has to show the alert message. please give some suggestions how to validate the ldapcontrols within flex application.Thanks,Raga

Views

286

Likes

0

Replies

0