Alarmdialog programmiert

This commit is contained in:
2025-09-10 16:58:20 +02:00
parent 7d8ce221fd
commit 14108b1165
7 changed files with 69 additions and 10 deletions

View File

@@ -28,5 +28,6 @@ class OneValue(Page):
ctx.show_text(self.ref1.format())
else:
#print(dir(self.bd))
ctx.show_text("---") # self.bd.getPlaceholder())
#ctx.show_text("---") # self.bd.getPlaceholder())
ctx.show_text(self.placeholder)
ctx.stroke()