| View previous topic :: View next topic |
| Author |
Message |
tuna
Joined: 03 Oct 2007 Posts: 155 Location: UK
|
Posted: Tue Feb 16, 2010 10:25 pm Post subject: Problem child windows |
|
|
Hello, is there any way to set the boundaries of a child window within a parent window? For example, if I maximise the child window it doesn't just fill the the whole parent window, just a predefined space within the parent.
Also, I'm having trouble with parent window controls such as statusbar, which reduces the area the child window can use but doesn't seem to notify the child window. So on maximise the child window still maximises to the area as if the statusbar is not there, thus the bottom of the child window gets overlapped by the statusbar and is annoyingly hidden.
Has anybody already written a set of functions for working with child windows?
Thanks |
|
| Back to top |
|
 |
Carcophan
Joined: 24 Dec 2008 Posts: 1308 Location: :noitacoL
|
Posted: Wed Feb 17, 2010 4:16 am Post subject: |
|
|
why do you need to see the status bar of multiple windows? There way be other options for you.
Or are you talking about your own gui's?
and there is always:
| Quote: |
WinMove
--------------------------------------------------------------------------------
Changes the position and/or size of the specified window.
WinMove, X, Y
WinMove, WinTitle, WinText, X, Y [, Width, Height, ExcludeTitle, ExcludeText]
|
|
|
| Back to top |
|
 |
tuna
Joined: 03 Oct 2007 Posts: 155 Location: UK
|
Posted: Wed Feb 17, 2010 10:30 am Post subject: |
|
|
| Thanks. Yes, I'm talking about my own GUIs. I'm writing a sales and stock tracking database and so there will me multiple tables which I will need multiple child windows for. |
|
| Back to top |
|
 |
tuna
Joined: 03 Oct 2007 Posts: 155 Location: UK
|
Posted: Sat Feb 20, 2010 1:23 am Post subject: |
|
|
| Hi, anyone any suggestions? Thanks |
|
| Back to top |
|
 |
|