{
switch (reason)
{
case HBCICallback.NEED_SIZENTRY_SELECT:
{
SelectSizEntryDialog e = new SelectSizEntryDialog(SelectSizEntryDialog.POSITION_CENTER,retData.toString());
retData.replace(0,retData.length(),(String)e.open());
return true;
}
case HBCICallback.NEED_PASSPHRASE_LOAD:
{