This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
Touch(Action As Int, X As Int, Y As Int, MotionEvent As Object) As Boolean CellClick(RowID As Long, CellIndex As Byte, Position As Int, ClickedPanel As Panel) CellLongClick(RowID As Long, CellIndex As Byte, Position As Int, ClickedPanel As Panel) CellTouch(CellIndex As Byte, Position As Int, Action As Int, X As Int, Y As Int, TouchedPanel As Panel) ItemClick(ItemID As Long, Position As Int, ClickedPanel As Panel) ItemLongClick(ItemID As Long, Position As Int, ClickedPanel As Panel) ItemTouch(Position As Int, Action As Int, X As Int, Y As Int, TouchedPanel As Panel) ItemSelectedStateChanged(ItemID As Long, Position As Int, Selected As Boolean) EmptyView(LayoutPanel As Panel) LayoutCreator(LayoutName As String, LayoutPanel As Panel) RowLayoutCreator(LayoutName As String, CellPanel As Panel, CellIndex As Byte) ContentFiller(ItemID As Long, LayoutName As String, LayoutPanel As Panel, Position As Int) RowContentFiller(RowID As Long, LayoutName As String, CellPanel As Panel, CellIndex As Byte, Position As Int) Cleaner(PanelToClean As Panel, LayoutName As String) LoadText(TextID As String) As String PreLoad(ImageViewWidth As Int, ImageViewHeight As Int) As Object CustomLoad(Location As String, ImgID As String, ImageViewWidth As Int, ImageViewHeight As Int) As Bitmap PostLoad(Bmp As Bitmap, ImgID As String, ImageViewWidth As Int, ImageViewHeight As Int) As Bitmap LoadingError(ImgID As String, ImageViewWidth As Int, ImageViewHeight As Int) As Bitmap OutOfMemoryError Scrolled(FirstVisibleItem As Int, VisibleItemCount As Int, TotalItemCount As Int, IsAtTop As Boolean, IsAtBottom As Boolean) ScrollStateChanged(ScrollState As Int) Overscrolled(Action As Int, ScrollY As Int) EnterDropZone(DropView As View) LeaveDropZone(DropView As View) DragCancelled(StartPosition As Int, CurrentPosition As Int) Dropped(DropView As View, StartPosition As Int, DropPosition As Int) SwipeBegin(Position As Int, LayoutPanel As Panel, LocalX As Int, ScreenX As Int) As Boolean Swiped(Position As Int, LayoutPanel As Panel, LocalX As Int, ScreenX As Int, DeltaX As Int) SwipeEnd(Position As Int, LayoutPanel As Panel, LocalX As Int, ScreenX As Int, VelocityX As Float) SwipeCancelled(Position As Int, LayoutPanel As Panel, LocalX As Int, ScreenX As Int)
Before(Position As Int, PanelToRecycle As Panel, PanelTop As Int, Action As Byte) Confirm(FirstVisiblePosition As Int, LastVisiblePosition As Int) As Boolean Changed(Position As Int, Index As Int, PanelToAnim As Panel, PanelTop As Int, Action As Byte) Scrolled(Position As Int, Index As Int, PanelToAnim As Panel, PanelTop As Int, ScrollDirection As Byte) After(FirstVisiblePosition As Int, LastVisiblePosition As Int)