Dialog based Authenication

0 views
Skip to first unread message

suresh

unread,
Sep 2, 2008, 11:21:00 AM9/2/08
to watij
Hi Every one,

I am looking for Dialog based Authenication, can any bosy please post
sample code for this.

-suresh

Archer.Chen

unread,
Sep 2, 2008, 9:53:30 PM9/2/08
to wa...@googlegroups.com
new Thread(new Runnable() {
public void run() {
try {

ie.button(name("")).clock(); //for instance
} catch (Exception e) {
e.printStackTrace();
}
}
}).start();
AlertDialog alertDialog = ie.alertDialog();
alertDialog.ok();


Thanks & Best Regards!
Archer.chen
Division:PC Department:GSPC
eBaoTech Corporation
email:arche...@eBaoTech.com
address:Building 3,KIC Plaza 270 Song Hu Road
Shanghai.200433.China
Tel:(+86)021-61407777 ext 3264

suresh

unread,
Sep 4, 2008, 8:39:00 AM9/4/08
to watij
Thank you Archer,

I was looking in reverse way, say after Dialog pops up then I need to
Authenicate by entering user name and password.

-suresh

On Sep 3, 6:53 am, "Archer.Chen" <archer.c...@ebaotech.com> wrote:
> new Thread(new Runnable() {
>                                 public void run() {
>                                         try {
>
> ie.button(name("")).clock(); //for instance
>                                         } catch (Exception e) {
>                                                 e.printStackTrace();
>                                         }
>                                 }
>                         }).start();
>                         AlertDialog alertDialog = ie.alertDialog();
>                         alertDialog.ok();
>
> Thanks & Best Regards!
> Archer.chen
> Division:PC       Department:GSPC
> eBaoTech Corporation
> email:archer.c...@eBaoTech.com
> address:Building 3,KIC Plaza 270  Song Hu Road
> Shanghai.200433.China
> Tel:(+86)021-61407777 ext  3264
>
>
>
> -----Original Message-----
> From: wa...@googlegroups.com [mailto:wa...@googlegroups.com] On Behalf
> Of suresh
> Sent: Tuesday, September 02, 2008 11:21 PM
> To: watij
> Subject: Dialog based Authenication
>
> Hi Every one,
>
> I am looking for Dialog based Authenication, can any bosy please post
> sample code for this.
>
> -suresh- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages