Application Starter Stack for Livecode

Commands & Functions

The following is a comprehensive list of most of the functions and commands available within the stack:

In Production Functions:

function Cloud_Authenticate IncomingEmail,MyPassword
function ConvertArrayToJSON IncomingArray
function ConvertHexToRGB myHex
function DecryptThis DecryptWhat,WhatKey,WhatSalt
function EncryptThis EncryptWhat,WhatKey,WhatSalt
function File_Exists ThisFilePath
function File_Info_Get LinkToFile,WhichKey
function File_PathTo ThisFile
function Folder_Info_Get ThisFolder
function Folder_SetDefault WhatFolder
function HashThis Data_To_Hash,Hash_Version
function HashThisFile IncomingFilePath
function IsAnInt IncomingNumber
function LanguageString This_String_Or_Reference
function MaterialDesignColor ColorName,ColorNumber
function MaximizePassword IncomingKey
function ReadArrayReference ThisArrayReference
function ReadFlag ThisKey,ThisSet
function ReadFromCache ThisKey,ThisSet
function ReadSetting ThisSetting,ReadDefault
function SQLite_ExecuteQuery ThisDatabaseName, ThisQuery
function SystemShell MyShellCommand,WithWindow,ProcessName,WaitForReturn
function TimeDisplay HowMany,DisplayHow
function WhatsTheCallingHandlerName

In Production Commands:

command AfterHeartbeat
command AlignThisControl ThisControl
command AssignDatagridDefinition ThisGrid,ThisDefinition
command Badge_HideAll
command Badge_Register BadgeName,BadgeLocation,BadgeColor,BadgeSize,UpdateFrequency
command Badge_Update BadgeName,WhatDigits,OptionalColorChange
command BeforeHeartbeat
command Boot_Complete
command Boot_DefineDatabases
command Boot_DefineHTTPCalls
command Boot_DefineS3Buckets
command Boot_DefineSupergridColumns
command Boot_DefineSupergrids
command Boot_FontDefinitions
command Boot_LoadFonts
command Boot_LoadLanguage
command Boot_LoadiniFile
command Boot_RegisterBadges
command Boot_RightClickMenu
command Boot_SetFoldersAndFiles
command Boot_SetVariables
command File_Load LoadThisFile, @VariableForLoadedFile,  TheseOperations, ThisProgressBar
command File_Load_Chunks ThisMethod, ThisFile, FromUntilThis, ChunkType, AmountToLoad, ProcessFunction, ThisProgressBar, WaitOnEach, UseVariableReference
command File_Load_Chunks_Trigger ThisMethod, ThisFile, FromUntilThis, ChunkType, AmountToLoad, ProcessFunction, ThisProgressBar, WaitOnEach
command File_Save ThisFile,@ThisData,TheseOperations,ThisProgressBar
command File_Save_Chunks ThisData, FromUntilThis, ChunkType, AmountToSave, ProcessFunction, ThisProgressBar, WaitOnEach
command FitText WhatMode, ThisField
command FocusOn ThisControl
command IDELaunch
command LoadDefaultSettings
command LogIt TypeOfLog,IncomingLog,ParsedError
command MinimizeAppStarterStack
command MobileInputClearFocus
command MobileInputField_Register NameOfField,LongIDReference
command MobileInputFields_Create
command MobileInputFields_Delete
command MobileInputFields_HideAll OverlayMessageOrEditor
command MobileInputFields_Reset
command MobileInputFields_ShowAll
command MobileInputFields_Update
command MyBootSequence
command OpenEditor WhichEditor,ThisData
command OverlayMessage ClearPrevious, WhatMessage, WhatCommandToButton, WhatBackgroundColor, WhatSize, WhatAlignment
command ProgressEnd ThisProgressBar
command ProgressUpdate ProgressBarReference, ProgressCount,ProgressTotal, ProgressLabel, ProgressUnits,IsItError
command ReadThisUsingVoice ThisText
command ReccuringMessage ReadableName, WhatMessage, WhatObject, WhatInterval
command RefreshThisControl ThisControl
command ResizeBadge
command ResizeComplete
command ResizeStackTraceable
command ResizeText WhatMode,ThisField
command ResizeThisControl ThisControl
command Resize_Background
command Resize_Badges
command Resize_Browsers
command Resize_CardContentGroup
command Resize_Datagrids
command Resize_Editors
command Resize_Navigaticommand
command Resize_Refresh_Align
command RestoreAppStarterStack
command S3_Callback RequestID, RequestResult, RequestError
command S3_UploadToBucket ThisName,ThisFile,@ThisData,ToThisServer,ToThisBucket
command SQLite_Connect ThisDatabaseName
command SQLite_IntegrityCheck ThisDatabaseID
command SQLite_QueryToArray ThisQuery,@ArrayToReturnTo,DisplayProgress,WhatKey
command SQLite_QueryToRecordset WhichQueryToRun
command SQLite_RecordsetToArray WhichRecordset,@OutputArray,DisplayProgress,WhatKey
command SQLite_Update_Record RecordID,WhatIndex,WhatOperation
command SQLite_Vaccum ThisDatabaseID
command ScaleControl ControlRef, ThisScale
command SetAppStarterStackDefaults
command SetApplicationState WhatState
command SetCursor WhichOne
command SetFlag ThisKey,ThisValue,ThisSet
command SetFont ThisField, ThisFont
command SetNavigationItems
command SetNavigationState ThisNavigationState
command SetSetting ThisKey,ThisValue
command SetUserSettings
command StartedWithoutUI
command SuperGrid_Init ThisDatagridGroup, ThisSupergrid
command SuperGrid_Populate ThisDatagridGroup,ThisGridDefinition,@ThisArrayReference
command Task_Scheduler_Add ThisRegisteredTaskName,ThisTaskID
command Task_Update_Status @ThisConnection
command TimeMe WhatLabel,WhatCommand,ReturnIt,LogIt,TimerMeta
command UpdateBadges
command UpdateGradient WhichGraphicControl
command UpdateMobileInputControls
command UpdateTaskProgress
command User_LoadSettings
command User_SaveSettings
command WriteToCache ThisKey,ThisValue,ThisSet

In Progress:

on AnimateProperty This_Frame,This_Item,These_Properties,These_Values,Animation_Types
on AnimationNextFrame
on AnimationStart
on AnimationUpdate

Hello Visitor, welcome to the AppStarterStack website. This site is still under development, so please excuse any styling errors or still missing content.