m2tklib
m2tklib copied to clipboard
Make a menu tutorial
create a bigger tutorial about nested menus
A) Use root and button elements
B) use STRLIST elements
show screenshots
Original issue reported on code.google.com by [email protected]
on 13 Nov 2011 at 11:40
Original comment by [email protected]
on 21 Nov 2011 at 8:19
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
For a large list of menu items, use an INFO, STRLIST or possible to combine VSB
with VLIST to scroll?
Original comment by [email protected]
on 16 Jan 2012 at 8:00
VSB only works with INFO or STRLIST. Use STRLIST for a large menu. Once
selected, the strlist callback gets the message M2_STRLIST_MSG_SELECT. As a
reaction on the select message, one could use setRoot to go to a different sub
menu or dialog box.
Original comment by [email protected]
on 16 Jan 2012 at 10:58
Yes, this is what i intended to do... Unfortunately i have not much time for
m2tklib at the moment
Original comment by [email protected]
on 17 Jan 2012 at 8:56
How can I turn off the VSB ?