World: r3wp
[!REBOL3 GUI]
older newer | first last |
Pekr 26-Jan-2011 [5759x2] | Isn't following a bug? All three buttons are of the same size, even if with different init values? Is that intentional, e.g. resizing model adjust them? view [b1: button "b1" do [print b1/facets/init-size] b2: button 180x23 "b2" do [print b2/facets/init-size] b3: button 230x230 "b3" do [print b3/facets/init-size]] 130x24 180x23 230x230 |
OK, so leaving to meet Ladislav in an hour. If one of us does not survive, think well about that one :-) | |
Henrik 26-Jan-2011 [5761] | better leave him alive, because he has work for me to do :-) |
Oldes 26-Jan-2011 [5762] | Cyphre: "In HTML you can also specify values that are not reflected in the resulting page so what?" -- which one? What I know, if you use propper CSS, you have exactly what you want. |
Cyphre 26-Jan-2011 [5763] | Oldes, there is lot of different quirks where the html definition doesn't work as it should, especialley between different browsers. Or do you want to argue about this? Just check all the html/css quirks related websites. |
Oldes 26-Jan-2011 [5764] | I think most of these quirks are gone with the new browsers. If I want clickable floating box of exact size, I will get it in HTML. |
Cyphre 26-Jan-2011 [5765] | No, they aren't gone. If you rely on the implemented 'browser sizing' you'll see lot of problems. I don't talk about static pages. |
Oldes 26-Jan-2011 [5766] | I think the problem is, you are too focused on resizing. If someone wants button 50x50, why not to have it. |
Cyphre 26-Jan-2011 [5767x2] | I really don't want to start it again :) You can have button 50x50 if you use 'proper styling' if I may paraphrase your sentenca about CSS. |
BTW our current decissions is: - style writer sets min/max/init-size - user can override init-size by specifying a pair! - dialect errors out of min / max-size is violated | |
Oldes 26-Jan-2011 [5769] | http://issue.cc/r3/1837<- maybe you should add the GUI project to CC ASAP. |
Henrik 26-Jan-2011 [5770] | I asked dockimbel about this about a month ago. |
Kaj 26-Jan-2011 [5771] | Erroring out on size inconsistencies is a proper solution |
GiuseppeC 26-Jan-2011 [5772] | Been away for a while. As the GUI documentation been produced ? |
Ladislav 27-Jan-2011 [5773x3] | Regarding the relations between Init-size, Min-size and Max-size: 1) it is possible (using resizing) to specify any size at any time 2) the size specified is used for resizing, but, the Min-size and Max-size values (specified either by the style designer, or, eventually overridden by the user) are always respected, not triggering any error, if the user tried to resize "out of bounds"; instead, the limits are just used to keep the size "in bounds" 3) only the ones not knowing the resizing rules may be surprised |
What I dislike about triggering an error is the fact, that it introduces an exception to the above set of rules. | |
In my opinion, using a style, the user "automatically" agrees to the Min-size and Max-size as specified by the style designer, unless he adjusts the values as he sees fit. | |
Pekr 27-Jan-2011 [5776] | I might agree with Ladislav, it just needs to be docced ... |
Kaj 27-Jan-2011 [5777x2] | The problem is that a user doesn't see what he is agreeing to, as it is elsewhere in the style. *All* users will be surprised because they initially don't know the resizing rules, and not getting hints is not a good way to learn them |
I agree that a system without errors is nice, but then the userfriendly alternative is to have true style overrides | |
Rebolek 27-Jan-2011 [5779] | Kaj, I agree but, well... |
Kaj 27-Jan-2011 [5780] | I know, Ladislav's death... |
Rebolek 27-Jan-2011 [5781] | :-) |
Ladislav 27-Jan-2011 [5782] | system without errors is nice - system without errors is necessary, I do not want the app to error out always the user pulls the border too far |
Kaj 27-Jan-2011 [5783] | Then you need true style overrides |
Ladislav 27-Jan-2011 [5784] | ? |
Kaj 27-Jan-2011 [5785] | Logic |
Ladislav 27-Jan-2011 [5786] | I am curious, what do you mean, do you mean, that such overrides are not possible? |
Kaj 27-Jan-2011 [5787] | You are against them |
Ladislav 27-Jan-2011 [5788] | How? |
Kaj 27-Jan-2011 [5789] | I mean overriding the style in the layout, what you have been discussing for a day |
Ladislav 27-Jan-2011 [5790] | Do you mean I suggested I was against allowing the user to set his preferred limits? |
Kaj 27-Jan-2011 [5791] | I thought you are against effecting them fully? |
Ladislav 27-Jan-2011 [5792] | No, I was just against breaking the resizing rule #2 |
Kaj 27-Jan-2011 [5793] | That is about effecting user preferences fully |
Ladislav 27-Jan-2011 [5794] | How? |
Kaj 27-Jan-2011 [5795] | What you are effectively saying is that a userfriendly dialect is impossible. I don't think that's acceptable |
Ladislav 27-Jan-2011 [5796] | User can either use the limits, or define different, if he wishes so |
Kaj 27-Jan-2011 [5797] | When a user specifies 100x100 you don't want to execute that |
Ladislav 27-Jan-2011 [5798] | For me "user friendly" means "following simple rules, that a user can know" |
Kaj 27-Jan-2011 [5799] | For me userfriendly means easily discoverable |
Ladislav 27-Jan-2011 [5800] | I do want to execute resize to 100x100, which is done respecting rule #2 |
Kaj 27-Jan-2011 [5801] | Yes, so you don't want to draw a 100x100 item |
Ladislav 27-Jan-2011 [5802] | I do want to draw the item resized to 100x100, using the established rules |
Kaj 27-Jan-2011 [5803] | Yes, so you don't want to draw a 100x100 item |
Ladislav 27-Jan-2011 [5804] | see above |
Kaj 27-Jan-2011 [5805] | Yes, so you don't want to draw a 100x100 item |
Ladislav 27-Jan-2011 [5806] | see above |
Kaj 27-Jan-2011 [5807x2] | Yes, so you don't want to draw a 100x100 item |
User deadlock | |
older newer | first last |