ButtonPressed (Dialog As MaterialDialog, Action As String) PromptCheckChanged (Checked As Boolean) InputChanged (Dialog As MaterialDialog, Input As String) ItemSelected (Dialog As MaterialDialog, Position As Int, Text As String) ItemLongSelected (Dialog As MaterialDialog, Position as Int, Text As String) SingleChoiceItemSelected (Dialog As MaterialDialog, Position As Int, Text As String) MultiChoiceItemSelected (Dialog As MaterialDialog, SelectedIndexes As List, SelectedText As List) As Boolean SimpleItemSelected (Dialog As MaterialDialog, Position As Int, Item As MaterialSimpleListItem) OnShow (Dialog As MaterialDialog) OnDismiss (Dialog As MaterialDialog) OnCancel (Dialog As MaterialDialog) CustomViewReady (Dialog As MaterialDialog, CustomView As Panel, ParentHeight As Int)
The MaterialDialogsManager raises the FileChooser, FolderChooser and ColorChooser events. This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
FolderSelected (Dialog As FolderChooserDialog, Path As String, Name As String) FolderChooserDismissed (Dialog As FolderChooserDialog) FileSelected (Dialog As FileChooserDialog, Path As String, Name As String) FileChooserDismissed (Dialog As FileChooserDialog) ColorSelected (Dialog As ColorChooserDialog, Color As Int) ColorChooserDismissed (Dialog As ColorChooserDialog)
EventName: The name prefix for the events IntervalMs: Timer interval in milliseconds. This will setup a timer which will call the Draw event so the WatchFace gets updated. This timer will fire only in interactive mode and when the WatchFace is visible.