Just can't stay away
Joined: 2009/2/9 19:32 Last Login
: 2020/12/21 15:57
From Brussels Belgium
Group:
Registered Users
|
@sinisrus no in c and for any window, (apllication with no arexx port) I think i am progressing - i should loop through the windows on a screen after a scr = LockPubScreen(screenname); with win = scr->FirstWindow; and win = win->NextWindow;
and check for the attribut
WFLG_WINDOWACTIVE
Once i have the active window's handle i can get its position & sizes From this the corner positions of left upper, rightupper and rightlower corners can be calculated as first approximations to the system gadgets positions
From there on i need to know the coordinates of the center of the system gadgets. Maybe i'll have to derive them from the previous info & borderheight?
I was under the impression you were ahead of me and following such an approach
|