Jump to content

Recommended Posts

Posted

I have two seperate windows (GUIs). Now i want to link them, that they both get minimized when you minimize the "main" one and get maximized when you maximize one of them. The perfect way would be that only the "main" window has a thing down on the task bar (i don't know the exact word the thing next to the windows startmenu where all the running programs are displayed. It has the clock)

Posted

You will need to monitor the window positions and states as well. This is what I do for SciTE Jump when SciTE Jump is docked to ScITE. Alt + Q in ScITE or check my signature for GPLv3 code, yes, it's open source.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 6/2/2013 at 6:42 PM, guinness said:

Alt + Q in ScITE or check my signature for GPLv3 code, yes, it's open source.

If i press Alt + Q in ScITE nothing happenes. And I can't find GPLv3 in your signature. Where is it?

Posted

You need SciTE4AutoIt3 for it took work and GLPv3 is a license agreement for opensource applications. The app is called SciTE Jump, but if you install SciTE4AutoIt3 (new version) then you can use Alt + Q.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Loops, WinGetPos, WinMove. This should get you started, look in the help file for more details about these functions and good luck.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 3 weeks later...
Posted
  On 6/2/2013 at 6:40 PM, Reinhardt1julian said:

I have two seperate windows (GUIs). Now i want to link them, that they both get minimized when you minimize the "main" one and get maximized when you maximize one of them. The perfect way would be that only the "main" window has a thing down on the task bar (i don't know the exact word the thing next to the windows startmenu where all the running programs are displayed. It has the clock)

Just to let you know, the name for that thing in the task bar near the clock is the "tray" or "tray menu". Hence you can disable the Tray Icon in your AutoIt script (#NoTrayIcon) :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...