Open GoogleCodeExporter opened 9 years ago
Original comment by olikr...@gmail.com
on 21 Nov 2011 at 8:19
For a large list of menu items, use an INFO, STRLIST or possible to combine VSB
with VLIST to scroll?
Original comment by sammyl...@gmail.com
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 olikr...@gmail.com
on 16 Jan 2012 at 10:58
Thanks! Maybe add this to Tutorial?
Original comment by sammyl...@gmail.com
on 17 Jan 2012 at 7:47
Yes, this is what i intended to do... Unfortunately i have not much time for
m2tklib at the moment
Original comment by olikr...@gmail.com
on 17 Jan 2012 at 8:56
Original issue reported on code.google.com by
olikr...@gmail.com
on 13 Nov 2011 at 11:40