[REBOL] how to offset position of window?
From: slok00::yahoo at: 27-Apr-2001 1:22
under windows, the task bar can be shifted to various side of the screen. if I have a simple code as follows: === view layout [ Name "hello" text-list data read %. button "OK" ] === how can I offset it, say from the top if my task bar is on the top of the screen and not at the bottom as default. maybe we should have it built-in as a default behaviour to offset it base on position of task bar. YekSoon