MKtlGUI creates guis for MKtls and all their elements, using the style info provided in the MKtl's desc file.
Especially when one does not have the device at hand, one can continue developing for it using the MKtlGUI as a functional substitute.
First code examples:
maximum window size
max and min sizes for single views on gui
the margin to use between views
create a new MKtlGUI with
parent |
a parent view - nil will create a window |
bounds |
bounds - nil will create bounds based on mktl desc |
mktl |
the mktl to show - required! |
the mktl it is showing
its parent view
various views
set whether to show labels or not
get and set current page to show on gui
get the number of pages of the MKtl
h | |
v |
move gui window to a specific location for setup layout. |