Is it possible in AMS to create a dock application.
So that regardless of whether or not another application is maximised, it just sits below it. Like the screenshot I have attached.
TYIA
![]()
Professional Software Development Tools
Is it possible in AMS to create a dock application.
So that regardless of whether or not another application is maximised, it just sits below it. Like the screenshot I have attached.
TYIA
![]()
[offtopic]
That's the NASA night launch firefox theme isn't it?
[/offtopic]
Yes .. yes it is![]()
Yeah of course, Set the Z-Order to top most or tick Always on top.
Thanks Shadow but that isn't what I mean. I have just tried that with both those options and it doesn't create a dock as such.
You know how the task bar works. Applications sit on top of it, well say you had a task bar on the top too. If I then MAXIMIZE an application I don't want it to go behind/on top etc. I want it to still maximize to within the constraints of both bars.
Exactly how RSSMate works.
run a timer with 1000 interval
on timer get activewindow()
get height of activewindow
if the height of activewindow is larger than ( ScreenHeight - (TaskBarHeight+YourAppWindowHeight)) then
resize activewindow and fit to screen
finally do not forget to X and Y positions
for example :
if the Y position of activewindow is lower than YourAppWindowHeight then
do not touch to that window , it already does not cover your window
and you need to keep your window is always on top