Modify ↓
Opened 14 years ago
Closed 13 years ago
#1858 closed Bug (Duplicate)
strange behaviour of dialogs used with hwnd
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
if you use MsgBox, InputBox, FileSelectFolder,FileOpenDialog and FileSaveDialog and set the &hwnd parameter, only msgbox and fileselectfolder act as expected. FileOpenDialog and FileSaveDialog open above the targeted window, but in the upper left corner, inputbox opens somewhere in center, best to be seen if you use 2 monitors: input box should open on the right one but opens on the left. Remember: the others ones open on the right as they should do.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by mvg
comment:2 Changed 13 years ago by Jon
- Resolution set to Duplicate
- Status changed from new to closed
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.
Note: See
TracTickets for help on using
tickets.
Seems similar/related to #1804.
@OP: Best explained with a a little reproduction script.
(I think your text is ... way to complicated/compressed.)