Search found 10 matches

Go to advanced search

by Geeth
Thu Jul 19, 2012 2:30 pm
Forum: Issues
Topic: Time out and redirect
Replies: 3
Views: 383
 
Jump to post

Time out and redirect

How do I detect if user is doing something or not?
I mean if he is even touching the ui time out should not happen?

Would you please give some steps to follow

Thanks

by Geeth
Thu Jul 19, 2012 9:10 am
Forum: Issues
Topic: Changing the welcome Screen
Replies: 1
Views: 235
 
Jump to post

Changing the welcome Screen

Hi I wonder weather I can change welcome screen depending on user is already registered or not. My step are follows At the First time user open the app he will be at the registration page. Second time he opens the screen user will be at the sign in page. I need the exact scenario to happen in my app...
by Geeth
Thu Jul 19, 2012 9:04 am
Forum: Issues
Topic: Time out and redirect
Replies: 3
Views: 383
 
Jump to post

Time out and redirect

Hi I wonder weather I can set a time out if user does not do anything in two minute. My steps are as follows In the first screen user enters the pin and validated then redirected to next page (from the next page onward only a validated user can view the data) if user does not interact with the app f...
by Geeth
Tue Jul 17, 2012 7:16 am
Forum: Issues
Topic: Creating Links Using Rest output
Replies: 2
Views: 351
 
Jump to post

Creating Links Using Rest output

Json object above might have more than 10 parameters. I need only around 10 from them

Thanks

by Geeth
Tue Jul 17, 2012 7:11 am
Forum: Issues
Topic: Creating Links Using Rest output
Replies: 2
Views: 351
 
Jump to post

Creating Links Using Rest output

Hi , I got a REST Service that maps a results to a grid. But not all the data are mapped shown in the grid. because some data are need to call a another web service when the user clicks on the cell. Let me explain it this way. Rest service returns json object in which one object contains around 10 p...
by Geeth
Mon Jul 09, 2012 1:32 pm
Forum: Issues
Topic: User validating Using a pin
Replies: 3
Views: 450
 
Jump to post

User validating Using a pin

at the 4 step user name and password decrypted using the pin then web service is called.

by Geeth
Mon Jul 09, 2012 1:29 pm
Forum: Issues
Topic: User validating Using a pin
Replies: 3
Views: 450
 
Jump to post

User validating Using a pin

Hi I am wondering weather I can use a pin code to authenticate the user. I want user to follow the following steps. First log in using username and password (validated through rest) If success let him create 4 digit pin. Then his username and password is encrypted using that pin. At the next log in ...
by Geeth
Fri Jun 29, 2012 4:32 am
Forum: Issues
Topic: Using Restful WS to Login
Replies: 4
Views: 677
 
Jump to post

Using Restful WS to Login

Can you please give me a full example with following parameters. let' say service name is restServiceLogin Then I restServiceLogin.execute({}); Then How do I get the return data as a object. I tried the following and many other ways. var jqxhr = restservice1.execute({}); jqxhr.complete(function() { ...
by Geeth
Thu Jun 28, 2012 10:07 am
Forum: Issues
Topic: Using Restful WS to Login
Replies: 4
Views: 677
 
Jump to post

Using Restful WS to Login

Above is a json object I am talking about. And also I need to map securityKey and casid to localStorage.

Thanks

by Geeth
Thu Jun 28, 2012 10:05 am
Forum: Issues
Topic: Using Restful WS to Login
Replies: 4
Views: 677
 
Jump to post

Using Restful WS to Login

I set up a restful web service to authenticate user once email and password is entered. Following details I receive as the result. { "screenName": "..........", "STATUS": "OK", "securityKey": "............................", "casid"...

Go to advanced search