Modify

#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

Prod:http://i35.tinypic.com/2lnjspl.png

Beta:http://i35.tinypic.com/o556bk.png

Attachments (0)

Change History (5)

comment:1 by Valik, on Oct 15, 2009 at 7:00:34 AM

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

comment:2 by Valik, on Oct 15, 2009 at 8:23:58 AM

Turns out the manifests are missing for reasons I can't explain.

in reply to:  2 comment:3 by P5ych0Gigabyte, on Oct 15, 2009 at 8:35:10 AM

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 J-Paul Mesnage, on Oct 15, 2009 at 6:20:17 PM

Owner: set to Valik
Status: newassigned

comment:5 by Valik, on Oct 15, 2009 at 11:23:55 PM

Milestone: 3.3.1.3
Resolution: Fixed
Status: assignedclosed

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.

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.