Hello Guys,
I got an Problem with console.alert...
i have my mainView = ui.View
and another NavigationView with another ui.View
both in .present('fullscreen')
what did i wrong with console.alert to use in the NavView...
or is this not Possible ?
console.alert('INFO Datensätze', f'Der Hersteller:\n[ {self.MANUFACTURER} ]\nhat nur noch [ {max_use - in_use} ] Freie Datensätze!\n[ {area_from} - {area_to} ]', 'weiter', hide_cancel_button=True)
console.hud_alert don't work because the view is to small... for the \n
maybe you guys have an idea how to solve it