Oke, I got the on device settings to work in collaboration with the off device settings. Thanks for helping me in the right directions.
I only still have one strange behaviour. If back from my main menu is triggered with a swipe to right everything works perfect (at least imho :D ) however, if the back button is used, it shows a black screen and needs to be pressed again. Actually I'd expect both to return to the Garmin generated Settings/Delete menu, but that is gone. So I guess that has to do with third party watchfaces, or can I manipulate the Settings/Delete menu as well oops that's another question. From my menu's submenu's the backbutton works as expected.
The need to press the back button twice bothers me, so please tell me how to fix that, if it can be fixed.
It makes no difference if I override the onBack() function in the delegate or not.
public function onBack() as Boolean { WatchUi.popView(WatchUi.SLIDE_DOWN); return true; }