Modify ↓
Opened 15 years ago
Closed 15 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 Changed 15 years ago by Valik
comment:2 follow-up: ↓ 3 Changed 15 years ago by Valik
Turns out the manifests are missing for reasons I can't explain.
comment:3 in reply to: ↑ 2 Changed 15 years ago by P5ych0Gigabyte
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 Changed 15 years ago by Jpm
- Owner set to Valik
- Status changed from new to assigned
comment:5 Changed 15 years ago by Valik
- Milestone set to 3.3.1.3
- Resolution set to Fixed
- Status changed from assigned to 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.
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.
That's... interesting. The buttons look different on XP as well.