Modify ↓
Opened 15 years ago
Closed 15 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 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
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.)