[flexcoders] Adding items to a List Box

2006-09-26 Thread Madhuri Chamarty
hi,   I have a problem with adding items to a list box during run time..I have a text input where i enter the item to be added and when i click the add button my item should be added to the ListBox. I cant find how to do this...i'm using Flex Builder 2.0...     Thanks, Madhuri   Get yo

[flexcoders] Re: FDS Remote Object Connectivity

2006-09-21 Thread Madhuri Chamarty
hi,     I tried putting the code in the remoting-config. xml which is in C:\fds2\jrun4\ servers\default\ flex\WEB- INF\flex folder      class="flex. messaging. services. RemotingService"     messageTypes= "flex.messaging. messages. RemotingMessage">com.domain.Loginchkapplication  

[flexcoders] Configuring Destination for Remote Object

2006-09-20 Thread Madhuri Chamarty
hi,   I have problems invoking the remote object. I have configured the remoting-config.xml file where i included the destination as           com/domain/Loginchk    application      And in the service-config.xml i have given the amf channel defination like this:(i

[flexcoders] Problems with TextInput

2006-09-19 Thread Madhuri Chamarty
hi,   I have been working on a form where i have to take the id and password from the user validate them.   I used 2 TextInput Controls and i have written the followinf code for validation    import mx.controls.TextInput;  public function LoginCheck():void{    if((uid.text=='1') && (pwd.

Re: [flexcoders] Re: Remote Object....and Data Base Connectivity

2006-09-18 Thread Madhuri Chamarty
domain.ClassNameapplication</scope> (file would be in: /WEB-INF/classes/com/domain/ClassName)in your mxml:"ClassName"/>to call your RO:myRO.method();Brennan--- In [EMAIL PROTECTED]ups.com, Madhuri Chamarty...> wrote:>> hi,> > I want to use the Remote Object fo

[flexcoders] Remote Object....and Data Base Connectivity

2006-09-15 Thread Madhuri Chamarty
hi,   I want to use the Remote Object for sending and receiving data. I'm using java jdbc connectivity for that purpose of connecting to the DB. I have placed my class files into the C:\fds2\jrun4\servers\default\flex\WEB-INF\classes folder .I want to know how i can use Remote Object for getti

[flexcoders] Using Remote Object

2006-09-15 Thread Madhuri Chamarty
hi,   I want to use the Remote Object for sending and receiving data. I'm using java jdbc connectivity for that purpose of connecting to the DB. I have placed my class files into the C:\fds2\jrun4\servers\default\flex\WEB-INF\classes folder .I want to know how i can use Remote Object for getti

[flexcoders] TIMER CONTROL

2006-03-31 Thread Madhuri Chamarty
hi!!   Is there a timer control in flex builder how can i implement a timer  in my application??   Regards Madhuri__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Flexcoders Mai

RE: [flexcoders] (Query)How can we track a user thru different Flex pages

2006-03-24 Thread Madhuri Chamarty
hi!! cud u plz send me an example of how to do it??Tracy Spratt <[EMAIL PROTECTED]> wrote:I just had to do this very thing.  My solution was to have a history Object on the Flex client that used the screen/function id as the key and the visit count as the value.   When the

[flexcoders] (Query)How can we track a user thru different Flex pages

2006-03-22 Thread Madhuri Chamarty
How can we track a user thru different Flex pages? As the same user can be asked to go thru a lot many options on a site, how can one track it for the complete Session.   Plz do send some samples. Regards Relax. Yahoo! Mail virus scanning helps detect nasty viruses! -- Flexcoders Ma