Posts: 1,271
Threads: 399
Joined: Mar 2003
i lost track of the solution i once scripted, too many folders and files in my qml.
i want to wrap my 1.st level toolbars around every visible main window.
how to make a toolbar with a hole for the target app ?
10 pixel qm space around target.
Posts: 12,071
Threads: 140
Joined: Dec 2002
Search for SetWindowRgn in qm and in forum.
Or create 4 toolbars.
Posts: 1,271
Threads: 399
Joined: Mar 2003
4 toolbars for each main window ?
please provide an example how you would make it.
i think this is something a lot of users could use.
having a 10 pixel frame around firefox or photoshop would be so cool.
Posts: 12,071
Threads: 140
Joined: Dec 2002
Do you need buttons around whole window? How if maximized?
Posts: 1,271
Threads: 399
Joined: Mar 2003
Gintaras Wrote:Do you need buttons around whole window?
yes.
Gintaras Wrote:How if maximized?
my init2 is setting standard workarea size on all desktops.
main trigger will decide about that.
Posts: 12,071
Threads: 140
Joined: Dec 2002
With 1 toolbar it would be too difficult. Set button widths etc.
With 4 toolbars - you have to set initial x y, and then QM automatically moves the toolbars when the window is resized. But your hook function must then resize them.
I'll not take it.