![]() |
Why isn't it possible to create menus with more than one level of submenu with PopupAddText, and how can I do it anyway? |
Previous | Event-driven Programming, Menus, and Throwing Errors | Next |
Q: | The documentation about menus.h says (cite): "Although TIOS menu system allows menus with more than one level of submenus, it is not possible to create such menus using this command (PopupAddText)". What happens then? And how it is possible to make menus with more levels of submenus? |
A: | The answer of the first part of the question is: just nothing. Options which are added on deeper levels are just ignored. When I dissasembled this routine, I find that this is really not implemented! About the second part of the question: this is answered in the documentation about menus.h header file in this release of TIGCCLIB. |