thanks, yeah I know about switch, it was just a pseudo example
enums aren't officially supported but I do wonder if they could be by moving some of the code from the appfactory.cs code into the code editor window so you can see the anonymous methods.. keep meaning to do a fork and play, that would potentially let you do includes too..
The enum I don't need in this instance, just wonder where I should be storing these values and if there are any example widgets?
IE if is for an alarm area, I have two areas's for example, 0 and 1 named house and garage.
I add these currently then the status could be:
armed
arming
part armed
unarmed
and I want to represent these states via a widget, just really need one I can look at to understand