Modify

Opened 17 years ago

Closed 17 years ago

#1074 closed Bug (Fixed)

InputBox left positional reference not working correctly

Reported by: partypooper@… Owned by: J-Paul Mesnage
Milestone: 3.3.1.2 Component: AutoIt
Version: 3.3.1.0 Severity: None
Keywords: InputBox Cc:

Description

Setting the 'left' reference option to a negative number (as used with multiple monitors) does not work.

Examples:
This displays correctly on primary monitor as it should:
Local $s_FindGUID = InputBox("Display Player Information", "Enter GUID:", "", "", 250, 110, 600, 500)

This doesn't (displays on primary monitor rather than secondary monitor as it's been programmed to):
Local $s_FindGUID = InputBox("Display Player Information", "Enter GUID:", "", "", 250, 110, -600, 500)

Primary Monitor range: 0,0 thru 1680,1050
Secondary Monitor range: -1280,0 thru 0,1024

Attachments (0)

Change History (2)

comment:1 by partypooper@…, 17 years ago

Forgot to add, that no matter what negative value I use for the 'left' positional reference, the inputbox always defaults to -765 according to AU3Info.

comment:2 by J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.2
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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