2025-06-09 15:07:26 +02:00

7 lines
166 B
Lua

function hmi_testLayoutSelection( view, model )
print("Test")
if hmi_getModelRowOffset(view) == 1 then
print("1")
hmi_selectGridLayout(view, "Test2")
end
end