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

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

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

Change History (5)

comment:1 Changed 16 years ago by Valik

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

comment:2 follow-up: Changed 16 years ago by Valik

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

comment:3 in reply to: ↑ 2 Changed 16 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 16 years ago by Jpm

  • Owner set to Valik
  • Status changed from new to assigned

comment:5 Changed 16 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.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.