Page 1 of 1

A child Window can be put under its parent Window

Posted: Fri Nov 09, 2018 3:10 pm
by Niffo
A child Window can be placed under its parent Window

Code: Select all

OpenWindow(0, 0, 0, 300, 200, "Parent Window")
OpenWindow(1, 100, 50, 100, 100, "Child Window", #PB_Window_SystemMenu, WindowID(0))

Re: A child Window can be put under its parent Window

Posted: Wed Apr 29, 2020 7:44 pm
by Fred
That's right, as specified in the doc, the ParentID parameter is ignored for now.