Welcome, Guest. Please login or register.

Author Topic: Zune/MUI Multiple Windows  (Read 2292 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline remotenemesisTopic starter

  • Newbie
  • *
  • Join Date: Jan 2018
  • Posts: 31
  • Country: 00
Zune/MUI Multiple Windows
« 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?
 

Offline remotenemesisTopic starter

  • Newbie
  • *
  • Join Date: Jan 2018
  • Posts: 31
  • Country: 00
Re: Zune/MUI Multiple Windows
« Reply #1 on: February 21, 2018, 04:56:02 PM »
Eh... not enough coffee and poor mouse skills. The multiple subwindow thing works.