Hi All
A small query. When using ToastMessageShow can you specify the position by X & Y in place of the predefined positions?
As I find it
Is this possible?
Toast.ToastLocation= Toast(X,Y)
Regards Roger
A small query. When using ToastMessageShow can you specify the position by X & Y in place of the predefined positions?
As I find it
B4X:
Private Toast As ToastMessageShow
Toast.ToastLocation= Toast.TOAST_CENTER_RIGHT
Is this possible?
Toast.ToastLocation= Toast(X,Y)
Regards Roger