This command is part of the lib_DisplayData library. Browse related handlers using the tags: display, data, and find the command bad revision 'HEAD'/libraries/lib_DisplayData.livecodescript#L17-L40 here on github
Handler: display_Data someContent, pTitle, pStackLabel, pDisplayView, pPalette, pTopLeft, pFoldedArray OS: all Platforms: all Type: command
# Todo Things we need to look into...
# Where
File: lib_DisplayData.livecodescript Hkey: C display_Data Path: libraries/lib_DisplayData.livecodescript Project: lcw_Display Script: stack "lib_DisplayData" Type: library
# Code
{{dotText}}
command display_Data someContent, pTitle, pStackLabel, pDisplayView, pPalette, pTopLeft, pFoldedArray lock screen if someContent is an array then display_Array someContent, pTitle, pStackLabel, pFoldedArray, pDisplayView, pPalette, pTopLeft put the result into pDisplayView else _NormalizeView pDisplayView, pStackLabel, pTitle if exists (pDisplayView) then set the displayed_Index [pTitle] of pDisplayView to someContent if pStackLabel is not empty then put the stack_Name of pDisplayView into stackName set the label of stack stackName to pStackLabel end if else display_Lines someContent, pTitle, empty, pStackLabel, pPalette, pTopLeft put the result into pDisplayView end if end if unlock screen -- object_GoTo pDisplayView, true return pDisplayView end display_Data
# Parents {{parentBullets}}
# Calls - display_Array - displayed_Index - display_Lines - stack_Name - object_GoTo
# Depends Here is a list of stacks containing dependencies upon which this handler depends: -
# See also - Handler Template