B4J Question ToastMessageShow Position

Roger Daley

Well-Known Member
Licensed User
Longtime User
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
B4X:
Private Toast As ToastMessageShow
Toast.ToastLocation= Toast.TOAST_CENTER_RIGHT

Is this possible?
Toast.ToastLocation= Toast(X,Y)

Regards Roger
 
Top