Thread getBookBags = new Thread(getBookBagsItemsRunnable);
progressDialog = ProgressDialog.show(context, "Please wait",
- "retrieving bookbag data");
+ "Retrieving bookbag data");
getBookBags.start();
}
bookBag.items.remove(record);
progressDialog = ProgressDialog.show(
context, "Please wait",
- "retrieving bookbag data");
+ "Retrieving bookbag data");
getBookBags.start();
}
if (accountAccess.isAuthenticated()) {
progressDialog = new ProgressDialog(context);
- progressDialog.setMessage("Please wait while retrieving circ data");
+ progressDialog.setMessage("Retrieving circulation data...");
progressDialog.show();
getCirc.start();
} else
Toast.makeText(context,
- "You must be authenticated to retrieve circ records",
+ "You must be authenticated to retrieve circulation records",
Toast.LENGTH_LONG);
}
progressDialog = new ProgressDialog(
context);
progressDialog
- .setMessage("Renew item please wait.");
+ .setMessage("Renewing item");
progressDialog.show();
}
});
public class GlobalConfigs {
public static String IDL_FILE_FROM_ROOT = "/reports/fm_IDL.xml";
- public static String IDL_FILE_FROM_ASSETS = "fm_IDL.xml";///reports/fm_IDL.xml?class=acn&class=acp&class=au&class=ccs&class=circ&class=mbt&class=mbts&class=mus&class=mvr
+ public static String IDL_FILE_FROM_ASSETS = "fm_IDL.xml";///reports/fm_IDL.xml?class=x&class=y&...
public static String httpAddress = "";
private boolean init = false;
System.out.println(textcode);
throw new SessionNotFoundException();
}
-
}
return response;
}
});
progressDialog = ProgressDialog.show(context,
- "Please wait", "Add to bookbag");
+ "Please wait", "Adding to bookbag");
addtoBookbag.start();
}
}
});
progressDialog = ProgressDialog.show(getActivity(),
- "Please wait", "Add to bookbag");
+ "Please wait", "Adding to bookbag");
addtoBookbag.start();
}
&& checkConnection == true) {
progressDialog = ProgressDialog
.show(this, "Account login",
- "Please wait while we test the new user account information");
+ "Signing in with new credentials");
connectionThread.start();
}
});
progressDialog = ProgressDialog.show(context, "Please wait",
- "Checking server and credentials");
+ "Checking user credentials");
checkConn.start();
}