Amiga.org

Amiga computer related discussion => Amiga/MorphOS/AROS Programmers Forum => Topic started by: remotenemesis on February 21, 2018, 04:48:12 PM

Title: Zune/MUI Multiple Windows
Post by: remotenemesis on February 21, 2018, 04:48:12 PM
I've yet to find a MUI/Zune example that shows how to define an application with multiple windows. The basic pattern obviously works fine for a single window.

Code: [Select]
app = ApplicationObject,
  SubWindow, myWnd,
End;
I tried adding multiple sub-window declarations and hilarity ensued with second window opening inside the first which was entirely not what I want.

Any clues on this? Does anyone know of a reference for the UI building macros or are there just a bunch of simple rules to translate from MUI class docs?
Title: Re: Zune/MUI Multiple Windows
Post by: remotenemesis on February 21, 2018, 04:56:02 PM
Eh... not enough coffee and poor mouse skills. The multiple subwindow thing works.