please wait Dialog while making ConnectionRequest

14 views
Skip to first unread message

Chika Agbo

unread,
Aug 1, 2017, 12:47:13 AM8/1/17
to CodenameOne Discussions
please how do i best implement "please wait" dialog while making Network Connection using
ConnectionRequest request = new ConnectionRequest();

i tried this bellow but is having issue
   Dialog req_dialog = new Dialog("please wait");
                      request.setShowOnInit(req_dialog);
                          request.setDisposeOnCompletion(req_dialog);

Shai Almog

unread,
Aug 1, 2017, 1:30:49 AM8/1/17
to CodenameOne Discussions
Reply all
Reply to author
Forward
0 new messages