AltME: R3-GUI

Messages

GiuseppeC
Robert, is it possible you are publishing an old file ?
Please look at this code from LAYOUT secotion from Graham Repository
    view [
        text "Example window."
        button "Close" on-action [ close-window face ]
]
Or .....
    view [
        vpanel [
            text "Show website"
            button "Show" on-action [ browse http://www.rebol.com ]
        ] options [border-color: black border-size: [1x1 1x1]]
        vpanel [
            text "Example window."
            button "Close" on-action [ close-window face ]
        ] options [border-color: black border-size: [1x1 1x1]]
]
....
From your site we have:
view [
    text "Example window."
    button "Close" close
]
and...
view [
    vpanel [
        text "Show website"
        button "Show" browse http://www.rebol.com
    ]
    vpanel [
        text "Example window."
        button "Close" close
    ]
]
I suppose the latter code (from your site) has "reactors" that have been removed. Graham version is May 2013, your site version Jan 2013. Graham version has Copiright Saphirion too...
Robert
These are now the latest versions from our SVN repository.
Jan-2015
Hope this helps
GiuseppeC
GiuseppeC
And I don't find examples too and a lot more.
They seems build in the wong way. Could you please verify ? You need only to compare against:
https://github.com/saphirion/documentation/tree/master/r3/r3-gui ?

Robert
You have all we have... as said, it's totally unmaintained by us for quite some time.

GiuseppeC
Robert, I apolgize for the delay.
Which is the source of the file you have uploaded ? I suspect your repository on GIITHUB https://github.com/saphirion/documentation/tree/master/r3/r3-gui
But if you take a look, they are VERY different in number of files. The ZIP misses about  50% of the files.
Again, could you please check ?

Robert
What should I check?
GiuseppeC
In the archive:
The directory:
\r3-gui\docs\
Is not correct as it should have the content of this one:
https://github.com/saphirion/documentation/tree/master/r3/r3-gui/developer
Instead you can find onli /resizing/
Also:
\r3-gui\docs\specs
Is different from:
r3-gui\docs\specs
GiuseppeC
Also /examples
and /user
Are missing from your archives.
In other words:
your source for the /documentation directory in R3.GUI-SRC.ZIP
is not in sync with
https://github.com/saphirion/documentation/tree/master/r3/r3-gui/developer/
Robert
Yes, that might be the case. As I said, this stuff is AS-IS.
You got everything we have in the state we have. So there is nothing missing, but most likely not in sync.
GiuseppeC
Thanks for the answer Robert, In the next week I'll try to build a repository with the correct file after performing an 1 by 1 check.
*files

Last message posted 262 weeks ago.