ksOnMoveSizeCustWin 1.0

Questions about NeoBook PlugIns

Moderator: Neosoft Support

Locked
User avatar
Garic
Posts: 107
Joined: Wed Sep 26, 2012 8:42 am

ksOnMoveSizeCustWin 1.0

Post by Garic »

This plugin allows you to add additional events OnMove and OnResize for Custom Windows.

OnMove - is generated when the window is moved.
OnResize -is generated when the window is resized.

Image

Image


..................................................................................................

Example:

CustomWindow "" "-372" "-126" "GreenContainer" "Sizeable"
ksSetOnMoveSizeCustomWindow "GreenContainer" "GreenContainer_OnResize" "GreenContainer_OnMove"

..................................................................................................

Subroutines:

:GreenContainer_OnResize

// Your script

Return



:GreenContainer_OnMove

// Your script

Return

..............................................................................

Plugin free.

Download plugin
Last edited by Garic on Fri Jun 03, 2016 9:27 am, edited 6 times in total.
ks
.............
Image
User avatar
dpayer
Posts: 1394
Joined: Mon Apr 11, 2005 5:55 am
Location: Iowa - USA

Re: ksOnMoveSizeCustWin 1.0

Post by dpayer »

Thank you!

David P.
David Payer
Des Moines, Iowa
USA
User avatar
Harakiri
Posts: 75
Joined: Fri Aug 13, 2010 2:07 pm
Location: Mars
Contact:

Re: ksOnMoveSizeCustWin 1.0

Post by Harakiri »

Great plugin, thanks.
User avatar
Wrangler
Posts: 1531
Joined: Thu Mar 31, 2005 11:40 pm
Location: USA
Contact:

Re: ksOnMoveSizeCustWin 1.0

Post by Wrangler »

Thanks, Garic!
Wrangler
--------------
"You never know about a woman. Whether she'll laugh, cry or go for a gun." - Louis L'Amour

Windows 7 Ultimate SP1 64bit
16GB Ram
Asus GTX 950 OC Strix
Software made with NeoBook
http://highdesertsoftware.com
User avatar
Eduardo Volpi
Posts: 57
Joined: Wed Oct 28, 2009 4:42 pm
Location: São Paulo - Brazil

Re: ksOnMoveSizeCustWin 1.0

Post by Eduardo Volpi »

Very cool! Thank you.
Eduardo Volpi
User avatar
Garic
Posts: 107
Joined: Wed Sep 26, 2012 8:42 am

Re: ksOnMoveSizeCustWin 1.0

Post by Garic »

Addition:

Added global variables [ShutdownSourceCustWin], [ShutdownStatusCustWin]
that allow the user to control the closing of the custom window.

Image


Download plugin
ks
.............
Image
Locked