Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#889 closed Bug (No Bug)

GUISetIcon() stops working after FileOpenDialog()

Reported by: doudou Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: gui icon standard dialogs Cc:

Description

If you create a form AFTER FileOpenDialog() was called and SUCCESSFULLY returned a file name chosen by the user, all subsequent calls to GUISetIcon() have no effects (your form will assume the default AutoIt icon).

Calling FileOpenDialog() alone isn't enough to reproduce the bug: closing it with "Cancel" or "X" would not break GUISetIcon().

There's a test AU3 script attached, extract it along with both icons and run. Press "Show Dialog" first - you will see "Icon2.ico" as icon in the new form, then press "Browse For File", select a file and Press "Open", then press "Show Dialog" again and here we go - standard AutoIt icon.

Attachments (1)

Tests.zip (2.4 KB) - added by doudou 15 years ago.
Bug show case

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by doudou

Bug show case

comment:1 Changed 15 years ago by Jos

OpenFileDialog() changes the Workdir to the directory the file was chaoosen from.
Try setting it back to de @Scriptdir right after the OpenFileDialog().

comment:2 Changed 15 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

doc say

@WorkingDir is changed on successful return.

so no bug

comment:3 Changed 15 years ago by doudou

Thanks for clarification. Connecting GUISetIcon's behavior to OpenFileDialog's change of working directory never came to my mind.

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 ticket will remain with no owner.
Author


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

 
Note: See TracTickets for help on using tickets.