alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

StatusBar is not possible to assing to Window from code in Create. Seen on Linux. Works fine on Windows #29

Closed generalloki closed 9 months ago

generalloki commented 1 year ago

App crashes on call Window.StatusBar = statusBar error: ../src/gtk/window.cpp(4766): assert ""(m_widget != __null)"" failed in Reparent(): invalid window

generalloki commented 1 year ago

Currently the only working way to assing StatusBar to Window is define it in uixml

generalloki commented 1 year ago

The similar problem in MacOs:

Set Toolbar property on mac lead to exception

generalloki commented 9 months ago

This seems to be fixed in 0.9.409. In one of the previous builds we improved StatusBar so many existing problems were gone. So for now I close this issue