[ALLY] Are these bugs - second attempt
From: marekw::tpg::com::au at: 10-Sep-2000 2:12
This is my second attempt at posing this question.
First one was probably little clumsy, and nobody responded.
It is my understanding, that if I do simple tests - like below,
first button should be found at position 150x150.
It mostly isn't so. Here it goes.
REBOL/View 0.10.31.3.1 6-Sep-2000
Copyright 2000 REBOL Technologies. All rights reserved.
>>
>> view layout [across guide 150x150 button button] ;;; 150x20
>> view layout [guide 150x150 across button button] ;;; 150x0
>> view layout [origin 150x150 across button button] ;;; 150x0
>>
>> view layout [across origin 150x150 button button] ;;; 150x150 OK
>>
>> view layout [below guide 150x150 button button] ;;; 20x150
>> view layout [guide 150x150 below button button] ;;; 20x150
>>
>> view layout [origin 150x150 below button button] ;;; 150x150 OK
>> view layout [below origin 150x150 button button] ;;; 150x150 OK
>>
That's what happens on my old machine.
Anybody care to comment, please.
And one extra question.
Do you reckon that 'guide should be more >obidient< ?
>> view layout [giude 10x10 button guide 10x20 button] ;;; second button at
~ 20x55
Another words, should layout do what told, and not worry about
placing one item on another?
I really hope somebody respond.
mostly quiet lurker, totally non-expert, Marek