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

SS_SlidingMenuStandard

Written by Simply Software

List of types:

SlidingMenuStd

SlidingMenuStd


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

Events:

BtnSlidingMenu_Click (ItemNo As Object)

Members:


  ActBarMsg As LabelWrapper

  AddItem (Text As String, Image As BitmapWrapper, ReturnValue As Object) As String

  BarsOff As String

  Initialize (Activity As ActivityWrapper, Top As Int, SetMenuWidth As Int, SetMenuColor As Int, FontSize As Int, FontColor As Int) As String

  InitializeActionBar (Activity As ActivityWrapper, ActionBarColor As Int, LineColor As Int, Radius As Int, MenuButton As Boolean) As String

  InitializeSwipe (Activity As ActivityWrapper, Module As Object, SetSlideDuration As Int, SetFadeAlpha As Int, SetMenuLength As Boolean) As String

  IsInitialized As Boolean

  MenuHide As String

  MenuShow As String

  PnlSlide As PanelWrapper

Members description:

ActBarMsg As LabelWrapper
AddItem (Text As String, Image As BitmapWrapper, ReturnValue As Object) As String
ADD ITEM TO MENU
BarsOff As String
TURN OFF BARS
Initialize (Activity As ActivityWrapper, Top As Int, SetMenuWidth As Int, SetMenuColor As Int, FontSize As Int, FontColor As Int) As String
Current activity, Menu top position, Menu Width, Menu color, Text size, Text color
InitializeActionBar (Activity As ActivityWrapper, ActionBarColor As Int, LineColor As Int, Radius As Int, MenuButton As Boolean) As String
Current activity, Action bar color, Thin line color, Action bar corner radius
InitializeSwipe (Activity As ActivityWrapper, Module As Object, SetSlideDuration As Int, SetFadeAlpha As Int, SetMenuLength As Boolean) As String
Current activity, Current module name, Menu slide duration in milliseconds, FadeAlpha(0-255), Menu length(Full or just items)
IsInitialized As Boolean
Tests whether the object has been initialized.
MenuHide As String
ANIMATE MENU AND BUTTON, LEFT - CLOSE
MenuShow As String
ANIMATE MENU AND BUTTON, RIGHT - OPEN
PnlSlide As PanelWrapper

Top