@PEB
Thank you , but it must be more complicated , if possible?
from the wiki
Quote:
WINDOWS.ACTIVE
Name of the currently active Workbench window; this will be ' ' if none of Workbench's windows is currently active.
it is the path of a file whose icon has been "left-out" that i am after
/* Query name, position and size of the first icon * shown in the root window. */
GETATTR window.icons.all.0
NAME root
STEM root
SAY root.name
SAY root.left
SAY root.top
SAY root.width
SAY root.height
SAY root.type
i was expecting a
root.path here. I onder why it was ot implemented, since you get that path when opening the icon's "information" gui
Edited by JosDuchIt on 2017/9/6 19:25:28
Edited by JosDuchIt on 2017/9/6 19:26:16