World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Henrik 14-Oct-2008 [7334x2] | the transitions right now are simply each element you see in the right side sliding into view one at a time. I've not yet studied how that works. |
each style is a separate file | |
Kaj 14-Oct-2008 [7336] | Alphe, ORCA is way, way underpowered to run any VID |
Henrik 14-Oct-2008 [7337] | the source is divided in two parts, with files beginning with g-* being the GUI system and s-* being style files. |
Pekr 14-Oct-2008 [7338] | are there any editable styles yet? I mean - text area, fields? What about focusing? |
Graham 14-Oct-2008 [7339] | So, Orca is where Rebol was 10 years ago? |
Pekr 14-Oct-2008 [7340] | ... those colors remind me of first VID version, which was called CID :-) http://www.xidys.com/rebol-view-screenshots/- the first one :-) |
Kaj 14-Oct-2008 [7341x2] | Yes, but ORCA is also where REBOL may be in ten years: open source :-) |
It's also where REBOL will hopefully be next year: an embeddable library | |
Pekr 14-Oct-2008 [7343] | r3 already is an embeddable library :-) it is just host source codes were not released .... yet ... :-) |
Kaj 14-Oct-2008 [7344] | As you just said above, R3 is not out. ORCA is |
Henrik 14-Oct-2008 [7345x2] | REBOL [ Title: "REBOL 3 GUI - Development Module Loader" ] files: [ %x-funcs.r %g-defs.r %g-debug.r %g-funcs.r %g-styles.r %g-faces.r %g-panels.r %g-events.r %g-text.r %g-effects.r %s-fonts.r %s-panel.r %s-button.r %s-bars.r %s-text.r %s-image.r %s-lists.r ] code: collect [foreach file files [keep load file]] len-kb?: func [s] [round/to divide length? s 1024 .1] src: mold/flat code gui-cmp: compress src gui-size: len-kb? gui-cmp print ["GUI Size:" gui-size "KB /" len-kb? src "KB"] do code |
That's the GUI loader. | |
Pekr 14-Oct-2008 [7347] | s-bars, s-list - do those files contain multiple styles? |
Henrik 14-Oct-2008 [7348] | yes |
amacleod 14-Oct-2008 [7349] | One Screen shot? Henrik? |
Graham 14-Oct-2008 [7350x2] | see above. |
Now do we have yet a system with core R3 that is capable of running LNS? | |
amacleod 14-Oct-2008 [7352x2] | I saw that one...I was loking for some ore... |
looking for some more | |
Pekr 15-Oct-2008 [7354] | New doc posted to DocBase, including some screenshots: http://www.rebol.net/wiki/GUI_howto_styles |
Graham 15-Oct-2008 [7355x2] | why not style instead of stylize ? |
the iz is redundant | |
PeterWood 15-Oct-2008 [7357] | Isn't stylize meant to infer "make style" whereas style is a "A style is essentially an informal class used to define the attributes and behavior of its face instances" t? |
Graham 15-Oct-2008 [7358] | style can be a verb |
PeterWood 15-Oct-2008 [7359x2] | but wouldn't using style for both the style objects and making a new style be a little ambiguous? |
Personally, If I ever got around to using view, I'd be very happy if the syntax was make style! [ ....] or, looking at Carl's red box example.. red-box: make box [ about: "A red box" facets: [ area-color: maroon ] ] | |
Graham 15-Oct-2008 [7361] | The screenshots look good |
Pekr 15-Oct-2008 [7362x2] | as for screenshots - those seem a bit "fuzzy" (?) to me. I wonder if it is due to jpeg compression, or is it caused by antialiasing? |
Peter - make style! would mean, that style is a datatype. As for me, I have no problem with stylize vs style ..... | |
Graham 15-Oct-2008 [7364] | that's a convention ... regarding! |
Henrik 15-Oct-2008 [7365] | Pekr, the fuzziness is due to antialiased edges hitting between two pixels, although jpeg compression makes it a bit more fuzzy. It's everywhere, it seems. |
Graham 15-Oct-2008 [7366] | the screenshots? |
Henrik 15-Oct-2008 [7367] | No, in the app. My screenshot is in PNG, btw. |
Graham 15-Oct-2008 [7368] | So, using VID+, the layouts are all fuzzy??? |
Henrik 15-Oct-2008 [7369x2] | it seems. :-) Maybe Carl wants us to feel all warm (the gold and red colors) and fuzzy (the... well :-)) |
http://rebol.hmkdesign.dk/files/r3/gui/002.png | |
Graham 15-Oct-2008 [7371] | those fields don't accept focus! |
Henrik 15-Oct-2008 [7372] | It doesn't seem there is working focus yet. The editing works about as good/bad as VID3 for now. |
Graham 15-Oct-2008 [7373x2] | it was a joke! |
so, using groups like Max had ... | |
Henrik 15-Oct-2008 [7375] | :-) Now that I look at the code, I can see the entire event system is grabbed from VID3. |
Geomol 15-Oct-2008 [7376] | The labels and "text" in the fields don't have antialiasing, "text" in area has. I hope, the overall amount of aliasing (fuzzyness) can be adjusted. |
Henrik 15-Oct-2008 [7377] | I think there are two levels to it at this time (on/off), but I think Cyphre has said that the gamma can be adjusted. Carl also once said that he hates antialiased text, which is probably why the smaller text is non-antialiased. |
Geomol 15-Oct-2008 [7378x4] | Oh, and it looks interesting! :-) |
More screenshots: http://www.rebol.net/wiki/GUI_Basics Carl write, it's a prototype skin, and he uses jpeg (with artefacs), so those are probably just to feed the hungry ones. | |
*artefacts* or *artifacts* Isn't "artefacts" the more correct spelling? | |
Gives more hits. | |
Robert 15-Oct-2008 [7382] | Shouldn't AREA-SIZE read SIZE in the circle style example on the GUI-Styles Wiki page? |
Henrik 15-Oct-2008 [7383] | Geomol, perhaps one is the archeological kind and the other is what is in jpeg? :-) |
older newer | first last |