Modify

#516 closed Bug (Fixed)

_ChooseFont 64bit Vista

Reported by: Gary Owned by: Gary
Milestone: 3.2.13.8 Component: Standard UDFs
Version: 3.2.12.0 Severity: None
Keywords: Cc:

Description

_ChooseFont does not work.
The function return a value as if the user canceled selection even though no sign of the dialog box appears.

Attachments (0)

Change History (3)

comment:1 by Gary, on Aug 14, 2008 at 11:16:40 AM

try replacing $tagCHOOSEFONT in StructureConstants.au3 with:

Global Const $tagCHOOSEFONT = "dword Size;hwnd hWndOwner;hwnd hDC;ptr LogFont;int PointSize;dword Flags;int rgbColors;int_ptr CustData;" & _
		"ptr fnHook;ptr TemplateName;hwnd hInstance;ptr szStyle;ushort FontType;int SizeMin;int SizeMax"

This works on 32bit not sure about 64bit.

comment:2 by Gary, on Sep 13, 2008 at 3:01:16 PM

Need someone to test this on 64bit Vista

comment:3 by Gary, on Sep 24, 2008 at 12:01:00 AM

Milestone: 3.2.13.8
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.8

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


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