unlockLayout

Typecommand
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
unlockLayout
Associationscom.livecode.library.responsivelayout
Summary

Allows the updateLayout command to update the layout again.

Example
on mouseUp
   unlockLayout
   updateLayout the long id of this card
   lockLayout
end mouseUp
on mouseUp
   if lockLayout() is true then unlockLayout
   updateLayout the long id of group "gallery"
end mouseUp
Description

Use the unlockLayout command to allow the updateLayout command to update the layout.