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

2001-04-27 Thread JELINEM1
aham Chiu" <[EMAIL PROTECTED]>@rebol.com on 04/27/2001 03:47:55 AM From: "Graham Chiu" <[EMAIL PROTECTED]>@rebol.com on 04/27/2001 03:47 AM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: [REBOL] Re: how to

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

2001-04-27 Thread Petr Krenzelok
Andrew Martin wrote: > pekr wrote: > > 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 manu

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

2001-04-27 Thread Andrew Martin
pekr wrote: > 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 set

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

2001-04-27 Thread Petr Krenzelok
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 >

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

2001-04-27 Thread Graham Chiu
> view layout [ > Name "hello" > text-list data read %. > button "OK" > ] I don't know the answer, but ... view center-face layout [ .. ] will center your layout -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the su