Modify ↓
Opened 14 years ago
Closed 12 years ago
#1866 closed Bug (Wont Fix)
GUI $WS_EX_MDICHILD Top Alignment bug
Reported by: | crimson.falconer@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
#include <WindowsConstants.au3> $parent = GUICreate("Parent", 50, 50, 0, -3, $WS_POPUP, $WS_EX_LAYERED) $child = GUICreate("Child", 50, 50, 0, 5, $WS_POPUP, $WS_EX_MDICHILD, $parent) GUISetBkColor("0x000000") GUISetState() While 1 WEnd
Results in a window in the middle of the screen
As does
Main window top, child window top
2,0
0,2
-1,3
-2,4
etc...
Add the parent top and the child top if equals 2 then window is drawn in the middle of the screen.
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by trancexx
- Resolution set to Wont Fix
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
If anyone sees any sense in this then please make another report.