|
|
|
|
- Opening a child window above the other ones
- Multiple openings of a child window
- Advanced opening of a child window
Opening a child window above the other ones Multiple openings of a child window This example is used to open the child window named "WIN_EditWindow" twice. An alias is specified for each one of the windows
OpenChild("Edit1 = WIN_EditWindow, 10, 20") OpenChild("Edit2 = WIN_EditWindow, 10, 500") // The display position is specified at each opening // to avoid the windows from being stacked
Advanced opening of a child window
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|