Android Programming Press on the image to return to the main documentation page.

SlidingDashboard

Written by NJDude

List of types:

SlidingDashboard

SlidingDashboard


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  AddTile (TilePicture As BitmapWrapper, TileWidth As Int, TileHeight As Int, Index As Int) As String

  Close As String

  Initialize (Activity As ActivityWrapper, Module As Object, EventName As String, DashboardBackgroundColor As Int, DashboardBackgroundPicture As String, DashboardWidth As Int, DashboardHeight As Int, DashboardPosition As String) As String

  IsInitialized As Boolean

  IsOpen As Boolean

Members description:

AddTile (TilePicture As BitmapWrapper, TileWidth As Int, TileHeight As Int, Index As Int) As String
Close As String
Initialize (Activity As ActivityWrapper, Module As Object, EventName As String, DashboardBackgroundColor As Int, DashboardBackgroundPicture As String, DashboardWidth As Int, DashboardHeight As Int, DashboardPosition As String) As String
Activity = Activity (mandatory)
Module = Me (mandatory)
EventName = Event that will handle the selections
DashboardBackgroundColor = Dashboard background color
DashboardBackgroundImage = Dashboard background image
DashboardWidth = Dashboard width
DashboardHeight = Dashboard height
DashboardPosition = Where the dashboard should be positioned: L = Left, R = Right, T = Top, B = Bottom
IsInitialized As Boolean
Tests whether the object has been initialized.
IsOpen As Boolean

Top