AutoHotkey Community

It is currently May 27th, 2012, 1:28 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: July 1st, 2005, 12:35 am 
Offline

Joined: June 25th, 2005, 12:56 am
Posts: 8
Location: CA, USA
Problem:
GUI Window loses title bar buttons (minimize, Maximize / restore & close) when it has an Gui, -AlwaysOnTop sub command.

Steps:
1. Create an AHK file with this code:
Code:
Gui, -AlwaysOnTop
Gui, Add, Edit
Gui, show

2. Run the AHK file
Note that the window title bar buttons (upper right-hand corner) are missing. If you change the first line to Gui, +AlwaysOnTop, the buttons are there.

Version: 1.0.35.8 & 1.0.36.1 on WinXP SP2

Solution:
The buttons should be there.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 1st, 2005, 2:42 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks. This will be fixed in the next update.

The workaround for now is to specify -AlwaysOnTop only after a window has been created (such as by adding a control to it). You could also omit -AlwaysOnTop since that is the default upon creation.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group