r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3 GUI]

Maxim
2-Apr-2010
[1330]
just a quick (yes/no) question wrt VIEW R3 (not VID) cause I've got 
no real R3/view experience:


can we draw graphics clipped within other arbitrarily shaped graphics?
like a box clipped to a circle or spline curve?
Steeve
2-Apr-2010
[1331x2]
yes, in 2 steps (not specific to Rebol).

Make a mask with your shape, then apply the mask on the second graphics 
(you can use 2 overlapping gobs to do so).

Don't know if it's possible to do the 2 steps in only one gob though.
but it should be
Maxim
2-Apr-2010
[1333x2]
no I mean the mask crops the other shape, so that the box appears 
to be "within" the other (circle), even if its drawn OVER it .


its not just a question of layering two objects one over the other.
or did I mis-understand your explanation ?
Steeve
2-Apr-2010
[1335x2]
So i don"t see your point. To me, It's just doing the same thing 
you requested, but it seems you want something else.
Or can you reshape your asking ? :-)
Maxim
2-Apr-2010
[1337]
;-) 

I mean like in R2, faces clip faces within their pane, hierarchically.


I need this but using any shape within any shape (at multiple levels)... 
not just a box inside a box
Steeve
2-Apr-2010
[1338]
And you don't like the technic using masks ?
Maxim
2-Apr-2010
[1339]
is mask an attribute of a gob?
Steeve
2-Apr-2010
[1340]
I mean, a bitmap mask
Maxim
2-Apr-2010
[1341]
in photoshop, its like using the eraser to remove parts of a layer 
and reveal the bg. 


 what you say, looks more like adding a layer with a hole in it.  
 Do I understand your idea properly?

is that more obvious?
shadwolf
3-Apr-2010
[1342]
maxim thank you for the head hache :P
Henrik
4-Apr-2010
[1343]
Pekr, from specs: "This might be a problem for VID, because we use 
only simple text for UI styles. Will we have to switch to rich-text 
instead, to fulfill the needs?" - it should not be a problem since 
all text in R3 GUI is rich text.
Pekr
4-Apr-2010
[1344]
OK .... I put in some content toward accelerator keys into docs ...
Graham
4-Apr-2010
[1345]
What happened to the dedicated R3 gui team that was going to finish 
R3 GUI ?  Did they get side tracked or are they still working on 
it?
Henrik
5-Apr-2010
[1346x2]
we are finishing a product for shipping.
the next project must use R3 and the GUI, so the work starts there 
again
Graham
5-Apr-2010
[1348]
this looks like an interesting GUI http://10gui.com/video/
Pekr
5-Apr-2010
[1349x2]
yes, Amiga sliding screens from 1985, just horizontally, not vertically 
:-)
This is what I find pleasantly looking UI - http://www.vasanth.in/content/binary/FutureLotus Notes.jpg
Steeve
5-Apr-2010
[1351x2]
Maybe Lotus notes is looking good now, Maybe.... 

But I had so many bad experiences with that crappy app, in the past.
No respect of the GUI santards. (F5 to quit).
No drag and drop.
Lof of useless confirmation boxes.
Useful actions hidden in deepest menus I ever seen.
etc...
It was a pain in the ass just to write a simple e-mail.
And slow, so slow
Pekr
5-Apr-2010
[1353]
Steeve - yes, I agree :-) I was referring jut to look of the UI :-)
Graham
5-Apr-2010
[1354x2]
Heh ... lotusnotes looks like the way my application looks now ... 
three columns with a central tabbed view
One problem with tabbed views is that you can only see one tab at 
a time ... so if you have multiple screens, you can't use them.
ChristianE
6-Apr-2010
[1356]
E.g. browsers solve this by allowing to open tabs in their own windows 
and putting windows back into tabs.
Henrik
6-Apr-2010
[1357]
hmm... the underline stroke in R3 rich text is not shadowed.
Graham
6-Apr-2010
[1358x2]
Christian .. good point ...
Offer users the choice
Pekr
8-Apr-2010
[1360]
Hopefully the important work has started - http://www.rebol.com/r3/docs/view/graphics-ext.html
Henrik
8-Apr-2010
[1361]
That part is pretty important, yes.
Pekr
8-Apr-2010
[1362x2]
Well, it will allow Cyphre (or others) to work on View kernel. But 
as for VID, the work could continue in theory even without the above 
mentioned work?
As for VID, we probably need Carl's input too, to know what he has 
in mind for some concepts (layers for e.g.), but the hostkit is imo 
more important, so I think that we should not disturb him right now 
:-)
Henrik
8-Apr-2010
[1364]
yes, I hope I can continue as soon as this other project is done.
Graham
22-Apr-2010
[1365]
No news is bad news?
Henrik
22-Apr-2010
[1366]
it's moving. :-)
Graham
22-Apr-2010
[1367]
What's that mean?
Pekr
22-Apr-2010
[1368]
... it means, that start of the implementation moved to 2011 :-)
Graham
22-Apr-2010
[1369]
Glaciers move too
Henrik
22-Apr-2010
[1370]
implementation resumed a couple of days ago, although I'm out of 
the loop for a while.
Graham
22-Apr-2010
[1371x2]
http://www.imdb.com/title/tt1172060/
Oops, that was supposed to go in the glass channel :)
Pekr
23-Apr-2010
[1373]
Henrik - will your site with screenshots become available again? 
.... and ... should we await some new creations in upcoming weeks?
Henrik
23-Apr-2010
[1374]
yes, I'll try to post some shots when new styles come up.
Claude
23-Apr-2010
[1375x5]
hi, a little question on field widget
i would like to froce a field to be options[info] disabled
i try myfield/options: [info]
but it don't work !!!!
oups it was for regbui