Ticket Created
over 4 years ago

WERETECH-11450

The whole system literately dies when I use programatically-generated menus for Menu(first version) with IDs that are not text(just numbers)

When I tried to use numbers as IDs in .xml menu files the compiler said "heck no", and refused to compile resources. I think the same should be applied to code-generated menus, because I spent a lot of time trying to debug the whole thing, or just throw an exception at runtime, so I will at least know what died. I think the first option is better.

Parents
  • If that's so, than the thing should just throw an exception, and crash only the app. Instead the whole system literately dies. I think this IS an issue, because when an app can take down a whole operating system with a simple action is pretty bad. At least make it crash the app, or stop you from compiling the app completely

Comment
  • If that's so, than the thing should just throw an exception, and crash only the app. Instead the whole system literately dies. I think this IS an issue, because when an app can take down a whole operating system with a simple action is pretty bad. At least make it crash the app, or stop you from compiling the app completely

Children