rgb Summary create project add event Opening for window1 hit text: dim bt as new button self.add(bt) self.add(bt) app crash workaround check before add control if already in this or another windows
Garry Two issues here, one is a bug which will be fixed in the next release: (https://feedback.objo.dev/bug/124), the other is a small user error. One control instance can only have one visual parent. If you want two buttons, you need two new Button instances. The bug is really though - Objo should not hard-crash here.