g3n / g3nd

G3N Game Engine Demo
BSD 2-Clause "Simplified" License
281 stars 31 forks source link

GUI Builder demo does not appear to be working #47

Open moltzaum opened 8 months ago

moltzaum commented 8 months ago

The layout is displayed over the top of selection. I cannot seem to click on the other yaml files.

Tested on both Mac and Ubuntu.

Maybe I should have asked about the expected behavior in the discord first, but it seems like you should be able to click one of the yaml files to load a different layout.

306054769-969769a7-525c-4322-ae47-2b2d531b3aec 306054562-83dbe119-8a56-4cfd-ac9a-9b837d69fca0
Bluebottle-new commented 6 months ago

This issue seems to be related to #31 .

Similar to the workaround described there, you kust need to add the line

a.DemoPanel().SetTopChild(t.selFile)

before this line