Modify ↓
Opened 16 years ago
Closed 16 years ago
#1218 closed Bug (Fixed)
Buttons appear flat
| Reported by: | P5ych0Gigabyte | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.1.3 | Component: | AutoIt |
| Version: | 3.3.1.2 | Severity: | None |
| Keywords: | Cc: |
Description
AutoIt:3.3.1.2/X64 (Os:WIN_7/X64 Language:0409 Keyboard:00000409 Cpu:X64)
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 229, 50, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 77, 12, 75, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
follow-up: 3 comment:2 by , 16 years ago
Turns out the manifests are missing for reasons I can't explain.
comment:3 by , 16 years ago
Replying to Valik:
Turns out the manifests are missing for reasons I can't explain.
Nice to see this will be an easy fix. I was thinking it was going to be nightmare to find among the many lines of code.
comment:4 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:5 by , 16 years ago
| Milestone: | → 3.3.1.3 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
I do not have an explanation why the manifests went missing. Repeating the build procedure produces binaries with the manifest.
At any rate, it's fixed in 3.3.1.3.
Note:
See TracTickets
for help on using tickets.



That's... interesting. The buttons look different on XP as well.