Modify

Opened 16 years ago

Closed 16 years ago

#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 Changed 16 years ago by Gary

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 Changed 16 years ago by Gary

Need someone to test this on 64bit Vista

comment:3 Changed 16 years ago by Gary

  • Milestone set to 3.2.13.8
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.2.13.8

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

Modify Ticket

Action
as closed The owner will remain Gary.
Author


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

 
Note: See TracTickets for help on using tickets.