Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: how to offset position of window?

From: petr:krenzelok:trz:cz at: 27-Apr-2001 11:23

Lok Yek Soon wrote:
> 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.
That's also why I suggested 'maximise as alternative value for 'view function 'option block on Windows View platform. I also really don't understand default View desktop offset of some xx pixels from the left side of the window, and I have to manually press maximise button each time I start View. There is really no purpose for it and it can't be even changed by manual hacking of prefs.r file and setting 'window-offset item to 0x0 ... -pekr-