AltME: R3-GUI

Messages

Robert
Pekr, thanks... that's such a damnd stupid thing Apple is doing. They update a CLI tool that needs me to press a key as SU... what the hell are they thinking?
Should work again...
Pekr
:-)

ddharing
Maarten / Gregg: Yes, just the dev links are active for now. It's the build that we're using internally. Please let us know if you have any issues.
Actually, we're using a slightly newer one because a few days ago we found a bug that prevented the use of a Mac as an X-terminal to Linux (i.e. X over SSH). That is fixed and the link will be updated soon. We tested using El Capitan and XQuartz 2.7.8 on the Mac.

GiuseppeC
Hi,
  finally I have managed to open my first GUI using R3-GUI from Saphirion.  It is "only" a view on my company database which returns open orders.
My first thanks go to Nick Antonaccio for his guide and Ashley for his fantastic munge.
Now My first question: where do I find a list of ALL styles in R3-GUI ? Is there a way to get it from REBOL3 itself  ?
GiuseppeC
Also, I need to clear the content of a table ROW hitting a button which should be located on the same row.
How could I do this ?
SWhite
Does the existence of R3-GUI on the Saphirion web site imply that people may download it and use it, as one might for example download and use Python from the official Python web site?  Or is there some "proprietariness" to the Saphirion version that makes that not allowed?  .

Henrik
SWhite, no there is nothing proprietary about it.
GiuseppeC
On each example of NickA there is a do%R3-GUI.r3 . I suppose it is the same of load-gui. Isn't it ?
Endo
Yes, but load-gui doesn't work as the URL is redirected but R3 HTTP protocol doesn't work with redirection, as I know. So it's better to download and use it locally as Nick does.

GiuseppeC
I need to interecept the event ON-CLICK on TEXT-TABLE. I need the ROW (multi column) content. How could I do this ? (Also,  where could I find some good documentation ?)
Also, could TEXT-TABLE have invisible fields ?
GiuseppeC
And a last question: is the Android Version of R3GUI updated to the same desktop version ?

GiuseppeC
Is it possble to have a table column which act as button and display a text inside ?

GiuseppeC
I have the following code:
REBOL [
]
load-gui
tabella: [["1" "2" "3"] ["a" "b" "c"]]
view [t: text-table ["prima" 60 "seconda" 60 "terza" 60] tabella
       on-action [
        probe get-face t
        probe arg
        probe get-facet face 'table-data
        probe get-face/field face 'table-data
        ]
      button "Quit" on-action [unview/all]
      ]
I obtain:
1x2
1x2
[["1" "2" "3"] ["a" "b" "c"]]
none
The last two:
probe get-facet face 'table-data
probe get-face/field face 'table-data
As in Nick Antonaccio Guides, should be equivalent
Instead the second one returns "none"

GiuseppeC
Where could I find good R3GUI example scripts / applications ?

Reichart
GiuseppeC
Reichart it is a starting point but not "the definitive guide",
  it seems there is some information spread on: the original R3 documentation, Saphirion's GitHub, the demo script, some forum and Q&A on StackOverflow, Nick Antonaccio Guide's (!!!)  and after you read everything you must consult the source code to understand which is the right statement.
  Also, it seems we lack of software which uses R3GUI to look at its source. So, apart from the demo script I was not able to find anything.
Pekr
GiuseppeC: my question is - whatever you try to develop - why would you choose R3? Original R3 GUI (Carl's version) is non-finished, hence gone. As for Saphirion, I might be mistaken, but - their tools are still mostly R2 (custom RebGUI based?). I wonder, development wise, when, for the last time, whoever touched R3 GUI at all? I don't want to provide wrong assumption here, it is just how I understand the situation, of course lacking any internal information. Henrik e.g. found GUI quite complicated and wanted to start new GUI effort. Does Cyphre work on R3-GUI? Not sure, but I doubt it.
Asfor other R3 efforts - Atronix guys have their own View version, it seems to be OpenGL accelerated. Not sure R3-GUI is going to work with their View version. HostilFork and his Ren-C - he's not much interested in GUI at all, but he kind of cooperates with Atronix and guys are considering switching to Ren-C R3 variant.
So - for me, GUI wise, I would consider 3 options - R2, Red, Ren-C - whatever guys come-up with ...

Last message posted 265 weeks ago.